From bcf63fc27ea7d9dffbbc7cb7b38f0859052af9ee Mon Sep 17 00:00:00 2001 From: Anthony Calosa Date: Sat, 19 Feb 2022 21:24:37 +0800 Subject: [PATCH] add hud_mobile.json --- .../adventure/Shandalar/ui/hud_mobile.json | 94 +++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 forge-gui/res/adventure/Shandalar/ui/hud_mobile.json diff --git a/forge-gui/res/adventure/Shandalar/ui/hud_mobile.json b/forge-gui/res/adventure/Shandalar/ui/hud_mobile.json new file mode 100644 index 00000000000..2a149f2b426 --- /dev/null +++ b/forge-gui/res/adventure/Shandalar/ui/hud_mobile.json @@ -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 + } + ] + + +} \ No newline at end of file