Skip to content

Commit

Permalink
quick format still gotta fix weekend1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackx2 committed Aug 24, 2024
1 parent dfb887d commit 2c737fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/funkin/game/options/BaseMenu.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2c737fa

Please sign in to comment.