From e7dc3279ae699f62378cc8696213cc8dc0cff849 Mon Sep 17 00:00:00 2001 From: Vladislav Khorev Date: Tue, 7 Jul 2026 16:39:04 +0300 Subject: [PATCH] Adding translations for English for UI' --- resources/w/ui/img/main/letters002.png | 4 +- resources/w/ui/screen_main_menu.json | 4 +- resources/w/ui_en/hud_step0.json | 37 ++ resources/w/ui_en/hud_step1.json | 65 +++ resources/w/ui_en/hud_step2.json | 65 +++ resources/w/ui_en/hud_step3.json | 65 +++ resources/w/ui_en/hud_step4.json | 65 +++ resources/w/ui_en/hud_step5a.json | 101 ++++ resources/w/ui_en/hud_step5ab.json | 188 ++++++++ resources/w/ui_en/hud_step5b.json | 101 ++++ resources/w/ui_en/hud_top_hint01.json | 48 ++ resources/w/ui_en/hud_uni_ext.json | 197 ++++++++ resources/w/ui_en/hud_uni_ext_dark.json | 241 ++++++++++ resources/w/ui_en/hud_uni_int_dark_full.json | 6 +- resources/w/ui_en/hud_uni_int_full.json | 214 +++++++++ resources/w/ui_en/hud_uni_int_step10.json | 197 ++++++++ resources/w/ui_en/hud_uni_int_step11.json | 244 ++++++++++ resources/w/ui_en/hud_uni_int_step12.json | 267 ++++++++++ resources/w/ui_en/hud_uni_int_step13.json | 260 ++++++++++ resources/w/ui_en/img/Hint1.png | 3 + resources/w/ui_en/img/Hint2.png | 3 + resources/w/ui_en/img/Hint3.png | 3 + resources/w/ui_en/img/Hint4.png | 3 + resources/w/ui_en/img/Hint5.png | 3 + resources/w/ui_en/img/Hint6a.png | 3 + resources/w/ui_en/img/Hint6b.png | 3 + resources/w/ui_en/img/Hint_m002.png | 3 + resources/w/ui_en/img/Hint_m003.png | 3 + resources/w/ui_en/img/Hint_m004.png | 3 + resources/w/ui_en/img/Inventory001.png | 3 + .../w/ui_en/img/inv/InventoryAllButton001.png | 3 + .../w/ui_en/img/journal/QuestJournal003.png | 3 + resources/w/ui_en/img/main/letters002.png | 3 + .../img/modal/ExitGame001State=Default001.png | 3 + .../modal/ExitGame001State=Selected001.png | 3 + .../img/modal/ExitGame001State=Tap001.png | 3 + .../img/modal/LoadGame001State=Default001.png | 3 + .../modal/LoadGame001State=Selected001.png | 3 + .../img/modal/LoadGame001State=Tap001.png | 3 + .../w/ui_en/img/modal/MenuHeading002.png | 3 + .../img/modal/SaveGame001State=Default001.png | 3 + .../modal/SaveGame001State=Selected001.png | 3 + .../img/modal/SaveGame001State=Tap001.png | 3 + .../w/ui_en/img/modal/SettingsDefault002.png | 3 + .../w/ui_en/img/modal/SettingsSelected002.png | 3 + .../w/ui_en/img/modal/SettingsTap002.png | 3 + .../w/ui_en/img/phone/PhoneChatList001.png | 3 + resources/w/ui_en/img/phone2/ClockDay001.png | 3 + .../w/ui_en/img/phone2/ClockMorning001.png | 3 + .../w/ui_en/img/phone2/ClockNight001.png | 3 + resources/w/ui_en/img/phone2/Phone002.png | 3 + .../w/ui_en/img/phoneBank/PhoneBank002.png | 3 + .../w/ui_en/img/phoneMap/PhoneMapBack001.png | 3 + .../ui_en/img/phoneMap/PhoneMapButton001.png | 3 + .../w/ui_en/img/phoneMap/PhoneMapDorm001.png | 3 + .../w/ui_en/img/phoneMap/PhoneMapUni001.png | 3 + .../w/ui_en/img/phoneVideo/PhoneVideo003.png | 3 + .../phoneVideo/PhoneVideoBackButton001.png | 3 + .../phoneVideo/PhoneVideoSkipButton001.png | 3 + .../w/ui_en/img/toast/item_received001.png | 3 + .../w/ui_en/img/toast/item_removed001.png | 3 + .../w/ui_en/img/toast/quest_completed001.png | 3 + .../w/ui_en/img/toast/quest_failed001.png | 3 + resources/w/ui_en/img/toast/quest_new001.png | 3 + resources/w/ui_en/screen_inventory.json | 241 ++++++++++ resources/w/ui_en/screen_journal.json | 454 ++++++++++++++++++ resources/w/ui_en/screen_main_menu.json | 6 +- resources/w/ui_en/screen_modal_menu.json | 130 +++++ resources/w/ui_en/screen_phone.json | 132 +++++ resources/w/ui_en/screen_phone_bank.json | 81 ++++ resources/w/ui_en/screen_phone_chat1.json | 81 ++++ resources/w/ui_en/screen_phone_chat2.json | 81 ++++ resources/w/ui_en/screen_phone_chat3.json | 81 ++++ resources/w/ui_en/screen_phone_chat_list.json | 247 ++++++++++ .../ui_en/screen_phone_chat_list_hint001.json | 266 ++++++++++ resources/w/ui_en/screen_phone_hint001.json | 170 +++++++ .../w/ui_en/screen_phone_hint001_002.json | 208 ++++++++ resources/w/ui_en/screen_phone_hint002.json | 170 +++++++ resources/w/ui_en/screen_phone_map_dorm.json | 70 +++ resources/w/ui_en/screen_phone_map_uni.json | 70 +++ resources/w/ui_en/screen_phone_video.json | 66 +++ src/MenuManager.cpp | 2 + 82 files changed, 5050 insertions(+), 10 deletions(-) create mode 100644 resources/w/ui_en/hud_step0.json create mode 100644 resources/w/ui_en/hud_step1.json create mode 100644 resources/w/ui_en/hud_step2.json create mode 100644 resources/w/ui_en/hud_step3.json create mode 100644 resources/w/ui_en/hud_step4.json create mode 100644 resources/w/ui_en/hud_step5a.json create mode 100644 resources/w/ui_en/hud_step5ab.json create mode 100644 resources/w/ui_en/hud_step5b.json create mode 100644 resources/w/ui_en/hud_top_hint01.json create mode 100644 resources/w/ui_en/hud_uni_ext.json create mode 100644 resources/w/ui_en/hud_uni_ext_dark.json create mode 100644 resources/w/ui_en/hud_uni_int_full.json create mode 100644 resources/w/ui_en/hud_uni_int_step10.json create mode 100644 resources/w/ui_en/hud_uni_int_step11.json create mode 100644 resources/w/ui_en/hud_uni_int_step12.json create mode 100644 resources/w/ui_en/hud_uni_int_step13.json create mode 100644 resources/w/ui_en/img/Hint1.png create mode 100644 resources/w/ui_en/img/Hint2.png create mode 100644 resources/w/ui_en/img/Hint3.png create mode 100644 resources/w/ui_en/img/Hint4.png create mode 100644 resources/w/ui_en/img/Hint5.png create mode 100644 resources/w/ui_en/img/Hint6a.png create mode 100644 resources/w/ui_en/img/Hint6b.png create mode 100644 resources/w/ui_en/img/Hint_m002.png create mode 100644 resources/w/ui_en/img/Hint_m003.png create mode 100644 resources/w/ui_en/img/Hint_m004.png create mode 100644 resources/w/ui_en/img/Inventory001.png create mode 100644 resources/w/ui_en/img/inv/InventoryAllButton001.png create mode 100644 resources/w/ui_en/img/journal/QuestJournal003.png create mode 100644 resources/w/ui_en/img/main/letters002.png create mode 100644 resources/w/ui_en/img/modal/ExitGame001State=Default001.png create mode 100644 resources/w/ui_en/img/modal/ExitGame001State=Selected001.png create mode 100644 resources/w/ui_en/img/modal/ExitGame001State=Tap001.png create mode 100644 resources/w/ui_en/img/modal/LoadGame001State=Default001.png create mode 100644 resources/w/ui_en/img/modal/LoadGame001State=Selected001.png create mode 100644 resources/w/ui_en/img/modal/LoadGame001State=Tap001.png create mode 100644 resources/w/ui_en/img/modal/MenuHeading002.png create mode 100644 resources/w/ui_en/img/modal/SaveGame001State=Default001.png create mode 100644 resources/w/ui_en/img/modal/SaveGame001State=Selected001.png create mode 100644 resources/w/ui_en/img/modal/SaveGame001State=Tap001.png create mode 100644 resources/w/ui_en/img/modal/SettingsDefault002.png create mode 100644 resources/w/ui_en/img/modal/SettingsSelected002.png create mode 100644 resources/w/ui_en/img/modal/SettingsTap002.png create mode 100644 resources/w/ui_en/img/phone/PhoneChatList001.png create mode 100644 resources/w/ui_en/img/phone2/ClockDay001.png create mode 100644 resources/w/ui_en/img/phone2/ClockMorning001.png create mode 100644 resources/w/ui_en/img/phone2/ClockNight001.png create mode 100644 resources/w/ui_en/img/phone2/Phone002.png create mode 100644 resources/w/ui_en/img/phoneBank/PhoneBank002.png create mode 100644 resources/w/ui_en/img/phoneMap/PhoneMapBack001.png create mode 100644 resources/w/ui_en/img/phoneMap/PhoneMapButton001.png create mode 100644 resources/w/ui_en/img/phoneMap/PhoneMapDorm001.png create mode 100644 resources/w/ui_en/img/phoneMap/PhoneMapUni001.png create mode 100644 resources/w/ui_en/img/phoneVideo/PhoneVideo003.png create mode 100644 resources/w/ui_en/img/phoneVideo/PhoneVideoBackButton001.png create mode 100644 resources/w/ui_en/img/phoneVideo/PhoneVideoSkipButton001.png create mode 100644 resources/w/ui_en/img/toast/item_received001.png create mode 100644 resources/w/ui_en/img/toast/item_removed001.png create mode 100644 resources/w/ui_en/img/toast/quest_completed001.png create mode 100644 resources/w/ui_en/img/toast/quest_failed001.png create mode 100644 resources/w/ui_en/img/toast/quest_new001.png create mode 100644 resources/w/ui_en/screen_inventory.json create mode 100644 resources/w/ui_en/screen_journal.json create mode 100644 resources/w/ui_en/screen_modal_menu.json create mode 100644 resources/w/ui_en/screen_phone.json create mode 100644 resources/w/ui_en/screen_phone_bank.json create mode 100644 resources/w/ui_en/screen_phone_chat1.json create mode 100644 resources/w/ui_en/screen_phone_chat2.json create mode 100644 resources/w/ui_en/screen_phone_chat3.json create mode 100644 resources/w/ui_en/screen_phone_chat_list.json create mode 100644 resources/w/ui_en/screen_phone_chat_list_hint001.json create mode 100644 resources/w/ui_en/screen_phone_hint001.json create mode 100644 resources/w/ui_en/screen_phone_hint001_002.json create mode 100644 resources/w/ui_en/screen_phone_hint002.json create mode 100644 resources/w/ui_en/screen_phone_map_dorm.json create mode 100644 resources/w/ui_en/screen_phone_map_uni.json create mode 100644 resources/w/ui_en/screen_phone_video.json diff --git a/resources/w/ui/img/main/letters002.png b/resources/w/ui/img/main/letters002.png index f2ee163..8a6c926 100644 --- a/resources/w/ui/img/main/letters002.png +++ b/resources/w/ui/img/main/letters002.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:74501c0e2647aca4ae2ef61a2d31417170e5a50c3f7c77e3b66c39e74bc29ebb -size 162843 +oid sha256:571b3ba2c13cd936b8a13e14d0b27930049fb2fe9b00799eb2ff653893ad897c +size 176244 diff --git a/resources/w/ui/screen_main_menu.json b/resources/w/ui/screen_main_menu.json index 18bdde9..07949a8 100644 --- a/resources/w/ui/screen_main_menu.json +++ b/resources/w/ui/screen_main_menu.json @@ -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" }, diff --git a/resources/w/ui_en/hud_step0.json b/resources/w/ui_en/hud_step0.json new file mode 100644 index 0000000..ac93cd9 --- /dev/null +++ b/resources/w/ui_en/hud_step0.json @@ -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" + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/hud_step1.json b/resources/w/ui_en/hud_step1.json new file mode 100644 index 0000000..48b7b5f --- /dev/null +++ b/resources/w/ui_en/hud_step1.json @@ -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" + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/hud_step2.json b/resources/w/ui_en/hud_step2.json new file mode 100644 index 0000000..4746fcc --- /dev/null +++ b/resources/w/ui_en/hud_step2.json @@ -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" + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/hud_step3.json b/resources/w/ui_en/hud_step3.json new file mode 100644 index 0000000..524ecca --- /dev/null +++ b/resources/w/ui_en/hud_step3.json @@ -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" + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/hud_step4.json b/resources/w/ui_en/hud_step4.json new file mode 100644 index 0000000..6159c4f --- /dev/null +++ b/resources/w/ui_en/hud_step4.json @@ -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" + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/hud_step5a.json b/resources/w/ui_en/hud_step5a.json new file mode 100644 index 0000000..5a37914 --- /dev/null +++ b/resources/w/ui_en/hud_step5a.json @@ -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" + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/hud_step5ab.json b/resources/w/ui_en/hud_step5ab.json new file mode 100644 index 0000000..761a24e --- /dev/null +++ b/resources/w/ui_en/hud_step5ab.json @@ -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 + } + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/hud_step5b.json b/resources/w/ui_en/hud_step5b.json new file mode 100644 index 0000000..c073d33 --- /dev/null +++ b/resources/w/ui_en/hud_step5b.json @@ -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 + } + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/hud_top_hint01.json b/resources/w/ui_en/hud_top_hint01.json new file mode 100644 index 0000000..dd670a5 --- /dev/null +++ b/resources/w/ui_en/hud_top_hint01.json @@ -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 + } + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/hud_uni_ext.json b/resources/w/ui_en/hud_uni_ext.json new file mode 100644 index 0000000..bf3c505 --- /dev/null +++ b/resources/w/ui_en/hud_uni_ext.json @@ -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 + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/hud_uni_ext_dark.json b/resources/w/ui_en/hud_uni_ext_dark.json new file mode 100644 index 0000000..c141087 --- /dev/null +++ b/resources/w/ui_en/hud_uni_ext_dark.json @@ -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 + ] + } + ] + } + ] + } +} diff --git a/resources/w/ui_en/hud_uni_int_dark_full.json b/resources/w/ui_en/hud_uni_int_dark_full.json index c5f7b77..1dd1a99 100644 --- a/resources/w/ui_en/hud_uni_int_dark_full.json +++ b/resources/w/ui_en/hud_uni_int_dark_full.json @@ -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", diff --git a/resources/w/ui_en/hud_uni_int_full.json b/resources/w/ui_en/hud_uni_int_full.json new file mode 100644 index 0000000..20c8587 --- /dev/null +++ b/resources/w/ui_en/hud_uni_int_full.json @@ -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 + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/hud_uni_int_step10.json b/resources/w/ui_en/hud_uni_int_step10.json new file mode 100644 index 0000000..79b7036 --- /dev/null +++ b/resources/w/ui_en/hud_uni_int_step10.json @@ -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 + ] + } + ] + } + ] + } +} diff --git a/resources/w/ui_en/hud_uni_int_step11.json b/resources/w/ui_en/hud_uni_int_step11.json new file mode 100644 index 0000000..81f956f --- /dev/null +++ b/resources/w/ui_en/hud_uni_int_step11.json @@ -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 + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/hud_uni_int_step12.json b/resources/w/ui_en/hud_uni_int_step12.json new file mode 100644 index 0000000..f4ccc8a --- /dev/null +++ b/resources/w/ui_en/hud_uni_int_step12.json @@ -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 + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/hud_uni_int_step13.json b/resources/w/ui_en/hud_uni_int_step13.json new file mode 100644 index 0000000..b6c9401 --- /dev/null +++ b/resources/w/ui_en/hud_uni_int_step13.json @@ -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 + ] + } + ] + } + ] + } +} diff --git a/resources/w/ui_en/img/Hint1.png b/resources/w/ui_en/img/Hint1.png new file mode 100644 index 0000000..4df04ca --- /dev/null +++ b/resources/w/ui_en/img/Hint1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92fa0f74d1d9a2c8cda990e6b860daa93fa7d5f15900792b940299126ed22dbe +size 263434 diff --git a/resources/w/ui_en/img/Hint2.png b/resources/w/ui_en/img/Hint2.png new file mode 100644 index 0000000..23fa068 --- /dev/null +++ b/resources/w/ui_en/img/Hint2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58443ece5f0d763f6b17005e7ae9b8a550f63e5cf2308e80e7d31ab3a14410c0 +size 316421 diff --git a/resources/w/ui_en/img/Hint3.png b/resources/w/ui_en/img/Hint3.png new file mode 100644 index 0000000..0a0eb8d --- /dev/null +++ b/resources/w/ui_en/img/Hint3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7f11301d1fde360af74a98c738382b49bf362812ed423e6a76e391b6b1d2f3 +size 291771 diff --git a/resources/w/ui_en/img/Hint4.png b/resources/w/ui_en/img/Hint4.png new file mode 100644 index 0000000..28180c9 --- /dev/null +++ b/resources/w/ui_en/img/Hint4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42396389ce10f408e63730261341d681570699e6914517ec634f4f4cb1b0d4c +size 310763 diff --git a/resources/w/ui_en/img/Hint5.png b/resources/w/ui_en/img/Hint5.png new file mode 100644 index 0000000..f563b02 --- /dev/null +++ b/resources/w/ui_en/img/Hint5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b209515a4fbf49a0e2284d3fb0582dcb8ab6972e2644c7ec2691ca52cf24fa +size 254887 diff --git a/resources/w/ui_en/img/Hint6a.png b/resources/w/ui_en/img/Hint6a.png new file mode 100644 index 0000000..41cab19 --- /dev/null +++ b/resources/w/ui_en/img/Hint6a.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6138dab672c121de55e26fbd35617176ec9827ebf7793f5d1ab8510e937b3854 +size 273644 diff --git a/resources/w/ui_en/img/Hint6b.png b/resources/w/ui_en/img/Hint6b.png new file mode 100644 index 0000000..ecf08b3 --- /dev/null +++ b/resources/w/ui_en/img/Hint6b.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c969faa1ec1b4e5c17eb6ff37b49ebcb05eeab4af74cd2dfc41e73e7329723 +size 272071 diff --git a/resources/w/ui_en/img/Hint_m002.png b/resources/w/ui_en/img/Hint_m002.png new file mode 100644 index 0000000..6f3c797 --- /dev/null +++ b/resources/w/ui_en/img/Hint_m002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a3084168893759e9826be58f9c946766e2c5afc5aed451960c4400a3763a43 +size 277930 diff --git a/resources/w/ui_en/img/Hint_m003.png b/resources/w/ui_en/img/Hint_m003.png new file mode 100644 index 0000000..e4dc088 --- /dev/null +++ b/resources/w/ui_en/img/Hint_m003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94b0a96d75a65d668037c9a954bd745777a56391b12d8db99bc01001f6498e6 +size 259653 diff --git a/resources/w/ui_en/img/Hint_m004.png b/resources/w/ui_en/img/Hint_m004.png new file mode 100644 index 0000000..3ca2f6f --- /dev/null +++ b/resources/w/ui_en/img/Hint_m004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70680ee358e24271320e48673ec1597f71f72ce292f3c8347647a0160b55dd3 +size 259258 diff --git a/resources/w/ui_en/img/Inventory001.png b/resources/w/ui_en/img/Inventory001.png new file mode 100644 index 0000000..7d70dca --- /dev/null +++ b/resources/w/ui_en/img/Inventory001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f063e0977b210010b530468b0210fe3407e26d104c6a45cd9493340c1df0ca44 +size 269501 diff --git a/resources/w/ui_en/img/inv/InventoryAllButton001.png b/resources/w/ui_en/img/inv/InventoryAllButton001.png new file mode 100644 index 0000000..0f502dc --- /dev/null +++ b/resources/w/ui_en/img/inv/InventoryAllButton001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aebf4b17de2521eeecb8b1d5d4b25a63abe9de7c5aeae7ca657c3286bc7c77a3 +size 154171 diff --git a/resources/w/ui_en/img/journal/QuestJournal003.png b/resources/w/ui_en/img/journal/QuestJournal003.png new file mode 100644 index 0000000..f55454a --- /dev/null +++ b/resources/w/ui_en/img/journal/QuestJournal003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6101694f8125e5180b92879ca4aa08770e8f3cd5553872f6dac044cd7d6d0435 +size 854835 diff --git a/resources/w/ui_en/img/main/letters002.png b/resources/w/ui_en/img/main/letters002.png new file mode 100644 index 0000000..c8497eb --- /dev/null +++ b/resources/w/ui_en/img/main/letters002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739bf2133ec00ffd0c5e19def5ca4d076c0c7361ad57dd25f30baa4e7ec3b976 +size 205010 diff --git a/resources/w/ui_en/img/modal/ExitGame001State=Default001.png b/resources/w/ui_en/img/modal/ExitGame001State=Default001.png new file mode 100644 index 0000000..420f31c --- /dev/null +++ b/resources/w/ui_en/img/modal/ExitGame001State=Default001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c35be0d89a897725fa05bc52871382f144c846b82565d78b256163add6c0fc +size 1442581 diff --git a/resources/w/ui_en/img/modal/ExitGame001State=Selected001.png b/resources/w/ui_en/img/modal/ExitGame001State=Selected001.png new file mode 100644 index 0000000..09bc704 --- /dev/null +++ b/resources/w/ui_en/img/modal/ExitGame001State=Selected001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b83dd83b6cfc3ba924450a817b54e7c26ce365af43f4bc38d95ace96e62e849 +size 1468197 diff --git a/resources/w/ui_en/img/modal/ExitGame001State=Tap001.png b/resources/w/ui_en/img/modal/ExitGame001State=Tap001.png new file mode 100644 index 0000000..8aa3586 --- /dev/null +++ b/resources/w/ui_en/img/modal/ExitGame001State=Tap001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753a9f2ad66e4f51e70c8d60ec8a8aff4601b5f1b2353edf581e70cf6c9fa0b0 +size 1326723 diff --git a/resources/w/ui_en/img/modal/LoadGame001State=Default001.png b/resources/w/ui_en/img/modal/LoadGame001State=Default001.png new file mode 100644 index 0000000..efd7f03 --- /dev/null +++ b/resources/w/ui_en/img/modal/LoadGame001State=Default001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7034956378a934f833cb901ac63a38d206c2820cd02f9d77376ab82ce93ae936 +size 1500564 diff --git a/resources/w/ui_en/img/modal/LoadGame001State=Selected001.png b/resources/w/ui_en/img/modal/LoadGame001State=Selected001.png new file mode 100644 index 0000000..094faf9 --- /dev/null +++ b/resources/w/ui_en/img/modal/LoadGame001State=Selected001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ccdfb167c315453fe5328edb99ad413c832c6be1f393d467d4757c0870887db +size 1479851 diff --git a/resources/w/ui_en/img/modal/LoadGame001State=Tap001.png b/resources/w/ui_en/img/modal/LoadGame001State=Tap001.png new file mode 100644 index 0000000..fcda8f2 --- /dev/null +++ b/resources/w/ui_en/img/modal/LoadGame001State=Tap001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74bd7bfd1241360ac0b40b2edf69073dcc4aa28c1cc7f9e157a0300baaf2f295 +size 1384546 diff --git a/resources/w/ui_en/img/modal/MenuHeading002.png b/resources/w/ui_en/img/modal/MenuHeading002.png new file mode 100644 index 0000000..df8df48 --- /dev/null +++ b/resources/w/ui_en/img/modal/MenuHeading002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec5e6817dd6584e1dd0a372cf263bd7fb079194b54e95c1246b32f7cd6a9b52 +size 65866 diff --git a/resources/w/ui_en/img/modal/SaveGame001State=Default001.png b/resources/w/ui_en/img/modal/SaveGame001State=Default001.png new file mode 100644 index 0000000..7a9eb05 --- /dev/null +++ b/resources/w/ui_en/img/modal/SaveGame001State=Default001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7b0f591ea544fd8ab07e9605c30dee3944c20036c3508615b625263947a109 +size 1492677 diff --git a/resources/w/ui_en/img/modal/SaveGame001State=Selected001.png b/resources/w/ui_en/img/modal/SaveGame001State=Selected001.png new file mode 100644 index 0000000..4ab89e7 --- /dev/null +++ b/resources/w/ui_en/img/modal/SaveGame001State=Selected001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7cacea41b5bcb880dfec8787cc2ecdd66f7702dc253e64a183c675e01466e5f +size 1472853 diff --git a/resources/w/ui_en/img/modal/SaveGame001State=Tap001.png b/resources/w/ui_en/img/modal/SaveGame001State=Tap001.png new file mode 100644 index 0000000..3eaf84a --- /dev/null +++ b/resources/w/ui_en/img/modal/SaveGame001State=Tap001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4323c7cababe8315df8e3c5417d808782e7a6685c78b047932cd325f8c4ba3 +size 1377188 diff --git a/resources/w/ui_en/img/modal/SettingsDefault002.png b/resources/w/ui_en/img/modal/SettingsDefault002.png new file mode 100644 index 0000000..e595397 --- /dev/null +++ b/resources/w/ui_en/img/modal/SettingsDefault002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb64a2b85da971dd2d5fe017e160cf5200b65bf2225b6adb65f8b9fe7207a5df +size 1511569 diff --git a/resources/w/ui_en/img/modal/SettingsSelected002.png b/resources/w/ui_en/img/modal/SettingsSelected002.png new file mode 100644 index 0000000..4782df6 --- /dev/null +++ b/resources/w/ui_en/img/modal/SettingsSelected002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:501ca0bc39e5e33070bb5ac9301adcca247f93d4fd267fdc1af5ab05c0b09103 +size 1489139 diff --git a/resources/w/ui_en/img/modal/SettingsTap002.png b/resources/w/ui_en/img/modal/SettingsTap002.png new file mode 100644 index 0000000..cd43c8e --- /dev/null +++ b/resources/w/ui_en/img/modal/SettingsTap002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f38f3a278a36090d07396abc8bcf8a5be3dc0845ebb9cb54a6b429358c0540f7 +size 1395269 diff --git a/resources/w/ui_en/img/phone/PhoneChatList001.png b/resources/w/ui_en/img/phone/PhoneChatList001.png new file mode 100644 index 0000000..9b84630 --- /dev/null +++ b/resources/w/ui_en/img/phone/PhoneChatList001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a555d59e411f733a1581fb152589d76288593d87ab4b9d62966f91a33400f5e +size 6685051 diff --git a/resources/w/ui_en/img/phone2/ClockDay001.png b/resources/w/ui_en/img/phone2/ClockDay001.png new file mode 100644 index 0000000..2077697 --- /dev/null +++ b/resources/w/ui_en/img/phone2/ClockDay001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9939707d818b7fbd407ad8e0082abd589d8c6a4628a2ebc6736c906faad455 +size 34405 diff --git a/resources/w/ui_en/img/phone2/ClockMorning001.png b/resources/w/ui_en/img/phone2/ClockMorning001.png new file mode 100644 index 0000000..43ebc76 --- /dev/null +++ b/resources/w/ui_en/img/phone2/ClockMorning001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67198734d1ba4ede26fa34dcc5a8a3eb77d78ba64718fec1e56a5e922066b36f +size 115069 diff --git a/resources/w/ui_en/img/phone2/ClockNight001.png b/resources/w/ui_en/img/phone2/ClockNight001.png new file mode 100644 index 0000000..5e068a0 --- /dev/null +++ b/resources/w/ui_en/img/phone2/ClockNight001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0872fc1afe4e37be0c73331819fe82807f6738cfd2658643799344a68830ecd6 +size 36218 diff --git a/resources/w/ui_en/img/phone2/Phone002.png b/resources/w/ui_en/img/phone2/Phone002.png new file mode 100644 index 0000000..6d70801 --- /dev/null +++ b/resources/w/ui_en/img/phone2/Phone002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7010fc41a4e5bbf9129d88fd2e9a85028349facad0e68ac6689a3533a598de1e +size 7586824 diff --git a/resources/w/ui_en/img/phoneBank/PhoneBank002.png b/resources/w/ui_en/img/phoneBank/PhoneBank002.png new file mode 100644 index 0000000..1433b69 --- /dev/null +++ b/resources/w/ui_en/img/phoneBank/PhoneBank002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc39989de3b57f548d1214ff9bfda3972ecaff9f8b6be0edbec1a53a552c3cec +size 8473706 diff --git a/resources/w/ui_en/img/phoneMap/PhoneMapBack001.png b/resources/w/ui_en/img/phoneMap/PhoneMapBack001.png new file mode 100644 index 0000000..fbd2c4b --- /dev/null +++ b/resources/w/ui_en/img/phoneMap/PhoneMapBack001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d50fdf080b2210441e0940b43a38a44e780d7c8f3244e44c4cc915e2c2d913 +size 20953 diff --git a/resources/w/ui_en/img/phoneMap/PhoneMapButton001.png b/resources/w/ui_en/img/phoneMap/PhoneMapButton001.png new file mode 100644 index 0000000..f0fe916 --- /dev/null +++ b/resources/w/ui_en/img/phoneMap/PhoneMapButton001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3892dfd29f85532f504bc60160da2923ba675805218456cb2d15f8f92908faf +size 48000 diff --git a/resources/w/ui_en/img/phoneMap/PhoneMapDorm001.png b/resources/w/ui_en/img/phoneMap/PhoneMapDorm001.png new file mode 100644 index 0000000..5021650 --- /dev/null +++ b/resources/w/ui_en/img/phoneMap/PhoneMapDorm001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2731d3835a01c640eb4973056b98c662d8945178a026e93fd87b246d6d831f9 +size 6398506 diff --git a/resources/w/ui_en/img/phoneMap/PhoneMapUni001.png b/resources/w/ui_en/img/phoneMap/PhoneMapUni001.png new file mode 100644 index 0000000..e7d28dd --- /dev/null +++ b/resources/w/ui_en/img/phoneMap/PhoneMapUni001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13358c1571c0edd4003d0ed7ca994e5d0e2d8928cabdc24ec8df98a6a32c52b5 +size 6388435 diff --git a/resources/w/ui_en/img/phoneVideo/PhoneVideo003.png b/resources/w/ui_en/img/phoneVideo/PhoneVideo003.png new file mode 100644 index 0000000..1983244 --- /dev/null +++ b/resources/w/ui_en/img/phoneVideo/PhoneVideo003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce11a50fcb06552c6adb2ba00f7d752d966a2a2a01a594523e6ecd9386cb71d +size 8275369 diff --git a/resources/w/ui_en/img/phoneVideo/PhoneVideoBackButton001.png b/resources/w/ui_en/img/phoneVideo/PhoneVideoBackButton001.png new file mode 100644 index 0000000..c43c09a --- /dev/null +++ b/resources/w/ui_en/img/phoneVideo/PhoneVideoBackButton001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:989d0d01969b875338629ac35a3e76619a92cee59ecfa530969e69b090a34020 +size 16075 diff --git a/resources/w/ui_en/img/phoneVideo/PhoneVideoSkipButton001.png b/resources/w/ui_en/img/phoneVideo/PhoneVideoSkipButton001.png new file mode 100644 index 0000000..041abdc --- /dev/null +++ b/resources/w/ui_en/img/phoneVideo/PhoneVideoSkipButton001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85631c6ea79e257b368ac1ad16ecb1dedb3744710c01be24144a08d56f13abd +size 31072 diff --git a/resources/w/ui_en/img/toast/item_received001.png b/resources/w/ui_en/img/toast/item_received001.png new file mode 100644 index 0000000..753ee97 --- /dev/null +++ b/resources/w/ui_en/img/toast/item_received001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bdd558b097c56bae419218881668bd6373146b54b01bd9439bdec3530e4aa33 +size 387149 diff --git a/resources/w/ui_en/img/toast/item_removed001.png b/resources/w/ui_en/img/toast/item_removed001.png new file mode 100644 index 0000000..8bce986 --- /dev/null +++ b/resources/w/ui_en/img/toast/item_removed001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c43592710f4ff42553300661ba2d179507b4962b3be6a7c332df2cf9a8069c +size 446640 diff --git a/resources/w/ui_en/img/toast/quest_completed001.png b/resources/w/ui_en/img/toast/quest_completed001.png new file mode 100644 index 0000000..e0aed3c --- /dev/null +++ b/resources/w/ui_en/img/toast/quest_completed001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a537609d1c6a3bca26cbf2e7cf8a462698c2945b681fae6f8e1b28dc1d47c2 +size 497559 diff --git a/resources/w/ui_en/img/toast/quest_failed001.png b/resources/w/ui_en/img/toast/quest_failed001.png new file mode 100644 index 0000000..e486f9e --- /dev/null +++ b/resources/w/ui_en/img/toast/quest_failed001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3ceb41d468105b211461fd274072b5f949e1f0e8d4a81564aa143438c9f04f +size 419033 diff --git a/resources/w/ui_en/img/toast/quest_new001.png b/resources/w/ui_en/img/toast/quest_new001.png new file mode 100644 index 0000000..2b15ffd --- /dev/null +++ b/resources/w/ui_en/img/toast/quest_new001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909c05023967c32dd991fa2cf2826416a9363523f77cf2147f7af9507359607a +size 398536 diff --git a/resources/w/ui_en/screen_inventory.json b/resources/w/ui_en/screen_inventory.json new file mode 100644 index 0000000..d6322d0 --- /dev/null +++ b/resources/w/ui_en/screen_inventory.json @@ -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 + ] + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/screen_journal.json b/resources/w/ui_en/screen_journal.json new file mode 100644 index 0000000..4c1519d --- /dev/null +++ b/resources/w/ui_en/screen_journal.json @@ -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 + ] + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/screen_main_menu.json b/resources/w/ui_en/screen_main_menu.json index efc663f..84c834f 100644 --- a/resources/w/ui_en/screen_main_menu.json +++ b/resources/w/ui_en/screen_main_menu.json @@ -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", diff --git a/resources/w/ui_en/screen_modal_menu.json b/resources/w/ui_en/screen_modal_menu.json new file mode 100644 index 0000000..6554038 --- /dev/null +++ b/resources/w/ui_en/screen_modal_menu.json @@ -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" + } + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/screen_phone.json b/resources/w/ui_en/screen_phone.json new file mode 100644 index 0000000..2f24e64 --- /dev/null +++ b/resources/w/ui_en/screen_phone.json @@ -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" + } + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/screen_phone_bank.json b/resources/w/ui_en/screen_phone_bank.json new file mode 100644 index 0000000..f9f58ba --- /dev/null +++ b/resources/w/ui_en/screen_phone_bank.json @@ -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 + ] + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/screen_phone_chat1.json b/resources/w/ui_en/screen_phone_chat1.json new file mode 100644 index 0000000..ff9e290 --- /dev/null +++ b/resources/w/ui_en/screen_phone_chat1.json @@ -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" + } + } + ] + } +} diff --git a/resources/w/ui_en/screen_phone_chat2.json b/resources/w/ui_en/screen_phone_chat2.json new file mode 100644 index 0000000..f2d89b5 --- /dev/null +++ b/resources/w/ui_en/screen_phone_chat2.json @@ -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" + } + } + ] + } +} diff --git a/resources/w/ui_en/screen_phone_chat3.json b/resources/w/ui_en/screen_phone_chat3.json new file mode 100644 index 0000000..89b1edd --- /dev/null +++ b/resources/w/ui_en/screen_phone_chat3.json @@ -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" + } + } + ] + } +} diff --git a/resources/w/ui_en/screen_phone_chat_list.json b/resources/w/ui_en/screen_phone_chat_list.json new file mode 100644 index 0000000..5e12e0f --- /dev/null +++ b/resources/w/ui_en/screen_phone_chat_list.json @@ -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 + ] + } + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/screen_phone_chat_list_hint001.json b/resources/w/ui_en/screen_phone_chat_list_hint001.json new file mode 100644 index 0000000..996d107 --- /dev/null +++ b/resources/w/ui_en/screen_phone_chat_list_hint001.json @@ -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 + ] + } + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/screen_phone_hint001.json b/resources/w/ui_en/screen_phone_hint001.json new file mode 100644 index 0000000..e3e8253 --- /dev/null +++ b/resources/w/ui_en/screen_phone_hint001.json @@ -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 + } + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/screen_phone_hint001_002.json b/resources/w/ui_en/screen_phone_hint001_002.json new file mode 100644 index 0000000..f88c2f7 --- /dev/null +++ b/resources/w/ui_en/screen_phone_hint001_002.json @@ -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 + } + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/screen_phone_hint002.json b/resources/w/ui_en/screen_phone_hint002.json new file mode 100644 index 0000000..f26d5f6 --- /dev/null +++ b/resources/w/ui_en/screen_phone_hint002.json @@ -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 + } + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/screen_phone_map_dorm.json b/resources/w/ui_en/screen_phone_map_dorm.json new file mode 100644 index 0000000..8f9142d --- /dev/null +++ b/resources/w/ui_en/screen_phone_map_dorm.json @@ -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" + } + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/screen_phone_map_uni.json b/resources/w/ui_en/screen_phone_map_uni.json new file mode 100644 index 0000000..007ee14 --- /dev/null +++ b/resources/w/ui_en/screen_phone_map_uni.json @@ -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" + } + } + ] + } +} \ No newline at end of file diff --git a/resources/w/ui_en/screen_phone_video.json b/resources/w/ui_en/screen_phone_video.json new file mode 100644 index 0000000..45f6401 --- /dev/null +++ b/resources/w/ui_en/screen_phone_video.json @@ -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" + } + } + ] + } +} \ No newline at end of file diff --git a/src/MenuManager.cpp b/src/MenuManager.cpp index 2857eab..bd09ca2 100644 --- a/src/MenuManager.cpp +++ b/src/MenuManager.cpp @@ -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(); }); }