mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-21 20:39:52 -04:00
evil senpai hehe
This commit is contained in:
parent
d12f0dc7b9
commit
992ff442c0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class StageOffsetSubstate extends MusicBeatSubstate
|
|||
PlayState.instance.pauseMusic();
|
||||
FlxG.camera.target = null;
|
||||
|
||||
var btn:FlxButton = new FlxButton(100, 10, "SAVE COMPILE", function()
|
||||
var btn:FlxButton = new FlxButton(200, 10, "SAVE COMPILE", function()
|
||||
{
|
||||
var stageLol:StageData = StageDataParser.parseStageData(PlayState.instance.currentStageId);
|
||||
|
||||
|
|
Loading…
Reference in a new issue