mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
add hud_mobile.json
This commit is contained in:
94
forge-gui/res/adventure/Shandalar/ui/hud_mobile.json
Normal file
94
forge-gui/res/adventure/Shandalar/ui/hud_mobile.json
Normal 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
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user