diff --git a/source/funkin/editors/charter/ChartDataScreen.hx b/source/funkin/editors/charter/ChartDataScreen.hx index 71219726..ca395764 100644 --- a/source/funkin/editors/charter/ChartDataScreen.hx +++ b/source/funkin/editors/charter/ChartDataScreen.hx @@ -76,8 +76,6 @@ class ChartDataScreen extends UISubstateWindow { } public function saveInfo() { - UIUtil.confirmUISelections(this); - var oldData:{stage:String, speed:Float} = {stage: PlayState.SONG.stage, speed: PlayState.SONG.scrollSpeed}; PlayState.SONG.stage = stageTextBox.label.text; @@ -100,4 +98,4 @@ class ChartDataScreen extends UISubstateWindow { super.destroy(); FlxG.cameras.remove(strumLineCam); } -} \ No newline at end of file +} diff --git a/source/funkin/editors/stage/StageEditor.hx b/source/funkin/editors/stage/StageEditor.hx index da9c8518..717f7cb4 100644 --- a/source/funkin/editors/stage/StageEditor.hx +++ b/source/funkin/editors/stage/StageEditor.hx @@ -532,6 +532,7 @@ class StageEditor extends UIState { sprite.extra.set(exID("parentNode"), stage.stageXML.x); sprite.extra.set(exID("highMemory"), false); sprite.extra.set(exID("lowMemory"), false); + sprite.antialiasing = true; xmlMap.set(sprite, node); var button:StageSpriteButton = new StageSpriteButton(0, 0, sprite, node);