space-game001/resources/w/ui/hud_step0.json
2026-05-26 22:21:05 +03:00

37 lines
877 B
JSON

{
"root": {
"type": "FrameLayout",
"name": "hud_root",
"width": "match_parent",
"height": "match_parent",
"children": [
{
"type": "LinearLayout",
"orientation": "vertical",
"vertical_align": "center",
"horizontal_align": "center",
"spacing": 0,
"width": "match_parent",
"height": 600,
"children": [
{
"type": "StaticImage",
"name": "hint1",
"width": 440,
"height": 134,
"horizontal_gravity": "center",
"texture": "resources/w/ui/img/Hint2.png"
},
{
"type": "StaticImage",
"name": "hint2",
"width": 24,
"height": 118,
"horizontal_gravity": "center",
"texture": "resources/w/ui/img/hint_arrow_down.png"
}
]
}]
}
}