I added a lot idk
This commit is contained in:
@ -36,7 +36,7 @@ class MainMenuState extends MusicBeatState
|
||||
var newGaming2:FlxText;
|
||||
var newInput:Bool = true;
|
||||
|
||||
public static var nightly:String = "-Nightly.1";
|
||||
public static var nightly:String = "-Nightly.2";
|
||||
|
||||
public static var kadeEngineVer:String = "1.3.1" + nightly;
|
||||
public static var gameVer:String = "0.2.7.1";
|
||||
@ -101,7 +101,7 @@ class MainMenuState extends MusicBeatState
|
||||
menuItem.antialiasing = true;
|
||||
}
|
||||
|
||||
FlxG.camera.follow(camFollow, null, 0.06);
|
||||
FlxG.camera.follow(camFollow, null, 0.60 * (60 / FlxG.save.data.fpsCap));
|
||||
|
||||
var versionShit:FlxText = new FlxText(5, FlxG.height - 18, 0, gameVer + " FNF - " + kadeEngineVer + " Kade Engine", 12);
|
||||
versionShit.scrollFactor.set();
|
||||
|
Reference in New Issue
Block a user