Skip to content
This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Commit e75243d

Browse files
committed
1.0.1
1 parent ad13ba1 commit e75243d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
- Useful feature
1818
- Actual feedback
1919
- A good idea
20-
- Stage Editor, 6K+ support, and winning icons.
20+
- Stage Editor, 6K+ support.
2121
- Better LUA mod support idea
2222
- Code optimization that would make the game faster. (You should make a PR if this is your request, by the way.)
2323
validations:

source/MainMenuState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class MainMenuState extends MusicBeatState
8686

8787
var hours:Int = Date.now().getHours();
8888
if(hours > 18) {
89-
bg.loadGraphic(Paths.image('menuBGBlue'));
89+
bg.color = 0x6939ff;
9090
} else if(hours < 18) null;
9191

9292
camFollow = new FlxObject(0, 0, 1, 1);

0 commit comments

Comments
 (0)