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