oops lmao

This commit is contained in:
KadeDev 2021-03-21 21:10:37 -07:00
parent c82843f987
commit bae210a27a
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ class MainMenuState extends MusicBeatState
var newGaming2:FlxText; var newGaming2:FlxText;
var newInput:Bool = true; 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"; public static var gameVer:String = "0.2.7.1";
var magenta:FlxSprite; var magenta:FlxSprite;
@ -48,7 +48,7 @@ class MainMenuState extends MusicBeatState
// Updating Discord Rich Presence // Updating Discord Rich Presence
DiscordClient.changePresence("In the Menus", null); DiscordClient.changePresence("In the Menus", null);
#end #end
if (!FlxG.sound.music.playing) if (!FlxG.sound.music.playing)
{ {
FlxG.sound.playMusic(Paths.music('freakyMenu')); FlxG.sound.playMusic(Paths.music('freakyMenu'));

View File

@ -1 +1 @@
1.2.2 1.2.1