1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-25 16:24:40 +00:00

2hot stuff in progress wahoo

This commit is contained in:
Cameron Taylor 2023-01-11 00:42:03 -05:00
parent 341d8726b2
commit 6ddc735445

View file

@ -79,6 +79,7 @@ class DebugMenuSubState extends MusicBeatSubstate
function openAnimationEditor()
{
FlxG.switchState(new funkin.ui.animDebugShit.DebugBoundingState());
trace('Animation Editor');
}