up dependencies versions
This commit is contained in:
@@ -11,9 +11,9 @@ class Const {
|
||||
public static var DEBUG:Bool;
|
||||
|
||||
public static function init():Void {
|
||||
FPS = Lib.current.stage.application.config.fps;
|
||||
FPS = Std.parseInt(Lib.current.stage.application.meta.get("fps"));
|
||||
BUILD = CompilationOption.get("build");
|
||||
VERSION = Lib.current.stage.application.config.version;
|
||||
VERSION = Lib.current.stage.application.meta.get("version");
|
||||
DEBUG = Capabilities.isDebugger;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user