This commit is contained in:
KadeDev
2021-04-10 21:15:14 -07:00
parent f626edc7ad
commit 8340c45a95
4 changed files with 35 additions and 3 deletions

View File

@ -23,6 +23,8 @@ class Main extends Sprite
var skipSplash:Bool = true; // Whether to skip the flixel splash screen that appears in release mode.
var startFullscreen:Bool = false; // Whether to start the game in fullscreen on desktop targets
public static var watermarks = true; // Whether to put Kade Engine liteartly anywhere
// You can pretty much ignore everything from here on - your code should go in your states.
public static function main():Void