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

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
notweuz committed May 1, 2022
1 parent ad13ba1 commit e75243d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body:
- Useful feature
- Actual feedback
- A good idea
- Stage Editor, 6K+ support, and winning icons.
- Stage Editor, 6K+ support.
- Better LUA mod support idea
- Code optimization that would make the game faster. (You should make a PR if this is your request, by the way.)
validations:
Expand Down
2 changes: 1 addition & 1 deletion source/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class MainMenuState extends MusicBeatState

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

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

0 comments on commit e75243d

Please sign in to comment.