From ffaa8ec44729fb97caf6a8e3725b9d5d161d4813 Mon Sep 17 00:00:00 2001 From: Hoshino <168133165+yophlox@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:13:00 -0400 Subject: [PATCH] I think I'm good for pub src & Pre-Release. --- README.md | 4 +++- source/states/OnlineDLState.hx | 3 +-- source/states/SplashState.hx | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7d1f225..357738e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Moon4K -* Funny 4k rhythm game +* Funny 4k rhythm game made by basically three people + +* Oh yeah the chart editor is kinda bad as of rn but it'll get better! (trust me) * Make sure to check out the [docs!](https://github.com/Celestial-Studioz/Moon4K/tree/main/docs) to learn how to do custom stuff! diff --git a/source/states/OnlineDLState.hx b/source/states/OnlineDLState.hx index 6cfb933..328269c 100644 --- a/source/states/OnlineDLState.hx +++ b/source/states/OnlineDLState.hx @@ -40,13 +40,12 @@ class OnlineDLState extends SwagState { override public function create() { FlxG.stage.window.title = "Moon4K - OnlineDLState"; + FlxG.mouse.visible = true; #if desktop Discord.changePresence("Downloading Songs...", null); #end super.create(); - FlxG.mouse.visible = true; - gridLines = new FlxTypedGroup(); for (i in 0...20) { var hLine = new FlxSprite(0, i * 40); diff --git a/source/states/SplashState.hx b/source/states/SplashState.hx index a944eef..5432d0b 100644 --- a/source/states/SplashState.hx +++ b/source/states/SplashState.hx @@ -55,7 +55,7 @@ class SplashState extends SwagState { arrowsexylogo.alpha = 0; add(arrowsexylogo); - funnyText = new FlxText(0, 0, 0, "Welcome to Moon4K! - by Celestial Studios", 24); + funnyText = new FlxText(0, 0, 0, "Welcome to Moon4K!", 24); funnyText.setFormat(Paths.font('vcr.ttf'), 24, FlxColor.WHITE, CENTER); funnyText.screenCenter(); funnyText.alpha = 0;