rename package

This commit is contained in:
2014-08-25 14:54:56 +04:00
parent 9c31c87936
commit 908ec9d62f
26 changed files with 94 additions and 105 deletions

View File

@@ -3,7 +3,7 @@
"skin":{"type":"haxework.gui.skin.ColorSkin", "color":"0x000000"},
"views":[
{
"id":"auth", "type":"ru.m.armageddon.client.frames.AuthFrame",
"id":"auth", "type":"ru.m.tankz.view.frames.AuthFrame",
"skin":{"type":"haxework.gui.skin.ColorSkin", "color":"0xa0a0a0"},
"pWidth":100, "pHeight":100, "layoutMargin":3,
"views":[
@@ -51,14 +51,14 @@
{
"id":"person", "type":"ru.m.armageddon.client.frames.PersonFrame",
"id":"person", "type":"ru.m.tankz.view.frames.PersonFrame",
"skin":{"type":"haxework.gui.skin.ColorSkin", "color":"0xa0a0a0"},
"pWidth":100, "pHeight":100, "layoutMargin":3, "paddings":10,
"views":[
{
"id":"list", "type":"haxework.gui.list.VListView",
"factory":{
"type":"~ru.m.armageddon.client.frames.person.PersonView"
"type":"~ru.m.tankz.view.frames.person.PersonView"
},
"scroll":{
"type":"haxework.gui.list.VScrollView",
@@ -70,7 +70,7 @@
},
{
"id":"game", "type":"ru.m.armageddon.client.frames.GameFrame",
"id":"game", "type":"ru.m.tankz.view.frames.GameFrame",
"skin":{"type":"haxework.gui.skin.ColorSkin", "color":"0xa0a0a0"},
"pWidth":100, "pHeight":100,
"views":[