Working on hints on portrait mode

This commit is contained in:
Vladislav Khorev 2026-06-27 17:21:31 +03:00
parent 40e7e0ee44
commit 9aeb0b1194
6 changed files with 46 additions and 43 deletions

View File

@ -112,15 +112,27 @@
"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": 738.75,
"height": 292.5,
"x": 0,
"y": 360,
"x": 80,
"y": 100,
"texture": "resources/w/ui/img/Hint6b.png",
"pulse": {
"minScale": 0.92,
@ -130,16 +142,6 @@
"fadeIn": {
"durationMs": 1000
}
},
{
"type": "StaticImage",
"name": "hint6barrow",
"horizontal_gravity": "right",
"width": 118,
"height": 118,
"x": 80,
"y": 300,
"texture": "resources/w/ui/img/hint_arrow_right_top.png"
},
{
"type": "StaticImage",

View File

@ -65,15 +65,27 @@
"horizontal_gravity": "center",
"vertical_gravity": "bottom",
"texture": "resources/w/ui/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": 738.75,
"height": 292.5,
"x": 0,
"y": 360,
"x": 80,
"y": 100,
"texture": "resources/w/ui/img/Hint6b.png",
"pulse": {
"minScale": 0.92,
@ -83,16 +95,6 @@
"fadeIn": {
"durationMs": 1000
}
},
{
"type": "StaticImage",
"name": "hint6barrow",
"horizontal_gravity": "right",
"width": 118,
"height": 118,
"x": 80,
"y": 300,
"texture": "resources/w/ui/img/hint_arrow_right_top.png"
}
]
}

View File

@ -99,16 +99,27 @@
"horizontal_gravity": "center",
"vertical_gravity": "bottom",
"texture": "resources/w/ui/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": 156,
"horizontal_gravity": "right",
"vertical_gravity": "top",
"x": 167,
"y": 200,
"x": 100,
"y": 250,
"texture": "resources/w/ui/img/Hint_darklands001.png",
"pulse": {
"minScale": 0.92,
@ -118,17 +129,6 @@
"fadeIn": {
"durationMs": 600
}
},
{
"type": "StaticImage",
"name": "hint_darklands001_arrow",
"horizontal_gravity": "right",
"vertical_gravity": "top",
"width": 24,
"height": 118,
"x": 397,
"y": 110,
"texture": "resources/w/ui/img/hint_arrow_up.png"
},
{
"type": "FrameLayout",

View File

@ -74,7 +74,7 @@
"width": 470,
"height": 178,
"x": 0,
"y": 20,
"y": 80,
"texture": "resources/w/ui/img/Hint_darklands002_attack.png",
"pulse": {
"minScale": 0.92,

View File

@ -248,9 +248,9 @@
"width": 600,
"height": 234,
"x": 0,
"y": 10,
"y": -160,
"horizontal_gravity": "center",
"vertical_gravity": "top",
"vertical_gravity": "center",
"texture": "resources/w/ui/img/Hint_m001.png",
"pulse": {
"minScale": 0.92,

View File

@ -607,7 +607,6 @@ namespace ZL {
}
uiManager.setButtonCallback("phoneExitButton", [this](const std::string&) {
closePhoneEntirely();
});