Skip to content

Commit

Permalink
just with my insanity still up hmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Mar 1, 2024
1 parent 88a7092 commit 64874ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/states/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class MainMenuState extends MusicBeatState {
add(bg);

if (menuJunk.bgColors != null) bgColors = menuJunk.bgColors;
else bgColors = ['#517bc4', '#eb9bee', '#eb3030', '#eb7e19']
else bgColors = ['#517bc4', '#eb9bee', '#eb3030', '#eb7e19'];

camFollow = new FlxObject(0, 0, 1, 1);
//add(camFollow);
Expand Down

0 comments on commit 64874ea

Please sign in to comment.