space-game001/resources/config2/about.json
2026-04-19 13:46:44 +06:00

33 lines
908 B
JSON

{
"root": {
"type": "LinearLayout",
"orientation": "vertical",
"horizontal_align": "center",
"vertical_align": "center",
"spacing": 30,
"x": 0,
"y": 0,
"width": "match_parent",
"height": "match_parent",
"children": [
{
"type": "StaticImage",
"name": "aboutImage",
"width": 400,
"height": 300,
"texture": "resources/loading.png"
},
{
"type": "Button",
"name": "backButton",
"width": 200,
"height": 60,
"textures": {
"normal": "resources/loading.png",
"hover": "resources/loading.png",
"pressed": "resources/loading.png"
}
}
]
}
}