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