From e75243d1cc5caeaedc9f983c1213a51d9ee82e0a Mon Sep 17 00:00:00 2001 From: "not.weuz" Date: Sun, 1 May 2022 19:48:58 +0400 Subject: [PATCH] 1.0.1 --- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- source/MainMenuState.hx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 2f7b109a..abebe700 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -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: diff --git a/source/MainMenuState.hx b/source/MainMenuState.hx index dad24c7c..56b0f725 100644 --- a/source/MainMenuState.hx +++ b/source/MainMenuState.hx @@ -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);