diff --git a/source/funkin/ui/stageBuildShit/StageOffsetSubstate.hx b/source/funkin/ui/stageBuildShit/StageOffsetSubstate.hx
index b3a075e85..11e1463e5 100644
--- a/source/funkin/ui/stageBuildShit/StageOffsetSubstate.hx
+++ b/source/funkin/ui/stageBuildShit/StageOffsetSubstate.hx
@@ -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);