File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ class Debug
211
211
logInfo (' HaxeFlixel version: ${Std .string (FlxG .VERSION )}' );
212
212
logInfo (' Friday Night Funkin\' version: ${MainMenuState .gameVer }' );
213
213
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 ' );
215
215
}
216
216
217
217
/**
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class MainMenuState extends MusicBeatState
43
43
44
44
public static var gameVer : String = " 0.2.7.1" ;
45
45
46
- public static var kadeEngineVer : String = " 1.8.1" + " \n FNF v" + gameVer + " \n Custom Build v1.4.1 " + nightly ;
46
+ public static var kadeEngineVer : String = " 1.8.1" + " \n FNF v" + gameVer + " \n Custom Build v1.4.1a " + nightly ;
47
47
48
48
var magenta : FlxSprite ;
49
49
var camFollow : FlxObject ;
You can’t perform that action at this time.
0 commit comments