This commit is contained in:
2015-04-20 17:59:23 +03:00
parent 74a632f118
commit 93c8912dc0
11 changed files with 1373 additions and 51 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 246 KiB

Binary file not shown.

View File

@@ -87,7 +87,7 @@
{
"id": "list", "type": "haxework.gui.list.VListView",
"factory": {
"type": "~ru.m.tankz.view.frames.person.PersonView"
"type": "~ru.m.tankz.view.frames.list.PersonView"
},
"scroll": {
"type": "haxework.gui.list.VScrollView",
@@ -116,7 +116,7 @@
{
"id": "list", "type": "haxework.gui.list.VListView",
"factory": {
"type": "~ru.m.tankz.view.frames.game.GameView"
"type": "~ru.m.tankz.view.frames.list.GameView"
},
"scroll": {
"type": "haxework.gui.list.VScrollView",
@@ -151,7 +151,7 @@
{
"id": "list", "type": "haxework.gui.list.VListView",
"factory": {
"type": "~ru.m.tankz.view.frames.game.PersonView"
"type": "~ru.m.tankz.view.frames.list.PersonView"
},
"scroll": {
"type": "haxework.gui.list.VScrollView",