Skip to content

Commit dace1ad

Browse files
committed
1.4.1a
1 parent a0894ea commit dace1ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/Debug.hx

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ class Debug
211211
logInfo('HaxeFlixel version: ${Std.string(FlxG.VERSION)}');
212212
logInfo('Friday Night Funkin\' version: ${MainMenuState.gameVer}');
213213
logInfo('Kade Engine version: ${MainMenuState.kadeEngineVer}');
214-
logInfo('This is a custom build of KE. Current version: 1.4.1');
214+
logInfo('This is a custom build of KE. Current version: 1.4.1a');
215215
}
216216

217217
/**

source/MainMenuState.hx

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class MainMenuState extends MusicBeatState
4343

4444
public static var gameVer:String = "0.2.7.1";
4545

46-
public static var kadeEngineVer:String = "1.8.1" + "\nFNF v" + gameVer + "\nCustom Build v1.4.1" + nightly;
46+
public static var kadeEngineVer:String = "1.8.1" + "\nFNF v" + gameVer + "\nCustom Build v1.4.1a" + nightly;
4747

4848
var magenta:FlxSprite;
4949
var camFollow:FlxObject;

0 commit comments

Comments
 (0)