up version

This commit is contained in:
2019-04-05 16:51:03 +03:00
parent c3db9f2414
commit d0104e4361
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "tankz", "name": "tankz",
"version": "0.9.1", "version": "0.9.2",
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"dateformat": "^3.0.3", "dateformat": "^3.0.3",
@@ -11,8 +11,8 @@
}, },
"haxeDependencies": { "haxeDependencies": {
"haxework": "git@bitbucket.org:shmyga/haxework.git", "haxework": "git@bitbucket.org:shmyga/haxework.git",
"lime": "7.2.1", "lime": "7.3.0",
"openfl": "8.8.0", "openfl": "8.9.0",
"hxcpp": "4.0.8", "hxcpp": "4.0.8",
"promhx": "1.1.0", "promhx": "1.1.0",
"protohx": "0.4.6", "protohx": "0.4.6",

View File

@@ -28,6 +28,7 @@ views:
$type: haxework.view.InputView $type: haxework.view.InputView
skinId: text.box skinId: text.box
geometry.size.width: 300 geometry.size.width: 300
geometry.size.height: 26
text: "" text: ""
# map # map
- $type: haxework.view.HGroupView - $type: haxework.view.HGroupView