Adding translations for English for UI'
This commit is contained in:
parent
08eac60657
commit
e7dc3279ae
BIN
resources/w/ui/img/main/letters002.png
(Stored with Git LFS)
BIN
resources/w/ui/img/main/letters002.png
(Stored with Git LFS)
Binary file not shown.
@ -33,8 +33,8 @@
|
||||
"name": "mainMenuLogo",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"width": 350,
|
||||
"height": 175,
|
||||
"width": 320,
|
||||
"height": 180,
|
||||
"y": 235,
|
||||
"texture": "resources/w/ui/img/main/letters002.png"
|
||||
},
|
||||
|
||||
37
resources/w/ui_en/hud_step0.json
Normal file
37
resources/w/ui_en/hud_step0.json
Normal file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "settingsButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -35,
|
||||
"y": -35,
|
||||
"width": 200,
|
||||
"height": 200,
|
||||
"clickZoneWidth": 176,
|
||||
"clickZoneHeight": 176,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Settings001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Settings001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Settings001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "location",
|
||||
"width": 380,
|
||||
"height": 64,
|
||||
"y": 30,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "bottom",
|
||||
"texture": "resources/w/ui_en/img/Location_dorm.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
65
resources/w/ui_en/hud_step1.json
Normal file
65
resources/w/ui_en/hud_step1.json
Normal file
@ -0,0 +1,65 @@
|
||||
{
|
||||
"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,
|
||||
"y": 300,
|
||||
"children": [
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint2",
|
||||
"width": 660,
|
||||
"height": 220,
|
||||
"horizontal_gravity": "center",
|
||||
"texture": "resources/w/ui_en/img/Hint2.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 1000
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "settingsButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -35,
|
||||
"y": -35,
|
||||
"width": 200,
|
||||
"height": 200,
|
||||
"clickZoneWidth": 176,
|
||||
"clickZoneHeight": 176,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Settings001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Settings001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Settings001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "location",
|
||||
"width": 380,
|
||||
"height": 64,
|
||||
"y": 30,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "bottom",
|
||||
"texture": "resources/w/ui_en/img/Location_dorm.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
65
resources/w/ui_en/hud_step2.json
Normal file
65
resources/w/ui_en/hud_step2.json
Normal file
@ -0,0 +1,65 @@
|
||||
{
|
||||
"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,
|
||||
"y": 300,
|
||||
"children": [
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint3",
|
||||
"width": 692,
|
||||
"height": 312,
|
||||
"horizontal_gravity": "center",
|
||||
"texture": "resources/w/ui_en/img/Hint3.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 1000
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "settingsButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -35,
|
||||
"y": -35,
|
||||
"width": 200,
|
||||
"height": 200,
|
||||
"clickZoneWidth": 176,
|
||||
"clickZoneHeight": 176,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Settings001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Settings001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Settings001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "location",
|
||||
"width": 380,
|
||||
"height": 64,
|
||||
"y": 30,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "bottom",
|
||||
"texture": "resources/w/ui_en/img/Location_dorm.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
65
resources/w/ui_en/hud_step3.json
Normal file
65
resources/w/ui_en/hud_step3.json
Normal file
@ -0,0 +1,65 @@
|
||||
{
|
||||
"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,
|
||||
"y": 300,
|
||||
"children": [
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint4",
|
||||
"width": 705,
|
||||
"height": 234,
|
||||
"horizontal_gravity": "center",
|
||||
"texture": "resources/w/ui_en/img/Hint4.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 1000
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "settingsButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -35,
|
||||
"y": -35,
|
||||
"width": 200,
|
||||
"height": 200,
|
||||
"clickZoneWidth": 176,
|
||||
"clickZoneHeight": 176,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Settings001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Settings001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Settings001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "location",
|
||||
"width": 380,
|
||||
"height": 64,
|
||||
"y": 30,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "bottom",
|
||||
"texture": "resources/w/ui_en/img/Location_dorm.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
65
resources/w/ui_en/hud_step4.json
Normal file
65
resources/w/ui_en/hud_step4.json
Normal file
@ -0,0 +1,65 @@
|
||||
{
|
||||
"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,
|
||||
"y": 300,
|
||||
"children": [
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint5",
|
||||
"width": 606,
|
||||
"height": 234.7,
|
||||
"horizontal_gravity": "center",
|
||||
"texture": "resources/w/ui_en/img/Hint5.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 1000
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "settingsButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -35,
|
||||
"y": -35,
|
||||
"width": 200,
|
||||
"height": 200,
|
||||
"clickZoneWidth": 176,
|
||||
"clickZoneHeight": 176,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Settings001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Settings001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Settings001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "location",
|
||||
"width": 380,
|
||||
"height": 64,
|
||||
"y": 30,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "bottom",
|
||||
"texture": "resources/w/ui_en/img/Location_dorm.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
101
resources/w/ui_en/hud_step5a.json
Normal file
101
resources/w/ui_en/hud_step5a.json
Normal file
@ -0,0 +1,101 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "bottom",
|
||||
"x": -46,
|
||||
"y": -46,
|
||||
"width": 229,
|
||||
"height": 229,
|
||||
"clickZoneWidth": 104,
|
||||
"clickZoneHeight": 104,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Phone001_State=Default.png",
|
||||
"hover": "resources/w/ui/img/Phone001_State=Selected.png",
|
||||
"pressed": "resources/w/ui/img/Phone001_State=Tap.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "settingsButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -35,
|
||||
"y": -35,
|
||||
"width": 200,
|
||||
"height": 200,
|
||||
"clickZoneWidth": 176,
|
||||
"clickZoneHeight": 176,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Settings001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Settings001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Settings001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "inventoryButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -18,
|
||||
"y": 110,
|
||||
"width": 165,
|
||||
"height": 165,
|
||||
"clickZoneWidth": 151,
|
||||
"clickZoneHeight": 151,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Inventory001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Inventory001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Inventory001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint6aarrow",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity" : "bottom",
|
||||
"width": 118,
|
||||
"height": 118,
|
||||
"x": 80,
|
||||
"y": 60,
|
||||
"texture": "resources/w/ui/img/hint_arrow_right_bottom.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint6a",
|
||||
"width": 606,
|
||||
"height": 207,
|
||||
"x" : 110,
|
||||
"y" : 80,
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity" : "bottom",
|
||||
"texture": "resources/w/ui_en/img/Hint6a.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "location",
|
||||
"width": 380,
|
||||
"height": 64,
|
||||
"y": 30,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "bottom",
|
||||
"texture": "resources/w/ui_en/img/Location_dorm.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
188
resources/w/ui_en/hud_step5ab.json
Normal file
188
resources/w/ui_en/hud_step5ab.json
Normal file
@ -0,0 +1,188 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "bottom",
|
||||
"x": -46,
|
||||
"y": -46,
|
||||
"width": 229,
|
||||
"height": 229,
|
||||
"clickZoneWidth": 104,
|
||||
"clickZoneHeight": 104,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Phone001_State=Default.png",
|
||||
"hover": "resources/w/ui/img/Phone001_State=Selected.png",
|
||||
"pressed": "resources/w/ui/img/Phone001_State=Tap.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "settingsButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -35,
|
||||
"y": -35,
|
||||
"width": 200,
|
||||
"height": 200,
|
||||
"clickZoneWidth": 176,
|
||||
"clickZoneHeight": 176,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Settings001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Settings001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Settings001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "inventoryButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -18,
|
||||
"y": 110,
|
||||
"width": 165,
|
||||
"height": 165,
|
||||
"clickZoneWidth": 151,
|
||||
"clickZoneHeight": 151,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Inventory001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Inventory001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Inventory001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "journalButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -18,
|
||||
"y": 220,
|
||||
"width": 165,
|
||||
"height": 165,
|
||||
"clickZoneWidth": 89,
|
||||
"clickZoneHeight": 89,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Journal001_State=Default.png",
|
||||
"hover": "resources/w/ui/img/Journal001_State=Selected.png",
|
||||
"pressed": "resources/w/ui/img/Journal001_State=Tap.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "location",
|
||||
"width": 380,
|
||||
"height": 64,
|
||||
"y": 30,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "bottom",
|
||||
"texture": "resources/w/ui_en/img/Location_dorm.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint6aarrow",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity" : "bottom",
|
||||
"width": 118,
|
||||
"height": 118,
|
||||
"x": 80,
|
||||
"y": 60,
|
||||
"texture": "resources/w/ui/img/hint_arrow_right_bottom.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint6a",
|
||||
"width": 606,
|
||||
"height": 207,
|
||||
"x" : 110,
|
||||
"y" : 80,
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity" : "bottom",
|
||||
"texture": "resources/w/ui_en/img/Hint6a.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint6barrow",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"width": 118,
|
||||
"height": 118,
|
||||
"x": 80,
|
||||
"y": 200,
|
||||
"texture": "resources/w/ui/img/hint_arrow_right_bottom.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint6b",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"width": 788,
|
||||
"height": 276,
|
||||
"x": 80,
|
||||
"y": 100,
|
||||
"texture": "resources/w/ui_en/img/Hint6b.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint7arrow",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity" : "bottom",
|
||||
"width": 118,
|
||||
"height": 118,
|
||||
"x": 80,
|
||||
"y": 60,
|
||||
"texture": "resources/w/ui/img/hint_arrow_right_bottom.png",
|
||||
"visible":false,
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint7",
|
||||
"width": 579.2,
|
||||
"height": 214.4,
|
||||
"x" : 110,
|
||||
"y" : 80,
|
||||
"visible":false,
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity" : "bottom",
|
||||
"texture": "resources/w/ui_en/img/Hint_m004.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 1000
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
101
resources/w/ui_en/hud_step5b.json
Normal file
101
resources/w/ui_en/hud_step5b.json
Normal file
@ -0,0 +1,101 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "settingsButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -35,
|
||||
"y": -35,
|
||||
"width": 200,
|
||||
"height": 200,
|
||||
"clickZoneWidth": 176,
|
||||
"clickZoneHeight": 176,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Settings001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Settings001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Settings001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "inventoryButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -18,
|
||||
"y": 110,
|
||||
"width": 165,
|
||||
"height": 165,
|
||||
"clickZoneWidth": 151,
|
||||
"clickZoneHeight": 151,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Inventory001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Inventory001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Inventory001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "journalButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -18,
|
||||
"y": 220,
|
||||
"width": 165,
|
||||
"height": 165,
|
||||
"clickZoneWidth": 89,
|
||||
"clickZoneHeight": 89,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Journal001_State=Default.png",
|
||||
"hover": "resources/w/ui/img/Journal001_State=Selected.png",
|
||||
"pressed": "resources/w/ui/img/Journal001_State=Tap.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "location",
|
||||
"width": 380,
|
||||
"height": 64,
|
||||
"y": 30,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "bottom",
|
||||
"texture": "resources/w/ui_en/img/Location_dorm.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint6barrow",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"width": 118,
|
||||
"height": 118,
|
||||
"x": 80,
|
||||
"y": 200,
|
||||
"texture": "resources/w/ui/img/hint_arrow_right_bottom.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint6b",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"width": 788,
|
||||
"height": 276,
|
||||
"x": 80,
|
||||
"y": 100,
|
||||
"texture": "resources/w/ui_en/img/Hint6b.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 1000
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
48
resources/w/ui_en/hud_top_hint01.json
Normal file
48
resources/w/ui_en/hud_top_hint01.json
Normal file
@ -0,0 +1,48 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"children": [
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint2",
|
||||
"width": 72,
|
||||
"height": 354,
|
||||
"y": -100,
|
||||
"x": 0,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"texture": "resources/w/ui/img/hint_arrow_down.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint1",
|
||||
"width": 630.4,
|
||||
"height": 214.4,
|
||||
"x": 0,
|
||||
"y" : 160,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"texture": "resources/w/ui_en/img/Hint1.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 1000
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
197
resources/w/ui_en/hud_uni_ext.json
Normal file
197
resources/w/ui_en/hud_uni_ext.json
Normal file
@ -0,0 +1,197 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "bottom",
|
||||
"x": -46,
|
||||
"y": -46,
|
||||
"width": 229,
|
||||
"height": 229,
|
||||
"clickZoneWidth": 104,
|
||||
"clickZoneHeight": 104,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Phone001_State=Default.png",
|
||||
"hover": "resources/w/ui/img/Phone001_State=Selected.png",
|
||||
"pressed": "resources/w/ui/img/Phone001_State=Tap.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "settingsButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -35,
|
||||
"y": -35,
|
||||
"width": 200,
|
||||
"height": 200,
|
||||
"clickZoneWidth": 176,
|
||||
"clickZoneHeight": 176,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Settings001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Settings001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Settings001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "inventoryButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -18,
|
||||
"y": 110,
|
||||
"width": 165,
|
||||
"height": 165,
|
||||
"clickZoneWidth": 151,
|
||||
"clickZoneHeight": 151,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Inventory001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Inventory001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Inventory001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "journalButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -18,
|
||||
"y": 220,
|
||||
"width": 165,
|
||||
"height": 165,
|
||||
"clickZoneWidth": 89,
|
||||
"clickZoneHeight": 89,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Journal001_State=Default.png",
|
||||
"hover": "resources/w/ui/img/Journal001_State=Selected.png",
|
||||
"pressed": "resources/w/ui/img/Journal001_State=Tap.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "location",
|
||||
"width": 380,
|
||||
"height": 64,
|
||||
"y": 30,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "bottom",
|
||||
"texture": "resources/w/ui_en/img/Location_uni_ext.png"
|
||||
},
|
||||
{
|
||||
"type": "FrameLayout",
|
||||
"vertical_align": "top",
|
||||
"horizontal_align": "center",
|
||||
"spacing": 0,
|
||||
"width": "match_parent",
|
||||
"height": 528,
|
||||
"children": [
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "toast001",
|
||||
"horizontal_gravity": "center",
|
||||
"width": 504,
|
||||
"height": 132,
|
||||
"y": 0,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui_en/img/toast/item_received001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "toast002",
|
||||
"horizontal_gravity": "center",
|
||||
"width": 504,
|
||||
"height": 132,
|
||||
"y": 104,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui_en/img/toast/item_removed001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "toast003",
|
||||
"horizontal_gravity": "center",
|
||||
"width": 504,
|
||||
"height": 132,
|
||||
"y": 208,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui_en/img/toast/quest_completed001.png"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "toast001text",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 62,
|
||||
"x": 54,
|
||||
"width": 400,
|
||||
"height": 100,
|
||||
"visible" : false,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "toast002text",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 166,
|
||||
"x": 54,
|
||||
"width": 400,
|
||||
"height": 100,
|
||||
"visible" : false,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "toast003text",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 270,
|
||||
"x": 54,
|
||||
"width": 400,
|
||||
"height": 100,
|
||||
"visible" : false,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
241
resources/w/ui_en/hud_uni_ext_dark.json
Normal file
241
resources/w/ui_en/hud_uni_ext_dark.json
Normal file
@ -0,0 +1,241 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "settingsButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -35,
|
||||
"y": -35,
|
||||
"width": 200,
|
||||
"height": 200,
|
||||
"clickZoneWidth": 176,
|
||||
"clickZoneHeight": 176,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Settings001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Settings001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Settings001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "inventoryButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -18,
|
||||
"y": 110,
|
||||
"width": 165,
|
||||
"height": 165,
|
||||
"clickZoneWidth": 151,
|
||||
"clickZoneHeight": 151,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Inventory001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Inventory001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Inventory001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "journalButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -18,
|
||||
"y": 220,
|
||||
"width": 165,
|
||||
"height": 165,
|
||||
"clickZoneWidth": 89,
|
||||
"clickZoneHeight": 89,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Journal001_State=Default.png",
|
||||
"hover": "resources/w/ui/img/Journal001_State=Selected.png",
|
||||
"pressed": "resources/w/ui/img/Journal001_State=Tap.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "location",
|
||||
"width": 380,
|
||||
"height": 64,
|
||||
"y": 30,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "bottom",
|
||||
"texture": "resources/w/ui_en/img/Location_uni_ext.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "healthBarPanel",
|
||||
"width": 389,
|
||||
"height": 132.2,
|
||||
"y": -5,
|
||||
"x": -5,
|
||||
"horizontal_gravity": "left",
|
||||
"vertical_align": "top",
|
||||
"texture": "resources/w/ui/img/HealthBarBase002.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "healthBarBorder",
|
||||
"width": 151.2,
|
||||
"height": 22.8,
|
||||
"y": 49.8,
|
||||
"x": 100.6,
|
||||
"horizontal_gravity": "left",
|
||||
"vertical_align": "top",
|
||||
"texture": "resources/w/ui/img/HealthBarBack001.png"
|
||||
},
|
||||
{
|
||||
"type": "Slider",
|
||||
"name": "healthBarFill",
|
||||
"width": 151.2,
|
||||
"height": 22.8,
|
||||
"y": 49.8,
|
||||
"x": 100.6,
|
||||
"horizontal_gravity": "left",
|
||||
"vertical_gravity": "top",
|
||||
"orientation": "horizontal",
|
||||
"value": 1.0,
|
||||
"fillMode": true,
|
||||
"interactive": false,
|
||||
"textures": {
|
||||
"track": "resources/w/ui/img/HealthBarFill001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "healthValue",
|
||||
"x": 255.0,
|
||||
"y": 45.5,
|
||||
"width": 100.0,
|
||||
"height": 44.0,
|
||||
"horizontal_gravity": "left",
|
||||
"vertical_gravity": "top",
|
||||
"text": "200/200",
|
||||
"fontSize": 20,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": false,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "FrameLayout",
|
||||
"vertical_align": "top",
|
||||
"horizontal_align": "center",
|
||||
"spacing": 0,
|
||||
"width": "match_parent",
|
||||
"height": 528,
|
||||
"children": [
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "toast001",
|
||||
"horizontal_gravity": "center",
|
||||
"width": 504,
|
||||
"height": 132,
|
||||
"y": 0,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui_en/img/toast/item_received001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "toast002",
|
||||
"horizontal_gravity": "center",
|
||||
"width": 504,
|
||||
"height": 132,
|
||||
"y": 104,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui_en/img/toast/item_removed001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "toast003",
|
||||
"horizontal_gravity": "center",
|
||||
"width": 504,
|
||||
"height": 132,
|
||||
"y": 208,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui_en/img/toast/quest_completed001.png"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "toast001text",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 62,
|
||||
"x": 54,
|
||||
"width": 400,
|
||||
"height": 100,
|
||||
"visible" : false,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "toast002text",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 166,
|
||||
"x": 54,
|
||||
"width": 400,
|
||||
"height": 100,
|
||||
"visible" : false,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "toast003text",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 270,
|
||||
"x": 54,
|
||||
"width": 400,
|
||||
"height": 100,
|
||||
"visible" : false,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -143,7 +143,7 @@
|
||||
"height": 132,
|
||||
"y": 0,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui/img/toast/item_received001.png"
|
||||
"texture": "resources/w/ui_en/img/toast/item_received001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
@ -153,7 +153,7 @@
|
||||
"height": 132,
|
||||
"y": 104,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui/img/toast/item_removed001.png"
|
||||
"texture": "resources/w/ui_en/img/toast/item_removed001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
@ -163,7 +163,7 @@
|
||||
"height": 132,
|
||||
"y": 208,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui/img/toast/quest_completed001.png"
|
||||
"texture": "resources/w/ui_en/img/toast/quest_completed001.png"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
|
||||
214
resources/w/ui_en/hud_uni_int_full.json
Normal file
214
resources/w/ui_en/hud_uni_int_full.json
Normal file
@ -0,0 +1,214 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "bottom",
|
||||
"x": -46,
|
||||
"y": -46,
|
||||
"width": 229,
|
||||
"height": 229,
|
||||
"clickZoneWidth": 104,
|
||||
"clickZoneHeight": 104,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Phone001_State=Default.png",
|
||||
"hover": "resources/w/ui/img/Phone001_State=Selected.png",
|
||||
"pressed": "resources/w/ui/img/Phone001_State=Tap.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "settingsButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -35,
|
||||
"y": -35,
|
||||
"width": 200,
|
||||
"height": 200,
|
||||
"clickZoneWidth": 176,
|
||||
"clickZoneHeight": 176,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Settings001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Settings001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Settings001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "inventoryButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -18,
|
||||
"y": 110,
|
||||
"width": 165,
|
||||
"height": 165,
|
||||
"clickZoneWidth": 151,
|
||||
"clickZoneHeight": 151,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Inventory001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Inventory001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Inventory001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "journalButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -18,
|
||||
"y": 220,
|
||||
"width": 165,
|
||||
"height": 165,
|
||||
"clickZoneWidth": 89,
|
||||
"clickZoneHeight": 89,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Journal001_State=Default.png",
|
||||
"hover": "resources/w/ui/img/Journal001_State=Selected.png",
|
||||
"pressed": "resources/w/ui/img/Journal001_State=Tap.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "darklandsButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -18,
|
||||
"y": 330,
|
||||
"width": 165,
|
||||
"height": 165,
|
||||
"clickZoneWidth": 89,
|
||||
"clickZoneHeight": 89,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Darklands002_State=Default002.png",
|
||||
"hover": "resources/w/ui/img/Darklands002_State=Selected002.png",
|
||||
"pressed": "resources/w/ui/img/Darklands002_State=Tap002.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "location",
|
||||
"width": 380,
|
||||
"height": 64,
|
||||
"y": 30,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "bottom",
|
||||
"texture": "resources/w/ui_en/img/Location_uni_int.png"
|
||||
},
|
||||
{
|
||||
"type": "FrameLayout",
|
||||
"vertical_align": "top",
|
||||
"horizontal_align": "center",
|
||||
"spacing": 0,
|
||||
"width": "match_parent",
|
||||
"height": 528,
|
||||
"children": [
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "toast001",
|
||||
"horizontal_gravity": "center",
|
||||
"width": 504,
|
||||
"height": 132,
|
||||
"y": 0,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui_en/img/toast/item_received001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "toast002",
|
||||
"horizontal_gravity": "center",
|
||||
"width": 504,
|
||||
"height": 132,
|
||||
"y": 104,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui_en/img/toast/item_removed001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "toast003",
|
||||
"horizontal_gravity": "center",
|
||||
"width": 504,
|
||||
"height": 132,
|
||||
"y": 208,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui_en/img/toast/quest_completed001.png"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "toast001text",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 62,
|
||||
"x": 54,
|
||||
"width": 400,
|
||||
"height": 100,
|
||||
"visible" : false,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "toast002text",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 166,
|
||||
"x": 54,
|
||||
"width": 400,
|
||||
"height": 100,
|
||||
"visible" : false,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "toast003text",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 270,
|
||||
"x": 54,
|
||||
"width": 400,
|
||||
"height": 100,
|
||||
"visible" : false,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
197
resources/w/ui_en/hud_uni_int_step10.json
Normal file
197
resources/w/ui_en/hud_uni_int_step10.json
Normal file
@ -0,0 +1,197 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "bottom",
|
||||
"x": -46,
|
||||
"y": -46,
|
||||
"width": 229,
|
||||
"height": 229,
|
||||
"clickZoneWidth": 104,
|
||||
"clickZoneHeight": 104,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Phone001_State=Default.png",
|
||||
"hover": "resources/w/ui/img/Phone001_State=Selected.png",
|
||||
"pressed": "resources/w/ui/img/Phone001_State=Tap.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "settingsButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -35,
|
||||
"y": -35,
|
||||
"width": 200,
|
||||
"height": 200,
|
||||
"clickZoneWidth": 176,
|
||||
"clickZoneHeight": 176,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Settings001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Settings001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Settings001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "inventoryButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -18,
|
||||
"y": 110,
|
||||
"width": 165,
|
||||
"height": 165,
|
||||
"clickZoneWidth": 151,
|
||||
"clickZoneHeight": 151,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Inventory001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Inventory001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Inventory001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "journalButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -18,
|
||||
"y": 220,
|
||||
"width": 165,
|
||||
"height": 165,
|
||||
"clickZoneWidth": 89,
|
||||
"clickZoneHeight": 89,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Journal001_State=Default.png",
|
||||
"hover": "resources/w/ui/img/Journal001_State=Selected.png",
|
||||
"pressed": "resources/w/ui/img/Journal001_State=Tap.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "location",
|
||||
"width": 380,
|
||||
"height": 64,
|
||||
"y": 30,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "bottom",
|
||||
"texture": "resources/w/ui_en/img/Location_uni_int.png"
|
||||
},
|
||||
{
|
||||
"type": "FrameLayout",
|
||||
"vertical_align": "top",
|
||||
"horizontal_align": "center",
|
||||
"spacing": 0,
|
||||
"width": "match_parent",
|
||||
"height": 528,
|
||||
"children": [
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "toast001",
|
||||
"horizontal_gravity": "center",
|
||||
"width": 504,
|
||||
"height": 132,
|
||||
"y": 0,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui_en/img/toast/item_received001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "toast002",
|
||||
"horizontal_gravity": "center",
|
||||
"width": 504,
|
||||
"height": 132,
|
||||
"y": 104,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui_en/img/toast/item_removed001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "toast003",
|
||||
"horizontal_gravity": "center",
|
||||
"width": 504,
|
||||
"height": 132,
|
||||
"y": 208,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui_en/img/toast/quest_completed001.png"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "toast001text",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 62,
|
||||
"x": 54,
|
||||
"width": 400,
|
||||
"height": 100,
|
||||
"visible" : false,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "toast002text",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 166,
|
||||
"x": 54,
|
||||
"width": 400,
|
||||
"height": 100,
|
||||
"visible" : false,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "toast003text",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 270,
|
||||
"x": 54,
|
||||
"width": 400,
|
||||
"height": 100,
|
||||
"visible" : false,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
244
resources/w/ui_en/hud_uni_int_step11.json
Normal file
244
resources/w/ui_en/hud_uni_int_step11.json
Normal file
@ -0,0 +1,244 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "bottom",
|
||||
"x": -46,
|
||||
"y": -46,
|
||||
"width": 229,
|
||||
"height": 229,
|
||||
"clickZoneWidth": 104,
|
||||
"clickZoneHeight": 104,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Phone001_State=Default.png",
|
||||
"hover": "resources/w/ui/img/Phone001_State=Selected.png",
|
||||
"pressed": "resources/w/ui/img/Phone001_State=Tap.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "settingsButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -35,
|
||||
"y": -35,
|
||||
"width": 200,
|
||||
"height": 200,
|
||||
"clickZoneWidth": 176,
|
||||
"clickZoneHeight": 176,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Settings001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Settings001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Settings001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "inventoryButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -18,
|
||||
"y": 110,
|
||||
"width": 165,
|
||||
"height": 165,
|
||||
"clickZoneWidth": 151,
|
||||
"clickZoneHeight": 151,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Inventory001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Inventory001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Inventory001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "journalButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -18,
|
||||
"y": 220,
|
||||
"width": 165,
|
||||
"height": 165,
|
||||
"clickZoneWidth": 89,
|
||||
"clickZoneHeight": 89,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Journal001_State=Default.png",
|
||||
"hover": "resources/w/ui/img/Journal001_State=Selected.png",
|
||||
"pressed": "resources/w/ui/img/Journal001_State=Tap.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "darklandsButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -18,
|
||||
"y": 330,
|
||||
"width": 165,
|
||||
"height": 165,
|
||||
"clickZoneWidth": 89,
|
||||
"clickZoneHeight": 89,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Darklands002_State=Default002.png",
|
||||
"hover": "resources/w/ui/img/Darklands002_State=Selected002.png",
|
||||
"pressed": "resources/w/ui/img/Darklands002_State=Tap002.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "location",
|
||||
"width": 380,
|
||||
"height": 64,
|
||||
"y": 30,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "bottom",
|
||||
"texture": "resources/w/ui_en/img/Location_uni_int.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint_darklands001_arrow",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"width": 118,
|
||||
"height": 118,
|
||||
"x": 80,
|
||||
"y": 310,
|
||||
"texture": "resources/w/ui/img/hint_arrow_right_bottom.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint_darklands001",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"width": 470,
|
||||
"height": 138,
|
||||
"x": 100,
|
||||
"y": 250,
|
||||
"texture": "resources/w/ui_en/img/Hint_darklands001.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 600
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "FrameLayout",
|
||||
"vertical_align": "top",
|
||||
"horizontal_align": "center",
|
||||
"spacing": 0,
|
||||
"width": "match_parent",
|
||||
"height": 528,
|
||||
"children": [
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "toast001",
|
||||
"horizontal_gravity": "center",
|
||||
"width": 504,
|
||||
"height": 132,
|
||||
"y": 0,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui_en/img/toast/item_received001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "toast002",
|
||||
"horizontal_gravity": "center",
|
||||
"width": 504,
|
||||
"height": 132,
|
||||
"y": 104,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui_en/img/toast/item_removed001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "toast003",
|
||||
"horizontal_gravity": "center",
|
||||
"width": 504,
|
||||
"height": 132,
|
||||
"y": 208,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui_en/img/toast/quest_completed001.png"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "toast001text",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 62,
|
||||
"x": 54,
|
||||
"width": 400,
|
||||
"height": 100,
|
||||
"visible" : false,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "toast002text",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 166,
|
||||
"x": 54,
|
||||
"width": 400,
|
||||
"height": 100,
|
||||
"visible" : false,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "toast003text",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 270,
|
||||
"x": 54,
|
||||
"width": 400,
|
||||
"height": 100,
|
||||
"visible" : false,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
267
resources/w/ui_en/hud_uni_int_step12.json
Normal file
267
resources/w/ui_en/hud_uni_int_step12.json
Normal file
@ -0,0 +1,267 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "settingsButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -35,
|
||||
"y": -35,
|
||||
"width": 200,
|
||||
"height": 200,
|
||||
"clickZoneWidth": 176,
|
||||
"clickZoneHeight": 176,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Settings001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Settings001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Settings001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "inventoryButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -18,
|
||||
"y": 110,
|
||||
"width": 165,
|
||||
"height": 165,
|
||||
"clickZoneWidth": 151,
|
||||
"clickZoneHeight": 151,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Inventory001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Inventory001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Inventory001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "journalButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -18,
|
||||
"y": 220,
|
||||
"width": 165,
|
||||
"height": 165,
|
||||
"clickZoneWidth": 89,
|
||||
"clickZoneHeight": 89,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Journal001_State=Default.png",
|
||||
"hover": "resources/w/ui/img/Journal001_State=Selected.png",
|
||||
"pressed": "resources/w/ui/img/Journal001_State=Tap.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "location",
|
||||
"width": 380,
|
||||
"height": 64,
|
||||
"y": 30,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "bottom",
|
||||
"texture": "resources/w/ui_en/img/Location_uni_int.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint_darklands003_arrow",
|
||||
"width": 24,
|
||||
"height": 118,
|
||||
"x": 210,
|
||||
"y": 110,
|
||||
"texture": "resources/w/ui/img/hint_arrow_up.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint_darklands003",
|
||||
"width": 442,
|
||||
"height": 188,
|
||||
"x": 130,
|
||||
"y": 200,
|
||||
"texture": "resources/w/ui_en/img/Hint_darklands003_hp.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 600
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "healthBarPanel",
|
||||
"width": 389,
|
||||
"height": 132.2,
|
||||
"y": -5,
|
||||
"x": -5,
|
||||
"horizontal_gravity": "left",
|
||||
"vertical_align": "top",
|
||||
"texture": "resources/w/ui/img/HealthBarBase002.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "healthBarBorder",
|
||||
"width": 151.2,
|
||||
"height": 22.8,
|
||||
"y": 49.8,
|
||||
"x": 100.6,
|
||||
"horizontal_gravity": "left",
|
||||
"vertical_align": "top",
|
||||
"texture": "resources/w/ui/img/HealthBarBack001.png"
|
||||
},
|
||||
{
|
||||
"type": "Slider",
|
||||
"name": "healthBarFill",
|
||||
"width": 151.2,
|
||||
"height": 22.8,
|
||||
"y": 49.8,
|
||||
"x": 100.6,
|
||||
"horizontal_gravity": "left",
|
||||
"vertical_gravity": "top",
|
||||
"orientation": "horizontal",
|
||||
"value": 1.0,
|
||||
"fillMode": true,
|
||||
"interactive": false,
|
||||
"textures": {
|
||||
"track": "resources/w/ui/img/HealthBarFill001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "healthValue",
|
||||
"x": 255.0,
|
||||
"y": 45.5,
|
||||
"width": 100.0,
|
||||
"height": 44.0,
|
||||
"horizontal_gravity": "left",
|
||||
"vertical_gravity": "top",
|
||||
"text": "200/200",
|
||||
"fontSize": 20,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": false,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "FrameLayout",
|
||||
"vertical_align": "top",
|
||||
"horizontal_align": "center",
|
||||
"spacing": 0,
|
||||
"width": "match_parent",
|
||||
"height": 528,
|
||||
"children": [
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "toast001",
|
||||
"horizontal_gravity": "center",
|
||||
"width": 504,
|
||||
"height": 132,
|
||||
"y": 0,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui_en/img/toast/item_received001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "toast002",
|
||||
"horizontal_gravity": "center",
|
||||
"width": 504,
|
||||
"height": 132,
|
||||
"y": 104,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui_en/img/toast/item_removed001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "toast003",
|
||||
"horizontal_gravity": "center",
|
||||
"width": 504,
|
||||
"height": 132,
|
||||
"y": 208,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui_en/img/toast/quest_completed001.png"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "toast001text",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 62,
|
||||
"x": 54,
|
||||
"width": 400,
|
||||
"height": 100,
|
||||
"visible" : false,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "toast002text",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 166,
|
||||
"x": 54,
|
||||
"width": 400,
|
||||
"height": 100,
|
||||
"visible" : false,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "toast003text",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 270,
|
||||
"x": 54,
|
||||
"width": 400,
|
||||
"height": 100,
|
||||
"visible" : false,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
260
resources/w/ui_en/hud_uni_int_step13.json
Normal file
260
resources/w/ui_en/hud_uni_int_step13.json
Normal file
@ -0,0 +1,260 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "settingsButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -35,
|
||||
"y": -35,
|
||||
"width": 200,
|
||||
"height": 200,
|
||||
"clickZoneWidth": 176,
|
||||
"clickZoneHeight": 176,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Settings001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Settings001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Settings001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "inventoryButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -18,
|
||||
"y": 110,
|
||||
"width": 165,
|
||||
"height": 165,
|
||||
"clickZoneWidth": 151,
|
||||
"clickZoneHeight": 151,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Inventory001_State=Default001.png",
|
||||
"hover": "resources/w/ui/img/Inventory001_State=Selected001.png",
|
||||
"pressed": "resources/w/ui/img/Inventory001_State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "journalButton",
|
||||
"horizontal_gravity": "right",
|
||||
"vertical_gravity": "top",
|
||||
"x": -18,
|
||||
"y": 220,
|
||||
"width": 165,
|
||||
"height": 165,
|
||||
"clickZoneWidth": 89,
|
||||
"clickZoneHeight": 89,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Journal001_State=Default.png",
|
||||
"hover": "resources/w/ui/img/Journal001_State=Selected.png",
|
||||
"pressed": "resources/w/ui/img/Journal001_State=Tap.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "location",
|
||||
"width": 380,
|
||||
"height": 64,
|
||||
"y": 30,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "bottom",
|
||||
"texture": "resources/w/ui_en/img/Location_uni_int.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint_darklands002",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"width": 446,
|
||||
"height": 158,
|
||||
"x": 0,
|
||||
"y": 80,
|
||||
"texture": "resources/w/ui_en/img/Hint_darklands002_attack.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 600
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "healthBarPanel",
|
||||
"width": 389,
|
||||
"height": 132.2,
|
||||
"y": -5,
|
||||
"x": -5,
|
||||
"horizontal_gravity": "left",
|
||||
"vertical_align": "top",
|
||||
"texture": "resources/w/ui/img/HealthBarBase002.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "healthBarBorder",
|
||||
"width": 151.2,
|
||||
"height": 22.8,
|
||||
"y": 49.8,
|
||||
"x": 100.6,
|
||||
"horizontal_gravity": "left",
|
||||
"vertical_align": "top",
|
||||
"texture": "resources/w/ui/img/HealthBarBack001.png"
|
||||
},
|
||||
{
|
||||
"type": "Slider",
|
||||
"name": "healthBarFill",
|
||||
"width": 151.2,
|
||||
"height": 22.8,
|
||||
"y": 49.8,
|
||||
"x": 100.6,
|
||||
"horizontal_gravity": "left",
|
||||
"vertical_gravity": "top",
|
||||
"orientation": "horizontal",
|
||||
"value": 1.0,
|
||||
"fillMode": true,
|
||||
"interactive": false,
|
||||
"textures": {
|
||||
"track": "resources/w/ui/img/HealthBarFill001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "healthValue",
|
||||
"x": 255.0,
|
||||
"y": 45.5,
|
||||
"width": 100.0,
|
||||
"height": 44.0,
|
||||
"horizontal_gravity": "left",
|
||||
"vertical_gravity": "top",
|
||||
"text": "200/200",
|
||||
"fontSize": 20,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": false,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "FrameLayout",
|
||||
"vertical_align": "top",
|
||||
"horizontal_align": "center",
|
||||
"spacing": 0,
|
||||
"width": "match_parent",
|
||||
"height": 528,
|
||||
"children": [
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "toast001",
|
||||
"horizontal_gravity": "center",
|
||||
"width": 504,
|
||||
"height": 132,
|
||||
"y": 0,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui_en/img/toast/item_received001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "toast002",
|
||||
"horizontal_gravity": "center",
|
||||
"width": 504,
|
||||
"height": 132,
|
||||
"y": 104,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui_en/img/toast/item_removed001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "toast003",
|
||||
"horizontal_gravity": "center",
|
||||
"width": 504,
|
||||
"height": 132,
|
||||
"y": 208,
|
||||
"visible" : false,
|
||||
"texture": "resources/w/ui_en/img/toast/quest_completed001.png"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "toast001text",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 62,
|
||||
"x": 54,
|
||||
"width": 400,
|
||||
"height": 100,
|
||||
"visible" : false,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "toast002text",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 166,
|
||||
"x": 54,
|
||||
"width": 400,
|
||||
"height": 100,
|
||||
"visible" : false,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "toast003text",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 270,
|
||||
"x": 54,
|
||||
"width": 400,
|
||||
"height": 100,
|
||||
"visible" : false,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
BIN
resources/w/ui_en/img/Hint1.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/Hint1.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/Hint2.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/Hint2.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/Hint3.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/Hint3.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/Hint4.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/Hint4.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/Hint5.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/Hint5.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/Hint6a.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/Hint6a.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/Hint6b.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/Hint6b.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/Hint_m002.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/Hint_m002.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/Hint_m003.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/Hint_m003.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/Hint_m004.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/Hint_m004.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/Inventory001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/Inventory001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/inv/InventoryAllButton001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/inv/InventoryAllButton001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/journal/QuestJournal003.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/journal/QuestJournal003.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/main/letters002.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/main/letters002.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/modal/ExitGame001State=Default001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/modal/ExitGame001State=Default001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/modal/ExitGame001State=Selected001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/modal/ExitGame001State=Selected001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/modal/ExitGame001State=Tap001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/modal/ExitGame001State=Tap001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/modal/LoadGame001State=Default001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/modal/LoadGame001State=Default001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/modal/LoadGame001State=Selected001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/modal/LoadGame001State=Selected001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/modal/LoadGame001State=Tap001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/modal/LoadGame001State=Tap001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/modal/MenuHeading002.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/modal/MenuHeading002.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/modal/SaveGame001State=Default001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/modal/SaveGame001State=Default001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/modal/SaveGame001State=Selected001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/modal/SaveGame001State=Selected001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/modal/SaveGame001State=Tap001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/modal/SaveGame001State=Tap001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/modal/SettingsDefault002.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/modal/SettingsDefault002.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/modal/SettingsSelected002.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/modal/SettingsSelected002.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/modal/SettingsTap002.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/modal/SettingsTap002.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/phone/PhoneChatList001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/phone/PhoneChatList001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/phone2/ClockDay001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/phone2/ClockDay001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/phone2/ClockMorning001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/phone2/ClockMorning001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/phone2/ClockNight001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/phone2/ClockNight001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/phone2/Phone002.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/phone2/Phone002.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/phoneBank/PhoneBank002.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/phoneBank/PhoneBank002.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/phoneMap/PhoneMapBack001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/phoneMap/PhoneMapBack001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/phoneMap/PhoneMapButton001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/phoneMap/PhoneMapButton001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/phoneMap/PhoneMapDorm001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/phoneMap/PhoneMapDorm001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/phoneMap/PhoneMapUni001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/phoneMap/PhoneMapUni001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/phoneVideo/PhoneVideo003.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/phoneVideo/PhoneVideo003.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/phoneVideo/PhoneVideoBackButton001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/phoneVideo/PhoneVideoBackButton001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/phoneVideo/PhoneVideoSkipButton001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/phoneVideo/PhoneVideoSkipButton001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/toast/item_received001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/toast/item_received001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/toast/item_removed001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/toast/item_removed001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/toast/quest_completed001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/toast/quest_completed001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/toast/quest_failed001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/toast/quest_failed001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
resources/w/ui_en/img/toast/quest_new001.png
(Stored with Git LFS)
Normal file
BIN
resources/w/ui_en/img/toast/quest_new001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
241
resources/w/ui_en/screen_inventory.json
Normal file
241
resources/w/ui_en/screen_inventory.json
Normal file
@ -0,0 +1,241 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"vertical_align": "center",
|
||||
"horizontal_align": "center",
|
||||
"children": [
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "background",
|
||||
"width": 1266,
|
||||
"height": 585,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"texture": "resources/w/ui_en/img/Inventory001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "allItems",
|
||||
"width": 101,
|
||||
"height": 67,
|
||||
"x": -570,
|
||||
"y": 200,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"texture": "resources/w/ui_en/img/inv/InventoryAllButton001.png"
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "inventoryExitButton",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"width": 90,
|
||||
"height": 90,
|
||||
"x": 580,
|
||||
"y": 240,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Close001_State=Default.png",
|
||||
"hover": "resources/w/ui/img/Close001_State=Selected.png",
|
||||
"pressed": "resources/w/ui/img/Close001_State=Tap.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "item1Button",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"width": 137,
|
||||
"height": 137,
|
||||
"x": -580,
|
||||
"y": 90,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/inv/ItemSelPhone001.png",
|
||||
"hover": "resources/w/ui/img/inv/ItemSelPhone001.png",
|
||||
"pressed": "resources/w/ui/img/inv/ItemSelPhone001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "item2Button",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"width": 137,
|
||||
"height": 137,
|
||||
"x": -480,
|
||||
"y": 90,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/inv/ItemJournal001.png",
|
||||
"hover": "resources/w/ui/img/inv/ItemJournal001.png",
|
||||
"pressed": "resources/w/ui/img/inv/ItemJournal001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "item3Button",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"width": 137,
|
||||
"height": 137,
|
||||
"x": -380,
|
||||
"y": 90,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/inv/ItemKnife001.png",
|
||||
"hover": "resources/w/ui/img/inv/ItemKnife001.png",
|
||||
"pressed": "resources/w/ui/img/inv/ItemKnife001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "item4Button",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"width": 137,
|
||||
"height": 137,
|
||||
"x": -580,
|
||||
"y": -10,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/inv/ItemNote001.png",
|
||||
"hover": "resources/w/ui/img/inv/ItemNote001.png",
|
||||
"pressed": "resources/w/ui/img/inv/ItemNote001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "item5Button",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"width": 137,
|
||||
"height": 137,
|
||||
"x": -480,
|
||||
"y": -10,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/inv/ItemCoursework001.png",
|
||||
"hover": "resources/w/ui/img/inv/ItemCoursework001.png",
|
||||
"pressed": "resources/w/ui/img/inv/ItemCoursework001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "item6Button",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"width": 137,
|
||||
"height": 137,
|
||||
"x": -380,
|
||||
"y": -10,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/inv/ItemReportCard001.png",
|
||||
"hover": "resources/w/ui/img/inv/ItemReportCard001.png",
|
||||
"pressed": "resources/w/ui/img/inv/ItemReportCard001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "item7Button",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"width": 137,
|
||||
"height": 137,
|
||||
"x": -580,
|
||||
"y": -110,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/inv/ItemBook001.png",
|
||||
"hover": "resources/w/ui/img/inv/ItemBook001.png",
|
||||
"pressed": "resources/w/ui/img/inv/ItemBook001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "item8Button",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"width": 137,
|
||||
"height": 137,
|
||||
"x": -480,
|
||||
"y": -110,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/inv/ItemBook001.png",
|
||||
"hover": "resources/w/ui/img/inv/ItemBook001.png",
|
||||
"pressed": "resources/w/ui/img/inv/ItemBook001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "item9Button",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"width": 137,
|
||||
"height": 137,
|
||||
"x": -380,
|
||||
"y": -110,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/inv/ItemBook001.png",
|
||||
"hover": "resources/w/ui/img/inv/ItemBook001.png",
|
||||
"pressed": "resources/w/ui/img/inv/ItemBook001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "selectedItemPic",
|
||||
"width": 137,
|
||||
"height": 137,
|
||||
"x": -260,
|
||||
"y": 90,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"texture": "resources/w/ui/img/inv/ItemSelReportCard001.png"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "selectedText",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"x": 250,
|
||||
"y": 40,
|
||||
"width": 900,
|
||||
"height": 137,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"paddingX": 0.0,
|
||||
"paddingY": 0.0,
|
||||
"color": [
|
||||
0.318,
|
||||
0.635,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "selectedDescription",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"x": 150,
|
||||
"y": -100,
|
||||
"width": 900,
|
||||
"height": 137,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"paddingX": 0.0,
|
||||
"paddingY": 0.0,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
454
resources/w/ui_en/screen_journal.json
Normal file
454
resources/w/ui_en/screen_journal.json
Normal file
@ -0,0 +1,454 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"vertical_align": "top",
|
||||
"horizontal_align": "center",
|
||||
"children": [
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "background",
|
||||
"width": 1266,
|
||||
"height": 585,
|
||||
"y": 68,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"texture": "resources/w/ui_en/img/journal/QuestJournal003.png"
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "journalExitButton",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"width": 90,
|
||||
"height": 90,
|
||||
"x": 580,
|
||||
"y": 70,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/Close001_State=Default.png",
|
||||
"hover": "resources/w/ui/img/Close001_State=Selected.png",
|
||||
"pressed": "resources/w/ui/img/Close001_State=Tap.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "LinearLayout",
|
||||
"orientation": "vertical",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"spacing": 0,
|
||||
"x": -483,
|
||||
"y": 146,
|
||||
"width": 290,
|
||||
"height": 800,
|
||||
"children": [
|
||||
{
|
||||
"type": "TextButton",
|
||||
"name": "item1name",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"width": 270.0,
|
||||
"height": 0,
|
||||
"text": "",
|
||||
"textPaddingY": 4.0,
|
||||
"textPaddingX": 16.0,
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
0.996,
|
||||
0.977,
|
||||
0.761,
|
||||
1.0
|
||||
],
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/journal/ButtonBkg001.png",
|
||||
"hover": "resources/w/ui/img/journal/ButtonBkg001.png",
|
||||
"pressed": "resources/w/ui/img/journal/ButtonBkg001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TextButton",
|
||||
"name": "item2name",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"width": 270.0,
|
||||
"height": 0.0,
|
||||
"text": "",
|
||||
"textPaddingY": 4.0,
|
||||
"textPaddingX": 16.0,
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
0.996,
|
||||
0.977,
|
||||
0.761,
|
||||
1.0
|
||||
],
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/journal/ButtonBkgTransparent001.png",
|
||||
"hover": "resources/w/ui/img/journal/ButtonBkgTransparent001.png",
|
||||
"pressed": "resources/w/ui/img/journal/ButtonBkgTransparent001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TextButton",
|
||||
"name": "item3name",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"width": 270.0,
|
||||
"height": 0.0,
|
||||
"text": "",
|
||||
"textPaddingY": 4.0,
|
||||
"textPaddingX": 16.0,
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
0.02,
|
||||
0.875,
|
||||
0.447,
|
||||
0.6
|
||||
],
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/journal/ButtonBkgTransparent001.png",
|
||||
"hover": "resources/w/ui/img/journal/ButtonBkgTransparent001.png",
|
||||
"pressed": "resources/w/ui/img/journal/ButtonBkgTransparent001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TextButton",
|
||||
"name": "item4name",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"width": 270.0,
|
||||
"height": 0.0,
|
||||
"text": "",
|
||||
"textPaddingY": 4.0,
|
||||
"textPaddingX": 16.0,
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
0.996,
|
||||
0.977,
|
||||
0.761,
|
||||
1.0
|
||||
],
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/journal/ButtonBkgTransparent001.png",
|
||||
"hover": "resources/w/ui/img/journal/ButtonBkgTransparent001.png",
|
||||
"pressed": "resources/w/ui/img/journal/ButtonBkgTransparent001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TextButton",
|
||||
"name": "item5name",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"width": 270.0,
|
||||
"height": 0.0,
|
||||
"text": "",
|
||||
"textPaddingY": 4.0,
|
||||
"textPaddingX": 16.0,
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
0.996,
|
||||
0.977,
|
||||
0.761,
|
||||
1.0
|
||||
],
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/journal/ButtonBkgTransparent001.png",
|
||||
"hover": "resources/w/ui/img/journal/ButtonBkgTransparent001.png",
|
||||
"pressed": "resources/w/ui/img/journal/ButtonBkgTransparent001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TextButton",
|
||||
"name": "item6name",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"width": 270.0,
|
||||
"height": 0.0,
|
||||
"text": "",
|
||||
"textPaddingY": 4.0,
|
||||
"textPaddingX": 16.0,
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
0.996,
|
||||
0.977,
|
||||
0.761,
|
||||
1.0
|
||||
],
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/journal/ButtonBkgTransparent001.png",
|
||||
"hover": "resources/w/ui/img/journal/ButtonBkgTransparent001.png",
|
||||
"pressed": "resources/w/ui/img/journal/ButtonBkgTransparent001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TextButton",
|
||||
"name": "item7name",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"width": 270.0,
|
||||
"height": 0.0,
|
||||
"text": "",
|
||||
"textPaddingY": 4.0,
|
||||
"textPaddingX": 16.0,
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
0.996,
|
||||
0.977,
|
||||
0.761,
|
||||
1.0
|
||||
],
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/journal/ButtonBkgTransparent001.png",
|
||||
"hover": "resources/w/ui/img/journal/ButtonBkgTransparent001.png",
|
||||
"pressed": "resources/w/ui/img/journal/ButtonBkgTransparent001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TextButton",
|
||||
"name": "item8name",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"width": 270.0,
|
||||
"height": 0.0,
|
||||
"text": "",
|
||||
"textPaddingY": 4.0,
|
||||
"textPaddingX": 16.0,
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
0.996,
|
||||
0.977,
|
||||
0.761,
|
||||
1.0
|
||||
],
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/journal/ButtonBkgTransparent001.png",
|
||||
"hover": "resources/w/ui/img/journal/ButtonBkgTransparent001.png",
|
||||
"pressed": "resources/w/ui/img/journal/ButtonBkgTransparent001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TextButton",
|
||||
"name": "item9name",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"width": 270.0,
|
||||
"height": 0.0,
|
||||
"text": "",
|
||||
"textPaddingY": 4.0,
|
||||
"textPaddingX": 16.0,
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
0.996,
|
||||
0.977,
|
||||
0.761,
|
||||
1.0
|
||||
],
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/journal/ButtonBkgTransparent001.png",
|
||||
"hover": "resources/w/ui/img/journal/ButtonBkgTransparent001.png",
|
||||
"pressed": "resources/w/ui/img/journal/ButtonBkgTransparent001.png"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "quest_title",
|
||||
"x": 62.0,
|
||||
"y": 180.0,
|
||||
"width": 800.0,
|
||||
"height": 44.0,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"text": "",
|
||||
"fontSize": 32,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": false,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
0.992,
|
||||
0.78,
|
||||
0.0,
|
||||
1.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "LinearLayout",
|
||||
"orientation": "horizontal",
|
||||
"spacing": 10,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"x": 67,
|
||||
"y": 300,
|
||||
"width": 800,
|
||||
"height": 40,
|
||||
"children": [
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "objective1checkbox",
|
||||
"width": 40,
|
||||
"height": 40,
|
||||
"texture": "resources/w/ui/img/journal/quest_objective_completed.png"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "objective1name",
|
||||
"paddingY": 20,
|
||||
"width": 740.0,
|
||||
"height": 60.0,
|
||||
"text": "",
|
||||
"fontSize": 32,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": false,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
0.02,
|
||||
0.875,
|
||||
0.447,
|
||||
0.6
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "LinearLayout",
|
||||
"orientation": "horizontal",
|
||||
"spacing": 10,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"x": 67,
|
||||
"y": 350,
|
||||
"width": 800,
|
||||
"height": 40,
|
||||
"children": [
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "objective2checkbox",
|
||||
"width": 40,
|
||||
"height": 40,
|
||||
"texture": "resources/w/ui/img/journal/quest_objective_blank.png"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "objective2name",
|
||||
"paddingY": 20,
|
||||
"width": 740.0,
|
||||
"height": 60.0,
|
||||
"text": "",
|
||||
"fontSize": 32,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": false,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
0.996,
|
||||
0.977,
|
||||
0.761,
|
||||
0.9
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "LinearLayout",
|
||||
"orientation": "horizontal",
|
||||
"spacing": 10,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"x": 70,
|
||||
"y": 400,
|
||||
"width": 800,
|
||||
"height": 40,
|
||||
"children": [
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "objective3checkbox",
|
||||
"width": 40,
|
||||
"height": 40,
|
||||
"texture": "resources/w/ui/img/journal/quest_objective_blank.png"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "objective3name",
|
||||
"paddingY": 20,
|
||||
"width": 740.0,
|
||||
"height": 60.0,
|
||||
"text": "",
|
||||
"fontSize": 32,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": false,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
0.996,
|
||||
0.977,
|
||||
0.761,
|
||||
0.9
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "quest_description",
|
||||
"x": 145.0,
|
||||
"y": 370.0,
|
||||
"width": 950.0,
|
||||
"height": 300.0,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"text": "",
|
||||
"fontSize": 20,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": false,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
0.996,
|
||||
0.977,
|
||||
0.761,
|
||||
0.75
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -33,10 +33,10 @@
|
||||
"name": "mainMenuLogo",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"width": 350,
|
||||
"height": 175,
|
||||
"width": 320,
|
||||
"height": 180,
|
||||
"y": 235,
|
||||
"texture": "resources/w/ui/img/main/letters002.png"
|
||||
"texture": "resources/w/ui_en/img/main/letters002.png"
|
||||
},
|
||||
{
|
||||
"type": "LinearLayout",
|
||||
|
||||
130
resources/w/ui_en/screen_modal_menu.json
Normal file
130
resources/w/ui_en/screen_modal_menu.json
Normal file
@ -0,0 +1,130 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"vertical_align": "center",
|
||||
"horizontal_align": "center",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "modalExitButton",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": 0,
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"textures": {
|
||||
"normal": "resources/transparent.png",
|
||||
"hover": "resources/transparent.png",
|
||||
"pressed": "resources/transparent.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "background",
|
||||
"width": 832,
|
||||
"height": 712,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"texture": "resources/w/ui/img/modal/Menu004.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "header",
|
||||
"width": 129,
|
||||
"height": 55.5,
|
||||
"y": 220,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"texture": "resources/w/ui_en/img/modal/MenuHeading002.png"
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "menuCloseButton",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"width": 100,
|
||||
"height": 100,
|
||||
"clickZoneWidth": 56,
|
||||
"clickZoneHeight": 56,
|
||||
"x" : 270,
|
||||
"y" : 210,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/modal/ModalClose001State=Default.png",
|
||||
"hover": "resources/w/ui/img/modal/ModalClose001State=Selected.png",
|
||||
"pressed": "resources/w/ui/img/modal/ModalClose001State=Tap.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "menuSaveButton",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"width": 664,
|
||||
"height": 164,
|
||||
"clickZoneWidth": 584,
|
||||
"clickZoneHeight": 84,
|
||||
"x" : 0,
|
||||
"y" : 110,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui_en/img/modal/SaveGame001State=Default001.png",
|
||||
"hover": "resources/w/ui_en/img/modal/SaveGame001State=Selected001.png",
|
||||
"pressed": "resources/w/ui_en/img/modal/SaveGame001State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "menuLoadButton",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"width": 664,
|
||||
"height": 164,
|
||||
"clickZoneWidth": 584,
|
||||
"clickZoneHeight": 84,
|
||||
"x" : 0,
|
||||
"y" : 10,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui_en/img/modal/LoadGame001State=Default001.png",
|
||||
"hover": "resources/w/ui_en/img/modal/LoadGame001State=Selected001.png",
|
||||
"pressed": "resources/w/ui_en/img/modal/LoadGame001State=Tap001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "menuSettingsButton",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"width": 664,
|
||||
"height": 164,
|
||||
"clickZoneWidth": 584,
|
||||
"clickZoneHeight": 84,
|
||||
"x" : 0,
|
||||
"y" : -90,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui_en/img/modal/SettingsDefault002.png",
|
||||
"hover": "resources/w/ui_en/img/modal/SettingsSelected002.png",
|
||||
"pressed": "resources/w/ui_en/img/modal/SettingsTap002.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "menuExitButton",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"width": 664,
|
||||
"height": 164,
|
||||
"clickZoneWidth": 584,
|
||||
"clickZoneHeight": 84,
|
||||
"x" : 0,
|
||||
"y" : -190,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui_en/img/modal/ExitGame001State=Default001.png",
|
||||
"hover": "resources/w/ui_en/img/modal/ExitGame001State=Selected001.png",
|
||||
"pressed": "resources/w/ui_en/img/modal/ExitGame001State=Tap001.png"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
132
resources/w/ui_en/screen_phone.json
Normal file
132
resources/w/ui_en/screen_phone.json
Normal file
@ -0,0 +1,132 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"vertical_align": "center",
|
||||
"horizontal_align": "center",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneExitButton",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": 0,
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"textures": {
|
||||
"normal": "resources/transparent.png",
|
||||
"hover": "resources/transparent.png",
|
||||
"pressed": "resources/transparent.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneMain",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": -60,
|
||||
"width": 617.4,
|
||||
"height": 991.2,
|
||||
"clickZoneWidth": 500,
|
||||
"clickZoneHeight": 800,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui_en/img/phone2/Phone002.png",
|
||||
"hover": "resources/w/ui_en/img/phone2/Phone002.png",
|
||||
"pressed": "resources/w/ui_en/img/phone2/Phone002.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "phoneTimeDay",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 120,
|
||||
"width": 446.25,
|
||||
"height": 120.4,
|
||||
"texture": "resources/w/ui_en/img/phone2/ClockDay001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "phoneTimeNight",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 120,
|
||||
"width": 446.25,
|
||||
"height": 120.4,
|
||||
"texture": "resources/w/ui_en/img/phone2/ClockNight001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "phoneTimeDawn",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 120,
|
||||
"width": 446.25,
|
||||
"height": 120.4,
|
||||
"texture": "resources/w/ui_en/img/phone2/ClockMorning001.png"
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneBank",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"x": -80,
|
||||
"y": -60,
|
||||
"width": 119,
|
||||
"height": 119,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone2/IconBank001.png",
|
||||
"hover": "resources/w/ui/img/phone2/IconBank001.png",
|
||||
"pressed": "resources/w/ui/img/phone2/IconBank001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneTaxi",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"x": 80,
|
||||
"y": -60,
|
||||
"width": 119,
|
||||
"height": 119,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone2/IconTaxi001.png",
|
||||
"hover": "resources/w/ui/img/phone2/IconTaxi001.png",
|
||||
"pressed": "resources/w/ui/img/phone2/IconTaxi001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneVideo",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"x": 80,
|
||||
"y": -190,
|
||||
"width": 119,
|
||||
"height": 119,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone2/IconVideo001.png",
|
||||
"hover": "resources/w/ui/img/phone2/IconVideo001.png",
|
||||
"pressed": "resources/w/ui/img/phone2/IconVideo001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneMessenger",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"x": -80,
|
||||
"y": -190,
|
||||
"width": 119,
|
||||
"height": 119,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone2/IconMessenger001.png",
|
||||
"hover": "resources/w/ui/img/phone2/IconMessenger001.png",
|
||||
"pressed": "resources/w/ui/img/phone2/IconMessenger001.png"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
81
resources/w/ui_en/screen_phone_bank.json
Normal file
81
resources/w/ui_en/screen_phone_bank.json
Normal file
@ -0,0 +1,81 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"vertical_align": "center",
|
||||
"horizontal_align": "center",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneExitButton",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": 0,
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"textures": {
|
||||
"normal": "resources/transparent.png",
|
||||
"hover": "resources/transparent.png",
|
||||
"pressed": "resources/transparent.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneMain",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": -60,
|
||||
"width": 617.4,
|
||||
"height": 991.2,
|
||||
"clickZoneWidth": 500,
|
||||
"clickZoneHeight": 800,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui_en/img/phoneBank/PhoneBank002.png",
|
||||
"hover": "resources/w/ui_en/img/phoneBank/PhoneBank002.png",
|
||||
"pressed": "resources/w/ui_en/img/phoneBank/PhoneBank002.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "buttonBack",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": 280,
|
||||
"x": -180,
|
||||
"width": 95.2,
|
||||
"height": 95.2,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phoneBank/PhoneBankBack002.png",
|
||||
"hover": "resources/w/ui/img/phoneBank/PhoneBankBack002.png",
|
||||
"pressed": "resources/w/ui/img/phoneBank/PhoneBankBack002.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "balanceText",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"x": -20,
|
||||
"y": 120,
|
||||
"width": 300,
|
||||
"height": 60,
|
||||
"text": "",
|
||||
"fontSize": 40,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"paddingX": 0.0,
|
||||
"paddingY": 0.0,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
81
resources/w/ui_en/screen_phone_chat1.json
Normal file
81
resources/w/ui_en/screen_phone_chat1.json
Normal file
@ -0,0 +1,81 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"vertical_align": "center",
|
||||
"horizontal_align": "center",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneExitButton",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": 0,
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"textures": {
|
||||
"normal": "resources/transparent.png",
|
||||
"hover": "resources/transparent.png",
|
||||
"pressed": "resources/transparent.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneMain",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": -60,
|
||||
"width": 617.4,
|
||||
"height": 991.2,
|
||||
"clickZoneWidth": 500,
|
||||
"clickZoneHeight": 800,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone/PhoneChat001.png",
|
||||
"hover": "resources/w/ui/img/phone/PhoneChat001.png",
|
||||
"pressed": "resources/w/ui/img/phone/PhoneChat001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "FrameLayout",
|
||||
"name": "chatMessagesContainer",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "chatTopCover",
|
||||
"width": 446.25,
|
||||
"height": 70.82,
|
||||
"x": 0,
|
||||
"y": -50.82,
|
||||
"horizontal_gravity": "center",
|
||||
"texture": "resources/w/ui/img/phone/chat_top_cover001.png"
|
||||
},
|
||||
{
|
||||
"type": "TextButton",
|
||||
"name": "chatTitleButton",
|
||||
"horizontal_gravity": "center",
|
||||
"x": 0.0,
|
||||
"y": 20.0,
|
||||
"width": 446.25,
|
||||
"height": 78.4,
|
||||
"text": "Aiperi",
|
||||
"textPaddingY": 16.0,
|
||||
"textPaddingX": 140.0,
|
||||
"fontSize": 32,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [1.0, 1.0, 1.0, 1.0],
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone/CharHeader001.png",
|
||||
"hover": "resources/w/ui/img/phone/CharHeader001.png",
|
||||
"pressed": "resources/w/ui/img/phone/CharHeader001.png"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
81
resources/w/ui_en/screen_phone_chat2.json
Normal file
81
resources/w/ui_en/screen_phone_chat2.json
Normal file
@ -0,0 +1,81 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"vertical_align": "center",
|
||||
"horizontal_align": "center",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneExitButton",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": 0,
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"textures": {
|
||||
"normal": "resources/transparent.png",
|
||||
"hover": "resources/transparent.png",
|
||||
"pressed": "resources/transparent.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneMain",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": -60,
|
||||
"width": 617.4,
|
||||
"height": 991.2,
|
||||
"clickZoneWidth": 500,
|
||||
"clickZoneHeight": 800,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone/PhoneChat001.png",
|
||||
"hover": "resources/w/ui/img/phone/PhoneChat001.png",
|
||||
"pressed": "resources/w/ui/img/phone/PhoneChat001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "FrameLayout",
|
||||
"name": "chatMessagesContainer",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "chatTopCover",
|
||||
"width": 446.25,
|
||||
"height": 70.82,
|
||||
"x": 0,
|
||||
"y": -50.82,
|
||||
"horizontal_gravity": "center",
|
||||
"texture": "resources/w/ui/img/phone/chat_top_cover001.png"
|
||||
},
|
||||
{
|
||||
"type": "TextButton",
|
||||
"name": "chatTitleButton",
|
||||
"horizontal_gravity": "center",
|
||||
"x": 0.0,
|
||||
"y": 20.0,
|
||||
"width": 446.25,
|
||||
"height": 78.4,
|
||||
"text": "Dad",
|
||||
"textPaddingY": 16.0,
|
||||
"textPaddingX": 140.0,
|
||||
"fontSize": 32,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [1.0, 1.0, 1.0, 1.0],
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone/CharHeader002.png",
|
||||
"hover": "resources/w/ui/img/phone/CharHeader002.png",
|
||||
"pressed": "resources/w/ui/img/phone/CharHeader002.png"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
81
resources/w/ui_en/screen_phone_chat3.json
Normal file
81
resources/w/ui_en/screen_phone_chat3.json
Normal file
@ -0,0 +1,81 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"vertical_align": "center",
|
||||
"horizontal_align": "center",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneExitButton",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": 0,
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"textures": {
|
||||
"normal": "resources/transparent.png",
|
||||
"hover": "resources/transparent.png",
|
||||
"pressed": "resources/transparent.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneMain",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": -60,
|
||||
"width": 617.4,
|
||||
"height": 991.2,
|
||||
"clickZoneWidth": 500,
|
||||
"clickZoneHeight": 800,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone/PhoneChat001.png",
|
||||
"hover": "resources/w/ui/img/phone/PhoneChat001.png",
|
||||
"pressed": "resources/w/ui/img/phone/PhoneChat001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "FrameLayout",
|
||||
"name": "chatMessagesContainer",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "chatTopCover",
|
||||
"width": 446.25,
|
||||
"height": 70.82,
|
||||
"x": 0,
|
||||
"y": -50.82,
|
||||
"horizontal_gravity": "center",
|
||||
"texture": "resources/w/ui/img/phone/chat_top_cover001.png"
|
||||
},
|
||||
{
|
||||
"type": "TextButton",
|
||||
"name": "chatTitleButton",
|
||||
"horizontal_gravity": "center",
|
||||
"x": 0.0,
|
||||
"y": 20.0,
|
||||
"width": 446.25,
|
||||
"height": 78.4,
|
||||
"text": "Bishkek.News",
|
||||
"textPaddingY": 16.0,
|
||||
"textPaddingX": 140.0,
|
||||
"fontSize": 32,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [1.0, 1.0, 1.0, 1.0],
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone/CharHeader003.png",
|
||||
"hover": "resources/w/ui/img/phone/CharHeader003.png",
|
||||
"pressed": "resources/w/ui/img/phone/CharHeader003.png"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
247
resources/w/ui_en/screen_phone_chat_list.json
Normal file
247
resources/w/ui_en/screen_phone_chat_list.json
Normal file
@ -0,0 +1,247 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"vertical_align": "center",
|
||||
"horizontal_align": "center",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneExitButton",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": 0,
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"textures": {
|
||||
"normal": "resources/transparent.png",
|
||||
"hover": "resources/transparent.png",
|
||||
"pressed": "resources/transparent.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneMain",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": -60,
|
||||
"width": 617.4,
|
||||
"height": 991.2,
|
||||
"clickZoneWidth": 500,
|
||||
"clickZoneHeight": 800,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui_en/img/phone/PhoneChatList001.png",
|
||||
"hover": "resources/w/ui_en/img/phone/PhoneChatList001.png",
|
||||
"pressed": "resources/w/ui_en/img/phone/PhoneChatList001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "LinearLayout",
|
||||
"orientation": "vertical",
|
||||
"vertical_align": "top",
|
||||
"horizontal_align": "center",
|
||||
"spacing": 0,
|
||||
"x": 0,
|
||||
"y": 100,
|
||||
"width": "match_parent",
|
||||
"height": 800,
|
||||
"children": [
|
||||
{
|
||||
"type": "FrameLayout",
|
||||
"name": "chat1frame",
|
||||
"width": 446.25,
|
||||
"height": 88.2,
|
||||
"children": [
|
||||
{
|
||||
"type": "TextButton",
|
||||
"name": "chat1button",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"width": 446.25,
|
||||
"height": 88.2,
|
||||
"text": "Aiperi",
|
||||
"textPaddingY": 0.0,
|
||||
"textPaddingX": 100.0,
|
||||
"fontSize": 32,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone/ChatListItem001.png",
|
||||
"hover": "resources/w/ui/img/phone/ChatListItem001.png",
|
||||
"pressed": "resources/w/ui/img/phone/ChatListItem001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "chat1Unread",
|
||||
"x" : 408,
|
||||
"y" : 24,
|
||||
"width": 28.7,
|
||||
"height": 28.7,
|
||||
"texture": "resources/w/ui/img/phone/ChatListUnread1.png"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "chat1msg",
|
||||
"x": 100.0,
|
||||
"y": 36.0,
|
||||
"width": 446.25,
|
||||
"height": 88.2,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
0.8,
|
||||
0.8,
|
||||
0.8,
|
||||
1.0
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "FrameLayout",
|
||||
"name": "chat2frame",
|
||||
"width": 446.25,
|
||||
"height": 88.2,
|
||||
"children": [
|
||||
{
|
||||
"type": "TextButton",
|
||||
"name": "chat2button",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"width": 446.25,
|
||||
"height": 88.2,
|
||||
"text": "Dad",
|
||||
"textPaddingY": 0.0,
|
||||
"textPaddingX": 100.0,
|
||||
"fontSize": 32,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone/ChatListItem002.png",
|
||||
"hover": "resources/w/ui/img/phone/ChatListItem002.png",
|
||||
"pressed": "resources/w/ui/img/phone/ChatListItem002.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "chat2Unread",
|
||||
"x" : 408,
|
||||
"y" : 24,
|
||||
"width": 28.7,
|
||||
"height": 28.7,
|
||||
"texture": "resources/w/ui/img/phone/ChatListUnread1.png"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "chat2msg",
|
||||
"x": 100.0,
|
||||
"y": 36.0,
|
||||
"width": 446.25,
|
||||
"height": 88.2,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
0.8,
|
||||
0.8,
|
||||
0.8,
|
||||
1.0
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "FrameLayout",
|
||||
"name": "chat3frame",
|
||||
"width": 446.25,
|
||||
"height": 88.2,
|
||||
"children": [
|
||||
{
|
||||
"type": "TextButton",
|
||||
"name": "chat3button",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"width": 446.25,
|
||||
"height": 88.2,
|
||||
"text": "Bishkek.News",
|
||||
"textPaddingY": 0.0,
|
||||
"textPaddingX": 100.0,
|
||||
"fontSize": 32,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone/ChatListItem003.png",
|
||||
"hover": "resources/w/ui/img/phone/ChatListItem003.png",
|
||||
"pressed": "resources/w/ui/img/phone/ChatListItem003.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "chat3Unread",
|
||||
"x" : 408,
|
||||
"y" : 24,
|
||||
"width": 28.7,
|
||||
"height": 28.7,
|
||||
"texture": "resources/w/ui/img/phone/ChatListUnread1.png"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "chat3msg",
|
||||
"x": 100.0,
|
||||
"y": 36.0,
|
||||
"width": 446.25,
|
||||
"height": 88.2,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
0.8,
|
||||
0.8,
|
||||
0.8,
|
||||
1.0
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
266
resources/w/ui_en/screen_phone_chat_list_hint001.json
Normal file
266
resources/w/ui_en/screen_phone_chat_list_hint001.json
Normal file
@ -0,0 +1,266 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"vertical_align": "center",
|
||||
"horizontal_align": "center",
|
||||
"children": [
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint_m002",
|
||||
"width": 400,
|
||||
"height": 156,
|
||||
"x" : 420,
|
||||
"y" : 0,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity" : "top",
|
||||
"texture": "resources/w/ui_en/img/Hint_m001.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneExitButton",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": 0,
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"textures": {
|
||||
"normal": "resources/transparent.png",
|
||||
"hover": "resources/transparent.png",
|
||||
"pressed": "resources/transparent.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneMain",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": -60,
|
||||
"width": 617.4,
|
||||
"height": 991.2,
|
||||
"clickZoneWidth": 500,
|
||||
"clickZoneHeight": 800,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui_en/img/phone/PhoneChatList001.png",
|
||||
"hover": "resources/w/ui_en/img/phone/PhoneChatList001.png",
|
||||
"pressed": "resources/w/ui_en/img/phone/PhoneChatList001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "LinearLayout",
|
||||
"orientation": "vertical",
|
||||
"vertical_align": "top",
|
||||
"horizontal_align": "center",
|
||||
"spacing": 0,
|
||||
"x": 0,
|
||||
"y": 100,
|
||||
"width": "match_parent",
|
||||
"height": 800,
|
||||
"children": [
|
||||
{
|
||||
"type": "FrameLayout",
|
||||
"name": "chat1frame",
|
||||
"width": 446.25,
|
||||
"height": 88.2,
|
||||
"children": [
|
||||
{
|
||||
"type": "TextButton",
|
||||
"name": "chat1button",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"width": 446.25,
|
||||
"height": 88.2,
|
||||
"text": "Aiperi",
|
||||
"textPaddingY": 0.0,
|
||||
"textPaddingX": 100.0,
|
||||
"fontSize": 32,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone/ChatListItem001.png",
|
||||
"hover": "resources/w/ui/img/phone/ChatListItem001.png",
|
||||
"pressed": "resources/w/ui/img/phone/ChatListItem001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "chat1Unread",
|
||||
"x" : 408,
|
||||
"y" : 24,
|
||||
"width": 28.7,
|
||||
"height": 28.7,
|
||||
"texture": "resources/w/ui/img/phone/ChatListUnread1.png"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "chat1msg",
|
||||
"x": 100.0,
|
||||
"y": 36.0,
|
||||
"width": 446.25,
|
||||
"height": 88.2,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
0.8,
|
||||
0.8,
|
||||
0.8,
|
||||
1.0
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "FrameLayout",
|
||||
"name": "chat2frame",
|
||||
"width": 446.25,
|
||||
"height": 88.2,
|
||||
"children": [
|
||||
{
|
||||
"type": "TextButton",
|
||||
"name": "chat2button",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"width": 446.25,
|
||||
"height": 88.2,
|
||||
"text": "Dad",
|
||||
"textPaddingY": 0.0,
|
||||
"textPaddingX": 100.0,
|
||||
"fontSize": 32,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone/ChatListItem002.png",
|
||||
"hover": "resources/w/ui/img/phone/ChatListItem002.png",
|
||||
"pressed": "resources/w/ui/img/phone/ChatListItem002.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "chat2Unread",
|
||||
"x" : 408,
|
||||
"y" : 24,
|
||||
"width": 28.7,
|
||||
"height": 28.7,
|
||||
"texture": "resources/w/ui/img/phone/ChatListUnread1.png"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "chat2msg",
|
||||
"x": 100.0,
|
||||
"y": 36.0,
|
||||
"width": 446.25,
|
||||
"height": 88.2,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
0.8,
|
||||
0.8,
|
||||
0.8,
|
||||
1.0
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "FrameLayout",
|
||||
"name": "chat3frame",
|
||||
"width": 446.25,
|
||||
"height": 88.2,
|
||||
"children": [
|
||||
{
|
||||
"type": "TextButton",
|
||||
"name": "chat3button",
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"width": 446.25,
|
||||
"height": 88.2,
|
||||
"text": "Bishkek.News",
|
||||
"textPaddingY": 0.0,
|
||||
"textPaddingX": 100.0,
|
||||
"fontSize": 32,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
1.0,
|
||||
1.0,
|
||||
1.0,
|
||||
1.0
|
||||
],
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone/ChatListItem003.png",
|
||||
"hover": "resources/w/ui/img/phone/ChatListItem003.png",
|
||||
"pressed": "resources/w/ui/img/phone/ChatListItem003.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "chat3Unread",
|
||||
"x" : 408,
|
||||
"y" : 24,
|
||||
"width": 28.7,
|
||||
"height": 28.7,
|
||||
"texture": "resources/w/ui/img/phone/ChatListUnread1.png"
|
||||
},
|
||||
{
|
||||
"type": "TextView",
|
||||
"name": "chat3msg",
|
||||
"x": 100.0,
|
||||
"y": 36.0,
|
||||
"width": 446.25,
|
||||
"height": 88.2,
|
||||
"text": "",
|
||||
"fontSize": 24,
|
||||
"fontPath": "resources/fonts/DroidSans.ttf",
|
||||
"textCentered": false,
|
||||
"topAligned": true,
|
||||
"wrap": true,
|
||||
"color": [
|
||||
0.8,
|
||||
0.8,
|
||||
0.8,
|
||||
1.0
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
170
resources/w/ui_en/screen_phone_hint001.json
Normal file
170
resources/w/ui_en/screen_phone_hint001.json
Normal file
@ -0,0 +1,170 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"vertical_align": "center",
|
||||
"horizontal_align": "center",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneExitButton",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": 0,
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"textures": {
|
||||
"normal": "resources/transparent.png",
|
||||
"hover": "resources/transparent.png",
|
||||
"pressed": "resources/transparent.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneMain",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": -60,
|
||||
"width": 617.4,
|
||||
"height": 991.2,
|
||||
"clickZoneWidth": 500,
|
||||
"clickZoneHeight": 800,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui_en/img/phone2/Phone002.png",
|
||||
"hover": "resources/w/ui_en/img/phone2/Phone002.png",
|
||||
"pressed": "resources/w/ui_en/img/phone2/Phone002.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "phoneTimeDay",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 120,
|
||||
"width": 446.25,
|
||||
"height": 120.4,
|
||||
"texture": "resources/w/ui_en/img/phone2/ClockDay001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "phoneTimeNight",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 120,
|
||||
"width": 446.25,
|
||||
"height": 120.4,
|
||||
"texture": "resources/w/ui_en/img/phone2/ClockNight001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "phoneTimeDawn",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 120,
|
||||
"width": 446.25,
|
||||
"height": 120.4,
|
||||
"texture": "resources/w/ui_en/img/phone2/ClockMorning001.png"
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneBank",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"x": -80,
|
||||
"y": -60,
|
||||
"width": 119,
|
||||
"height": 119,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone2/IconBank001.png",
|
||||
"hover": "resources/w/ui/img/phone2/IconBank001.png",
|
||||
"pressed": "resources/w/ui/img/phone2/IconBank001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneTaxi",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"x": 80,
|
||||
"y": -60,
|
||||
"width": 119,
|
||||
"height": 119,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone2/IconTaxi001.png",
|
||||
"hover": "resources/w/ui/img/phone2/IconTaxi001.png",
|
||||
"pressed": "resources/w/ui/img/phone2/IconTaxi001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneVideo",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"x": 80,
|
||||
"y": -190,
|
||||
"width": 119,
|
||||
"height": 119,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone2/IconVideo001.png",
|
||||
"hover": "resources/w/ui/img/phone2/IconVideo001.png",
|
||||
"pressed": "resources/w/ui/img/phone2/IconVideo001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneMessenger",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"x": -80,
|
||||
"y": -190,
|
||||
"width": 119,
|
||||
"height": 119,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone2/IconMessenger001.png",
|
||||
"hover": "resources/w/ui/img/phone2/IconMessenger001.png",
|
||||
"pressed": "resources/w/ui/img/phone2/IconMessenger001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint_m001arrow",
|
||||
"width": 170,
|
||||
"height": 48,
|
||||
"x" : -220,
|
||||
"y" : 150,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity" : "bottom",
|
||||
"texture": "resources/w/ui/img/hint_arrow_left.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint_m001",
|
||||
"width": 414,
|
||||
"height": 138,
|
||||
"x" : -420,
|
||||
"y" : 100,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity" : "bottom",
|
||||
"texture": "resources/w/ui_en/img/Hint_m002.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 1000
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
208
resources/w/ui_en/screen_phone_hint001_002.json
Normal file
208
resources/w/ui_en/screen_phone_hint001_002.json
Normal file
@ -0,0 +1,208 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"vertical_align": "center",
|
||||
"horizontal_align": "center",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneExitButton",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": 0,
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"textures": {
|
||||
"normal": "resources/transparent.png",
|
||||
"hover": "resources/transparent.png",
|
||||
"pressed": "resources/transparent.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneMain",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": -60,
|
||||
"width": 617.4,
|
||||
"height": 991.2,
|
||||
"clickZoneWidth": 500,
|
||||
"clickZoneHeight": 800,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui_en/img/phone2/Phone002.png",
|
||||
"hover": "resources/w/ui_en/img/phone2/Phone002.png",
|
||||
"pressed": "resources/w/ui_en/img/phone2/Phone002.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "phoneTimeDay",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 120,
|
||||
"width": 446.25,
|
||||
"height": 120.4,
|
||||
"texture": "resources/w/ui_en/img/phone2/ClockDay001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "phoneTimeNight",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 120,
|
||||
"width": 446.25,
|
||||
"height": 120.4,
|
||||
"texture": "resources/w/ui_en/img/phone2/ClockNight001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "phoneTimeDawn",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 120,
|
||||
"width": 446.25,
|
||||
"height": 120.4,
|
||||
"texture": "resources/w/ui_en/img/phone2/ClockMorning001.png"
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneBank",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"x": -80,
|
||||
"y": -60,
|
||||
"width": 119,
|
||||
"height": 119,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone2/IconBank001.png",
|
||||
"hover": "resources/w/ui/img/phone2/IconBank001.png",
|
||||
"pressed": "resources/w/ui/img/phone2/IconBank001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneTaxi",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"x": 80,
|
||||
"y": -60,
|
||||
"width": 119,
|
||||
"height": 119,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone2/IconTaxi001.png",
|
||||
"hover": "resources/w/ui/img/phone2/IconTaxi001.png",
|
||||
"pressed": "resources/w/ui/img/phone2/IconTaxi001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneVideo",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"x": 80,
|
||||
"y": -190,
|
||||
"width": 119,
|
||||
"height": 119,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone2/IconVideo001.png",
|
||||
"hover": "resources/w/ui/img/phone2/IconVideo001.png",
|
||||
"pressed": "resources/w/ui/img/phone2/IconVideo001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneMessenger",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"x": -80,
|
||||
"y": -190,
|
||||
"width": 119,
|
||||
"height": 119,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone2/IconMessenger001.png",
|
||||
"hover": "resources/w/ui/img/phone2/IconMessenger001.png",
|
||||
"pressed": "resources/w/ui/img/phone2/IconMessenger001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint_m001arrow",
|
||||
"width": 170,
|
||||
"height": 48,
|
||||
"x": -220,
|
||||
"y": 150,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "bottom",
|
||||
"texture": "resources/w/ui/img/hint_arrow_left.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint_m001",
|
||||
"width": 414,
|
||||
"height": 138,
|
||||
"x": -420,
|
||||
"y": 100,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "bottom",
|
||||
"texture": "resources/w/ui_en/img/Hint_m002.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint_m003arrow",
|
||||
"width": 170,
|
||||
"height": 48,
|
||||
"x": 220,
|
||||
"y": 270,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "bottom",
|
||||
"texture": "resources/w/ui/img/hint_arrow_right.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint_m003",
|
||||
"width": 318,
|
||||
"height": 140,
|
||||
"x": 420,
|
||||
"y": 220,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "bottom",
|
||||
"texture": "resources/w/ui_en/img/Hint_m003.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 1000
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
170
resources/w/ui_en/screen_phone_hint002.json
Normal file
170
resources/w/ui_en/screen_phone_hint002.json
Normal file
@ -0,0 +1,170 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"vertical_align": "center",
|
||||
"horizontal_align": "center",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneExitButton",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": 0,
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"textures": {
|
||||
"normal": "resources/transparent.png",
|
||||
"hover": "resources/transparent.png",
|
||||
"pressed": "resources/transparent.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneMain",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": -60,
|
||||
"width": 617.4,
|
||||
"height": 991.2,
|
||||
"clickZoneWidth": 500,
|
||||
"clickZoneHeight": 800,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui_en/img/phone2/Phone002.png",
|
||||
"hover": "resources/w/ui_en/img/phone2/Phone002.png",
|
||||
"pressed": "resources/w/ui_en/img/phone2/Phone002.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "phoneTimeDay",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 120,
|
||||
"width": 446.25,
|
||||
"height": 120.4,
|
||||
"texture": "resources/w/ui_en/img/phone2/ClockDay001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "phoneTimeNight",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 120,
|
||||
"width": 446.25,
|
||||
"height": 120.4,
|
||||
"texture": "resources/w/ui_en/img/phone2/ClockNight001.png"
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "phoneTimeDawn",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "top",
|
||||
"y": 120,
|
||||
"width": 446.25,
|
||||
"height": 120.4,
|
||||
"texture": "resources/w/ui_en/img/phone2/ClockMorning001.png"
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneBank",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"x": -80,
|
||||
"y": -60,
|
||||
"width": 119,
|
||||
"height": 119,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone2/IconBank001.png",
|
||||
"hover": "resources/w/ui/img/phone2/IconBank001.png",
|
||||
"pressed": "resources/w/ui/img/phone2/IconBank001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneTaxi",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"x": 80,
|
||||
"y": -60,
|
||||
"width": 119,
|
||||
"height": 119,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone2/IconTaxi001.png",
|
||||
"hover": "resources/w/ui/img/phone2/IconTaxi001.png",
|
||||
"pressed": "resources/w/ui/img/phone2/IconTaxi001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneVideo",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"x": 80,
|
||||
"y": -190,
|
||||
"width": 119,
|
||||
"height": 119,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone2/IconVideo001.png",
|
||||
"hover": "resources/w/ui/img/phone2/IconVideo001.png",
|
||||
"pressed": "resources/w/ui/img/phone2/IconVideo001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneMessenger",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"x": -80,
|
||||
"y": -190,
|
||||
"width": 119,
|
||||
"height": 119,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui/img/phone2/IconMessenger001.png",
|
||||
"hover": "resources/w/ui/img/phone2/IconMessenger001.png",
|
||||
"pressed": "resources/w/ui/img/phone2/IconMessenger001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint_m003arrow",
|
||||
"width": 170,
|
||||
"height": 48,
|
||||
"x" : 220,
|
||||
"y" : 270,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity" : "bottom",
|
||||
"texture": "resources/w/ui/img/hint_arrow_right.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 1000
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "hint_m003",
|
||||
"width": 318,
|
||||
"height": 140,
|
||||
"x" : 420,
|
||||
"y" : 220,
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity" : "bottom",
|
||||
"texture": "resources/w/ui_en/img/Hint_m003.png",
|
||||
"pulse": {
|
||||
"minScale": 0.92,
|
||||
"maxScale": 1.08,
|
||||
"periodMs": 1500
|
||||
},
|
||||
"fadeIn": {
|
||||
"durationMs": 1000
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
70
resources/w/ui_en/screen_phone_map_dorm.json
Normal file
70
resources/w/ui_en/screen_phone_map_dorm.json
Normal file
@ -0,0 +1,70 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"vertical_align": "center",
|
||||
"horizontal_align": "center",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneExitButton",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": 0,
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"textures": {
|
||||
"normal": "resources/transparent.png",
|
||||
"hover": "resources/transparent.png",
|
||||
"pressed": "resources/transparent.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneMain",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": -60,
|
||||
"width": 617.4,
|
||||
"height": 991.2,
|
||||
"clickZoneWidth": 500,
|
||||
"clickZoneHeight": 800,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui_en/img/phoneMap/PhoneMapDorm001.png",
|
||||
"hover": "resources/w/ui_en/img/phoneMap/PhoneMapDorm001.png",
|
||||
"pressed": "resources/w/ui_en/img/phoneMap/PhoneMapDorm001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "buttonBack",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": 310,
|
||||
"width": 446.6,
|
||||
"height": 75.6,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui_en/img/phoneMap/PhoneMapBack001.png",
|
||||
"hover": "resources/w/ui_en/img/phoneMap/PhoneMapBack001.png",
|
||||
"pressed": "resources/w/ui_en/img/phoneMap/PhoneMapBack001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "mapGo",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": -280,
|
||||
"width": 397.6,
|
||||
"height": 121.8,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui_en/img/phoneMap/PhoneMapButton001.png",
|
||||
"hover": "resources/w/ui_en/img/phoneMap/PhoneMapButton001.png",
|
||||
"pressed": "resources/w/ui_en/img/phoneMap/PhoneMapButton001.png"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
70
resources/w/ui_en/screen_phone_map_uni.json
Normal file
70
resources/w/ui_en/screen_phone_map_uni.json
Normal file
@ -0,0 +1,70 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"vertical_align": "center",
|
||||
"horizontal_align": "center",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneExitButton",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": 0,
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"textures": {
|
||||
"normal": "resources/transparent.png",
|
||||
"hover": "resources/transparent.png",
|
||||
"pressed": "resources/transparent.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneMain",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": -60,
|
||||
"width": 617.4,
|
||||
"height": 991.2,
|
||||
"clickZoneWidth": 500,
|
||||
"clickZoneHeight": 800,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui_en/img/phoneMap/PhoneMapUni001.png",
|
||||
"hover": "resources/w/ui_en/img/phoneMap/PhoneMapUni001.png",
|
||||
"pressed": "resources/w/ui_en/img/phoneMap/PhoneMapUni001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "buttonBack",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": 310,
|
||||
"width": 446.6,
|
||||
"height": 75.6,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui_en/img/phoneMap/PhoneMapBack001.png",
|
||||
"hover": "resources/w/ui_en/img/phoneMap/PhoneMapBack001.png",
|
||||
"pressed": "resources/w/ui_en/img/phoneMap/PhoneMapBack001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "mapGo",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": -280,
|
||||
"width": 397.6,
|
||||
"height": 121.8,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui_en/img/phoneMap/PhoneMapButton001.png",
|
||||
"hover": "resources/w/ui_en/img/phoneMap/PhoneMapButton001.png",
|
||||
"pressed": "resources/w/ui_en/img/phoneMap/PhoneMapButton001.png"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
66
resources/w/ui_en/screen_phone_video.json
Normal file
66
resources/w/ui_en/screen_phone_video.json
Normal file
@ -0,0 +1,66 @@
|
||||
{
|
||||
"root": {
|
||||
"type": "FrameLayout",
|
||||
"name": "hud_root",
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"vertical_align": "center",
|
||||
"horizontal_align": "center",
|
||||
"children": [
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "phoneExitButton",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": 0,
|
||||
"width": "match_parent",
|
||||
"height": "match_parent",
|
||||
"textures": {
|
||||
"normal": "resources/transparent.png",
|
||||
"hover": "resources/transparent.png",
|
||||
"pressed": "resources/transparent.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "StaticImage",
|
||||
"name": "phoneMain",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": -60,
|
||||
"width": 617.4,
|
||||
"height": 991.2,
|
||||
"clickZoneWidth": 500,
|
||||
"clickZoneHeight": 800,
|
||||
"texture": "resources/w/ui_en/img/phoneVideo/PhoneVideo003.png"
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "buttonBack",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": 310,
|
||||
"width": 394.8,
|
||||
"height": 57.4,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui_en/img/phoneVideo/PhoneVideoBackButton001.png",
|
||||
"hover": "resources/w/ui_en/img/phoneVideo/PhoneVideoBackButton001.png",
|
||||
"pressed": "resources/w/ui_en/img/phoneVideo/PhoneVideoBackButton001.png"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Button",
|
||||
"name": "videoSkip",
|
||||
"horizontal_gravity": "center",
|
||||
"vertical_gravity": "center",
|
||||
"y": -300,
|
||||
"width": 407.4,
|
||||
"height": 86.8,
|
||||
"textures": {
|
||||
"normal": "resources/w/ui_en/img/phoneVideo/PhoneVideoSkipButton001.png",
|
||||
"hover": "resources/w/ui_en/img/phoneVideo/PhoneVideoSkipButton001.png",
|
||||
"pressed": "resources/w/ui_en/img/phoneVideo/PhoneVideoSkipButton001.png"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -435,10 +435,12 @@ namespace ZL {
|
||||
uiManager.setTextButtonCallback("languageRussianButton", [this](const std::string&) {
|
||||
ZL::g_currentLanguage = ZL::Language::Russian;
|
||||
reloadLocalizedGameContent();
|
||||
saveSettings();
|
||||
});
|
||||
uiManager.setTextButtonCallback("languageEnglishButton", [this](const std::string&) {
|
||||
ZL::g_currentLanguage = ZL::Language::English;
|
||||
reloadLocalizedGameContent();
|
||||
saveSettings();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user