[work] update list
This commit is contained in:
5
WORK.md
5
WORK.md
@@ -1,6 +1,5 @@
|
||||
* bonuses
|
||||
* spawn bonus by timer
|
||||
* dota and death game types bonuses
|
||||
* death game bonuses
|
||||
* boat bonus
|
||||
* tanks and bullets speed balancing
|
||||
* game series
|
||||
@@ -19,3 +18,5 @@
|
||||
* display count
|
||||
* bonus ammo
|
||||
* screen gamepad (button enabled, count label)
|
||||
* ui:
|
||||
* game frame layouts
|
||||
|
||||
@@ -11,9 +11,6 @@ const through = require('through2');
|
||||
const dateformat = require('dateformat');
|
||||
const argv = require('yargs').argv;
|
||||
|
||||
// ToDo: update default in gulp-haxetool
|
||||
FlashPlayer.VERSION = '32';
|
||||
//Haxe.VERSION = '4.0.0-rc.2';
|
||||
if (Config.SdkDir) {
|
||||
Sdk.dir = Config.SdkDir;
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"gulp-add": "0.0.2",
|
||||
"gulp-clean": "^0.4.0",
|
||||
"gulp-foreach": "^0.1.0",
|
||||
"gulp-haxetool": "0.0.22",
|
||||
"gulp-haxetool": "0.0.23",
|
||||
"gulp-zip": "^5.0.0",
|
||||
"yargs": "^13.2.4"
|
||||
},
|
||||
@@ -16,7 +16,7 @@
|
||||
"haxework": "git@bitbucket.org:shmyga/haxework.git",
|
||||
"lime": "7.5.0",
|
||||
"openfl": "8.9.1",
|
||||
"hxcpp": "4.0.8",
|
||||
"hxcpp": "4.0.19",
|
||||
"promhx": "1.1.0",
|
||||
"protohx": "0.4.6",
|
||||
"yaml": "1.3.0",
|
||||
|
||||
Reference in New Issue
Block a user