Skip to content

Commit

Permalink
explosion
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 authored Dec 23, 2024
1 parent ab253e2 commit 771043c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/states/editors/NoteSplashDebugState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -434,11 +434,15 @@ class NoteSplashDebugState extends MusicBeatState
else if(curAnim < 1) curAnim = maxAnims;

if (controls.mobileC)
{
curAnimText.text = 'Current Animation: $curAnim / $maxAnims\n(Press Top UP/DOWN to change)';
curFrameText.text = 'Force Frame Disabled\n(Press X/E to change)';
}
else
{
curAnimText.text = 'Current Animation: $curAnim / $maxAnims\n(Press W/S to change)';
curFrameText.text = 'Force Frame Disabled\n(Press Q/E to change)';
}

for (i in 0...maxNotes)
{
Expand Down

0 comments on commit 771043c

Please sign in to comment.