update
This commit is contained in:
18
src/client/haxe/layout/other.json
Normal file
18
src/client/haxe/layout/other.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"person": {
|
||||
"width": 440, "height": 44,
|
||||
"skin": {
|
||||
"@type": "haxework.gui.skin.BitmapSkin",
|
||||
"image": "@asset:image:resources/images/map/map_3-0.png",
|
||||
"fillType": "REPEAT"
|
||||
},
|
||||
"views": [
|
||||
{
|
||||
"id": "nameLabel",
|
||||
"@type": "haxework.gui.LabelView",
|
||||
"pWidth": 100, "height": 44, "text": "Выбор персонажа",
|
||||
"@style": "label"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user