From 6609756065424264b78e28c981ec668659617205 Mon Sep 17 00:00:00 2001 From: shmyga Date: Mon, 26 Aug 2019 23:04:38 +0300 Subject: [PATCH] [work] update list --- WORK.md | 5 +++-- gulpfile.js | 3 --- package.json | 4 ++-- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/WORK.md b/WORK.md index 07cb920..f1a7a02 100644 --- a/WORK.md +++ b/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 diff --git a/gulpfile.js b/gulpfile.js index a5b253c..11ec04d 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -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; } diff --git a/package.json b/package.json index 703f3e8..7898d6b 100755 --- a/package.json +++ b/package.json @@ -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",