diff options
| author | RibbonCable <ambiguousmachine@gmail.com> | 2022-02-20 12:55:11 -0800 |
|---|---|---|
| committer | RibbonCable <ambiguousmachine@gmail.com> | 2022-02-20 12:55:11 -0800 |
| commit | 4f4a5405a95c47b34e0250e6b0f143e8e5f8dc76 (patch) | |
| tree | 9cfe9651c194db292621e712ee099984a9359aa5 /musicplayer/ui_music.lua | |
| parent | 23acc296abf209ccf2fa15e3641f266b02add71d (diff) | |
Lots of updates to the music player. Other than track titles and final songs, it's p much done. Also made some sprint non-flipped to save on tokens.
Diffstat (limited to 'musicplayer/ui_music.lua')
| -rw-r--r-- | musicplayer/ui_music.lua | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/musicplayer/ui_music.lua b/musicplayer/ui_music.lua index ce709cb..7252881 100644 --- a/musicplayer/ui_music.lua +++ b/musicplayer/ui_music.lua @@ -54,7 +54,7 @@ function mainmenutext(x,y,currentlyplaying) printdropshadow("(\139) track selection (\145)\n",x,y,9,2) poke(0x5f58, 0x9 | 0x4) --makes score BIG - printdropshadow(tracktext,x+24+circletimex,y+18+circletimey,11,3) + printdropshadow("mENU mUSE bATTLE bASS bOSSY bEATS fISSURE fINALE vICTORY vESSLE",x-tracktitleposition+circletimex,y+18+circletimey,11,3) poke(0x5f58) end @@ -67,9 +67,9 @@ function credits(x,y) palt(2,true) palt(0,false) - spr(186,x+30,y+7+sintimecredits,1,1,timemodcredits) --duck + spr(186,x,y+sintimecredits,1,1,timemodcredits) --duck palt() - printdropshadow("1029chris",x+42,y+9,9,2) + printdropshadow("1029chris",x+11,y+2,9,2) end --intro/ending acid effect @@ -86,4 +86,5 @@ end --sfx for the intro transition sfx(0,3,3) -menuitem(1, "(β β π
ΎοΈ) to end", function() music(-1,3000,3) end)
\ No newline at end of file +menuitem(1, "(\152) hide ui", function() hideui = not hideui end) +menuitem(3, "(β β π
ΎοΈ) to end", function() music(-1,3000,3) end)
\ No newline at end of file |
