From bae210a27a5c769242952445c93171dae0e8ef64 Mon Sep 17 00:00:00 2001 From: KadeDev Date: Sun, 21 Mar 2021 21:10:37 -0700 Subject: [PATCH] oops lmao --- source/MainMenuState.hx | 4 ++-- version.downloadMe | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/MainMenuState.hx b/source/MainMenuState.hx index 8705ba4..1d0284c 100644 --- a/source/MainMenuState.hx +++ b/source/MainMenuState.hx @@ -36,7 +36,7 @@ class MainMenuState extends MusicBeatState var newGaming2:FlxText; var newInput:Bool = true; - public static var kadeEngineVer:String = "1.2.1"; + public static var kadeEngineVer:String = "1.2.2"; public static var gameVer:String = "0.2.7.1"; var magenta:FlxSprite; @@ -48,7 +48,7 @@ class MainMenuState extends MusicBeatState // Updating Discord Rich Presence DiscordClient.changePresence("In the Menus", null); #end - + if (!FlxG.sound.music.playing) { FlxG.sound.playMusic(Paths.music('freakyMenu')); diff --git a/version.downloadMe b/version.downloadMe index d2d61a7..cb174d5 100644 --- a/version.downloadMe +++ b/version.downloadMe @@ -1 +1 @@ -1.2.2 \ No newline at end of file +1.2.1 \ No newline at end of file