asajs 4.0.2 → 4.0.3-preview
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/js/types/enums/Items.js +1 -0
- package/dist/js/types/vanilla/paths.js +236 -140
- package/dist/types/components/AnimationKeyframe.d.ts +4 -4
- package/dist/types/types/enums/Items.d.ts +1 -0
- package/dist/types/types/vanilla/intellisense.d.ts +11946 -11562
- package/dist/types/types/vanilla/paths.d.ts +236 -140
- package/package.json +3 -2
|
@@ -1090,10 +1090,20 @@ export const paths = {
|
|
|
1090
1090
|
"keyboard_image_panel": "ui/chat_screen.json",
|
|
1091
1091
|
"keyboard_image_panel/keyboard_image": "ui/chat_screen.json",
|
|
1092
1092
|
"keyboard_image_panel/down_arrow_image": "ui/chat_screen.json",
|
|
1093
|
+
"new_messages": "ui/chat_screen.json",
|
|
1094
|
+
"new_messages/focus_border": "ui/chat_screen.json",
|
|
1095
|
+
"new_messages/focus_border/stack": "ui/chat_screen.json",
|
|
1096
|
+
"new_messages/focus_border/stack/arrow_icon": "ui/chat_screen.json",
|
|
1097
|
+
"new_messages/focus_border/stack/separator": "ui/chat_screen.json",
|
|
1098
|
+
"new_messages/focus_border/stack/tooltip_text": "ui/chat_screen.json",
|
|
1093
1099
|
"small_button": "ui/chat_screen.json",
|
|
1094
1100
|
"keyboard_button": "ui/chat_screen.json",
|
|
1095
1101
|
"chat_settings_button": "ui/chat_screen.json",
|
|
1096
1102
|
"send_button": "ui/chat_screen.json",
|
|
1103
|
+
"new_messages_button": "ui/chat_screen.json",
|
|
1104
|
+
"new_messages_button/default": "ui/chat_screen.json",
|
|
1105
|
+
"new_messages_button/pressed": "ui/chat_screen.json",
|
|
1106
|
+
"new_messages_button/hover": "ui/chat_screen.json",
|
|
1097
1107
|
"messages_text": "ui/chat_screen.json",
|
|
1098
1108
|
"messages_text/text": "ui/chat_screen.json",
|
|
1099
1109
|
"message_tts_wrapper": "ui/chat_screen.json",
|
|
@@ -1153,6 +1163,7 @@ export const paths = {
|
|
|
1153
1163
|
"chat_screen_content/messages_panel": "ui/chat_screen.json",
|
|
1154
1164
|
"chat_screen_content/chat_bottom_panel": "ui/chat_screen.json",
|
|
1155
1165
|
"chat_screen_content/chat_top_panel": "ui/chat_screen.json",
|
|
1166
|
+
"chat_screen_content/new_messages_button": "ui/chat_screen.json",
|
|
1156
1167
|
"chat_screen_content/autocomplete_commands_panel": "ui/chat_screen.json",
|
|
1157
1168
|
"chat_screen_content/host_main_panel": "ui/chat_screen.json",
|
|
1158
1169
|
"chat_screen_content/popup_factory": "ui/chat_screen.json",
|
|
@@ -5277,6 +5288,8 @@ export const paths = {
|
|
|
5277
5288
|
"chat_grid_item/chat_background/chat_text": "ui/hud_screen.json",
|
|
5278
5289
|
"chat_panel": "ui/hud_screen.json",
|
|
5279
5290
|
"chat_panel/stack_panel": "ui/hud_screen.json",
|
|
5291
|
+
"subtitle_panel": "ui/hud_screen.json",
|
|
5292
|
+
"subtitle_panel/stack_panel": "ui/hud_screen.json",
|
|
5280
5293
|
"item_durability": "ui/hud_screen.json",
|
|
5281
5294
|
"item_storage": "ui/hud_screen.json",
|
|
5282
5295
|
"container_item_lock_overlay": "ui/hud_screen.json",
|
|
@@ -5463,6 +5476,9 @@ export const paths = {
|
|
|
5463
5476
|
"root_panel/layout_customization_hint_saved/layout_customization_hint_saved": "ui/hud_screen.json",
|
|
5464
5477
|
"root_panel/left_helpers": "ui/hud_screen.json",
|
|
5465
5478
|
"root_panel/right_helpers": "ui/hud_screen.json",
|
|
5479
|
+
"root_panel/subtitle_stack": "ui/hud_screen.json",
|
|
5480
|
+
"root_panel/subtitle_stack/subtitle_padding": "ui/hud_screen.json",
|
|
5481
|
+
"root_panel/subtitle_stack/subtitle_panel": "ui/hud_screen.json",
|
|
5466
5482
|
"root_panel/emote_expediate_helpers": "ui/hud_screen.json",
|
|
5467
5483
|
"root_panel/centered_gui_elements": "ui/hud_screen.json",
|
|
5468
5484
|
"root_panel/centered_gui_elements_at_bottom_middle": "ui/hud_screen.json",
|
|
@@ -5638,9 +5654,6 @@ export const paths = {
|
|
|
5638
5654
|
"inventory_y_gamepad_helper": "ui/inventory_screen.json",
|
|
5639
5655
|
"inventory_a_gamepad_helper": "ui/inventory_screen.json",
|
|
5640
5656
|
"inventory_b_gamepad_helper": "ui/inventory_screen.json",
|
|
5641
|
-
"gamepad_helper_bumpers": "ui/inventory_screen.json",
|
|
5642
|
-
"gamepad_helper_bumpers/gamepad_helper_left_bumper": "ui/inventory_screen.json",
|
|
5643
|
-
"gamepad_helper_bumpers/gamepad_helper_right_bumper": "ui/inventory_screen.json",
|
|
5644
5657
|
"gamepad_helper_left_trigger": "ui/inventory_screen.json",
|
|
5645
5658
|
"gamepad_helper_right_trigger": "ui/inventory_screen.json",
|
|
5646
5659
|
"container_gamepad_helpers_second_row": "ui/inventory_screen.json",
|
|
@@ -5651,26 +5664,16 @@ export const paths = {
|
|
|
5651
5664
|
"container_gamepad_helpers_second_row/right_thumbstick_visibility": "ui/inventory_screen.json",
|
|
5652
5665
|
"container_gamepad_helpers_second_row/right_thumbstick_visibility/gamepad_helper_thumbstick_right": "ui/inventory_screen.json",
|
|
5653
5666
|
"container_gamepad_helpers_second_row/buffer_panel_right": "ui/inventory_screen.json",
|
|
5654
|
-
"crafting_root_panel": "ui/inventory_screen.json",
|
|
5655
|
-
"drop_item_panel": "ui/inventory_screen.json",
|
|
5656
5667
|
"inventory_container_slot_button": "ui/inventory_screen.json",
|
|
5657
5668
|
"creative_hotbar_container_slot_button": "ui/inventory_screen.json",
|
|
5658
5669
|
"no_coalesce_container_slot_button": "ui/inventory_screen.json",
|
|
5659
5670
|
"creative_no_coalesce_container_slot_button": "ui/inventory_screen.json",
|
|
5660
5671
|
"output_no_coalesce_container_slot_button": "ui/inventory_screen.json",
|
|
5661
|
-
"tab_image": "ui/inventory_screen.json",
|
|
5662
5672
|
"item_renderer": "ui/inventory_screen.json",
|
|
5663
|
-
"inventory_icon": "ui/inventory_screen.json",
|
|
5664
|
-
"recipe_book_icon": "ui/inventory_screen.json",
|
|
5665
|
-
"creative_icon": "ui/inventory_screen.json",
|
|
5666
|
-
"icon_image": "ui/inventory_screen.json",
|
|
5667
|
-
"tab_front": "ui/inventory_screen.json",
|
|
5668
|
-
"tab_back": "ui/inventory_screen.json",
|
|
5669
5673
|
"equipment_icon": "ui/inventory_screen.json",
|
|
5670
5674
|
"construction_icon": "ui/inventory_screen.json",
|
|
5671
5675
|
"nature_icon": "ui/inventory_screen.json",
|
|
5672
|
-
"
|
|
5673
|
-
"miscellaneous_icon": "ui/inventory_screen.json",
|
|
5676
|
+
"items_icon": "ui/inventory_screen.json",
|
|
5674
5677
|
"empty_tab_panel": "ui/inventory_screen.json",
|
|
5675
5678
|
"empty_tab_panel/img": "ui/inventory_screen.json",
|
|
5676
5679
|
"top_tab": "ui/inventory_screen.json",
|
|
@@ -5696,6 +5699,7 @@ export const paths = {
|
|
|
5696
5699
|
"tab_navigation_panel_layout/navigation_tabs/content/search_tab_holder/search_tab_creative": "ui/inventory_screen.json",
|
|
5697
5700
|
"tab_navigation_panel_layout/navigation_tabs/content/search_tab_holder/search_tab_survival": "ui/inventory_screen.json",
|
|
5698
5701
|
"tab_content_padding": "ui/inventory_screen.json",
|
|
5702
|
+
"creative_label": "ui/inventory_screen.json",
|
|
5699
5703
|
"tab_content": "ui/inventory_screen.json",
|
|
5700
5704
|
"tab_content/tab_content_search_bar_panel": "ui/inventory_screen.json",
|
|
5701
5705
|
"tab_content/tab_content_search_bar_panel/vertical_padding_1": "ui/inventory_screen.json",
|
|
@@ -5819,26 +5823,12 @@ export const paths = {
|
|
|
5819
5823
|
"inventory_container_item/item_lock_cell_image": "ui/inventory_screen.json",
|
|
5820
5824
|
"inventory_container_item/bundle_slot_panel": "ui/inventory_screen.json",
|
|
5821
5825
|
"grid_item_for_recipe_book": "ui/inventory_screen.json",
|
|
5826
|
+
"scroll_grid": "ui/inventory_screen.json",
|
|
5822
5827
|
"scroll_grid_panel": "ui/inventory_screen.json",
|
|
5823
5828
|
"scroll_grid_panel/grid": "ui/inventory_screen.json",
|
|
5824
|
-
"scroll_grid": "ui/inventory_screen.json",
|
|
5825
|
-
"scroll_panel": "ui/inventory_screen.json",
|
|
5826
5829
|
"recipe_book_scroll_panel": "ui/inventory_screen.json",
|
|
5827
|
-
"
|
|
5830
|
+
"scroll_panel": "ui/inventory_screen.json",
|
|
5828
5831
|
"filter_toggle": "ui/inventory_screen.json",
|
|
5829
|
-
"toolbar_background": "ui/inventory_screen.json",
|
|
5830
|
-
"layout_toggle_content": "ui/inventory_screen.json",
|
|
5831
|
-
"layout_toggle_content/image": "ui/inventory_screen.json",
|
|
5832
|
-
"layout_toggle_content/icon": "ui/inventory_screen.json",
|
|
5833
|
-
"layout_template_toggle": "ui/inventory_screen.json",
|
|
5834
|
-
"layout_toggle": "ui/inventory_screen.json",
|
|
5835
|
-
"creative_layout_toggle": "ui/inventory_screen.json",
|
|
5836
|
-
"recipe_book_layout_toggle": "ui/inventory_screen.json",
|
|
5837
|
-
"survival_layout_toggle": "ui/inventory_screen.json",
|
|
5838
|
-
"help_button": "ui/inventory_screen.json",
|
|
5839
|
-
"help_button/default": "ui/inventory_screen.json",
|
|
5840
|
-
"help_button/hover": "ui/inventory_screen.json",
|
|
5841
|
-
"help_button/pressed": "ui/inventory_screen.json",
|
|
5842
5832
|
"player_inventory": "ui/inventory_screen.json",
|
|
5843
5833
|
"player_inventory/common_panel": "ui/inventory_screen.json",
|
|
5844
5834
|
"player_inventory/inventory_panel_top_half": "ui/inventory_screen.json",
|
|
@@ -5853,8 +5843,6 @@ export const paths = {
|
|
|
5853
5843
|
"creative_hotbar_panel": "ui/inventory_screen.json",
|
|
5854
5844
|
"creative_hotbar_panel/creative_hotbar_background": "ui/inventory_screen.json",
|
|
5855
5845
|
"creative_hotbar_panel/creative_hotbar_background/hotbar_grid": "ui/inventory_screen.json",
|
|
5856
|
-
"center_fold": "ui/inventory_screen.json",
|
|
5857
|
-
"center_fold/center_bg": "ui/inventory_screen.json",
|
|
5858
5846
|
"toolbar_panel": "ui/inventory_screen.json",
|
|
5859
5847
|
"toolbar_panel/toolbar_background": "ui/inventory_screen.json",
|
|
5860
5848
|
"toolbar_panel/toolbar_background/toolbar_stack_panel": "ui/inventory_screen.json",
|
|
@@ -5864,10 +5852,8 @@ export const paths = {
|
|
|
5864
5852
|
"toolbar_panel/toolbar_background/toolbar_stack_panel/creative_layout_toggle_panel": "ui/inventory_screen.json",
|
|
5865
5853
|
"toolbar_panel/toolbar_background/toolbar_stack_panel/creative_layout_toggle_panel/creative_layout_toggle": "ui/inventory_screen.json",
|
|
5866
5854
|
"toolbar_panel/toolbar_background/toolbar_stack_panel/padding_1": "ui/inventory_screen.json",
|
|
5867
|
-
"toolbar_panel/toolbar_background/toolbar_stack_panel/
|
|
5868
|
-
"toolbar_panel/toolbar_background/toolbar_stack_panel/
|
|
5869
|
-
"toolbar_panel/toolbar_background/toolbar_stack_panel/recipe_book_layout_toggle_panel_creative": "ui/inventory_screen.json",
|
|
5870
|
-
"toolbar_panel/toolbar_background/toolbar_stack_panel/recipe_book_layout_toggle_panel_creative/recipe_book_layout_toggle": "ui/inventory_screen.json",
|
|
5855
|
+
"toolbar_panel/toolbar_background/toolbar_stack_panel/recipe_book_layout_toggle_panel": "ui/inventory_screen.json",
|
|
5856
|
+
"toolbar_panel/toolbar_background/toolbar_stack_panel/recipe_book_layout_toggle_panel/recipe_book_layout_toggle": "ui/inventory_screen.json",
|
|
5871
5857
|
"toolbar_panel/toolbar_background/toolbar_stack_panel/padding_2": "ui/inventory_screen.json",
|
|
5872
5858
|
"toolbar_panel/toolbar_background/toolbar_stack_panel/survival_layout_toggle_panel": "ui/inventory_screen.json",
|
|
5873
5859
|
"toolbar_panel/toolbar_background/toolbar_stack_panel/survival_layout_toggle_panel/survival_layout_toggle": "ui/inventory_screen.json",
|
|
@@ -5882,7 +5868,6 @@ export const paths = {
|
|
|
5882
5868
|
"inventory_screen_base": "ui/inventory_screen.json",
|
|
5883
5869
|
"crafting_screen": "ui/inventory_screen.json",
|
|
5884
5870
|
"inventory_screen": "ui/inventory_screen.json",
|
|
5885
|
-
"recipe_book_toggle_image": "ui/inventory_screen.json",
|
|
5886
5871
|
"recipe_inventory_screen_content": "ui/inventory_screen.json",
|
|
5887
5872
|
"recipe_inventory_screen_content/content_stack_panel": "ui/inventory_screen.json",
|
|
5888
5873
|
"recipe_inventory_screen_content/content_stack_panel/recipe_book": "ui/inventory_screen.json",
|
|
@@ -6227,6 +6212,7 @@ export const paths = {
|
|
|
6227
6212
|
"frame_label": "ui/invite_screen.json",
|
|
6228
6213
|
"friend_panel": "ui/invite_screen.json",
|
|
6229
6214
|
"scrolling_content_stack": "ui/invite_screen.json",
|
|
6215
|
+
"scrolling_content_stack/invite_party_panel": "ui/invite_screen.json",
|
|
6230
6216
|
"scrolling_content_stack/message": "ui/invite_screen.json",
|
|
6231
6217
|
"scrolling_content_stack/message/frame_label": "ui/invite_screen.json",
|
|
6232
6218
|
"scrolling_content_stack/online_platform": "ui/invite_screen.json",
|
|
@@ -6254,6 +6240,12 @@ export const paths = {
|
|
|
6254
6240
|
"scrolling_content_stack/offline_xbox_live_friend_list_category": "ui/invite_screen.json",
|
|
6255
6241
|
"scrolling_content_stack/no_xbox_live_friends": "ui/invite_screen.json",
|
|
6256
6242
|
"scrolling_content_stack/no_xbox_live_friends/no_friends_tts_wrapper": "ui/invite_screen.json",
|
|
6243
|
+
"invite_party_panel": "ui/invite_screen.json",
|
|
6244
|
+
"invite_party_panel/frame_label": "ui/invite_screen.json",
|
|
6245
|
+
"invite_party_panel/frame_description": "ui/invite_screen.json",
|
|
6246
|
+
"invite_party_panel/our_toggle": "ui/invite_screen.json",
|
|
6247
|
+
"invite_party_panel/border_outline": "ui/invite_screen.json",
|
|
6248
|
+
"friend_button_test": "ui/invite_screen.json",
|
|
6257
6249
|
"progress_bar_and_scrolling_content_panel": "ui/invite_screen.json",
|
|
6258
6250
|
"progress_bar_and_scrolling_content_panel/progress_loading_bars": "ui/invite_screen.json",
|
|
6259
6251
|
"progress_bar_and_scrolling_content_panel/invite_scrolling_area": "ui/invite_screen.json",
|
|
@@ -6795,6 +6787,8 @@ export const paths = {
|
|
|
6795
6787
|
},
|
|
6796
6788
|
"mob_effect": {
|
|
6797
6789
|
"effect_background": "ui/mob_effect_screen.json",
|
|
6790
|
+
"effect_background/default_background": "ui/mob_effect_screen.json",
|
|
6791
|
+
"effect_background/ambient_background": "ui/mob_effect_screen.json",
|
|
6798
6792
|
"main_background": "ui/mob_effect_screen.json",
|
|
6799
6793
|
"button_background": "ui/mob_effect_screen.json",
|
|
6800
6794
|
"effect_name": "ui/mob_effect_screen.json",
|
|
@@ -7222,27 +7216,50 @@ export const paths = {
|
|
|
7222
7216
|
"invite_players_button": "ui/pause_screen.json",
|
|
7223
7217
|
"buy_button": "ui/pause_screen.json",
|
|
7224
7218
|
"quit_button": "ui/pause_screen.json",
|
|
7219
|
+
"icon_button_hover_text": "ui/pause_screen.json",
|
|
7220
|
+
"icon_button_hover_text/tooltip_text": "ui/pause_screen.json",
|
|
7221
|
+
"icon_button_tooltip_trigger": "ui/pause_screen.json",
|
|
7222
|
+
"icon_button_tooltip_trigger/default": "ui/pause_screen.json",
|
|
7223
|
+
"icon_button_tooltip_trigger/pressed": "ui/pause_screen.json",
|
|
7224
|
+
"icon_button_tooltip_trigger/hover": "ui/pause_screen.json",
|
|
7225
7225
|
"feedback_button": "ui/pause_screen.json",
|
|
7226
7226
|
"feedback_icon_button": "ui/pause_screen.json",
|
|
7227
7227
|
"feedback_icon_button/feedback_button": "ui/pause_screen.json",
|
|
7228
|
+
"feedback_icon_button/tooltip_trigger": "ui/pause_screen.json",
|
|
7228
7229
|
"take_screenshot_gamepad_button_content": "ui/pause_screen.json",
|
|
7229
7230
|
"take_screenshot_gamepad_button_content/button_y": "ui/pause_screen.json",
|
|
7230
7231
|
"take_screenshot_gamepad_button_content/take_screenshot_icon": "ui/pause_screen.json",
|
|
7231
7232
|
"take_screenshot_gamepad_button": "ui/pause_screen.json",
|
|
7232
7233
|
"achievements_button_small": "ui/pause_screen.json",
|
|
7234
|
+
"achievements_button_small_with_tooltip": "ui/pause_screen.json",
|
|
7235
|
+
"achievements_button_small_with_tooltip/button": "ui/pause_screen.json",
|
|
7236
|
+
"achievements_button_small_with_tooltip/tooltip_trigger": "ui/pause_screen.json",
|
|
7233
7237
|
"settings_button_small": "ui/pause_screen.json",
|
|
7238
|
+
"settings_button_small_with_tooltip": "ui/pause_screen.json",
|
|
7239
|
+
"settings_button_small_with_tooltip/button": "ui/pause_screen.json",
|
|
7240
|
+
"settings_button_small_with_tooltip/tooltip_trigger": "ui/pause_screen.json",
|
|
7234
7241
|
"take_screenshot_button": "ui/pause_screen.json",
|
|
7242
|
+
"take_screenshot_button_with_tooltip": "ui/pause_screen.json",
|
|
7243
|
+
"take_screenshot_button_with_tooltip/button": "ui/pause_screen.json",
|
|
7244
|
+
"take_screenshot_button_with_tooltip/tooltip_trigger": "ui/pause_screen.json",
|
|
7245
|
+
"take_screenshot_gamepad_button_with_tooltip": "ui/pause_screen.json",
|
|
7246
|
+
"take_screenshot_gamepad_button_with_tooltip/button": "ui/pause_screen.json",
|
|
7247
|
+
"take_screenshot_gamepad_button_with_tooltip/tooltip_trigger": "ui/pause_screen.json",
|
|
7235
7248
|
"pause_screen": "ui/pause_screen.json",
|
|
7236
7249
|
"pause_screen_content": "ui/pause_screen.json",
|
|
7237
7250
|
"pause_screen_content/pause_screen_main_panels": "ui/pause_screen.json",
|
|
7238
7251
|
"pause_screen_content/skin_panel": "ui/pause_screen.json",
|
|
7239
|
-
"pause_screen_content/
|
|
7252
|
+
"pause_screen_content/top_right_panel": "ui/pause_screen.json",
|
|
7240
7253
|
"pause_screen_content/gamepad_helpers": "ui/pause_screen.json",
|
|
7241
7254
|
"pause_screen_content/keyboard_helpers": "ui/pause_screen.json",
|
|
7255
|
+
"pause_screen_content/debug_drawer_button_panel": "ui/pause_screen.json",
|
|
7256
|
+
"top_right_panel": "ui/pause_screen.json",
|
|
7257
|
+
"top_right_panel/pause_panel": "ui/pause_screen.json",
|
|
7258
|
+
"top_right_panel/friendsdrawer_button_panel": "ui/pause_screen.json",
|
|
7242
7259
|
"friendsdrawer_button_panel": "ui/pause_screen.json",
|
|
7243
|
-
"friendsdrawer_button_panel/
|
|
7244
|
-
"friendsdrawer_button_panel/
|
|
7245
|
-
"friendsdrawer_button_panel/
|
|
7260
|
+
"friendsdrawer_button_panel/friendsdrawer_button": "ui/pause_screen.json",
|
|
7261
|
+
"friendsdrawer_button_panel/friends_drawer_ftue_popup_wrapper": "ui/pause_screen.json",
|
|
7262
|
+
"friendsdrawer_button_panel/friends_drawer_ftue_popup_wrapper/friends_drawer_ftue_popup": "ui/pause_screen.json",
|
|
7246
7263
|
"pause_screen_main_panels": "ui/pause_screen.json",
|
|
7247
7264
|
"pause_screen_main_panels/menu": "ui/pause_screen.json",
|
|
7248
7265
|
"left_buttons_panel": "ui/pause_screen.json",
|
|
@@ -7278,23 +7295,29 @@ export const paths = {
|
|
|
7278
7295
|
"the_rest_panel/fill_3": "ui/pause_screen.json",
|
|
7279
7296
|
"paused_text": "ui/pause_screen.json",
|
|
7280
7297
|
"green_tag": "ui/pause_screen.json",
|
|
7281
|
-
"
|
|
7282
|
-
"
|
|
7283
|
-
"
|
|
7284
|
-
"
|
|
7285
|
-
"
|
|
7286
|
-
"
|
|
7298
|
+
"paused_text_panel_grey": "ui/pause_screen.json",
|
|
7299
|
+
"paused_text_panel_grey/pause": "ui/pause_screen.json",
|
|
7300
|
+
"paused_text_panel_green": "ui/pause_screen.json",
|
|
7301
|
+
"paused_text_panel_green/horizontal_stack": "ui/pause_screen.json",
|
|
7302
|
+
"paused_text_panel_green/horizontal_stack/pause_icon": "ui/pause_screen.json",
|
|
7303
|
+
"paused_text_panel_green/horizontal_stack/fill_1": "ui/pause_screen.json",
|
|
7304
|
+
"paused_text_panel_green/horizontal_stack/pause": "ui/pause_screen.json",
|
|
7287
7305
|
"transparent_background": "ui/pause_screen.json",
|
|
7288
7306
|
"non_transparent_background": "ui/pause_screen.json",
|
|
7289
7307
|
"menu_the_rest_panel": "ui/pause_screen.json",
|
|
7290
7308
|
"menu_the_rest_panel/menu_button_control": "ui/pause_screen.json",
|
|
7291
7309
|
"menu_button_control": "ui/pause_screen.json",
|
|
7292
7310
|
"menu_button_control/menu_background": "ui/pause_screen.json",
|
|
7293
|
-
"
|
|
7294
|
-
"
|
|
7295
|
-
"
|
|
7296
|
-
"
|
|
7297
|
-
"
|
|
7311
|
+
"pause_announcement_panel_grey": "ui/pause_screen.json",
|
|
7312
|
+
"pause_announcement_panel_grey/horizontal_stack": "ui/pause_screen.json",
|
|
7313
|
+
"pause_announcement_panel_grey/horizontal_stack/fill_1": "ui/pause_screen.json",
|
|
7314
|
+
"pause_announcement_panel_grey/horizontal_stack/pause_text": "ui/pause_screen.json",
|
|
7315
|
+
"pause_announcement_panel_grey/horizontal_stack/fill_2": "ui/pause_screen.json",
|
|
7316
|
+
"pause_announcement_panel_green": "ui/pause_screen.json",
|
|
7317
|
+
"pause_announcement_panel_green/horizontal_stack": "ui/pause_screen.json",
|
|
7318
|
+
"pause_announcement_panel_green/horizontal_stack/fill_1": "ui/pause_screen.json",
|
|
7319
|
+
"pause_announcement_panel_green/horizontal_stack/pause_text": "ui/pause_screen.json",
|
|
7320
|
+
"pause_announcement_panel_green/horizontal_stack/fill_2": "ui/pause_screen.json",
|
|
7298
7321
|
"menu_background": "ui/pause_screen.json",
|
|
7299
7322
|
"menu_background/button_panel": "ui/pause_screen.json",
|
|
7300
7323
|
"menu_background/button_panel/title_image": "ui/pause_screen.json",
|
|
@@ -7302,6 +7325,8 @@ export const paths = {
|
|
|
7302
7325
|
"menu_background/button_panel/fill_1": "ui/pause_screen.json",
|
|
7303
7326
|
"menu_background/button_panel/return_to_game_button": "ui/pause_screen.json",
|
|
7304
7327
|
"menu_background/button_panel/return": "ui/pause_screen.json",
|
|
7328
|
+
"menu_background/button_panel/settings_button": "ui/pause_screen.json",
|
|
7329
|
+
"menu_background/button_panel/settings": "ui/pause_screen.json",
|
|
7305
7330
|
"menu_background/button_panel/realms_stories_button_panel": "ui/pause_screen.json",
|
|
7306
7331
|
"menu_background/button_panel/realms_stories": "ui/pause_screen.json",
|
|
7307
7332
|
"menu_background/button_panel/buy_button": "ui/pause_screen.json",
|
|
@@ -7396,6 +7421,12 @@ export const paths = {
|
|
|
7396
7421
|
"gamepad_helpers/gamepad_helper_y": "ui/pause_screen.json",
|
|
7397
7422
|
"keyboard_helpers": "ui/pause_screen.json",
|
|
7398
7423
|
"keyboard_helpers/keyboard_helper_keys": "ui/pause_screen.json",
|
|
7424
|
+
"debug_drawer_button_content": "ui/pause_screen.json",
|
|
7425
|
+
"debug_drawer_button_content/button_label_panel": "ui/pause_screen.json",
|
|
7426
|
+
"debug_drawer_button_content/button_label_panel/button_label_text_left": "ui/pause_screen.json",
|
|
7427
|
+
"debug_drawer_button_panel": "ui/pause_screen.json",
|
|
7428
|
+
"debug_drawer_button_panel/debug_drawer_button_input": "ui/pause_screen.json",
|
|
7429
|
+
"debug_drawer_button_panel/debug_drawer_button_input/debug_drawer_button": "ui/pause_screen.json",
|
|
7399
7430
|
},
|
|
7400
7431
|
"pdp": {
|
|
7401
7432
|
"download_progress": "ui/pdp_screen.json",
|
|
@@ -7596,7 +7627,6 @@ export const paths = {
|
|
|
7596
7627
|
"pdp_cycle_offer_row_content/pad_3": "ui/pdp_screen.json",
|
|
7597
7628
|
"pdp_cycle_offer_row_content/divider_3": "ui/pdp_screen.json",
|
|
7598
7629
|
"pdp_cycle_offer_row_section": "ui/pdp_screen.json",
|
|
7599
|
-
"recently_viewed_viewed_factory_object": "ui/pdp_screen.json",
|
|
7600
7630
|
"scrolling_content_stack": "ui/pdp_screen.json",
|
|
7601
7631
|
"warning_image": "ui/pdp_screen.json",
|
|
7602
7632
|
"scaling_rating": "ui/pdp_screen.json",
|
|
@@ -7724,15 +7754,13 @@ export const paths = {
|
|
|
7724
7754
|
"summary_content_left_side/full_content/top/info": "ui/pdp_screen.json",
|
|
7725
7755
|
"summary_content_left_side/full_content/top/info/summary_title_and_author_panel": "ui/pdp_screen.json",
|
|
7726
7756
|
"summary_content_left_side/full_content/top/info/pad_fill": "ui/pdp_screen.json",
|
|
7727
|
-
"summary_content_left_side/full_content/top/info/
|
|
7728
|
-
"summary_content_left_side/full_content/top/info/glyph_section/glyph_section_panel": "ui/pdp_screen.json",
|
|
7729
|
-
"summary_content_left_side/full_content/top/info/ratings_summary": "ui/pdp_screen.json",
|
|
7730
|
-
"summary_content_left_side/full_content/top/info/ratings_summary/ratings_display": "ui/pdp_screen.json",
|
|
7731
|
-
"summary_content_left_side/full_content/top/info/ratings_summary/ratings_display/rating_stars_panel": "ui/pdp_screen.json",
|
|
7732
|
-
"summary_content_left_side/full_content/top/info/ratings_summary/ratings_display/rating_stars_panel/rating": "ui/pdp_screen.json",
|
|
7733
|
-
"summary_content_left_side/full_content/top/info/ratings_summary/ratings_display/summary_rating_button": "ui/pdp_screen.json",
|
|
7734
|
-
"summary_content_left_side/full_content/top/info/vibrant_visuals_badge_and_hover": "ui/pdp_screen.json",
|
|
7757
|
+
"summary_content_left_side/full_content/top/info/info_buttons_factory": "ui/pdp_screen.json",
|
|
7735
7758
|
"summary_content_left_side/full_content/bottom": "ui/pdp_screen.json",
|
|
7759
|
+
"info_buttons_factory": "ui/pdp_screen.json",
|
|
7760
|
+
"ratings_summary": "ui/pdp_screen.json",
|
|
7761
|
+
"ratings_summary/ratings_display": "ui/pdp_screen.json",
|
|
7762
|
+
"ratings_summary/ratings_display/rating": "ui/pdp_screen.json",
|
|
7763
|
+
"ratings_summary/ratings_display/summary_rating_button": "ui/pdp_screen.json",
|
|
7736
7764
|
"offer_title_label": "ui/pdp_screen.json",
|
|
7737
7765
|
"title_and_author_panel": "ui/pdp_screen.json",
|
|
7738
7766
|
"title_and_author_panel/title_panel": "ui/pdp_screen.json",
|
|
@@ -7775,21 +7803,12 @@ export const paths = {
|
|
|
7775
7803
|
"mashup_glyph_tooltip_content/mashup_text_row/info_icon": "ui/pdp_screen.json",
|
|
7776
7804
|
"mashup_glyph_tooltip_content/mashup_text_row/mashup_line_one": "ui/pdp_screen.json",
|
|
7777
7805
|
"mashup_glyph_tooltip_content/mashup_line_two": "ui/pdp_screen.json",
|
|
7778
|
-
"mashup_glyph_tooltip_content/
|
|
7779
|
-
"mashup_glyph_tooltip_content/offset_panel/basic_vertical_glyph_section_panel": "ui/pdp_screen.json",
|
|
7806
|
+
"mashup_glyph_tooltip_content/basic_vertical_glyphs": "ui/pdp_screen.json",
|
|
7780
7807
|
"glyph_section_mashup": "ui/pdp_screen.json",
|
|
7781
7808
|
"glyph_section_skin": "ui/pdp_screen.json",
|
|
7782
7809
|
"glyph_section_resource_pack": "ui/pdp_screen.json",
|
|
7783
7810
|
"glyph_section_world": "ui/pdp_screen.json",
|
|
7784
7811
|
"glyph_section_addon": "ui/pdp_screen.json",
|
|
7785
|
-
"basic_vertical_glyph_section_panel": "ui/pdp_screen.json",
|
|
7786
|
-
"basic_vertical_glyph_section_panel/glyph_section_skin": "ui/pdp_screen.json",
|
|
7787
|
-
"basic_vertical_glyph_section_panel/glyph_section_world": "ui/pdp_screen.json",
|
|
7788
|
-
"basic_vertical_glyph_section_panel/glyph_section_resource_pack": "ui/pdp_screen.json",
|
|
7789
|
-
"basic_vertical_glyph_section_panel/glyph_section_addon": "ui/pdp_screen.json",
|
|
7790
|
-
"vertical_glyph_section_panel": "ui/pdp_screen.json",
|
|
7791
|
-
"vertical_glyph_section_panel/glyph_section_mashup": "ui/pdp_screen.json",
|
|
7792
|
-
"vertical_glyph_section_panel/basic_vertical_glyph_section_panel": "ui/pdp_screen.json",
|
|
7793
7812
|
"summary_text_panel": "ui/pdp_screen.json",
|
|
7794
7813
|
"summary_text_panel/top_interact_button_stack": "ui/pdp_screen.json",
|
|
7795
7814
|
"summary_text_panel/top_interact_button_stack/top_interact": "ui/pdp_screen.json",
|
|
@@ -9703,6 +9722,11 @@ export const paths = {
|
|
|
9703
9722
|
"modal_button_panel_with_retry/retry_button": "ui/progress_screen.json",
|
|
9704
9723
|
"modal_ok_button_panel": "ui/progress_screen.json",
|
|
9705
9724
|
"modal_ok_button_panel/ok_button": "ui/progress_screen.json",
|
|
9725
|
+
"modal_ok_button_panel_with_retry": "ui/progress_screen.json",
|
|
9726
|
+
"modal_ok_button_panel_with_retry/left_ok_button": "ui/progress_screen.json",
|
|
9727
|
+
"modal_ok_button_panel_with_retry/center_cancel_button": "ui/progress_screen.json",
|
|
9728
|
+
"modal_ok_button_panel_with_retry/center_ok_button": "ui/progress_screen.json",
|
|
9729
|
+
"modal_ok_button_panel_with_retry/right_retry_button": "ui/progress_screen.json",
|
|
9706
9730
|
"gamepad_helpers": "ui/progress_screen.json",
|
|
9707
9731
|
"gamepad_helpers/gamepad_helper_a": "ui/progress_screen.json",
|
|
9708
9732
|
"world_image": "ui/progress_screen.json",
|
|
@@ -9772,6 +9796,7 @@ export const paths = {
|
|
|
9772
9796
|
"fetching_edu_cloud_worlds": "ui/progress_screen.json",
|
|
9773
9797
|
"edu_cloud_download_progress_screen": "ui/progress_screen.json",
|
|
9774
9798
|
"fetching_edu_servers": "ui/progress_screen.json",
|
|
9799
|
+
"joining_edu_server": "ui/progress_screen.json",
|
|
9775
9800
|
"world_convert_modal_progress_screen": "ui/progress_screen.json",
|
|
9776
9801
|
"progress_screen": "ui/progress_screen.json",
|
|
9777
9802
|
"popup_dialog_factory": "ui/progress_screen.json",
|
|
@@ -9785,16 +9810,21 @@ export const paths = {
|
|
|
9785
9810
|
"modal_screen_content/modal_progress_panel": "ui/progress_screen.json",
|
|
9786
9811
|
"world_modal_progress_panel": "ui/progress_screen.json",
|
|
9787
9812
|
"world_modal_progress_panel/common_panel": "ui/progress_screen.json",
|
|
9788
|
-
"world_modal_progress_panel/
|
|
9789
|
-
"world_modal_progress_panel/base_content
|
|
9790
|
-
"world_modal_progress_panel/base_content/
|
|
9791
|
-
"world_modal_progress_panel/
|
|
9792
|
-
"world_modal_progress_panel/
|
|
9793
|
-
"world_modal_progress_panel/
|
|
9794
|
-
"world_modal_progress_panel/
|
|
9795
|
-
"world_modal_progress_panel/
|
|
9796
|
-
"world_modal_progress_panel/inside_content
|
|
9797
|
-
"world_modal_progress_panel/inside_content/
|
|
9813
|
+
"world_modal_progress_panel/content_wrapper": "ui/progress_screen.json",
|
|
9814
|
+
"world_modal_progress_panel/content_wrapper/base_content": "ui/progress_screen.json",
|
|
9815
|
+
"world_modal_progress_panel/content_wrapper/base_content/vertical_title_padding": "ui/progress_screen.json",
|
|
9816
|
+
"world_modal_progress_panel/content_wrapper/base_content/title_text_panel": "ui/progress_screen.json",
|
|
9817
|
+
"world_modal_progress_panel/content_wrapper/base_content/title_text_panel/progress_title_text": "ui/progress_screen.json",
|
|
9818
|
+
"world_modal_progress_panel/content_wrapper/base_content/vertical_text_padding": "ui/progress_screen.json",
|
|
9819
|
+
"world_modal_progress_panel/content_wrapper/base_content/progress_text_panel": "ui/progress_screen.json",
|
|
9820
|
+
"world_modal_progress_panel/content_wrapper/base_content/progress_text_panel/progress_bar_text": "ui/progress_screen.json",
|
|
9821
|
+
"world_modal_progress_panel/content_wrapper/inside_content": "ui/progress_screen.json",
|
|
9822
|
+
"world_modal_progress_panel/content_wrapper/inside_content/loading_bar_panel": "ui/progress_screen.json",
|
|
9823
|
+
"world_modal_progress_panel/content_wrapper/inside_content/loading_bar_panel/fancy_progress_loading_bars": "ui/progress_screen.json",
|
|
9824
|
+
"world_modal_progress_panel/content_wrapper/inside_content/loading_bar_panel/progress_loading_bars": "ui/progress_screen.json",
|
|
9825
|
+
"world_modal_progress_panel/content_wrapper/inside_content/vertical_padding": "ui/progress_screen.json",
|
|
9826
|
+
"world_modal_progress_panel/content_wrapper/inside_content/modal_button_panel": "ui/progress_screen.json",
|
|
9827
|
+
"world_modal_progress_panel/content_wrapper/inside_content/vertical_padding_2": "ui/progress_screen.json",
|
|
9798
9828
|
"cloud_upload_panel": "ui/progress_screen.json",
|
|
9799
9829
|
"cloud_upload_panel/common_panel": "ui/progress_screen.json",
|
|
9800
9830
|
"cloud_upload_panel/base_content": "ui/progress_screen.json",
|
|
@@ -9850,6 +9880,15 @@ export const paths = {
|
|
|
9850
9880
|
"cloud_download_panel/base_content/edu_cloud_download_image": "ui/progress_screen.json",
|
|
9851
9881
|
"cloud_download_panel/loading_bar_panel": "ui/progress_screen.json",
|
|
9852
9882
|
"cloud_download_panel/loading_bar_panel/progress_loading_bars": "ui/progress_screen.json",
|
|
9883
|
+
"server_fetch_timeout_panel": "ui/progress_screen.json",
|
|
9884
|
+
"server_fetch_timeout_panel/common_panel": "ui/progress_screen.json",
|
|
9885
|
+
"server_fetch_timeout_panel/base_content": "ui/progress_screen.json",
|
|
9886
|
+
"server_fetch_timeout_panel/base_content/progress_title_text": "ui/progress_screen.json",
|
|
9887
|
+
"server_fetch_timeout_panel/base_content/progress_text": "ui/progress_screen.json",
|
|
9888
|
+
"server_fetch_timeout_panel/base_content/edu_server_fetch_image": "ui/progress_screen.json",
|
|
9889
|
+
"server_fetch_timeout_panel/base_content/loading_bar_panel": "ui/progress_screen.json",
|
|
9890
|
+
"server_fetch_timeout_panel/base_content/loading_bar_panel/progress_loading_bars": "ui/progress_screen.json",
|
|
9891
|
+
"server_fetch_timeout_panel/base_content/timeout_button": "ui/progress_screen.json",
|
|
9853
9892
|
"world_convert_modal_progress_screen_content": "ui/progress_screen.json",
|
|
9854
9893
|
"world_convert_modal_progress_screen_content/mobile_data_icon": "ui/progress_screen.json",
|
|
9855
9894
|
"world_convert_modal_progress_screen_content/title_panel_content": "ui/progress_screen.json",
|
|
@@ -9881,7 +9920,12 @@ export const paths = {
|
|
|
9881
9920
|
"edu_cloud_fetch_screen_content/popup_dialog_factory": "ui/progress_screen.json",
|
|
9882
9921
|
"edu_server_fetch_screen_content": "ui/progress_screen.json",
|
|
9883
9922
|
"edu_server_fetch_screen_content/server_fetch_panel": "ui/progress_screen.json",
|
|
9923
|
+
"edu_server_fetch_screen_content/server_fetch_timeout_panel": "ui/progress_screen.json",
|
|
9884
9924
|
"edu_server_fetch_screen_content/popup_dialog_factory": "ui/progress_screen.json",
|
|
9925
|
+
"joining_edu_server_progress_screen_content": "ui/progress_screen.json",
|
|
9926
|
+
"joining_edu_server_progress_screen_content/title_panel_content": "ui/progress_screen.json",
|
|
9927
|
+
"joining_edu_server_progress_screen_content/world_modal_progress_panel": "ui/progress_screen.json",
|
|
9928
|
+
"joining_edu_server_progress_screen_content/popup_dialog_factory": "ui/progress_screen.json",
|
|
9885
9929
|
"cloud_download_screen_content": "ui/progress_screen.json",
|
|
9886
9930
|
"cloud_download_screen_content/background": "ui/progress_screen.json",
|
|
9887
9931
|
"cloud_download_screen_content/cloud_download_panel": "ui/progress_screen.json",
|
|
@@ -10353,10 +10397,10 @@ export const paths = {
|
|
|
10353
10397
|
"free_up_space_popup_scrolling_panel": "ui/realms_settings_screen.json",
|
|
10354
10398
|
"free_up_space_text_description": "ui/realms_settings_screen.json",
|
|
10355
10399
|
"free_up_space_popup_content_stack_panel": "ui/realms_settings_screen.json",
|
|
10356
|
-
"free_up_space_popup_content_stack_panel/
|
|
10357
|
-
"free_up_space_popup_content_stack_panel/
|
|
10358
|
-
"free_up_space_popup_content_stack_panel/
|
|
10359
|
-
"free_up_space_popup_content_stack_panel/
|
|
10400
|
+
"free_up_space_popup_content_stack_panel/free_up_space_description_label": "ui/realms_settings_screen.json",
|
|
10401
|
+
"free_up_space_popup_content_stack_panel/padding1": "ui/realms_settings_screen.json",
|
|
10402
|
+
"free_up_space_popup_content_stack_panel/free_up_space_storage_bar_panel": "ui/realms_settings_screen.json",
|
|
10403
|
+
"free_up_space_popup_content_stack_panel/padding2": "ui/realms_settings_screen.json",
|
|
10360
10404
|
"free_up_space_popup_content_stack_panel/free_up_space_manual_save_list_stack_panel": "ui/realms_settings_screen.json",
|
|
10361
10405
|
"popup_dialog__free_up_space": "ui/realms_settings_screen.json",
|
|
10362
10406
|
"popup_dialog__free_up_space/free_up_space_popup_background": "ui/realms_settings_screen.json",
|
|
@@ -10573,6 +10617,7 @@ export const paths = {
|
|
|
10573
10617
|
"realms_settings_screen_base_no_selector_area": "ui/realms_settings_screen.json",
|
|
10574
10618
|
"screen_realm_hub_manage_members": "ui/realms_settings_screen.json",
|
|
10575
10619
|
"screen_realm_hub_invite_links": "ui/realms_settings_screen.json",
|
|
10620
|
+
"screen_realm_hub_saves": "ui/realms_settings_screen.json",
|
|
10576
10621
|
},
|
|
10577
10622
|
"realms_allowlist": {
|
|
10578
10623
|
"spacing_gap": "ui/realms_allowlist.json",
|
|
@@ -11949,13 +11994,18 @@ export const paths = {
|
|
|
11949
11994
|
},
|
|
11950
11995
|
"settings": {
|
|
11951
11996
|
"settings_screen_base": "ui/settings_screen.json",
|
|
11997
|
+
"settings_screen_base_fullscreen": "ui/settings_screen.json",
|
|
11952
11998
|
"screen_world_create": "ui/settings_screen.json",
|
|
11953
11999
|
"screen_template_create": "ui/settings_screen.json",
|
|
11954
12000
|
"screen_world_edit": "ui/settings_screen.json",
|
|
11955
12001
|
"screen_controls_and_settings": "ui/settings_screen.json",
|
|
12002
|
+
"screen_controls_and_settings_fullscreen": "ui/settings_screen.json",
|
|
11956
12003
|
"screen_world_controls_and_settings": "ui/settings_screen.json",
|
|
12004
|
+
"screen_world_controls_and_settings_fullscreen": "ui/settings_screen.json",
|
|
11957
12005
|
"screen_realm_controls_and_settings": "ui/settings_screen.json",
|
|
12006
|
+
"screen_realm_controls_and_settings_fullscreen": "ui/settings_screen.json",
|
|
11958
12007
|
"screen_realm_member_controls_and_settings": "ui/settings_screen.json",
|
|
12008
|
+
"screen_realm_member_controls_and_settings_fullscreen": "ui/settings_screen.json",
|
|
11959
12009
|
"screen_realm_settings": "ui/settings_screen.json",
|
|
11960
12010
|
"screen_world_slot_edit": "ui/settings_screen.json",
|
|
11961
12011
|
"screen_realm_manage": "ui/settings_screen.json",
|
|
@@ -12046,29 +12096,22 @@ export const paths = {
|
|
|
12046
12096
|
"section_content_panels/section_content_panels": "ui/settings_screen.json",
|
|
12047
12097
|
"section_content_panels/general_and_controls_sections": "ui/settings_screen.json",
|
|
12048
12098
|
"section_content_panels/general_and_controls_sections/accessibility_section": "ui/settings_screen.json",
|
|
12049
|
-
"section_content_panels/general_and_controls_sections/accessibility_section_ore_ui": "ui/settings_screen.json",
|
|
12050
12099
|
"section_content_panels/general_and_controls_sections/keyboard_and_mouse_section": "ui/settings_screen.json",
|
|
12051
|
-
"section_content_panels/general_and_controls_sections/keyboard_and_mouse_section_ore_ui": "ui/settings_screen.json",
|
|
12052
12100
|
"section_content_panels/general_and_controls_sections/controller_section": "ui/settings_screen.json",
|
|
12053
12101
|
"section_content_panels/general_and_controls_sections/touch_section": "ui/settings_screen.json",
|
|
12054
12102
|
"section_content_panels/general_and_controls_sections/party_section": "ui/settings_screen.json",
|
|
12055
12103
|
"section_content_panels/general_and_controls_sections/general_tab_section": "ui/settings_screen.json",
|
|
12056
|
-
"section_content_panels/general_and_controls_sections/general_tab_section_ore_ui": "ui/settings_screen.json",
|
|
12057
12104
|
"section_content_panels/general_and_controls_sections/account_section": "ui/settings_screen.json",
|
|
12058
|
-
"section_content_panels/general_and_controls_sections/account_section_ore_ui": "ui/settings_screen.json",
|
|
12059
12105
|
"section_content_panels/general_and_controls_sections/global_texture_pack_section": "ui/settings_screen.json",
|
|
12060
12106
|
"section_content_panels/general_and_controls_sections/storage_management_header": "ui/settings_screen.json",
|
|
12061
12107
|
"section_content_panels/general_and_controls_sections/storage_management_section": "ui/settings_screen.json",
|
|
12062
12108
|
"section_content_panels/general_and_controls_sections/edu_cloud_storage_section": "ui/settings_screen.json",
|
|
12063
12109
|
"section_content_panels/general_and_controls_sections/creator_section": "ui/settings_screen.json",
|
|
12064
12110
|
"section_content_panels/general_and_controls_sections/video_section": "ui/settings_screen.json",
|
|
12065
|
-
"section_content_panels/general_and_controls_sections/video_section_ore_ui": "ui/settings_screen.json",
|
|
12066
12111
|
"section_content_panels/general_and_controls_sections/view_subscriptions_prerelease_section": "ui/settings_screen.json",
|
|
12067
12112
|
"section_content_panels/general_and_controls_sections/view_subscriptions_section": "ui/settings_screen.json",
|
|
12068
12113
|
"section_content_panels/general_and_controls_sections/sound_section": "ui/settings_screen.json",
|
|
12069
|
-
"section_content_panels/general_and_controls_sections/sound_section_ore_ui": "ui/settings_screen.json",
|
|
12070
12114
|
"section_content_panels/general_and_controls_sections/language_section": "ui/settings_screen.json",
|
|
12071
|
-
"section_content_panels/general_and_controls_sections/language_section_ore_ui": "ui/settings_screen.json",
|
|
12072
12115
|
"section_content_panels/general_and_controls_sections/preview_section": "ui/settings_screen.json",
|
|
12073
12116
|
"section_content_panels/general_and_controls_sections/debug_section": "ui/settings_screen.json",
|
|
12074
12117
|
"section_content_panels/general_and_controls_sections/ui_debug_section": "ui/settings_screen.json",
|
|
@@ -12100,6 +12143,11 @@ export const paths = {
|
|
|
12100
12143
|
"reset_binding_button": "ui/settings_sections/controls_section.json",
|
|
12101
12144
|
"keymapping_item_parent": "ui/settings_sections/controls_section.json",
|
|
12102
12145
|
"keymapping_item_parent/keymapping_row": "ui/settings_sections/controls_section.json",
|
|
12146
|
+
"keymapping_item_frame": "ui/settings_sections/controls_section.json",
|
|
12147
|
+
"keymapping_item_frame/keymap": "ui/settings_sections/controls_section.json",
|
|
12148
|
+
"keymapping_item_frame/command_macro_command": "ui/settings_sections/controls_section.json",
|
|
12149
|
+
"command_macro_command_textbox": "ui/settings_sections/controls_section.json",
|
|
12150
|
+
"command_macro_command_textbox/text_box": "ui/settings_sections/controls_section.json",
|
|
12103
12151
|
"keymapping_item": "ui/settings_sections/controls_section.json",
|
|
12104
12152
|
"keymapping_item/option_info_label_control": "ui/settings_sections/controls_section.json",
|
|
12105
12153
|
"keymapping_item/option_info_label_control/keymapping_label_control": "ui/settings_sections/controls_section.json",
|
|
@@ -12113,12 +12161,18 @@ export const paths = {
|
|
|
12113
12161
|
"gamepad_mapping_item/keymapping_button_0": "ui/settings_sections/controls_section.json",
|
|
12114
12162
|
"gamepad_mapping_item/keymapping_button_1": "ui/settings_sections/controls_section.json",
|
|
12115
12163
|
"gamepad_mapping_grid": "ui/settings_sections/controls_section.json",
|
|
12164
|
+
"keyboard_command_macros_grid": "ui/settings_sections/controls_section.json",
|
|
12165
|
+
"keyboard_command_macros_grid/divider_before": "ui/settings_sections/controls_section.json",
|
|
12166
|
+
"keyboard_command_macros_grid/divider_before/section_divider": "ui/settings_sections/controls_section.json",
|
|
12167
|
+
"keyboard_command_macros_grid/divider_before_padding": "ui/settings_sections/controls_section.json",
|
|
12168
|
+
"keyboard_command_macros_grid/command_macro_title": "ui/settings_sections/controls_section.json",
|
|
12169
|
+
"keyboard_command_macros_grid/command_macro_title_desc": "ui/settings_sections/controls_section.json",
|
|
12170
|
+
"keyboard_command_macros_grid/command_macro_title_padding": "ui/settings_sections/controls_section.json",
|
|
12171
|
+
"keyboard_command_macros_grid/command_macro_keymapping_grid": "ui/settings_sections/controls_section.json",
|
|
12172
|
+
"keyboard_command_macros_grid/divider_after": "ui/settings_sections/controls_section.json",
|
|
12173
|
+
"keyboard_command_macros_grid/divider_after/section_divider": "ui/settings_sections/controls_section.json",
|
|
12174
|
+
"keyboard_command_macros_grid/divider_after_padding": "ui/settings_sections/controls_section.json",
|
|
12116
12175
|
"keyboard_and_mouse_button": "ui/settings_sections/controls_section.json",
|
|
12117
|
-
"keyboard_and_mouse_section_ore_ui": "ui/settings_sections/controls_section.json",
|
|
12118
|
-
"keyboard_and_mouse_section_ore_ui/spacer_0": "ui/settings_sections/controls_section.json",
|
|
12119
|
-
"keyboard_and_mouse_section_ore_ui/generic_label": "ui/settings_sections/controls_section.json",
|
|
12120
|
-
"keyboard_and_mouse_section_ore_ui/spacer_1": "ui/settings_sections/controls_section.json",
|
|
12121
|
-
"keyboard_and_mouse_section_ore_ui/gamepad_helper_label": "ui/settings_sections/controls_section.json",
|
|
12122
12176
|
"keyboard_and_mouse_section": "ui/settings_sections/controls_section.json",
|
|
12123
12177
|
"keyboard_and_mouse_section/option_slider_0": "ui/settings_sections/controls_section.json",
|
|
12124
12178
|
"keyboard_and_mouse_section/option_slider_damen": "ui/settings_sections/controls_section.json",
|
|
@@ -12134,6 +12188,7 @@ export const paths = {
|
|
|
12134
12188
|
"keyboard_and_mouse_section/keyboard_section/control_alt_chords_standard_keyboard_section": "ui/settings_sections/controls_section.json",
|
|
12135
12189
|
"keyboard_and_mouse_section/keyboard_section/control_alt_chords_standard_keyboard_section/option_group_label": "ui/settings_sections/controls_section.json",
|
|
12136
12190
|
"keyboard_and_mouse_section/keyboard_section/control_alt_chords_standard_keyboard_section/control_alt_chord_keymapping_grid": "ui/settings_sections/controls_section.json",
|
|
12191
|
+
"keyboard_and_mouse_section/keyboard_section/command_macros": "ui/settings_sections/controls_section.json",
|
|
12137
12192
|
"keyboard_and_mouse_section/full_keyboard_section": "ui/settings_sections/controls_section.json",
|
|
12138
12193
|
"keyboard_and_mouse_section/full_keyboard_section/option_slider_smooth_rotation_speed": "ui/settings_sections/controls_section.json",
|
|
12139
12194
|
"keyboard_and_mouse_section/full_keyboard_section/full_keyboard_label": "ui/settings_sections/controls_section.json",
|
|
@@ -12141,6 +12196,7 @@ export const paths = {
|
|
|
12141
12196
|
"keyboard_and_mouse_section/full_keyboard_section/control_alt_chords_full_keyboard_section": "ui/settings_sections/controls_section.json",
|
|
12142
12197
|
"keyboard_and_mouse_section/full_keyboard_section/control_alt_chords_full_keyboard_section/option_group_label": "ui/settings_sections/controls_section.json",
|
|
12143
12198
|
"keyboard_and_mouse_section/full_keyboard_section/control_alt_chords_full_keyboard_section/control_alt_chord_keymapping_grid": "ui/settings_sections/controls_section.json",
|
|
12199
|
+
"keyboard_and_mouse_section/full_keyboard_section/command_macros": "ui/settings_sections/controls_section.json",
|
|
12144
12200
|
"keyboard_and_mouse_section/reset_button": "ui/settings_sections/controls_section.json",
|
|
12145
12201
|
"controller_button": "ui/settings_sections/controls_section.json",
|
|
12146
12202
|
"controller_section": "ui/settings_sections/controls_section.json",
|
|
@@ -12216,11 +12272,6 @@ export const paths = {
|
|
|
12216
12272
|
},
|
|
12217
12273
|
"general_section": {
|
|
12218
12274
|
"general_button": "ui/settings_sections/general_section.json",
|
|
12219
|
-
"general_tab_section_ore_ui": "ui/settings_sections/general_section.json",
|
|
12220
|
-
"general_tab_section_ore_ui/spacer_0": "ui/settings_sections/general_section.json",
|
|
12221
|
-
"general_tab_section_ore_ui/generic_label": "ui/settings_sections/general_section.json",
|
|
12222
|
-
"general_tab_section_ore_ui/spacer_1": "ui/settings_sections/general_section.json",
|
|
12223
|
-
"general_tab_section_ore_ui/gamepad_helper_label": "ui/settings_sections/general_section.json",
|
|
12224
12275
|
"general_tab_section": "ui/settings_sections/general_section.json",
|
|
12225
12276
|
"general_tab_section/option_toggle_fail_realms_purchase_fulfillment": "ui/settings_sections/general_section.json",
|
|
12226
12277
|
"general_tab_section/network_label_header": "ui/settings_sections/general_section.json",
|
|
@@ -12247,6 +12298,7 @@ export const paths = {
|
|
|
12247
12298
|
"general_tab_section/pause_label_header": "ui/settings_sections/general_section.json",
|
|
12248
12299
|
"general_tab_section/paddingPauseFeature": "ui/settings_sections/general_section.json",
|
|
12249
12300
|
"general_tab_section/pause_toggle": "ui/settings_sections/general_section.json",
|
|
12301
|
+
"general_tab_section/pause_menu_on_focus_lost": "ui/settings_sections/general_section.json",
|
|
12250
12302
|
"general_tab_section/paddingLinkEduSupport": "ui/settings_sections/general_section.json",
|
|
12251
12303
|
"general_tab_section/link_button": "ui/settings_sections/general_section.json",
|
|
12252
12304
|
"general_tab_section/paddingDividerSustainability": "ui/settings_sections/general_section.json",
|
|
@@ -12285,11 +12337,6 @@ export const paths = {
|
|
|
12285
12337
|
"general_tab_section/build_info_label_panel/build_info_label": "ui/settings_sections/general_section.json",
|
|
12286
12338
|
"general_tab_section/paddingSectionDividerBuildInfo": "ui/settings_sections/general_section.json",
|
|
12287
12339
|
"general_tab_section/treatment_ids_label": "ui/settings_sections/general_section.json",
|
|
12288
|
-
"account_section_ore_ui": "ui/settings_sections/general_section.json",
|
|
12289
|
-
"account_section_ore_ui/spacer_0": "ui/settings_sections/general_section.json",
|
|
12290
|
-
"account_section_ore_ui/generic_label": "ui/settings_sections/general_section.json",
|
|
12291
|
-
"account_section_ore_ui/spacer_1": "ui/settings_sections/general_section.json",
|
|
12292
|
-
"account_section_ore_ui/gamepad_helper_label": "ui/settings_sections/general_section.json",
|
|
12293
12340
|
"account_button": "ui/settings_sections/general_section.json",
|
|
12294
12341
|
"view_account_errors_button_content": "ui/settings_sections/general_section.json",
|
|
12295
12342
|
"switch_accounts_button_content": "ui/settings_sections/general_section.json",
|
|
@@ -12420,13 +12467,10 @@ export const paths = {
|
|
|
12420
12467
|
"creator_toggles_panel": "ui/settings_sections/general_section.json",
|
|
12421
12468
|
"creator_toggles_panel/section_panel_1": "ui/settings_sections/general_section.json",
|
|
12422
12469
|
"creator_toggles_panel/section_panel_1/section_divider": "ui/settings_sections/general_section.json",
|
|
12423
|
-
"creator_toggles_panel/
|
|
12424
|
-
"creator_toggles_panel/
|
|
12425
|
-
"creator_toggles_panel/
|
|
12426
|
-
"creator_toggles_panel/
|
|
12427
|
-
"creator_toggles_panel/creator_setting_button": "ui/settings_sections/general_section.json",
|
|
12428
|
-
"creator_toggles_panel/creator_setting_button/go_to_keybinds": "ui/settings_sections/general_section.json",
|
|
12429
|
-
"creator_toggles_panel/creator_setting_button/creator_settings_section_label_spacer": "ui/settings_sections/general_section.json",
|
|
12470
|
+
"creator_toggles_panel/primary_panel": "ui/settings_sections/general_section.json",
|
|
12471
|
+
"creator_toggles_panel/primary_panel/content_log_section_label": "ui/settings_sections/general_section.json",
|
|
12472
|
+
"creator_toggles_panel/primary_panel/content_log_section_label_spacer": "ui/settings_sections/general_section.json",
|
|
12473
|
+
"creator_toggles_panel/primary_panel/clipboard_setting": "ui/settings_sections/general_section.json",
|
|
12430
12474
|
"debugger_toggles_panel": "ui/settings_sections/general_section.json",
|
|
12431
12475
|
"debugger_toggles_panel/section_panel_1": "ui/settings_sections/general_section.json",
|
|
12432
12476
|
"debugger_toggles_panel/section_panel_1/section_divider": "ui/settings_sections/general_section.json",
|
|
@@ -12443,6 +12487,13 @@ export const paths = {
|
|
|
12443
12487
|
"debugger_toggles_panel/primary_panel/all_options_panel/host_and_port_panel/spacer": "ui/settings_sections/general_section.json",
|
|
12444
12488
|
"debugger_toggles_panel/primary_panel/all_options_panel/host_and_port_panel/port_input": "ui/settings_sections/general_section.json",
|
|
12445
12489
|
"debugger_toggles_panel/primary_panel/all_options_panel/auto_attach_timeout_slider": "ui/settings_sections/general_section.json",
|
|
12490
|
+
"editor_toggles_panel": "ui/settings_sections/general_section.json",
|
|
12491
|
+
"editor_toggles_panel/section_panel_1": "ui/settings_sections/general_section.json",
|
|
12492
|
+
"editor_toggles_panel/section_panel_1/section_divider": "ui/settings_sections/general_section.json",
|
|
12493
|
+
"editor_toggles_panel/primary_panel": "ui/settings_sections/general_section.json",
|
|
12494
|
+
"editor_toggles_panel/primary_panel/content_log_section_label": "ui/settings_sections/general_section.json",
|
|
12495
|
+
"editor_toggles_panel/primary_panel/content_log_section_label_spacer": "ui/settings_sections/general_section.json",
|
|
12496
|
+
"editor_toggles_panel/primary_panel/clipboard_setting": "ui/settings_sections/general_section.json",
|
|
12446
12497
|
"diagnostics_toggles_panel": "ui/settings_sections/general_section.json",
|
|
12447
12498
|
"diagnostics_toggles_panel/section_panel_1": "ui/settings_sections/general_section.json",
|
|
12448
12499
|
"diagnostics_toggles_panel/section_panel_1/section_divider": "ui/settings_sections/general_section.json",
|
|
@@ -12495,15 +12546,11 @@ export const paths = {
|
|
|
12495
12546
|
"creator_section/debugger_toggles_panel": "ui/settings_sections/general_section.json",
|
|
12496
12547
|
"creator_section/diagnostics_toggle_panel": "ui/settings_sections/general_section.json",
|
|
12497
12548
|
"creator_section/watchdog_toggles_panel": "ui/settings_sections/general_section.json",
|
|
12549
|
+
"creator_section/editor_toggles_panel": "ui/settings_sections/general_section.json",
|
|
12498
12550
|
"creator_section/device_info_toggles_panel": "ui/settings_sections/general_section.json",
|
|
12499
12551
|
"creator_section/content_log_panel": "ui/settings_sections/general_section.json",
|
|
12500
12552
|
"video_button": "ui/settings_sections/general_section.json",
|
|
12501
12553
|
"advanced_video_options_toggle": "ui/settings_sections/general_section.json",
|
|
12502
|
-
"video_section_ore_ui": "ui/settings_sections/general_section.json",
|
|
12503
|
-
"video_section_ore_ui/spacer_0": "ui/settings_sections/general_section.json",
|
|
12504
|
-
"video_section_ore_ui/generic_label": "ui/settings_sections/general_section.json",
|
|
12505
|
-
"video_section_ore_ui/spacer_1": "ui/settings_sections/general_section.json",
|
|
12506
|
-
"video_section_ore_ui/gamepad_helper_label": "ui/settings_sections/general_section.json",
|
|
12507
12554
|
"video_menu_slider_step_progress": "ui/settings_sections/general_section.json",
|
|
12508
12555
|
"video_menu_slider_progress": "ui/settings_sections/general_section.json",
|
|
12509
12556
|
"video_menu_slider_bar_default": "ui/settings_sections/general_section.json",
|
|
@@ -12616,6 +12663,8 @@ export const paths = {
|
|
|
12616
12663
|
"video_section/spacer_35": "ui/settings_sections/general_section.json",
|
|
12617
12664
|
"video_section/texel_anti_aliasing_toggle": "ui/settings_sections/general_section.json",
|
|
12618
12665
|
"video_section/spacer_36": "ui/settings_sections/general_section.json",
|
|
12666
|
+
"video_section/texture_streaming_toggle": "ui/settings_sections/general_section.json",
|
|
12667
|
+
"video_section/spacer_37": "ui/settings_sections/general_section.json",
|
|
12619
12668
|
"video_section/reset_button": "ui/settings_sections/general_section.json",
|
|
12620
12669
|
"max_framerate_slider": "ui/settings_sections/general_section.json",
|
|
12621
12670
|
"max_framerate_slider/option_generic_core": "ui/settings_sections/general_section.json",
|
|
@@ -12735,6 +12784,7 @@ export const paths = {
|
|
|
12735
12784
|
"chat_message_duration_label": "ui/settings_sections/general_section.json",
|
|
12736
12785
|
"chat_message_duration_info_label": "ui/settings_sections/general_section.json",
|
|
12737
12786
|
"accessibility_section": "ui/settings_sections/general_section.json",
|
|
12787
|
+
"accessibility_section/option_toggle_subtitles": "ui/settings_sections/general_section.json",
|
|
12738
12788
|
"accessibility_section/option_toggle0": "ui/settings_sections/general_section.json",
|
|
12739
12789
|
"accessibility_section/option_toggle1": "ui/settings_sections/general_section.json",
|
|
12740
12790
|
"accessibility_section/option_toggle2": "ui/settings_sections/general_section.json",
|
|
@@ -12766,18 +12816,7 @@ export const paths = {
|
|
|
12766
12816
|
"accessibility_section/gui_accessibility_scaling_toggle": "ui/settings_sections/general_section.json",
|
|
12767
12817
|
"accessibility_section/gui_accessibility_scaling_toggle/option_generic_core": "ui/settings_sections/general_section.json",
|
|
12768
12818
|
"accessibility_section/reset_button": "ui/settings_sections/general_section.json",
|
|
12769
|
-
"accessibility_section_ore_ui": "ui/settings_sections/general_section.json",
|
|
12770
|
-
"accessibility_section_ore_ui/spacer_0": "ui/settings_sections/general_section.json",
|
|
12771
|
-
"accessibility_section_ore_ui/generic_label": "ui/settings_sections/general_section.json",
|
|
12772
|
-
"accessibility_section_ore_ui/spacer_1": "ui/settings_sections/general_section.json",
|
|
12773
|
-
"accessibility_section_ore_ui/gamepad_helper_label": "ui/settings_sections/general_section.json",
|
|
12774
|
-
"accessibility_section_ore_ui/accessibility_button": "ui/settings_sections/general_section.json",
|
|
12775
12819
|
"sound_button": "ui/settings_sections/general_section.json",
|
|
12776
|
-
"sound_section_ore_ui": "ui/settings_sections/general_section.json",
|
|
12777
|
-
"sound_section_ore_ui/spacer_0": "ui/settings_sections/general_section.json",
|
|
12778
|
-
"sound_section_ore_ui/generic_label": "ui/settings_sections/general_section.json",
|
|
12779
|
-
"sound_section_ore_ui/spacer_1": "ui/settings_sections/general_section.json",
|
|
12780
|
-
"sound_section_ore_ui/gamepad_helper_label": "ui/settings_sections/general_section.json",
|
|
12781
12820
|
"sound_section": "ui/settings_sections/general_section.json",
|
|
12782
12821
|
"sound_section/paddingMainVolume": "ui/settings_sections/general_section.json",
|
|
12783
12822
|
"sound_section/option_slider_0": "ui/settings_sections/general_section.json",
|
|
@@ -12811,11 +12850,6 @@ export const paths = {
|
|
|
12811
12850
|
"language_grid_item": "ui/settings_sections/general_section.json",
|
|
12812
12851
|
"language_section": "ui/settings_sections/general_section.json",
|
|
12813
12852
|
"language_section/language_list_grid": "ui/settings_sections/general_section.json",
|
|
12814
|
-
"language_section_ore_ui": "ui/settings_sections/general_section.json",
|
|
12815
|
-
"language_section_ore_ui/spacer_0": "ui/settings_sections/general_section.json",
|
|
12816
|
-
"language_section_ore_ui/generic_label": "ui/settings_sections/general_section.json",
|
|
12817
|
-
"language_section_ore_ui/spacer_1": "ui/settings_sections/general_section.json",
|
|
12818
|
-
"language_section_ore_ui/gamepad_helper_label": "ui/settings_sections/general_section.json",
|
|
12819
12853
|
"preview_button": "ui/settings_sections/general_section.json",
|
|
12820
12854
|
"preview_section": "ui/settings_sections/general_section.json",
|
|
12821
12855
|
"preview_section/spacer_0": "ui/settings_sections/general_section.json",
|
|
@@ -12889,13 +12923,9 @@ export const paths = {
|
|
|
12889
12923
|
"debug_override_treatments_panel/override_treatments_panel_background/override_treatment_options_panel/treatment_cache_management_panel/clear_treatments": "ui/settings_sections/general_section.json",
|
|
12890
12924
|
"debug_override_treatments_panel/override_treatments_panel_background/treatments_label_panel": "ui/settings_sections/general_section.json",
|
|
12891
12925
|
"debug_override_treatments_panel/override_treatments_panel_background/treatments_label_panel/treatments_label": "ui/settings_sections/general_section.json",
|
|
12892
|
-
"debug_override_treatments_panel/override_treatments_panel_background/progress_spinner_1": "ui/settings_sections/general_section.json",
|
|
12893
|
-
"debug_override_treatments_panel/override_treatments_panel_background/progress_spinner_1/progress_loading_spinner_1": "ui/settings_sections/general_section.json",
|
|
12894
12926
|
"debug_override_treatments_panel/override_treatments_panel_background/treatment_grid": "ui/settings_sections/general_section.json",
|
|
12895
12927
|
"debug_override_treatments_panel/override_treatments_panel_background/unused_treatments_label_panel": "ui/settings_sections/general_section.json",
|
|
12896
12928
|
"debug_override_treatments_panel/override_treatments_panel_background/unused_treatments_label_panel/treatments_label": "ui/settings_sections/general_section.json",
|
|
12897
|
-
"debug_override_treatments_panel/override_treatments_panel_background/progress_spinner_2": "ui/settings_sections/general_section.json",
|
|
12898
|
-
"debug_override_treatments_panel/override_treatments_panel_background/progress_spinner_2/progress_loading_spinner_2": "ui/settings_sections/general_section.json",
|
|
12899
12929
|
"debug_override_treatments_panel/override_treatments_panel_background/unused_treatment_grid": "ui/settings_sections/general_section.json",
|
|
12900
12930
|
"debug_override_treatments_panel/override_treatments_panel_background/spacer_1": "ui/settings_sections/general_section.json",
|
|
12901
12931
|
"debug_override_configurations_panel": "ui/settings_sections/general_section.json",
|
|
@@ -13040,6 +13070,7 @@ export const paths = {
|
|
|
13040
13070
|
"debug_section/option_toggle_remote_imgui": "ui/settings_sections/general_section.json",
|
|
13041
13071
|
"debug_section/option_dropdown_0": "ui/settings_sections/general_section.json",
|
|
13042
13072
|
"debug_section/option_toggle_extra_debug_hud_info": "ui/settings_sections/general_section.json",
|
|
13073
|
+
"debug_section/option_toggle_show_test_running_text": "ui/settings_sections/general_section.json",
|
|
13043
13074
|
"debug_section/option_toggle_0_1": "ui/settings_sections/general_section.json",
|
|
13044
13075
|
"debug_section/option_toggle_0_2": "ui/settings_sections/general_section.json",
|
|
13045
13076
|
"debug_section/option_slider_0": "ui/settings_sections/general_section.json",
|
|
@@ -13093,8 +13124,11 @@ export const paths = {
|
|
|
13093
13124
|
"debug_section/option_text_edit_1": "ui/settings_sections/general_section.json",
|
|
13094
13125
|
"debug_section/option_text_edit_2": "ui/settings_sections/general_section.json",
|
|
13095
13126
|
"debug_section/option_text_edit_3": "ui/settings_sections/general_section.json",
|
|
13127
|
+
"debug_section/reset_authentication_option": "ui/settings_sections/general_section.json",
|
|
13096
13128
|
"debug_section/reset_report_timer_option": "ui/settings_sections/general_section.json",
|
|
13097
13129
|
"debug_section/reset_online_safety_option": "ui/settings_sections/general_section.json",
|
|
13130
|
+
"debug_section/reset_show_hardcore_warning_option": "ui/settings_sections/general_section.json",
|
|
13131
|
+
"debug_section/reset_low_ping_warning_option": "ui/settings_sections/general_section.json",
|
|
13098
13132
|
"debug_section/reset_ip_safety_option": "ui/settings_sections/general_section.json",
|
|
13099
13133
|
"debug_section/padding_graphics_options": "ui/settings_sections/general_section.json",
|
|
13100
13134
|
"debug_section/option_shadersdk_service_ip": "ui/settings_sections/general_section.json",
|
|
@@ -13251,6 +13285,18 @@ export const paths = {
|
|
|
13251
13285
|
"ui_debug_section/ui_feature_toggles_spacer": "ui/settings_sections/general_section.json",
|
|
13252
13286
|
"ui_debug_section/option_show_touch_control_selection_screen": "ui/settings_sections/general_section.json",
|
|
13253
13287
|
"ui_debug_section/option_reset_on_start": "ui/settings_sections/general_section.json",
|
|
13288
|
+
"ui_debug_section/end_of_other_options_divider": "ui/settings_sections/general_section.json",
|
|
13289
|
+
"ui_debug_section/end_of_other_options_divider/section_divider": "ui/settings_sections/general_section.json",
|
|
13290
|
+
"ui_debug_section/end_of_other_options_spacer": "ui/settings_sections/general_section.json",
|
|
13291
|
+
"ui_debug_section/debug_data_label": "ui/settings_sections/general_section.json",
|
|
13292
|
+
"ui_debug_section/debug_data_label_spacer": "ui/settings_sections/general_section.json",
|
|
13293
|
+
"ui_debug_section/option_continuous_repaint": "ui/settings_sections/general_section.json",
|
|
13294
|
+
"ui_debug_section/option_show_paint_rects": "ui/settings_sections/general_section.json",
|
|
13295
|
+
"ui_debug_section/option_show_element_aabb": "ui/settings_sections/general_section.json",
|
|
13296
|
+
"ui_debug_section/option_emulate_touch_events": "ui/settings_sections/general_section.json",
|
|
13297
|
+
"ui_debug_section/end_of_debug_data_divider": "ui/settings_sections/general_section.json",
|
|
13298
|
+
"ui_debug_section/end_of_debug_data_divider/section_divider": "ui/settings_sections/general_section.json",
|
|
13299
|
+
"ui_debug_section/end_of_debug_data_spacer": "ui/settings_sections/general_section.json",
|
|
13254
13300
|
"ui_debug_section/option_slider_drag_dwell": "ui/settings_sections/general_section.json",
|
|
13255
13301
|
"ui_debug_section/option_slider_stack_splitting": "ui/settings_sections/general_section.json",
|
|
13256
13302
|
"ui_debug_section/reset_render_distance_warning_modal_label": "ui/settings_sections/general_section.json",
|
|
@@ -13590,6 +13636,7 @@ export const paths = {
|
|
|
13590
13636
|
"option_custom_control": "ui/settings_sections/settings_common.json",
|
|
13591
13637
|
"option_info_label": "ui/settings_sections/settings_common.json",
|
|
13592
13638
|
"dynamic_dialog_screen": "ui/settings_sections/settings_common.json",
|
|
13639
|
+
"dynamic_dialog_fullscreen": "ui/settings_sections/settings_common.json",
|
|
13593
13640
|
"settings_content": "ui/settings_sections/settings_common.json",
|
|
13594
13641
|
"settings_content/background": "ui/settings_sections/settings_common.json",
|
|
13595
13642
|
"settings_content/stack_panel": "ui/settings_sections/settings_common.json",
|
|
@@ -13616,10 +13663,17 @@ export const paths = {
|
|
|
13616
13663
|
"dialog_content/selector_area": "ui/settings_sections/settings_common.json",
|
|
13617
13664
|
"dialog_content/content_area": "ui/settings_sections/settings_common.json",
|
|
13618
13665
|
"dialog_content/section_divider": "ui/settings_sections/settings_common.json",
|
|
13666
|
+
"dialog_content_fullscreen": "ui/settings_sections/settings_common.json",
|
|
13667
|
+
"dialog_content_fullscreen/dialog_titles": "ui/settings_sections/settings_common.json",
|
|
13668
|
+
"dialog_content_fullscreen/selector_area": "ui/settings_sections/settings_common.json",
|
|
13669
|
+
"dialog_content_fullscreen/content_area": "ui/settings_sections/settings_common.json",
|
|
13670
|
+
"dialog_content_fullscreen/section_divider": "ui/settings_sections/settings_common.json",
|
|
13619
13671
|
"selector_group_label": "ui/settings_sections/settings_common.json",
|
|
13620
13672
|
"scrollable_selector_area_content": "ui/settings_sections/settings_common.json",
|
|
13621
13673
|
"selector_area": "ui/settings_sections/settings_common.json",
|
|
13622
13674
|
"selector_area/scrolling_panel": "ui/settings_sections/settings_common.json",
|
|
13675
|
+
"selector_area_no_scroll": "ui/settings_sections/settings_common.json",
|
|
13676
|
+
"selector_area_no_scroll/scrolling_panel": "ui/settings_sections/settings_common.json",
|
|
13623
13677
|
"content_area": "ui/settings_sections/settings_common.json",
|
|
13624
13678
|
"content_area/control": "ui/settings_sections/settings_common.json",
|
|
13625
13679
|
"content_area/control/header_panel": "ui/settings_sections/settings_common.json",
|
|
@@ -13629,6 +13683,7 @@ export const paths = {
|
|
|
13629
13683
|
"content_area/control/footer_panel/content": "ui/settings_sections/settings_common.json",
|
|
13630
13684
|
"section_divider": "ui/settings_sections/settings_common.json",
|
|
13631
13685
|
"screen_base": "ui/settings_sections/settings_common.json",
|
|
13686
|
+
"screen_base_fullscreen": "ui/settings_sections/settings_common.json",
|
|
13632
13687
|
},
|
|
13633
13688
|
"world_section": {
|
|
13634
13689
|
"selector_pane_content": "ui/settings_sections/world_section.json",
|
|
@@ -15110,6 +15165,25 @@ export const paths = {
|
|
|
15110
15165
|
"new_offer_icon": "ui/store_common.json",
|
|
15111
15166
|
"status_new_offer_icon": "ui/store_common.json",
|
|
15112
15167
|
"update_balloon_icon": "ui/store_common.json",
|
|
15168
|
+
"badge_overlay_panel": "ui/store_common.json",
|
|
15169
|
+
"badge_overlay_panel/top": "ui/store_common.json",
|
|
15170
|
+
"badge_overlay_panel/bottom": "ui/store_common.json",
|
|
15171
|
+
"badge_overlay_stack": "ui/store_common.json",
|
|
15172
|
+
"badge_overlay_stack/left_badge": "ui/store_common.json",
|
|
15173
|
+
"badge_overlay_stack/padding": "ui/store_common.json",
|
|
15174
|
+
"badge_overlay_stack/right_badge": "ui/store_common.json",
|
|
15175
|
+
"content_card_tail_image": "ui/store_common.json",
|
|
15176
|
+
"content_card_badge": "ui/store_common.json",
|
|
15177
|
+
"content_card_badge/leftTail": "ui/store_common.json",
|
|
15178
|
+
"content_card_badge/background": "ui/store_common.json",
|
|
15179
|
+
"content_card_badge/background/outline": "ui/store_common.json",
|
|
15180
|
+
"content_card_badge/background/outline/badgeStackPanel": "ui/store_common.json",
|
|
15181
|
+
"content_card_badge/background/outline/badgeStackPanel/paddingLeft": "ui/store_common.json",
|
|
15182
|
+
"content_card_badge/background/outline/badgeStackPanel/badgeIcon": "ui/store_common.json",
|
|
15183
|
+
"content_card_badge/background/outline/badgeStackPanel/paddingMiddle": "ui/store_common.json",
|
|
15184
|
+
"content_card_badge/background/outline/badgeStackPanel/badgeText": "ui/store_common.json",
|
|
15185
|
+
"content_card_badge/background/outline/badgeStackPanel/paddingRight": "ui/store_common.json",
|
|
15186
|
+
"content_card_badge/rightTail": "ui/store_common.json",
|
|
15113
15187
|
"icon_overlay_panel": "ui/store_common.json",
|
|
15114
15188
|
"icon_overlay_panel/icon_overlay_position_factory": "ui/store_common.json",
|
|
15115
15189
|
"icon_overlay_position_factory": "ui/store_common.json",
|
|
@@ -15689,6 +15763,7 @@ export const paths = {
|
|
|
15689
15763
|
"store_offer_grid_item/frame/key_art": "ui/store_common.json",
|
|
15690
15764
|
"store_offer_grid_item/frame/key_art/key_art_frame": "ui/store_common.json",
|
|
15691
15765
|
"store_offer_grid_item/frame/key_art/csb_plus_expiration_banner": "ui/store_common.json",
|
|
15766
|
+
"store_offer_grid_item/frame/key_art/badge_overlay_panel": "ui/store_common.json",
|
|
15692
15767
|
"store_offer_grid_item/frame/progress_loading": "ui/store_common.json",
|
|
15693
15768
|
"store_offer_grid_item/frame/progress": "ui/store_common.json",
|
|
15694
15769
|
"store_offer_grid_item/frame/durable_offer_info_panel": "ui/store_common.json",
|
|
@@ -15742,7 +15817,6 @@ export const paths = {
|
|
|
15742
15817
|
"store_offer_grid_factory": "ui/store_common.json",
|
|
15743
15818
|
"non_collection_item_horizontal_padding": "ui/store_common.json",
|
|
15744
15819
|
"horizontal_store_offer_row_factory": "ui/store_common.json",
|
|
15745
|
-
"recently_viewed_row_panel": "ui/store_common.json",
|
|
15746
15820
|
"static_offer_row_panel": "ui/store_common.json",
|
|
15747
15821
|
"static_offer_row_panel/store_row_dropdown_panel": "ui/store_common.json",
|
|
15748
15822
|
"static_offer_row_panel/store_row_dropdown_panel/store_row_section_panel": "ui/store_common.json",
|
|
@@ -18005,6 +18079,9 @@ export const paths = {
|
|
|
18005
18079
|
"container_gamepad_helpers/buttons/gamepad_helper_y": "ui/ui_common.json",
|
|
18006
18080
|
"container_gamepad_helpers/buttons/gamepad_helper_b": "ui/ui_common.json",
|
|
18007
18081
|
"container_gamepad_helpers/buffer_panel_right": "ui/ui_common.json",
|
|
18082
|
+
"gamepad_helper_bumpers": "ui/ui_common.json",
|
|
18083
|
+
"gamepad_helper_bumpers/gamepad_helper_left_bumper": "ui/ui_common.json",
|
|
18084
|
+
"gamepad_helper_bumpers/gamepad_helper_right_bumper": "ui/ui_common.json",
|
|
18008
18085
|
"tabs_left_gamepad_helpers": "ui/ui_common.json",
|
|
18009
18086
|
"tabs_left_gamepad_helpers/gamepad_helper_left_bumper": "ui/ui_common.json",
|
|
18010
18087
|
"tabs_left_gamepad_helpers/gamepad_helper_left_trigger": "ui/ui_common.json",
|
|
@@ -18063,6 +18140,8 @@ export const paths = {
|
|
|
18063
18140
|
"normal_button": "ui/ui_common.json",
|
|
18064
18141
|
"normal_stroke_button": "ui/ui_common.json",
|
|
18065
18142
|
"section_heading_label": "ui/ui_common.json",
|
|
18143
|
+
"center_fold": "ui/ui_common.json",
|
|
18144
|
+
"center_fold/center_bg": "ui/ui_common.json",
|
|
18066
18145
|
"section_divider": "ui/ui_common.json",
|
|
18067
18146
|
"section_divider/padding1": "ui/ui_common.json",
|
|
18068
18147
|
"section_divider/divider_parent": "ui/ui_common.json",
|
|
@@ -18145,6 +18224,18 @@ export const paths = {
|
|
|
18145
18224
|
"item_lock_notification/notification_background_image": "ui/ui_common.json",
|
|
18146
18225
|
"item_lock_notification/notification_background_image/notification_text_label": "ui/ui_common.json",
|
|
18147
18226
|
"item_lock_notification_factory": "ui/ui_common.json",
|
|
18227
|
+
"layout_toggle_content": "ui/ui_common.json",
|
|
18228
|
+
"layout_toggle_content/image": "ui/ui_common.json",
|
|
18229
|
+
"layout_toggle_content/icon": "ui/ui_common.json",
|
|
18230
|
+
"layout_template_toggle": "ui/ui_common.json",
|
|
18231
|
+
"layout_toggle": "ui/ui_common.json",
|
|
18232
|
+
"creative_layout_toggle": "ui/ui_common.json",
|
|
18233
|
+
"recipe_book_layout_toggle": "ui/ui_common.json",
|
|
18234
|
+
"survival_layout_toggle": "ui/ui_common.json",
|
|
18235
|
+
"furnace_recipe_book_layout_toggle": "ui/ui_common.json",
|
|
18236
|
+
"furnace_survival_layout_toggle": "ui/ui_common.json",
|
|
18237
|
+
"crafting_root_input_panel": "ui/ui_common.json",
|
|
18238
|
+
"toolbar_background_image": "ui/ui_common.json",
|
|
18148
18239
|
"empty_panel_size_y_0": "ui/ui_common.json",
|
|
18149
18240
|
"scroll_background_and_viewport": "ui/ui_common.json",
|
|
18150
18241
|
"scroll_background_and_viewport/background": "ui/ui_common.json",
|
|
@@ -18374,6 +18465,11 @@ export const paths = {
|
|
|
18374
18465
|
"legacy_pocket_close_button/pressed": "ui/ui_common.json",
|
|
18375
18466
|
"info_icon": "ui/ui_common.json",
|
|
18376
18467
|
"error_glyph": "ui/ui_common.json",
|
|
18468
|
+
"creative_icon": "ui/ui_common.json",
|
|
18469
|
+
"inventory_icon": "ui/ui_common.json",
|
|
18470
|
+
"recipe_book_icon": "ui/ui_common.json",
|
|
18471
|
+
"tab_icon_image": "ui/ui_common.json",
|
|
18472
|
+
"search_icon": "ui/ui_common.json",
|
|
18377
18473
|
"service_repo_image_panel": "ui/ui_common.json",
|
|
18378
18474
|
"service_repo_image_panel/service_repo_image": "ui/ui_common.json",
|
|
18379
18475
|
"service_repo_image_panel/progress_loading": "ui/ui_common.json",
|