feat(tracker): move reset and load song into popup menu

This commit is contained in:
vsariola
2021-02-02 22:44:27 +02:00
parent 95054c1877
commit 14d4521f40
4 changed files with 112 additions and 4 deletions

View File

@ -88,3 +88,5 @@ var inactiveBtnColor = color.NRGBA{R: 61, G: 55, B: 55, A: 255}
var instrumentSurfaceColor = color.NRGBA{R: 37, G: 37, B: 38, A: 255}
var songSurfaceColor = color.NRGBA{R: 37, G: 37, B: 38, A: 255}
var popupSurfaceColor = color.NRGBA{R: 45, G: 45, B: 46, A: 255}