Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

actually is Kade Engine v1.5.2 now #822

Merged
merged 1 commit into from
Jun 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class MainMenuState extends MusicBeatState

public static var nightly:String = "";

public static var kadeEngineVer:String = "1.5.1" + nightly;
public static var kadeEngineVer:String = "1.5.2" + nightly;
public static var gameVer:String = "0.2.7.1";

var magenta:FlxSprite;
Expand Down