[common] update Game with GameEvent

This commit is contained in:
2019-04-26 17:28:36 +03:00
parent e9de677ceb
commit 363a48bb1b
13 changed files with 230 additions and 219 deletions

View File

@@ -7,7 +7,8 @@ const dateformat = require('dateformat');
// ToDo: update default in gulp-haxetool
FlashPlayer.VERSION = '31';
FlashPlayer.VERSION = '32';
//Haxe.VERSION = '4.0.0-rc.2';
if (Config.SdkDir) {
Sdk.dir = Config.SdkDir;
}