43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"root": {
|
|
"type": "FrameLayout",
|
|
"width": "match_parent",
|
|
"height": "match_parent",
|
|
"children": [
|
|
{
|
|
"type": "StaticImage",
|
|
"name": "creditsBkg",
|
|
"width": "match_parent",
|
|
"height": "match_parent",
|
|
"texture": "resources/w/ui/img/main/bkg.png"
|
|
},
|
|
{
|
|
"type": "StaticImage",
|
|
"name": "creditsImage",
|
|
"horizontal_gravity": "center",
|
|
"vertical_gravity": "center",
|
|
"width": 800,
|
|
"height": 500,
|
|
"texture": "resources/w/ui/img/main/about.png"
|
|
},
|
|
{
|
|
"type": "Button",
|
|
"name": "skipButton",
|
|
"horizontal_gravity": "right",
|
|
"vertical_gravity": "top",
|
|
"x": -23,
|
|
"y": -35,
|
|
"width": 200,
|
|
"height": 200,
|
|
"clickZoneWidth": 176,
|
|
"clickZoneHeight": 176,
|
|
"textures": {
|
|
"normal": "resources/w/ui/img/RedClose001_State=Default001.png",
|
|
"hover": "resources/w/ui/img/RedClose001_State=Selected001.png",
|
|
"pressed": "resources/w/ui/img/RedClose001_State=Tap001.png"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|