From 2c737faf602ce97d6648f3374074f2649f0f939f Mon Sep 17 00:00:00 2001 From: HackDev <80620538+Hackx2@users.noreply.github.com> Date: Sat, 24 Aug 2024 23:05:32 +0100 Subject: [PATCH] quick format still gotta fix weekend1 --- source/funkin/game/options/BaseMenu.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/funkin/game/options/BaseMenu.hx b/source/funkin/game/options/BaseMenu.hx index 68054d4e..89c146c6 100644 --- a/source/funkin/game/options/BaseMenu.hx +++ b/source/funkin/game/options/BaseMenu.hx @@ -8,8 +8,8 @@ class BaseMenu extends MusicBeatSubstate private var grid:FlxSprite; public function new() - { - super(); + { + super(); bg = new FlxSprite().loadGraphic(Paths.image('menuDesat')); bg.color = EngineData.coreGame.menuColor;