From 771043c01abd2c68e14595b696b61805bd202536 Mon Sep 17 00:00:00 2001 From: Lily Date: Mon, 23 Dec 2024 17:14:06 +0300 Subject: [PATCH] explosion --- source/states/editors/NoteSplashDebugState.hx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/states/editors/NoteSplashDebugState.hx b/source/states/editors/NoteSplashDebugState.hx index df83d46f..504b335b 100644 --- a/source/states/editors/NoteSplashDebugState.hx +++ b/source/states/editors/NoteSplashDebugState.hx @@ -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) {