add hud_mobile.json

This commit is contained in:
Anthony Calosa
2022-02-19 21:24:37 +08:00
parent c6947464fa
commit bcf63fc27e

View File

@@ -0,0 +1,94 @@
{
"width": 480,
"height": 270,
"yDown": true,
"elements":[
{
"type" : "Image",
"width": 64,
"height": 206,
"image":"ui/hud.png",
"x": 416,
"y": 32
} ,
{
"type" : "Image",
"name" : "map" ,
"width": 80,
"height": 80,
"x": 0,
"y": 0
} ,
{
"type" : "Image",
"image" : "ui/minimap.png" ,
"width": 80,
"height": 80,
"x": 0,
"y": 0
} ,
{
"type" : "Image",
"name" : "avatar" ,
"width": 32,
"height": 32,
"x": 432,
"y": 48
} ,
{
"type" : "Image",
"image" : "ui/avatarhud.png" ,
"width": 32,
"height": 32,
"x": 432,
"y": 48
} ,
{
"type" : "Label",
"name" : "lifePoints" ,
"font" : "default" ,
"width": 64,
"height": 16,
"x": 448,
"y": 92
} ,
{
"type" : "Label",
"name" : "money" ,
"font" : "default" ,
"width": 64,
"height": 16,
"x": 448,
"y": 110
} ,
{
"type" : "TextButton",
"name" : "deck" ,
"text" : "Deck",
"width": 34,
"height": 26,
"x": 430,
"y": 136
} ,
{
"type" : "TextButton",
"name" : "statistic" ,
"text" : "Status",
"width": 34,
"height": 26,
"x": 430,
"y": 168
} ,
{
"type" : "TextButton",
"name" : "menu" ,
"text" : "Menu",
"width": 34,
"height": 26,
"x": 430,
"y": 200
}
]
}