diff --git a/gulpfile.js b/gulpfile.js index 609df07..d1c1f93 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -96,7 +96,7 @@ const client = new Project( ], meta: { width: 1024, - height: 768, + height: 576, }, flags: [ //'proto_debug', @@ -166,7 +166,7 @@ module.exports.default = gulp.series( module.exports['client:html5:build'], module.exports['client:linux:build'], module.exports['client:linux:deb'], - //module.exports['client:android:build'], + module.exports['client:android:build'], module.exports['editor:flash:build'], module.exports['editor:flash:html'], diff --git a/package.json b/package.json index 01515df..d1f4717 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tankz", - "version": "0.16.7", + "version": "0.16.8", "private": true, "devDependencies": { "dateformat": "^3.0.3", @@ -8,7 +8,7 @@ "gulp-add": "0.0.2", "gulp-clean": "^0.4.0", "gulp-foreach": "^0.1.0", - "gulp-haxetool": "0.0.20", + "gulp-haxetool": "0.0.21", "gulp-zip": "^5.0.0", "yargs": "^13.2.4" }, diff --git a/src/client/haxe/ru/m/tankz/storage/SettingsStorage.hx b/src/client/haxe/ru/m/tankz/storage/SettingsStorage.hx index a319052..e636c73 100644 --- a/src/client/haxe/ru/m/tankz/storage/SettingsStorage.hx +++ b/src/client/haxe/ru/m/tankz/storage/SettingsStorage.hx @@ -74,7 +74,7 @@ class SettingsStorage extends SharedObjectStorage { MOVE(Direction.RIGHT) => {device: KEYBOARD, action: KEY(Keyboard.RIGHT)}, SHOT(0) => {device: KEYBOARD, action: KEY(Keyboard.NUMPAD_0)}, SHOT(1) => {device: KEYBOARD, action: KEY(Keyboard.NUMPAD_1)}, - SHOT(3) => {device: KEYBOARD, action: KEY(Keyboard.NUMPAD_2)}, + SHOT(2) => {device: KEYBOARD, action: KEY(Keyboard.NUMPAD_2)}, ], ]; }