├── ArcUI-Index-config ├── config.json ├── confignocomment.json ├── custom_texture │ ├── background.png │ ├── background_blur.png │ ├── minecraft_logo.png │ ├── nether_background.png │ ├── overworld_background.png │ ├── readme.txt │ └── theend_background.png ├── icon_pack.png ├── manifest.json └── readme.txt ├── ArcUI-Index-pregame ├── .aui │ ├── .aui-assets │ │ ├── buttons │ │ │ ├── global │ │ │ │ ├── all_button_locked.json │ │ │ │ ├── all_button_locked.png │ │ │ │ ├── black_button.json │ │ │ │ ├── black_button.png │ │ │ │ ├── black_button_hover.json │ │ │ │ ├── black_button_hover.png │ │ │ │ ├── black_button_pressed.json │ │ │ │ ├── black_button_pressed.png │ │ │ │ ├── checkbox_idle.png │ │ │ │ ├── checkbox_idle_disabled.png │ │ │ │ ├── checkbox_idle_hover.png │ │ │ │ ├── checkbox_ticked.png │ │ │ │ ├── checkbox_ticked_disabled.png │ │ │ │ ├── checkbox_ticked_hover.png │ │ │ │ ├── dark_button.json │ │ │ │ ├── dark_button.png │ │ │ │ ├── dark_button_hover.json │ │ │ │ ├── dark_button_hover.png │ │ │ │ ├── dark_button_pressed.json │ │ │ │ ├── dark_button_pressed.png │ │ │ │ ├── tab_box_hover.json │ │ │ │ ├── tab_box_hover.png │ │ │ │ ├── tab_box_idle.json │ │ │ │ ├── tab_box_idle.png │ │ │ │ ├── tab_box_pressed.json │ │ │ │ ├── tab_box_pressed.png │ │ │ │ ├── tab_box_pressedhover.json │ │ │ │ ├── tab_box_pressedhover.png │ │ │ │ ├── white_button.json │ │ │ │ ├── white_button.png │ │ │ │ ├── white_button_hover.json │ │ │ │ ├── white_button_hover.png │ │ │ │ ├── white_button_pressed.json │ │ │ │ └── white_button_pressed.png │ │ │ ├── pause_screen │ │ │ │ ├── close.png │ │ │ │ └── open.png │ │ │ ├── play_screen │ │ │ │ ├── black_button.json │ │ │ │ ├── black_button.png │ │ │ │ ├── black_button_hover.json │ │ │ │ ├── black_button_hover.png │ │ │ │ ├── white_button.json │ │ │ │ ├── white_button.png │ │ │ │ ├── white_button_hover.json │ │ │ │ └── white_button_hover.png │ │ │ ├── slider │ │ │ │ ├── slider_button_default.json │ │ │ │ ├── slider_button_default.png │ │ │ │ ├── slider_button_hover.json │ │ │ │ ├── slider_button_hover.png │ │ │ │ ├── slider_button_indent.json │ │ │ │ ├── slider_button_indent.png │ │ │ │ ├── slider_button_locked.json │ │ │ │ └── slider_button_locked.png │ │ │ └── start_screen │ │ │ │ ├── pressed.json │ │ │ │ └── pressed.png │ │ ├── changelogbackground.json │ │ ├── changelogbackground.png │ │ ├── harlowlogo.png │ │ ├── icons │ │ │ ├── close_button_hover.png │ │ │ ├── close_button_idle.png │ │ │ ├── close_button_pressed.png │ │ │ ├── discordlogo.png │ │ │ ├── glyph │ │ │ │ ├── accessibility_glyph.png │ │ │ │ ├── accessibility_glyph_color.png │ │ │ │ ├── account_glyph.png │ │ │ │ ├── account_glyph_color.png │ │ │ │ ├── achievements.png │ │ │ │ ├── ambient_sound_glyph.png │ │ │ │ ├── block_sound_glyph.png │ │ │ │ ├── controller_glyph.png │ │ │ │ ├── controller_glyph_color.png │ │ │ │ ├── controller_glyph_color_switch.png │ │ │ │ ├── controller_glyph_switch.png │ │ │ │ ├── creator_glyph.png │ │ │ │ ├── creator_glyph_color.png │ │ │ │ ├── exit.png │ │ │ │ ├── general_glyph.png │ │ │ │ ├── general_glyph_color.png │ │ │ │ ├── help_glyph.png │ │ │ │ ├── help_glyph_color.png │ │ │ │ ├── hostile_sound_glyph.png │ │ │ │ ├── keyboard_and_mouse_glyph.png │ │ │ │ ├── keyboard_and_mouse_glyph_color.png │ │ │ │ ├── language_glyph.png │ │ │ │ ├── language_glyph_color.png │ │ │ │ ├── main_sound_glyph.png │ │ │ │ ├── multiplayer_glyph.png │ │ │ │ ├── multiplayer_glyph_color.png │ │ │ │ ├── music_sound_glyph.png │ │ │ │ ├── neutral_sound_glyph.png │ │ │ │ ├── play_screen │ │ │ │ │ ├── multiplayer_glyph_icon.png │ │ │ │ │ ├── server_glyph_icon.png │ │ │ │ │ └── world_glyph_icon.png │ │ │ │ ├── safearea_allcorner.png │ │ │ │ ├── safearea_horizontal.png │ │ │ │ ├── safearea_horizontalpos.png │ │ │ │ ├── safearea_vertical.png │ │ │ │ ├── safearea_verticalpos.png │ │ │ │ ├── server_glyph_icon.png │ │ │ │ ├── sound_glyph.png │ │ │ │ ├── sound_glyph_color.png │ │ │ │ ├── start_screen │ │ │ │ │ ├── achievement.png │ │ │ │ │ ├── exit.png │ │ │ │ │ ├── invite_player.png │ │ │ │ │ ├── marketplace.png │ │ │ │ │ ├── more.png │ │ │ │ │ ├── play.png │ │ │ │ │ ├── setting.png │ │ │ │ │ └── skin.png │ │ │ │ ├── touch_glyph.png │ │ │ │ ├── touch_glyph_color.png │ │ │ │ ├── video_glyph.png │ │ │ │ ├── video_glyph_color.png │ │ │ │ └── weather_sound_glyph.png │ │ │ ├── mcpedllogo.png │ │ │ ├── planetminecraftlogo.png │ │ │ ├── reset.png │ │ │ └── ytlogo.png │ │ ├── loadingharlow.json │ │ ├── loadingharlow.png │ │ ├── text_background.json │ │ ├── text_background.png │ │ └── toggles │ │ │ └── global │ │ │ ├── hover.json │ │ │ ├── hover.png │ │ │ ├── idle.json │ │ │ ├── idle.png │ │ │ ├── off.png │ │ │ ├── off_hover.png │ │ │ ├── on.png │ │ │ ├── on_hover.png │ │ │ ├── pressed.json │ │ │ ├── pressed.png │ │ │ ├── pressedhover.json │ │ │ └── pressedhover.png │ └── .aui-system │ │ ├── .ui-screens │ │ ├── .aui-about_section │ │ │ ├── .aui-about_section.json │ │ │ ├── .aui-changelog_section.json │ │ │ └── .aui-config_section.json │ │ ├── .aui-about_ui_screen.json │ │ ├── .aui-chat_screen.json │ │ ├── .aui-content_log.json │ │ ├── .aui-loading_screen.json │ │ ├── .aui-online_safety_screen.json │ │ ├── .aui-pause_screen.json │ │ ├── .aui-play_screen.json │ │ ├── .aui-play_section │ │ │ ├── .aui-friend_section.json │ │ │ ├── .aui-server_section.json │ │ │ └── .aui-world_section.json │ │ ├── .aui-safe_zone_screen.json │ │ ├── .aui-setting_screen.json │ │ ├── .aui-setting_section │ │ │ ├── .aui-accessibility_panel.json │ │ │ ├── .aui-creator_panel.json │ │ │ ├── .aui-gamepad_control.json │ │ │ ├── .aui-general_panel.json │ │ │ ├── .aui-htp_panel.json │ │ │ ├── .aui-km_control.json │ │ │ ├── .aui-lang_panel.json │ │ │ ├── .aui-sound_panel.json │ │ │ ├── .aui-touch_control.json │ │ │ └── .aui-video_panel.json │ │ └── .aui-start_screen.json │ │ └── .ui-templates │ │ ├── .aui-anim.json │ │ ├── .aui-button.json │ │ ├── .aui-common.json │ │ ├── .aui-config_loader.json │ │ └── .aui-toggle.json ├── changelog.txt ├── font │ ├── dain.ttf │ ├── dainbold.ttf │ ├── font_metadata.json │ └── kazesawa.ttf ├── manifest.json ├── pack_icon.png ├── texts │ ├── en_US.lang │ ├── pt_BR.lang │ └── template_without_changelog.lang ├── textures │ └── ui │ │ ├── thumbnail_classic.png │ │ ├── thumbnail_crosshair.png │ │ ├── thumbnail_touch.png │ │ └── title.png └── ui │ ├── _ui_defs.json │ ├── content_log_history_screen.json │ ├── online_safety_screen.json │ ├── pause_screen.json │ ├── play_screen.json │ ├── progress_screen.json │ ├── resource_packs_screen.json │ ├── safe_zone_screen.json │ ├── settings_screen.json │ ├── settings_sections │ └── settings_common.json │ ├── start_screen.json │ ├── tabbed_upsell_screen.json │ └── win10_trial_conversion_screen.json ├── ArcUI-Index-regular ├── .aui │ ├── .aui-assets │ │ ├── buttons │ │ │ ├── global │ │ │ │ ├── all_button_locked.json │ │ │ │ ├── all_button_locked.png │ │ │ │ ├── black_button.json │ │ │ │ ├── black_button.png │ │ │ │ ├── black_button_hover.json │ │ │ │ ├── black_button_hover.png │ │ │ │ ├── black_button_pressed.json │ │ │ │ ├── black_button_pressed.png │ │ │ │ ├── checkbox_idle.png │ │ │ │ ├── checkbox_idle_disabled.png │ │ │ │ ├── checkbox_idle_hover.png │ │ │ │ ├── checkbox_ticked.png │ │ │ │ ├── checkbox_ticked_disabled.png │ │ │ │ ├── checkbox_ticked_hover.png │ │ │ │ ├── dark_button.json │ │ │ │ ├── dark_button.png │ │ │ │ ├── dark_button_hover.json │ │ │ │ ├── dark_button_hover.png │ │ │ │ ├── dark_button_pressed.json │ │ │ │ ├── dark_button_pressed.png │ │ │ │ ├── tab_box_hover.json │ │ │ │ ├── tab_box_hover.png │ │ │ │ ├── tab_box_idle.json │ │ │ │ ├── tab_box_idle.png │ │ │ │ ├── tab_box_pressed.json │ │ │ │ ├── tab_box_pressed.png │ │ │ │ ├── tab_box_pressedhover.json │ │ │ │ ├── tab_box_pressedhover.png │ │ │ │ ├── white_button.json │ │ │ │ ├── white_button.png │ │ │ │ ├── white_button_hover.json │ │ │ │ ├── white_button_hover.png │ │ │ │ ├── white_button_pressed.json │ │ │ │ └── white_button_pressed.png │ │ │ ├── pause_screen │ │ │ │ ├── close.png │ │ │ │ └── open.png │ │ │ ├── play_screen │ │ │ │ ├── black_button.json │ │ │ │ ├── black_button.png │ │ │ │ ├── black_button_hover.json │ │ │ │ ├── black_button_hover.png │ │ │ │ ├── white_button.json │ │ │ │ ├── white_button.png │ │ │ │ ├── white_button_hover.json │ │ │ │ └── white_button_hover.png │ │ │ ├── slider │ │ │ │ ├── slider_button_default.json │ │ │ │ ├── slider_button_default.png │ │ │ │ ├── slider_button_hover.json │ │ │ │ ├── slider_button_hover.png │ │ │ │ ├── slider_button_indent.json │ │ │ │ ├── slider_button_indent.png │ │ │ │ ├── slider_button_locked.json │ │ │ │ └── slider_button_locked.png │ │ │ └── start_screen │ │ │ │ ├── pressed.json │ │ │ │ └── pressed.png │ │ ├── changelogbackground.json │ │ ├── changelogbackground.png │ │ ├── harlowlogo.png │ │ ├── icons │ │ │ ├── close_button_hover.png │ │ │ ├── close_button_idle.png │ │ │ ├── close_button_pressed.png │ │ │ ├── discordlogo.png │ │ │ ├── glyph │ │ │ │ ├── accessibility_glyph.png │ │ │ │ ├── accessibility_glyph_color.png │ │ │ │ ├── account_glyph.png │ │ │ │ ├── account_glyph_color.png │ │ │ │ ├── achievements.png │ │ │ │ ├── ambient_sound_glyph.png │ │ │ │ ├── block_sound_glyph.png │ │ │ │ ├── controller_glyph.png │ │ │ │ ├── controller_glyph_color.png │ │ │ │ ├── controller_glyph_color_switch.png │ │ │ │ ├── controller_glyph_switch.png │ │ │ │ ├── creator_glyph.png │ │ │ │ ├── creator_glyph_color.png │ │ │ │ ├── exit.png │ │ │ │ ├── general_glyph.png │ │ │ │ ├── general_glyph_color.png │ │ │ │ ├── help_glyph.png │ │ │ │ ├── help_glyph_color.png │ │ │ │ ├── hostile_sound_glyph.png │ │ │ │ ├── keyboard_and_mouse_glyph.png │ │ │ │ ├── keyboard_and_mouse_glyph_color.png │ │ │ │ ├── language_glyph.png │ │ │ │ ├── language_glyph_color.png │ │ │ │ ├── main_sound_glyph.png │ │ │ │ ├── multiplayer_glyph.png │ │ │ │ ├── multiplayer_glyph_color.png │ │ │ │ ├── music_sound_glyph.png │ │ │ │ ├── neutral_sound_glyph.png │ │ │ │ ├── play_screen │ │ │ │ │ ├── multiplayer_glyph_icon.png │ │ │ │ │ ├── server_glyph_icon.png │ │ │ │ │ └── world_glyph_icon.png │ │ │ │ ├── safearea_allcorner.png │ │ │ │ ├── safearea_horizontal.png │ │ │ │ ├── safearea_horizontalpos.png │ │ │ │ ├── safearea_vertical.png │ │ │ │ ├── safearea_verticalpos.png │ │ │ │ ├── server_glyph_icon.png │ │ │ │ ├── sound_glyph.png │ │ │ │ ├── sound_glyph_color.png │ │ │ │ ├── start_screen │ │ │ │ │ ├── achievement.png │ │ │ │ │ ├── exit.png │ │ │ │ │ ├── invite_player.png │ │ │ │ │ ├── marketplace.png │ │ │ │ │ ├── more.png │ │ │ │ │ ├── play.png │ │ │ │ │ ├── setting.png │ │ │ │ │ └── skin.png │ │ │ │ ├── touch_glyph.png │ │ │ │ ├── touch_glyph_color.png │ │ │ │ ├── video_glyph.png │ │ │ │ ├── video_glyph_color.png │ │ │ │ └── weather_sound_glyph.png │ │ │ ├── mcpedllogo.png │ │ │ ├── planetminecraftlogo.png │ │ │ ├── reset.png │ │ │ └── ytlogo.png │ │ ├── loadingharlow.json │ │ ├── loadingharlow.png │ │ ├── text_background.json │ │ ├── text_background.png │ │ └── toggles │ │ │ └── global │ │ │ ├── hover.json │ │ │ ├── hover.png │ │ │ ├── idle.json │ │ │ ├── idle.png │ │ │ ├── off.png │ │ │ ├── off_hover.png │ │ │ ├── on.png │ │ │ ├── on_hover.png │ │ │ ├── pressed.json │ │ │ ├── pressed.png │ │ │ ├── pressedhover.json │ │ │ └── pressedhover.png │ └── .aui-system │ │ ├── .ui-screens │ │ ├── .aui-about_section │ │ │ ├── .aui-about_section.json │ │ │ ├── .aui-changelog_section.json │ │ │ └── .aui-config_section.json │ │ ├── .aui-about_ui_screen.json │ │ ├── .aui-chat_screen.json │ │ ├── .aui-content_log.json │ │ ├── .aui-loading_screen.json │ │ ├── .aui-online_safety_screen.json │ │ ├── .aui-pause_screen.json │ │ ├── .aui-play_screen.json │ │ ├── .aui-play_section │ │ │ ├── .aui-friend_section.json │ │ │ ├── .aui-server_section.json │ │ │ └── .aui-world_section.json │ │ ├── .aui-safe_zone_screen.json │ │ ├── .aui-setting_screen.json │ │ ├── .aui-setting_section │ │ │ ├── .aui-accessibility_panel.json │ │ │ ├── .aui-creator_panel.json │ │ │ ├── .aui-gamepad_control.json │ │ │ ├── .aui-general_panel.json │ │ │ ├── .aui-htp_panel.json │ │ │ ├── .aui-km_control.json │ │ │ ├── .aui-lang_panel.json │ │ │ ├── .aui-sound_panel.json │ │ │ ├── .aui-touch_control.json │ │ │ └── .aui-video_panel.json │ │ └── .aui-start_screen.json │ │ └── .ui-templates │ │ ├── .aui-anim.json │ │ ├── .aui-button.json │ │ ├── .aui-common.json │ │ ├── .aui-config_loader.json │ │ └── .aui-toggle.json ├── changelog.txt ├── font │ ├── dain.ttf │ ├── dainbold.ttf │ ├── font_metadata.json │ └── kazesawa.ttf ├── manifest.json ├── pack_icon.png ├── texts │ ├── en_US.lang │ ├── pt_BR.lang │ └── template_without_changelog.lang ├── textures │ └── ui │ │ ├── thumbnail_classic.png │ │ ├── thumbnail_crosshair.png │ │ ├── thumbnail_touch.png │ │ └── title.png └── ui │ ├── _ui_defs.json │ ├── arcdustry_custom │ └── percentage_template.json │ ├── content_log_history_screen.json │ ├── hud_screen.json │ ├── inventory_screen.json │ ├── online_safety_screen.json │ ├── pause_screen.json │ ├── play_screen.json │ ├── progress_screen.json │ ├── resource_packs_screen.json │ ├── safe_zone_screen.json │ ├── settings_screen.json │ ├── settings_sections │ └── settings_common.json │ ├── start_screen.json │ ├── tabbed_upsell_screen.json │ ├── trade_2_screen.json │ ├── trade_2_screen_pocket.json │ └── win10_trial_conversion_screen.json ├── LICENSE.md └── README.md /ArcUI-Index-config/config.json: -------------------------------------------------------------------------------- 1 | { "namespace": "auicore-configsource", "element": { "type":"panel","$key|default":"Default","$ver|default":"2.0.2", 2 | 3 | // bottom bar lists :D 4 | 5 | // - Theme related settings - 6 | "$primary_color": [ 1, 1, 1 ], // RBG values but divided by 1 7 | // ^ Uses it as button primary color, such as start/pause screen buttons, settings buttons and common buttons 8 | "$setting_button_icon_color": [ 1, 1, 1 ], // RBG values but divided by 1 9 | // ^ Change every AUI's related icons color. ( ONLY BUTTONS ) 10 | "$oled_mode": false, // true/false 11 | // ^ Change the theme into pure black for OLED displays. 12 | "$allow_bottom_bar_customization": false, // true/false 13 | // ^ Allows status bar to be customized, since they're locked by default so the OLED theme can be applied. 14 | // enabling this option will make bottom bar unaffected with OLED mode. 15 | "$bottom_bar_background_alpha": 0.75, // transparent ( 0-1 ) [ Default : 0 ] 16 | // ^ Change the bottom bar transparency 17 | "$bottom_bar_background_color": [ 0, 0, 0 ], // RBG values but divided by 1 | can be adjusted by use of variables 18 | // ^ Change the bottom bar color 19 | "$bottom_bar_font_color": "$f_color_format", // RBG values but divided by 1 | can be adjusted by use of variables 20 | // ^ Change the bottom bar text/font color 21 | "$bottom_bar_font_type": "kazesawa", // fonts, can crash if not usin it correctly [ Default : "kazasawa" ] 22 | // Available fonts - kazesawa, dainbold, MinecraftTen and default 23 | // ^ Change the bottom bar fonts 24 | "$slider_icon_color": [ 1, 1, 1 ], // RBG values but divided by 1 25 | // ^ Change every slider icons color. 26 | "$slider_color": [ 1, 1, 1 ], // RBG values but divided by 1 27 | // ^ Change slider color 28 | "$slider_hover_color": [ 1, 1, 1 ], // RBG values but divided by 1 29 | // ^ Change slider color for hover. 30 | "$slider_background_color": [ 0.1, 0.1, 0.1 ], // RBG values but divided by 1 31 | // ^ Change slider background color 32 | "$slider_background_hover_color": [ 0.2, 0.2, 0.2 ], // RBG values but divided by 1 33 | // ^ Change slider background color for hover. 34 | "$gradient_renderer": true, // false/true 35 | // ^ Enable the gradient render as background 36 | "$background_menu_color": [ 0, 0, 0, 0.75 ], // RBG values but divided by 1 37 | // ^ Change the gradient background for Start screen (main menu) and pause screen. 38 | "$background_standard_color_top": [ 0, 0, 0, 0.75 ], // RBG values but divided by 1 39 | // ^ Change the gradient background for every standard screens [ TOP ] 40 | "$background_standard_color_bottom": [ 0, 0, 0, 0.75 ], // RBG values but divided by 1 41 | // ^ Change the gradient background for every standard screens [ BOTTOM ] 42 | "$toggle_icon_color": [ 1, 1, 1 ], // RBG values but divided by 1 43 | // ^ Change toggle icon color. 44 | "$toggle_background_color": [ 1, 1, 1 ], // RBG values but divided by 1 45 | // ^ Change toggle background color. 46 | "$background_renderer": false, // false/true, texture can be editable via 47 | // "custom_texture/background" 48 | // "custom_texture/background_blur" 49 | // ^ Enable the background aswell blur ones. 50 | "$custom_loading_background_overworld": false, // Default: false | enables background when entering portal and stuff 51 | "$custom_loading_background_nether": false, // Default: false | ^ here 52 | "$custom_loading_background_theend": false, // Default: false | ^^ here 53 | 54 | // Common settings 55 | "$configname": "Default", 56 | // ^ Yours configurations name. no impact in gameplay 57 | 58 | // Misc settings 59 | "$show_changelog": true, // [ Default : false ] 60 | // ^ Displays changelog in "About/Changelog" settings section 61 | "$show_warning_notification": true, // [ Default : false ] 62 | // ^ Displays a warning for mobile and notify about restarting after applying the pack. 63 | "$no_marketplace_button": false, // [ Default : false ] 64 | // ^ Removes marketplace button in start screen 65 | "$legacy_ui_layout": false, // [ Default : false ] 66 | // ^ Enables Old Arcdustry-UI layout 67 | "$main_menu_background": false // [ Default : false ] 68 | // ^ Enables background for play/pause screen as accessibility 69 | }} 70 | -------------------------------------------------------------------------------- /ArcUI-Index-config/confignocomment.json: -------------------------------------------------------------------------------- 1 | { "namespace": "auicore-configsource", "element": { "type":"panel","$key|default":"Default", "$ver|default":"2.0.2", 2 | 3 | "$primary_color": [ 1, 1, 1 ], 4 | "$setting_button_icon_color": [ 1, 1, 1 ], 5 | "$oled_mode": false, 6 | "$allow_bottom_bar_customization": false, 7 | "$bottom_bar_background_alpha": 0.75, 8 | "$bottom_bar_background_color": [ 0, 0, 0 ], 9 | "$bottom_bar_font_color": "$f_color_format", 10 | "$bottom_bar_font_type": "kazesawa", 11 | "$slider_icon_color": [ 1, 1, 1 ], 12 | "$slider_color": [ 1, 1, 1 ], 13 | "$slider_hover_color": [ 1, 1, 1 ], 14 | "$slider_background_color": [ 0.1, 0.1, 0.1 ], 15 | "$slider_background_hover_color": [ 0.2, 0.2, 0.2 ], 16 | "$gradient_renderer": true, 17 | "$background_menu_color": [ 0, 0, 0, 0.75 ], 18 | "$background_standard_color_top": [ 0, 0, 0, 0.75 ], 19 | "$background_standard_color_bottom": [ 0, 0, 0, 0.75 ], 20 | "$toggle_icon_color": [ 1, 1, 1 ], 21 | "$toggle_background_color": [ 1, 1, 1 ], 22 | "$background_renderer": false, 23 | 24 | "$custom_loading_background_overworld": false, 25 | "$custom_loading_background_nether": false, 26 | "$custom_loading_background_theend": false, 27 | 28 | "$configname": "Default", 29 | "$show_changelog": true, 30 | "$show_warning_notification": true, 31 | "$no_marketplace_button": false, 32 | "$legacy_ui_layout": false, 33 | "$main_menu_background": false 34 | }} 35 | -------------------------------------------------------------------------------- /ArcUI-Index-config/custom_texture/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-config/custom_texture/background.png -------------------------------------------------------------------------------- /ArcUI-Index-config/custom_texture/background_blur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-config/custom_texture/background_blur.png -------------------------------------------------------------------------------- /ArcUI-Index-config/custom_texture/minecraft_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-config/custom_texture/minecraft_logo.png -------------------------------------------------------------------------------- /ArcUI-Index-config/custom_texture/nether_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-config/custom_texture/nether_background.png -------------------------------------------------------------------------------- /ArcUI-Index-config/custom_texture/overworld_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-config/custom_texture/overworld_background.png -------------------------------------------------------------------------------- /ArcUI-Index-config/custom_texture/readme.txt: -------------------------------------------------------------------------------- 1 | 2 | --- Usage of custom texture folder. --- 3 | × File Created: Fri 2, 2023 4 | × Arcdustry-UI by Arcdustry 5 | 6 | > What was this folder for? 7 | This folder was for community creations, and allows some 8 | customizable texture to be changed. such as background, 9 | icons and so on. However it should be noticed that 10 | I'm not responsible for any DMCA stuff that you've 11 | this configuration and custom texture for. 12 | 13 | > How to use it...? 14 | The placeholder image is a minecraft logo, you can read 15 | the filename and so on. read the filename what that was 16 | and you can replace it by texture and such. 17 | -------------------------------------------------------------------------------- /ArcUI-Index-config/custom_texture/theend_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-config/custom_texture/theend_background.png -------------------------------------------------------------------------------- /ArcUI-Index-config/icon_pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-config/icon_pack.png -------------------------------------------------------------------------------- /ArcUI-Index-config/manifest.json: -------------------------------------------------------------------------------- 1 | { "format_version": 2, 2 | "header": { 3 | "name": "Arcdustry-UI Config Pack", 4 | "description": "Configuration Module for Arcdustry-UI\n[7/3/2023-v2.1]", 5 | "uuid": "ce443779-5f6f-4acc-96f0-ca25e2f0fa04", 6 | "version": [ 2, 1, 0 ], 7 | "min_engine_version": [ 1, 20, 0 ] 8 | }, 9 | "modules": [ 10 | { "type": "resources", 11 | "uuid": "e414a772-6376-444d-975a-400d900f2128", 12 | "version": [ 1, 0, 0 ] 13 | }], 14 | "metadata": { 15 | "authors": [ "Arcdustry (Harlow)" ] 16 | }} -------------------------------------------------------------------------------- /ArcUI-Index-config/readme.txt: -------------------------------------------------------------------------------- 1 | 2 | --- Usage of Configuration. --- 3 | × File Created: Jun 27, 2023 4 | × Arcdustry-UI by Arcdustry 5 | 6 | > What is this...? 7 | It's a configuration file, pretty optional for use. 8 | You can modify the theme colors, change background, 9 | disable some elements and could slowly transform 10 | into a skin! 11 | 12 | > How do i modify? 13 | Edit "config.json", you should see a ton of toggles with 14 | 'true' or 'false', or maybe color too. 15 | 16 | > How do i apply the config to the UI? 17 | Import the config pack once you finished modifying its 18 | configuration file, apply the pack by putting config pack 19 | on the top of Arcdustry-UI. should be good to go. -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/all_button_locked.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/all_button_locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/all_button_locked.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/black_button.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/black_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/black_button.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/black_button_hover.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/black_button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/black_button_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/black_button_pressed.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/black_button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/black_button_pressed.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/checkbox_idle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/checkbox_idle.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/checkbox_idle_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/checkbox_idle_disabled.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/checkbox_idle_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/checkbox_idle_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/checkbox_ticked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/checkbox_ticked.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/checkbox_ticked_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/checkbox_ticked_disabled.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/checkbox_ticked_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/checkbox_ticked_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/dark_button.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/dark_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/dark_button.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/dark_button_hover.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/dark_button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/dark_button_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/dark_button_pressed.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/dark_button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/dark_button_pressed.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/tab_box_hover.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 10, 10 ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/tab_box_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/tab_box_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/tab_box_idle.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 10, 10 ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/tab_box_idle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/tab_box_idle.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/tab_box_pressed.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 10, 10 ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/tab_box_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/tab_box_pressed.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/tab_box_pressedhover.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 10, 10 ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/tab_box_pressedhover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/tab_box_pressedhover.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/white_button.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/white_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/white_button.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/white_button_hover.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/white_button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/white_button_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/white_button_pressed.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/white_button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/global/white_button_pressed.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/pause_screen/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/pause_screen/close.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/pause_screen/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/pause_screen/open.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/play_screen/black_button.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/play_screen/black_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/play_screen/black_button.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/play_screen/black_button_hover.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/play_screen/black_button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/play_screen/black_button_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/play_screen/white_button.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/play_screen/white_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/play_screen/white_button.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/play_screen/white_button_hover.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/play_screen/white_button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/play_screen/white_button_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/slider/slider_button_default.json: -------------------------------------------------------------------------------- 1 | { 2 | "nineslice_size": 2, 3 | "base_size": [ 4 | 6, 5 | 6 6 | ] 7 | } -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/slider/slider_button_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/slider/slider_button_default.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/slider/slider_button_hover.json: -------------------------------------------------------------------------------- 1 | { 2 | "nineslice_size": 2, 3 | "base_size": [ 4 | 6, 5 | 6 6 | ] 7 | } -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/slider/slider_button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/slider/slider_button_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/slider/slider_button_indent.json: -------------------------------------------------------------------------------- 1 | { 2 | "nineslice_size": 2, 3 | "base_size": [ 4 | 6, 5 | 6 6 | ] 7 | } -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/slider/slider_button_indent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/slider/slider_button_indent.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/slider/slider_button_locked.json: -------------------------------------------------------------------------------- 1 | { 2 | "nineslice_size": 2, 3 | "base_size": [ 4 | 3, 5 | 3 6 | ] 7 | } -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/slider/slider_button_locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/slider/slider_button_locked.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/start_screen/pressed.json: -------------------------------------------------------------------------------- 1 | { 2 | "nineslice_size": 1, 3 | "base_size": [ 4 | 612, 5 | 612 6 | ] 7 | } -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/buttons/start_screen/pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/buttons/start_screen/pressed.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/changelogbackground.json: -------------------------------------------------------------------------------- 1 | { 2 | "nineslice_size": 4, 3 | "base_size": [ 4 | 16, 5 | 16 6 | ] 7 | } -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/changelogbackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/changelogbackground.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/harlowlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/harlowlogo.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/close_button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/close_button_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/close_button_idle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/close_button_idle.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/close_button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/close_button_pressed.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/discordlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/discordlogo.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/accessibility_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/accessibility_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/accessibility_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/accessibility_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/account_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/account_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/account_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/account_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/achievements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/achievements.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/ambient_sound_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/ambient_sound_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/block_sound_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/block_sound_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/controller_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/controller_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/controller_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/controller_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/controller_glyph_color_switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/controller_glyph_color_switch.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/controller_glyph_switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/controller_glyph_switch.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/creator_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/creator_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/creator_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/creator_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/exit.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/general_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/general_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/general_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/general_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/help_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/help_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/help_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/help_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/hostile_sound_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/hostile_sound_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/keyboard_and_mouse_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/keyboard_and_mouse_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/keyboard_and_mouse_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/keyboard_and_mouse_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/language_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/language_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/language_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/language_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/main_sound_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/main_sound_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/multiplayer_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/multiplayer_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/multiplayer_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/multiplayer_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/music_sound_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/music_sound_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/neutral_sound_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/neutral_sound_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/play_screen/multiplayer_glyph_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/play_screen/multiplayer_glyph_icon.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/play_screen/server_glyph_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/play_screen/server_glyph_icon.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/play_screen/world_glyph_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/play_screen/world_glyph_icon.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/safearea_allcorner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/safearea_allcorner.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/safearea_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/safearea_horizontal.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/safearea_horizontalpos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/safearea_horizontalpos.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/safearea_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/safearea_vertical.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/safearea_verticalpos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/safearea_verticalpos.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/server_glyph_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/server_glyph_icon.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/sound_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/sound_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/sound_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/sound_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/start_screen/achievement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/start_screen/achievement.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/start_screen/exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/start_screen/exit.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/start_screen/invite_player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/start_screen/invite_player.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/start_screen/marketplace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/start_screen/marketplace.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/start_screen/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/start_screen/more.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/start_screen/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/start_screen/play.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/start_screen/setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/start_screen/setting.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/start_screen/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/start_screen/skin.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/touch_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/touch_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/touch_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/touch_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/video_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/video_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/video_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/video_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/weather_sound_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/glyph/weather_sound_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/mcpedllogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/mcpedllogo.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/planetminecraftlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/planetminecraftlogo.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/reset.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/icons/ytlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/icons/ytlogo.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/loadingharlow.json: -------------------------------------------------------------------------------- 1 | { 2 | "base_size": [ 3 | 256, 4 | 16 5 | ] 6 | } -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/loadingharlow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/loadingharlow.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/text_background.json: -------------------------------------------------------------------------------- 1 | { 2 | "nineslice_size": [ 3 | 2, 4 | 2, 5 | 2, 6 | 2 7 | ], 8 | "base_size": [ 9 | 6, 10 | 6 11 | ] 12 | } -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/text_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/text_background.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/toggles/global/hover.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 10, 10 ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/toggles/global/hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/toggles/global/hover.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/toggles/global/idle.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 10, 10 ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/toggles/global/idle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/toggles/global/idle.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/toggles/global/off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/toggles/global/off.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/toggles/global/off_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/toggles/global/off_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/toggles/global/on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/toggles/global/on.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/toggles/global/on_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/toggles/global/on_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/toggles/global/pressed.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 10, 10 ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/toggles/global/pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/toggles/global/pressed.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/toggles/global/pressedhover.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 10, 10 ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-assets/toggles/global/pressedhover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/.aui/.aui-assets/toggles/global/pressedhover.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-system/.ui-screens/.aui-about_section/.aui-about_section.json: -------------------------------------------------------------------------------- 1 | { "namespace": "aui-about_section", 2 | "root_section": { 3 | "type": "stack_panel", 4 | "size": [ "95%", "100%c" ], 5 | "anchor_from": "top_middle", 6 | "anchor_to": "top_middle", 7 | "controls": [ 8 | { "padding00": { "type": "panel", "size": [ 1, 20 ]}}, 9 | { "padding01": { "type": "panel", "size": [ 1, 10 ]}}, 10 | { "titlelogo": { "type": "image", "texture": "textures/ui/title", "size": [ "100%", 30 ] }}, 11 | { "padding02": { "type": "panel", "size": [ 1, 10 ]}}, 12 | { "label00@aui-common.label_element": { "text": "Arcdustry-UI (ARC-UI - PREGAME) Version\n§7- v2.1 [ 7/3/2023-v2.1 ]\n§7- Settings version : 1.20.0.1\n§7- By Arcdustry" }}, 13 | { "padding03": { "type": "panel", "size": [ 1, 10 ]}}, 14 | { "media": { 15 | "type": "stack_panel", 16 | "size": [ "100%", "100%c" ], 17 | "controls": [ 18 | { "mcpedl": { 19 | "type": "panel", 20 | "size": [ "100%", 20 ], 21 | "controls": [ 22 | { "logo": { 23 | "type": "image", 24 | "size": [ 22, 22 ], 25 | "anchor_from": "left_middle", 26 | "anchor_to": "left_middle", 27 | "texture": ".aui/.aui-assets/icons/mcpedllogo" 28 | }}, 29 | { "label01": { 30 | "type": "label", 31 | "text": "MCPEDL Profile", 32 | "anchor_from": "left_middle", 33 | "anchor_to": "left_middle", 34 | "offset": [ 28, -5 ] 35 | }}, 36 | { "label02": { 37 | "type": "label", 38 | "text": "§7mcpedl.com/arcdustry", 39 | "anchor_from": "left_middle", 40 | "anchor_to": "left_middle", 41 | "offset": [ 28, 5 ] 42 | }} 43 | ]}}, 44 | { "discord": { 45 | "type": "panel", 46 | "size": [ "100%", 20 ], 47 | "controls": [ 48 | { "logo": { 49 | "type": "image", 50 | "size": [ 22, 22 ], 51 | "anchor_from": "left_middle", 52 | "anchor_to": "left_middle", 53 | "texture": ".aui/.aui-assets/icons/discordlogo" 54 | }}, 55 | { "label01": { 56 | "type": "label", 57 | "text": "Discord Profile/Server", 58 | "anchor_from": "left_middle", 59 | "anchor_to": "left_middle", 60 | "offset": [ 28, -5 ] 61 | }}, 62 | { "label02": { 63 | "type": "label", 64 | "text": "§7arcdustry | discord.gg/ZPAZvtprYa", 65 | "anchor_from": "left_middle", 66 | "anchor_to": "left_middle", 67 | "offset": [ 28, 5 ] 68 | }} 69 | ]}}, 70 | { "youtube": { 71 | "type": "panel", 72 | "size": [ "100%", 20 ], 73 | "controls": [ 74 | { "logo": { 75 | "type": "image", 76 | "size": [ 22, 22 ], 77 | "anchor_from": "left_middle", 78 | "anchor_to": "left_middle", 79 | "texture": ".aui/.aui-assets/icons/ytlogo" 80 | }}, 81 | { "label01": { 82 | "type": "label", 83 | "text": "YouTube", 84 | "anchor_from": "left_middle", 85 | "anchor_to": "left_middle", 86 | "offset": [ 28, -5 ] 87 | }}, 88 | { "label02": { 89 | "type": "label", 90 | "text": "§7youtube.com/@Arcdustry", 91 | "anchor_from": "left_middle", 92 | "anchor_to": "left_middle", 93 | "offset": [ 28, 5 ] 94 | }} 95 | ]}}, 96 | { "planetminecraft": { 97 | "type": "panel", 98 | "size": [ "100%", 20 ], 99 | "controls": [ 100 | { "logo": { 101 | "type": "image", 102 | "size": [ 22, 22 ], 103 | "anchor_from": "left_middle", 104 | "anchor_to": "left_middle", 105 | "texture": ".aui/.aui-assets/icons/planetminecraftlogo" 106 | }}, 107 | { "label01": { 108 | "type": "label", 109 | "text": "PlanetMinecraft", 110 | "anchor_from": "left_middle", 111 | "anchor_to": "left_middle", 112 | "offset": [ 28, -5 ] 113 | }}, 114 | { "label02": { 115 | "type": "label", 116 | "text": "§7planetminecraft.com/member/arcdustry/", 117 | "anchor_from": "left_middle", 118 | "anchor_to": "left_middle", 119 | "offset": [ 28, 5 ] 120 | }}] 121 | }}] 122 | }}, 123 | { "padding04": { "type": "panel", "size": [ 1, 10 ]}}, 124 | { "label01@aui-common.label_element": { "text": "arc-ui.about.uiinfo" }}, 125 | { "padding05": { "type": "panel", "size": [ 1, 10 ]}}, 126 | { "label01@aui-common.label_element": { "text": "arc-ui.about.credit.title" }}, 127 | { "label02@aui-common.label_element": { "text": "arc-ui.about.credit.harlow" }}, 128 | { "label02@aui-common.label_element": { "text": "arc-ui.about.credit.valve" }}, 129 | { "label02@aui-common.label_element": { "text": "arc-ui.about.credit.brazil.lang" }}, 130 | { "padding06": { "type": "panel", "size": [ 1, 10 ]}} 131 | ]}} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-system/.ui-screens/.aui-chat_screen.json: -------------------------------------------------------------------------------- 1 | { 2 | "namespace": "aui-chat_screen", 3 | "messages_text": { 4 | "type": "panel", 5 | "size": [ "100%", "100%c" ], 6 | "controls": [ 7 | { "text": { 8 | "type": "label", 9 | "color": "$chat_text_color", 10 | "localize": false, 11 | "size": [ "100%", "default" ], 12 | "text": "#text", 13 | "text_tts": "#text_tts", 14 | "font_type": "$chat_font_type", 15 | "font_scale_factor": "$chat_font_scale_factor", 16 | "line_padding": "$chat_line_spacing" 17 | }} 18 | ], 19 | "bindings": [ 20 | { "binding_name": "#chat_visible", 21 | "binding_name_override": "#visible" 22 | } 23 | ]}, 24 | "message_tts_wrapper@common.tts_label_focus_wrapper": { 25 | "$tts_label_panel": "aui-chat_screen.messages_text", 26 | "$focus_border_visible_binding": "#host_options_menu_not_open_and_tts_enabled" 27 | }, 28 | "messages_stack_panel": { 29 | "type": "stack_panel", 30 | "orientation": "vertical", 31 | "$scrolling_content_anchor_from": "bottom_left", 32 | "$scrolling_content_anchor_to": "bottom_left", 33 | "factory": { 34 | "name": "messages_factory", 35 | "max_children_size": 100, 36 | "control_ids": { 37 | "chat_screen_messages": "chat_screen_messages@aui-chat_screen.message_tts_wrapper" 38 | }}}, 39 | "messages_scrolling_panel@common.scrolling_panel": { 40 | "type": "panel", 41 | "size": [ "100%-2px", "100%-50px" ], 42 | "anchor_from": "bottom_left", 43 | "anchor_to": "bottom_left", 44 | "offset": [ 2, -27 ], 45 | "$scrolling_content": "chat.messages_stack_panel", 46 | "$scroll_size": [ 5, "100%-4px" ], 47 | "$jump_to_bottom_on_update": true, 48 | "$show_background": false, 49 | "$always_handle_scrolling": true 50 | }, 51 | "chat_bottom_panel": { 52 | "type": "stack_panel", 53 | "orientation": "horizontal", 54 | "anchor_from": "bottom_middle", 55 | "anchor_to": "bottom_middle", 56 | "size": [ "100%", 27 ], 57 | "min_size": [ "100%", 27 ], 58 | "controls": [ 59 | { "keyboard_button@chat.keyboard_button": {} }, 60 | { 61 | "host_main_button@host_options.host_main_button": { 62 | "ignored": "$is_pregame", 63 | "$focus_override_up": "coordinate_dropdown_focus_id" 64 | } 65 | }, 66 | { "chat_settings@chat.chat_settings_button": {} }, 67 | { "text_box@chat.text_edit_box": {} }, 68 | { "send_button@chat.send_button": { "offset": [ -20, 0 ] } } 69 | ] 70 | }, 71 | "root_contents": { 72 | "type": "panel", 73 | "controls": [ 74 | { "chat_scrolling_element@aui-chat_screen.messages_scrolling_panel": {}}, 75 | { "chat_bottom_panel@aui-chat_screen.chat_bottom_panel": { "layer": 2 } } 76 | ] 77 | }} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-system/.ui-screens/.aui-content_log.json: -------------------------------------------------------------------------------- 1 | { "namespace": "aui-content_log", 2 | "content_log_element": { 3 | "type": "panel", 4 | "size": [ "100% - 8px", "100% - 28px" ], 5 | "offset": [ 0, 3 ], 6 | "controls": [ 7 | { "main_stack_panel@content_log_history.main_stack_panel": {}} 8 | ]}, 9 | "root_contents@auicore_configloader.core": { 10 | "type": "panel", 11 | "$auivar:back_button": true, 12 | "controls": [ 13 | { "status_bottom_bar@aui-common.status_bottom_bar": { "$auivar-screen_name": "\"Content Log History\"", "$auivar-label_no_mcver": true }}, 14 | { "content_log_element@aui-common.header_background_element": { "$auivar-header_contents": "aui-content_log.content_log_element", "$text": "contentlog.history.title", "$auivar-bgsize|default": [ "85%", "85%" ], "$auivar-bganchor|default": "center" }} 15 | ]}} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-system/.ui-screens/.aui-online_safety_screen.json: -------------------------------------------------------------------------------- 1 | { 2 | "namespace": "aui-online_safety_screen", 3 | "do_not_show_checkbox@aui-common.checkbox": { 4 | "size": [ "75%", 30 ], 5 | "anchor_from": "top_left", 6 | "anchor_to": "top_left", 7 | "$toggle_name": "online_safety_do_not_show_again", 8 | "$toggle_state_binding_name": "#online_safety_do_not_show_again", 9 | "$toggle_label_text|default": "onlinePlay.doNotShowAgain", 10 | "tts_control_type_order_priority": 100, 11 | "tts_value_order_priority": 101, 12 | "$toggle_enabled_binding_type": "global", 13 | "controls": [ 14 | { "header_description_stack_panel": { 15 | "type": "stack_panel", 16 | "orientation": "horizontal", 17 | "size": [ "100%", "100%" ], 18 | "anchor_from": "top_left", 19 | "anchor_to": "top_left", 20 | "controls": [ 21 | { "checkbox_visuals@common.toggle_visuals": { "size": [ 30, "100%" ], "anchor_from": "left_middle", "anchor_to": "left_middle" }}, 22 | { "buffer_panel": { "type": "panel", "layer": 3, "size": [ "fill", "100%" ], "controls": [{ "label": { "type": "label", "color": "$light_button_default_text_color", "text": "$toggle_label_text", "size": [ "default", "default" ], "anchor_from": "center", "anchor_to": "center" }}]}}, 23 | { "another_panel": { "type": "panel", "size": [ 30, "100%" ] }} 24 | ] 25 | } 26 | } 27 | ] 28 | }, 29 | "online_safety_screen_dialog": { 30 | "type": "panel", 31 | "size": [ 300, 200 ], 32 | "layer": 20, 33 | "controls": [ 34 | { "main_title": { 35 | "type": "panel", 36 | "anchor_from": "top_middle", 37 | "anchor_to": "top_middle", 38 | "size": [ "100%", 32 ], 39 | "controls": [ 40 | { "label_element": { 41 | "type": "label", 42 | "text": "onlinePlay.notRated", 43 | "font_type": "dainbold", 44 | "font_size": "large", 45 | "text_alignment": "center", 46 | "anchor_from": "top_middle", 47 | "anchor_to": "top_middle", 48 | "offset": [ 0, 0 ] 49 | } 50 | } 51 | ] 52 | } 53 | }, 54 | { "online_safety_desc": { "type": "label", "text": "onlinePlay.message", "anchor_from": "top_middle", "anchor_to": "top_middle", "layer": 1, "offset": [ 0, 30 ], "size": [ "100%", "default" ] }}, 55 | { "check_tick@aui-online_safety_screen.do_not_show_checkbox": { "offset": [ 0, 120 ] }}, 56 | { "button_stack": { 57 | "type": "stack_panel", 58 | "size": [ "default", 25 ], 59 | "orientation": "horizontal", 60 | "anchor_to": "bottom_middle", 61 | "anchor_from": "bottom_middle", 62 | "controls": [ 63 | { "online_safety_proceed_button@aui-button.light_text_button": { "size": [ 150, "default" ], "$pressed_button_name": "button.proceed", "$button_text": "onlinePlay.proceed" }}, 64 | { "space": { "type": "panel", "size": [ 4, "default" ] }}, 65 | { "online_safety_back_button@aui-button.light_text_button": { "size": [ 150, "default" ], "$pressed_button_name": "button.back", "$button_text": "onlinePlay.Back" }} 66 | ] 67 | } 68 | } 69 | ] 70 | }, 71 | "root_contents": { 72 | "type": "panel", 73 | "$button_state_default_base": "common.button_state_default", 74 | "$button_state_hover_base": "common.button_state_hover", 75 | "$button_state_pressed_base": "common.button_state_pressed", 76 | "controls": [ 77 | { "online_safety_screen_dialog@aui-online_safety_screen.online_safety_screen_dialog": {} }, 78 | { "gamepad_helpers@online_safety.gamepad_helpers": {} } 79 | ] 80 | } 81 | } -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-system/.ui-screens/.aui-safe_zone_screen.json: -------------------------------------------------------------------------------- 1 | { 2 | "namespace": "aui-safe_zone_screen", 3 | "content_panel@auicore_configloader.core": { 4 | "type": "stack_panel", 5 | "size": [ "100% - 2px", "default" ], 6 | "$label_bindings": [ 7 | { "binding_name": "$option_label" }, 8 | { "binding_name": "$slider_tts_text_value" } 9 | ], 10 | "controls": [ 11 | { "main_element@aui-common.header_background_element": { "$auivar-header_contents": "aui-safe_zone_screen.main_element", "$text": "arc-ui.setting.safezone.title.main" }}, 12 | { "safe_zone_slider_all@aui-common.header_background_slider": { "$auivar-header_contents": "aui-safe_zone_screen.safe_zone_slider_all", "$auivar-header_image": ".aui/.aui-assets/icons/glyph/safearea_allcorner", "$auivar-header_text": "arc-ui.setting.safezone.allcorner" }}, 13 | { "safe_zone_slider_x@aui-common.header_background_slider": { "$auivar-header_contents": "aui-safe_zone_screen.safe_zone_slider_x", "$auivar-header_image": ".aui/.aui-assets/icons/glyph/safearea_horizontal", "$auivar-header_text": "arc-ui.setting.safezone.horizontal" }}, 14 | { "safe_zone_slider_y@aui-common.header_background_slider": { "$auivar-header_contents": "aui-safe_zone_screen.safe_zone_slider_y", "$auivar-header_image": ".aui/.aui-assets/icons/glyph/safearea_vertical", "$auivar-header_text": "arc-ui.setting.safezone.vertical" }}, 15 | { "pudding00": { "type": "panel", "size": [ "100%", 2 ]}}, 16 | { "exp_element@aui-common.header_background_element": { "$auivar-header_contents": "aui-safe_zone_screen.exp_element", "$text": "arc-ui.setting.safezone.title.exp" }}, 17 | { "screen_position_slider_x@aui-common.header_background_slider": { "$auivar-header_contents": "aui-safe_zone_screen.screen_position_slider_x", "$auivar-header_image": ".aui/.aui-assets/icons/glyph/safearea_horizontalpos", "$auivar-header_text": "arc-ui.setting.safezone.horizontalpos" }}, 18 | { "screen_position_slider_y@aui-common.header_background_slider": { "$auivar-header_contents": "aui-safe_zone_screen.screen_position_slider_y", "$auivar-header_image": ".aui/.aui-assets/icons/glyph/safearea_verticalpos", "$auivar-header_text": "arc-ui.setting.safezone.verticalpos"}}, 19 | { "pudding01": { "type": "panel", "size": [ "100%", 2 ]}} 20 | ]}, 21 | "exp_element": { 22 | "type": "stack_panel", 23 | "size": [ "95%", "100%c" ], 24 | "anchor_from": "top_middle", 25 | "anchor_to": "top_middle", 26 | "controls": [ 27 | { "pudding00": { "type": "panel", "size": [ 1, 20 ]}}, 28 | { "label01@aui-common.label_element": { "text": "arc-ui.setting.safezone.exp" }} 29 | ]}, 30 | "main_element": { 31 | "type": "stack_panel", 32 | "size": [ "95%", "100%c" ], 33 | "anchor_from": "top_middle", 34 | "anchor_to": "top_middle", 35 | "controls": [ 36 | { "pudding00": { "type": "panel", "size": [ 1, 20 ]}}, 37 | { "label01@aui-common.label_element": { "text": "arc-ui.setting.safezone.main" }} 38 | ]}, 39 | "safe_zone_slider_x@aui-setting_screen.option_slider": { 40 | "$option_label": "#safe_zone_x_slider_label", 41 | "$slider_name": "safe_zone_x", 42 | "$slider_value_binding_name": "#safe_zone_x", 43 | "$option_enabled_binding_name": "#safe_zone_x_enabled", 44 | "$slider_select_on_hover": true, 45 | "$slider_tts_text_value": "#safe_zone_x_text_value" 46 | }, 47 | "safe_zone_slider_y@aui-setting_screen.option_slider": { 48 | "$option_label": "#safe_zone_y_slider_label", 49 | "$slider_name": "safe_zone_y", 50 | "$slider_value_binding_name": "#safe_zone_y", 51 | "$option_enabled_binding_name": "#safe_zone_y_enabled", 52 | "$slider_select_on_hover": true, 53 | "$slider_tts_text_value": "#safe_zone_y_text_value" 54 | }, 55 | "screen_position_slider_x@aui-setting_screen.option_slider": { 56 | "$option_label": "#screen_position_x_slider_label", 57 | "$slider_name": "screen_position_x", 58 | "$slider_value_binding_name": "#screen_position_x", 59 | "$option_enabled_binding_name": "#screen_position_x_enabled", 60 | "$slider_select_on_hover": true, 61 | "$slider_tts_text_value": "#screen_position_x_text_value" 62 | }, 63 | "screen_position_slider_y@aui-setting_screen.option_slider": { 64 | "$option_label": "#screen_position_y_slider_label", 65 | "$slider_name": "screen_position_y", 66 | "$slider_value_binding_name": "#screen_position_y", 67 | "$option_enabled_binding_name": "#screen_position_y_enabled", 68 | "$slider_select_on_hover": true, 69 | "$slider_tts_text_value": "#screen_position_y_text_value" 70 | }, 71 | "safe_zone_slider_all@aui-setting_screen.option_slider": { 72 | "$option_label": "#safe_zone_all_slider_label", 73 | "$slider_name": "safe_zone_all", 74 | "$slider_value_binding_name": "#safe_zone_all", 75 | "$option_enabled_binding_name": "#safe_zone_all_enabled", 76 | "$default_focus_precedence": 1, 77 | "$slider_select_on_hover": true, 78 | "$slider_tts_text_value": "#safe_zone_all_text_value" 79 | }, 80 | "root_contents@auicore_configloader.core": { 81 | "type": "panel", 82 | "controls": [ 83 | { "safezone_bounds_markers": { 84 | "type": "panel", 85 | "controls": [ 86 | { "top_left_marker@safe_zone.corner_tl": {} }, 87 | { "top_right_marker@safe_zone.corner_tr": {} }, 88 | { "bottom_left_marker@safe_zone.corner_bl": {} }, 89 | { "bottom_right_marker@safe_zone.corner_br": {} } 90 | ]}}, 91 | { "main_content_panel": { 92 | "type": "panel", 93 | "size": [ 300, 200 ], 94 | "controls": [ 95 | { "main_title": { 96 | "type": "panel", 97 | "anchor_from": "top_middle", 98 | "anchor_to": "top_middle", 99 | "size": [ "100%", 32 ], 100 | "controls": [ 101 | { "label_element": { 102 | "type": "label", 103 | "text": "options.safeZone.title", 104 | "font_type": "dainbold", 105 | "font_size": "large", 106 | "text_alignment": "center", 107 | "anchor_from": "top_middle", 108 | "anchor_to": "top_middle", 109 | "offset": [ 0, 0 ] 110 | }} 111 | ]}}, 112 | { "safezone_desc": { 113 | "type": "label", 114 | "text": "options.safeZone.description", 115 | "anchor_from": "bottom_middle", 116 | "anchor_to": "bottom_middle", 117 | "layer": 1, 118 | "offset": [ 4, 15 ], 119 | "size": [ "125%", "default" ] 120 | }}, 121 | { "scrolling_panel@common.scrolling_panel": { 122 | "anchor_from": "top_left", 123 | "anchor_to": "top_left", 124 | "size": [ "100% - 24px", "100%-65px" ], 125 | "offset": [ 10, 35 ], 126 | "$scrolling_pane_size": [ "100%", "100%" ], 127 | "$scrolling_pane_offset": [ 1, 0 ], 128 | "$scroll_size": [ 5, "100% - 4px" ], 129 | "$scrolling_content": "aui-safe_zone_screen.content_panel", 130 | "$scroll_bar_left_padding_size": [ 0, 0 ], 131 | "$scroll_bar_right_padding_size": [ 0, 0 ], 132 | "$show_background": false, 133 | "$bar_visible": false 134 | }}, 135 | { "confirm_button@aui-button.light_text_button": { 136 | "layer": 1, 137 | "size": [ 150, 25 ], 138 | "anchor_to": "bottom_middle", 139 | "anchor_from": "bottom_middle", 140 | "$pressed_button_name": "button.confirm_button", 141 | "$button_text": "gui.confirm" 142 | }} 143 | ]}} 144 | ]}} 145 | -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-system/.ui-screens/.aui-setting_section/.aui-creator_panel.json: -------------------------------------------------------------------------------- 1 | { "namespace": "aui-setting_creator", 2 | "content_log_location_element": { 3 | "type": "stack_panel", 4 | "size": [ "95%", "100%c" ], 5 | "anchor_from": "top_middle", 6 | "anchor_to": "top_middle", 7 | "controls": [ 8 | { "pudding00": { "type": "panel", "size": [ 1, 20 ]}}, 9 | { "content_log_location_label": { 10 | "type": "label", 11 | "text": "#text", 12 | "size": [ "100%", "default" ], 13 | "max_size": [ "100%", "default" ], 14 | "layer": 1, 15 | "hide_hyphen": true, 16 | "color": "$7_color_format", 17 | "bindings": [ 18 | { "binding_name": "#content_log_location_text", 19 | "binding_name_override": "#text" 20 | }, 21 | { "binding_name": "#content_log_file_enabled", 22 | "binding_name_override": "#visible" 23 | }] 24 | }}, 25 | { "pudding01": { "type": "panel", "size": [ 1, 10 ]}} 26 | ]}, 27 | "option_content_log_element": { 28 | "type": "stack_panel", 29 | "size": [ "95%", "100%c" ], 30 | "anchor_from": "top_middle", 31 | "anchor_to": "top_middle", 32 | "controls": [ 33 | { "pudding00": { "type": "panel", "size": [ 1, 20 ]}}, 34 | { "option_content_file_log@aui-setting_screen.option_toggle": { 35 | "$option_label": "options.content_log_file", 36 | "$option_binding_name": "#content_log_file", 37 | "$option_enabled_binding_name": "#content_log_file_enabled", 38 | "$toggle_name": "content_log_file" 39 | }}, 40 | { "option_content_gui_log@aui-setting_screen.option_toggle": { 41 | "$option_label": "options.content_log_gui", 42 | "$option_binding_name": "#content_log_gui", 43 | "$option_enabled_binding_name": "#content_log_gui_enabled", 44 | "$toggle_name": "content_log_gui" 45 | }}, 46 | { "option_content_file_log@aui-setting_screen.option_toggle": { 47 | "$option_label": "options.copyCoordinateUI", 48 | "$option_binding_name": "#copy_coordinate_ui", 49 | "$toggle_name": "copy_coordinate_ui" 50 | }}, 51 | { "option_content_button_stack_panel": { 52 | "type": "stack_panel", 53 | "size": [ "100%", 30 ], 54 | "orientation": "horizontal", 55 | "controls": [ 56 | { "open_content_log_history@aui-setting_screen.action_button": { 57 | "$pressed_button_name": "button.open_content_log_history", 58 | "$button_text": "contentlog.history.title", 59 | "size": [ "50%", "100%" ], 60 | "bindings": [ 61 | { "binding_name": "#content_log_gui_option_enabled", 62 | "binding_name_override": "#enabled" 63 | }] 64 | }}, 65 | { "clear_content_log_files@aui-setting_screen.action_button": { 66 | "$focus_override_down": "FOCUS_OVERRIDE_STOP", 67 | "$pressed_button_name": "button.clear_content_log_files", 68 | "$button_text": "contentlog.clear_files", 69 | "size": [ "50%", "100%" ], 70 | "bindings": [ 71 | { "binding_name": "#allow_content_log_write_to_disk", 72 | "binding_name_override": "#visible" 73 | }] 74 | }}] 75 | }}, 76 | { "pudding01": { "type": "panel", "size": [ 1, 10 ]}} 77 | ]}, 78 | "root_section": { 79 | "ignored": "$ignore_creator_section", 80 | "type": "stack_panel", 81 | "size": [ "100%", "100%c" ], 82 | "anchor_from": "top_left", 83 | "anchor_to": "top_left", 84 | "bindings": [{ "binding_type": "view", "source_control_name": "creator_button_toggle", "source_property_name": "#toggle_state", "target_property_name": "#visible" }], 85 | "controls": [ 86 | { "pudding00": { "type": "panel", "size": [ "100%", 2 ] }}, 87 | { "option_content_log_element@aui-common.header_background_element": { "$auivar-header_contents": "aui-setting_creator.option_content_log_element", "$text": "arc-ui.settingtitle.creator" }}, 88 | { "pudding01": { "type": "panel", "size": [ "100%", 2 ] }}, 89 | { "content_log_location_element@aui-common.header_background_element": { "$auivar-header_contents": "aui-setting_creator.content_log_location_element", "$text": "contentlog.logLocationSectionName" }} 90 | ]}} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-system/.ui-screens/.aui-setting_section/.aui-htp_panel.json: -------------------------------------------------------------------------------- 1 | { "namespace": "aui-setting_htp", 2 | "htp_element": { 3 | "type": "stack_panel", 4 | "size": [ "95%", "100%c" ], 5 | "anchor_from": "top_middle", 6 | "anchor_to": "top_middle", 7 | "controls": [ 8 | { "pudding00": { "type": "panel", "size": [ 1, 20 ]}}, 9 | { "label00": { 10 | "type": "label", 11 | "size": [ "100%", "default" ], 12 | "max_size": [ "100%", "default" ], 13 | "text_alignment": "center", 14 | "text": "menu.howToPlay.generalMessage", 15 | "shadow": false 16 | }}, 17 | { "pudding01": { "type": "panel", "size": [ 1, 10 ]}}, 18 | { "label01": { 19 | "type": "label", 20 | "size": [ "100%", "default" ], 21 | "max_size": [ "100%", "default" ], 22 | "text_alignment": "center", 23 | "text": "#how_to_play_gamepad_helper_label_text", 24 | "shadow": false, 25 | "bindings": [ 26 | { "binding_name": "#how_to_play_gamepad_helper_label_text" }, 27 | { "binding_name": "#how_to_play_gamepad_helper_label_visible", 28 | "binding_name_override": "#visible" 29 | }] 30 | }}, 31 | { "pudding02": { "type": "panel", "size": [ 1, 10 ], "bindings": [ { "binding_name": "#how_to_play_gamepad_helper_label_visible", "binding_name_override": "#visible" }]}} 32 | ]}, 33 | "root_section": { 34 | "type": "stack_panel", 35 | "size": [ "100%", "100%c" ], 36 | "anchor_from": "top_left", 37 | "anchor_to": "top_left", 38 | "bindings": [ 39 | { "binding_type": "view", 40 | "source_control_name": "how_to_play_button_toggle", 41 | "source_property_name": "#toggle_state", 42 | "target_property_name": "#visible" 43 | }], 44 | "controls": [ 45 | { "pudding00": { "type": "panel", "size": [ "100%", 2 ]}}, 46 | { "htp_element@aui-common.header_background_element": { "$auivar-header_contents": "aui-setting_htp.htp_element", "$text": "arc-ui.settingtitle.howtoplay" }} 47 | ]}} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-system/.ui-screens/.aui-setting_section/.aui-lang_panel.json: -------------------------------------------------------------------------------- 1 | { "namespace": "aui-setting_lang", 2 | "lang_element": { 3 | "type": "stack_panel", 4 | "size": [ "95%", "100%c" ], 5 | "anchor_from": "top_middle", 6 | "anchor_to": "top_middle", 7 | "$default_text_color": [ 0.3, 0.3, 0.3 ], 8 | "$active_text_color": [ 1.0, 1.0, 1.0 ], 9 | "controls": [ 10 | { "pudding00": { "type": "panel", "size": [ 1, 20 ]}}, 11 | { "language_list_grid": { 12 | "type": "grid", 13 | "size": [ "100%", "100%c" ], 14 | "grid_item_template": "general_section.language_grid_item", 15 | "grid_dimension_binding": "#language_grid_dimension", 16 | "collection_name": "languages", 17 | "bindings": [{ "binding_name": "#language_grid_dimension", "binding_condition": "visible" }] 18 | }}, 19 | { "pudding01": { "type": "panel", "size": [ 1, 10 ]}} 20 | ]}, 21 | "root_section": { 22 | "type": "stack_panel", 23 | "size": [ "100%", "100%c" ], 24 | "anchor_from": "top_left", 25 | "anchor_to": "top_left", 26 | "bindings": [ 27 | { "binding_type": "view", 28 | "source_control_name": "language_button_toggle", 29 | "source_property_name": "#toggle_state", 30 | "target_property_name": "#visible" 31 | }], 32 | "controls": [ 33 | { "pudding00": { "type": "panel", "size": [ "100%", 2 ]}}, 34 | { "lang_element@aui-common.header_background_element": { "$auivar-header_contents": "aui-setting_lang.lang_element", "$text": "arc-ui.settingtitle.lang" }} 35 | ]}} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-system/.ui-templates/.aui-anim.json: -------------------------------------------------------------------------------- 1 | { "namespace": "aui-anim", 2 | "zoom_out": { 3 | "anim_type": "size", 4 | "duration": 1.5, 5 | "easing": "out_cubic", 6 | "from": [ "125%", "125%" ], 7 | "to": [ "100%", "100%" ] 8 | }, 9 | "warning_flashing00": { 10 | "anim_type": "wait", 11 | "duration": 2, 12 | "next": "@aui-anim.warning_flashing01" 13 | }, 14 | "warning_flashing01": { 15 | "anim_type": "color", 16 | "duration": 0.5, 17 | "from": [ 1, 0.8627, 0 ], 18 | "to": [ 0, 0, 0 ], 19 | "next": "@aui-anim.warning_flashing02" 20 | }, 21 | "warning_flashing02": { 22 | "anim_type": "wait", 23 | "duration": 1, 24 | "next": "@aui-anim.warning_flashing03" 25 | }, 26 | "warning_flashing03": { 27 | "anim_type": "color", 28 | "duration": 0.5, 29 | "from": [ 1, 0.8627, 0 ], 30 | "to": [ 0, 0, 0 ], 31 | "next": "@aui-anim.warning_flashing04" 32 | }, 33 | "warning_flashing04": { 34 | "anim_type": "wait", 35 | "duration": 1, 36 | "next": "@aui-anim.warning_flashing05" 37 | }, 38 | "warning_flashing05": { 39 | "anim_type": "color", 40 | "duration": 0.5, 41 | "from": [ 1, 0.8627, 0 ], 42 | "to": [ 0, 0, 0 ] 43 | }, 44 | "warning_text_movement00": { 45 | "anim_type": "wait", 46 | "duration": 2, 47 | "next": "@aui-anim.warning_text_movement01" 48 | }, 49 | "warning_text_movement01": { 50 | "anim_type": "offset", 51 | "easing": "out_cubic", 52 | "duration": 0.5, 53 | "from": [ 0, -120 ], 54 | "to": [ 0, 4 ], 55 | "next": "@aui-anim.warning_text_movement02" 56 | }, 57 | "warning_text_movement02": { 58 | "anim_type": "wait", 59 | "duration": 12, 60 | "next": "@aui-anim.warning_text_movement03" 61 | }, 62 | "warning_text_movement03": { 63 | "anim_type": "offset", 64 | "easing": "in_cubic", 65 | "duration": 0.5, 66 | "from": [ 0, 4 ], 67 | "to": [ 0, -120 ] 68 | }, 69 | "screen_outro_anim_push": { 70 | "anim_type": "offset", 71 | "easing": "in_cubic", 72 | "duration": "$transition_time_push", 73 | "from": "$auivar:anim_to", 74 | "to": "$auivar:anim_from", 75 | "play_event": "screen.exit_push", 76 | "end_event": "screen.exit_end" 77 | }, 78 | "screen_outro_anim_pop": { 79 | "anim_type": "offset", 80 | "easing": "in_cubic", 81 | "duration": "$transition_time_pop", 82 | "from": "$auivar:anim_to", 83 | "to": "$auivar:anim_from", 84 | "play_event": "screen.exit_pop", 85 | "end_event": "screen.exit_end" 86 | }, 87 | "screen_intro_anim_push": { 88 | "anim_type": "offset", 89 | "easing": "out_cubic", 90 | "duration": "$transition_time_push", 91 | "from": "$auivar:anim_from", 92 | "to": "$auivar:anim_to", 93 | "play_event": "screen.entrance_push", 94 | "end_event": "screen.entrance_end" 95 | }, 96 | "screen_intro_anim_pop": { 97 | "anim_type": "offset", 98 | "easing": "out_cubic", 99 | "duration": "$transition_time_pop", 100 | "from": "$auivar:anim_from", 101 | "to": "$auivar:anim_to", 102 | "play_event": "screen.entrance_pop", 103 | "end_event": "screen.entrance_end" 104 | } 105 | } -------------------------------------------------------------------------------- /ArcUI-Index-pregame/.aui/.aui-system/.ui-templates/.aui-config_loader.json: -------------------------------------------------------------------------------- 1 | { "namespace": "auicore_configloader", 2 | "core@auicore-configsource.element": { 3 | "$auivar:config_theme_alpha|default": 0.75, 4 | "$ver|default": "1.2", 5 | "$key|default": "failback", 6 | "$Testvalue|default": false, 7 | "$configname|default": "Failmode Default", 8 | "$bottom_bar_background_alpha|default": 0.75, 9 | "$bottom_bar_background_color|default": [ 0, 0, 0, 0 ], 10 | "$bottom_bar_font_color|default": "$f_color_format", 11 | "$bottom_bar_font_type|default": "kazesawa", 12 | "$show_changelog|default": true, 13 | "$slider_icon_color|default": [ 1, 1, 1 ], 14 | "$primary_color|default": [ 1, 1, 1 ], 15 | "$setting_button_icon_color|default": [ 1, 1, 1 ], 16 | "$background_menu_color|default": [ 0, 0, 0, 0.75 ], 17 | "$background_standard_color_top|default": [ 0, 0, 0, 0.75 ], 18 | "$background_standard_color_bottom|default": [ 0, 0, 0, 0.75 ], 19 | "$toggle_icon_color|default": [ 1, 1, 1 ], 20 | "$toggle_background_color|default": [ 1, 1, 1 ], 21 | "$slider_color|default": [ 1, 1, 1 ], 22 | "$slider_hover_color|default": [ 1, 1, 1 ], 23 | "$slider_background_color|default": [ 0.1, 0.1, 0.1 ], 24 | "$slider_background_hover_color|default": [ 0.2, 0.2, 0.2 ], 25 | "$show_warning_notification|default": false, 26 | "$no_marketplace_button|default": false, 27 | "$background_renderer|default": false, 28 | "$gradient_renderer|default": true, 29 | "$oled_mode|default": false, 30 | "$allow_bottom_bar_customization|default": false, 31 | "$custom_loading_background_overworld|default": false, 32 | "$custom_loading_background_nether|default": false, 33 | "$custom_loading_background_theend|default": false, 34 | "$legacy_ui_layout|default": false, 35 | "$main_menu_background|default": false, 36 | "$no_xbox_profile_icon|default": false, 37 | "variables": [ 38 | { "requires": "($oled_mode)", 39 | "$auivar:config_theme_alpha": 1 40 | }] 41 | }} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/font/dain.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/font/dain.ttf -------------------------------------------------------------------------------- /ArcUI-Index-pregame/font/dainbold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/font/dainbold.ttf -------------------------------------------------------------------------------- /ArcUI-Index-pregame/font/font_metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": 1, 3 | "fonts": [ 4 | { 5 | "font_format": "ttf", 6 | "version": 1, 7 | "font_name": "kazesawa", 8 | "font_file": "font/kazesawa" 9 | }, 10 | { 11 | "font_format": "ttf", 12 | "version": 1, 13 | "font_name": "dain", 14 | "font_file": "font/dain" 15 | }, 16 | { 17 | "font_format": "ttf", 18 | "version": 1, 19 | "font_name": "dainbold", 20 | "font_file": "font/dainbold" 21 | }, 22 | { 23 | "font_format": "ttf", 24 | "version": 1, 25 | "font_name": "dainexp", 26 | "font_file": "font/dainexp" 27 | }, 28 | { 29 | "font_format": "ttf", 30 | "font_name": "MinecraftTen", 31 | "version": 1, 32 | "font_file": "font/minecraft-ten", 33 | "lowPerformanceCompatible": false 34 | }, 35 | { 36 | "font_format": "msdf", 37 | "font_name": "OldSmoothFont", 38 | "font_file": "font/smooth/smooth_" 39 | } 40 | ], 41 | "font_aliases": [ 42 | { 43 | "alias": "SmoothFontLatin", 44 | "fonts": [ 45 | { 46 | "font_reference": "OldSmoothFont" 47 | }, 48 | { 49 | "font_reference": "UnicodeFont", 50 | "font_ranges": [ 51 | { "first": 54620, "last": 54620 }, 52 | { "first": 44397, "last": 44397 }, 53 | { "first": 50612, "last": 50612 }, 54 | { "first": 45824, "last": 45824 }, 55 | { "first": 48124, "last": 48124 }, 56 | { "first": 57344, "last": 63743 } 57 | ] 58 | } 59 | ] 60 | }, 61 | { 62 | "alias": "MinecraftTenEmoticon", 63 | "fonts": [ 64 | { 65 | "font_reference": "MinecraftTen" 66 | }, 67 | { 68 | "font_reference": "unicode", 69 | "font_ranges": [ 70 | { 71 | "first": 57344, 72 | "last": 63743 73 | } 74 | ] 75 | } 76 | ] 77 | }, 78 | { 79 | "alias": "SmoothSmall", 80 | "font_scale_factor": 1, 81 | "fonts": [ 82 | { 83 | "font_reference": "OldSmoothFont" 84 | }, 85 | { 86 | "font_reference": "UnicodeFont", 87 | "font_ranges": [ 88 | { "first": 54620, "last": 54620 }, 89 | { "first": 44397, "last": 44397 }, 90 | { "first": 50612, "last": 50612 }, 91 | { "first": 45824, "last": 45824 }, 92 | { "first": 48124, "last": 48124 }, 93 | { "first": 57344, "last": 63743 } 94 | ] 95 | } 96 | ] 97 | } 98 | ] 99 | } 100 | } 101 | ] 102 | } 103 | ] 104 | } 105 | -------------------------------------------------------------------------------- /ArcUI-Index-pregame/font/kazesawa.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/font/kazesawa.ttf -------------------------------------------------------------------------------- /ArcUI-Index-pregame/manifest.json: -------------------------------------------------------------------------------- 1 | { "format_version": 2, 2 | "header": { 3 | "name": "Arcdustry-UI Pack | PRE-GAME", 4 | "description": "Modified Pre-game UI made by Arcdustry (Harlow)\n[ 7/3/2023-v2.1 ]", 5 | "uuid": "1d412f94-dce6-4bbb-8ee1-c94ec7606d71", 6 | "version": [ 2, 1, 0 ], 7 | "min_engine_version": [ 1, 20, 0 ] 8 | }, 9 | "modules": [ 10 | { "type": "resources", 11 | "uuid": "65227565-5dde-9709-6b90-0ab29d04ee5a", 12 | "version": [ 1, 0, 0 ] 13 | }], 14 | "metadata": { 15 | "authors": [ "Arcdustry (Harlow)" ] 16 | }} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/pack_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/pack_icon.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/textures/ui/thumbnail_classic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/textures/ui/thumbnail_classic.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/textures/ui/thumbnail_crosshair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/textures/ui/thumbnail_crosshair.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/textures/ui/thumbnail_touch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/textures/ui/thumbnail_touch.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/textures/ui/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-pregame/textures/ui/title.png -------------------------------------------------------------------------------- /ArcUI-Index-pregame/ui/_ui_defs.json: -------------------------------------------------------------------------------- 1 | { "ui_defs": [ 2 | // /* - Config Core - */ // 3 | "config.json", 4 | 5 | // /* - UI System Screens - */ // 6 | ".aui/.aui-system/.ui-screens/.aui-about_section/.aui-about_section.json", 7 | ".aui/.aui-system/.ui-screens/.aui-about_section/.aui-config_section.json", 8 | ".aui/.aui-system/.ui-screens/.aui-about_section/.aui-changelog_section.json", 9 | ".aui/.aui-system/.ui-screens/.aui-play_section/.aui-world_section.json", 10 | ".aui/.aui-system/.ui-screens/.aui-play_section/.aui-friend_section.json", 11 | ".aui/.aui-system/.ui-screens/.aui-play_section/.aui-server_section.json", 12 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-about_panel.json", 13 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-account_panel.json", 14 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-accessibility_panel.json", 15 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-creator_panel.json", 16 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-general_panel.json", 17 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-lang_panel.json", 18 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-htp_panel.json", 19 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-sound_panel.json", 20 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-video_panel.json", 21 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-km_control.json", 22 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-gamepad_control.json", 23 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-touch_control.json", 24 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-content_log.json", 25 | ".aui/.aui-system/.ui-screens/.aui-about_ui_screen.json", 26 | ".aui/.aui-system/.ui-screens/.aui-chat_screen.json", 27 | ".aui/.aui-system/.ui-screens/.aui-content_log.json", 28 | ".aui/.aui-system/.ui-screens/.aui-setting_screen.json", 29 | ".aui/.aui-system/.ui-screens/.aui-start_screen.json", 30 | ".aui/.aui-system/.ui-screens/.aui-safe_zone_screen.json", 31 | ".aui/.aui-system/.ui-screens/.aui-online_safety_screen.json", 32 | ".aui/.aui-system/.ui-screens/.aui-play_screen.json", 33 | ".aui/.aui-system/.ui-screens/.aui-loading_screen.json", 34 | ".aui/.aui-system/.ui-screens/.aui-play_high_ping_screen.json", 35 | ".aui/.aui-system/.ui-screens/.aui-pause_screen.json", 36 | ".aui/.aui-system/.ui-screens/.aui-pause_screen_compact.json", 37 | 38 | // /* - UI System Templates 39 | ".aui/.aui-system/.ui-templates/.aui-config_loader.json", 40 | ".aui/.aui-system/.ui-templates/.aui-anim.json", 41 | ".aui/.aui-system/.ui-templates/.aui-common.json", 42 | ".aui/.aui-system/.ui-templates/.aui-button.json", 43 | ".aui/.aui-system/.ui-templates/.aui-toggle.json" 44 | ]} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/ui/content_log_history_screen.json: -------------------------------------------------------------------------------- 1 | { "namespace": "content_log_history", 2 | "content_log_history_screen@common.base_screen": { 3 | "$screen_content": "aui-content_log.root_contents", 4 | "$screen_bg_content": "aui-common.menu_screen_background", 5 | "button_mappings": [ 6 | { "from_button_id": "button.menu_cancel", 7 | "to_button_id": "button.menu_exit", 8 | "mapping_type": "global" 9 | }], 10 | "$screen_animations": [ 11 | "@common.screen_exit_animation_push_fade", 12 | "@common.screen_exit_animation_pop_fade", 13 | "@common.screen_entrance_animation_push_fade", 14 | "@common.screen_entrance_animation_pop_fade" 15 | ] 16 | }} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/ui/online_safety_screen.json: -------------------------------------------------------------------------------- 1 | { 2 | "online_safety_screen@common.base_screen": { 3 | "force_render_below": false, 4 | "should_be_skipped_during_automation": true, 5 | "$screen_content": "aui-online_safety_screen.root_contents", 6 | "$screen_bg_content": "aui-common.menu_screen_background" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /ArcUI-Index-pregame/ui/pause_screen.json: -------------------------------------------------------------------------------- 1 | { 2 | "pause_screen": { 3 | "$screen_content": "aui-pause_screen.root_contents", 4 | "$screen_bg_content": "aui-common.screen_background", 5 | "variables": [] 6 | } 7 | } -------------------------------------------------------------------------------- /ArcUI-Index-pregame/ui/play_screen.json: -------------------------------------------------------------------------------- 1 | { 2 | "play_screen@common.base_screen": { 3 | "$screen_content": "aui-play_screen.root_contents", 4 | "$screen_bg_content": "aui-common.menu_screen_background", 5 | "$world_picker_screen": false, 6 | "$screen_animations": [ 7 | "@common.screen_exit_animation_push_fade", 8 | "@common.screen_exit_animation_pop_fade", 9 | "@common.screen_entrance_animation_push_fade", 10 | "@common.screen_entrance_animation_pop_fade" 11 | ] 12 | } 13 | } -------------------------------------------------------------------------------- /ArcUI-Index-pregame/ui/progress_screen.json: -------------------------------------------------------------------------------- 1 | { 2 | "overworld_loading_progress_screen": { "$screen_bg_content": "aui-loading_screen.overworld_loading_background_core", "$screen_content": "aui-loading_screen.world_convert_modal_progress_screen_otherworld_content", "$progress_title_text": "arc-ui.loadingscreen.overworld"}, 3 | "nether_loading_progress_screen": { "$screen_bg_content": "aui-loading_screen.nether_loading_background_core", "$screen_content": "aui-loading_screen.world_convert_modal_progress_screen_otherworld_content", "$progress_title_text": "arc-ui.loadingscreen.nether"}, 4 | "theend_loading_progress_screen": { "$screen_bg_content": "aui-loading_screen.theend_loading_background_core", "$screen_content": "aui-loading_screen.world_convert_modal_progress_screen_otherworld_content", "$progress_title_text": "arc-ui.loadingscreen.end"}, 5 | "world_convert_modal_progress_screen": { "$screen_content": "aui-loading_screen.world_convert_modal_progress_screen_content"}, 6 | "realms_loading_progress_screen": { "$screen_content": "aui-loading_screen.world_modal_progress_panel", "$screen_bg_content": "common.empty_panel", "$use_custom_panorama": "(not $is_holographic)"}, 7 | "world_loading_progress_screen": { "$screen_content": "aui-loading_screen.world_convert_modal_progress_screen_content", "$screen_bg_content": "aui-common.menu_screen_background", "$use_custom_panorama": "(not $is_holographic)"}, 8 | 9 | "modal_progress_screen": { "$screen_content": "aui-loading_screen.modal_screen_content", "$screen_bg_content": "aui-common.menu_screen_background", "$is_full_screen_layout": true}, 10 | "world_saving_progress_screen": { "$screen_content":"aui-loading_screen.world_save_modal_progress_screen_content", "$screen_bg_content": "aui-common.menu_screen_background", "$progress_title_text": "menu.saving", "$use_custom_panorama": "(not $is_holographic)"}, 11 | "gamepad_helpers": { "anchor_from": "top_left", "anchor_to": "top_left", "offset": [ 0, 32 ]}, 12 | "title_panel_content": { "ignored": true, "$splash_text_visible": false, "layer": -2} 13 | } -------------------------------------------------------------------------------- /ArcUI-Index-pregame/ui/resource_packs_screen.json: -------------------------------------------------------------------------------- 1 | { 2 | "resource_packs_section_toggle_base@common_toggles.light_ui_toggle": { 3 | "$button_size_override": [ "100%", "100% + 1px" ], 4 | "$default_border_visible": false, 5 | "$hover_border_visible": false, 6 | "$button_image_fill": true, 7 | "$default_checked_text_color": "$light_button_pressed_text_color", 8 | "$default_text_color": "$light_button_pressed_text_color", 9 | "$default_texture": ".aui/.aui-assets/buttons/global/black_button", 10 | "$hover_texture": ".aui/.aui-assets/buttons/global/black_button_hover", 11 | "$pressed_texture": ".aui/.aui-assets/buttons/global/black_button_pressed", 12 | "$pressed_no_hover_texture": ".aui/.aui-assets/buttons/global/black_button_pressed" 13 | }, 14 | "resource_packs_toggle_button_control/icon_border": { 15 | "size": [ 22, 22 ] 16 | }, 17 | "resource_packs_toggle_button_control/cycling_icon": { 18 | "size": [ 20, 20 ] 19 | } 20 | } -------------------------------------------------------------------------------- /ArcUI-Index-pregame/ui/safe_zone_screen.json: -------------------------------------------------------------------------------- 1 | { 2 | "safe_zone_screen": { 3 | "should_be_skipped_during_automation": true, 4 | "controls": [ 5 | { "screencontent@aui-safe_zone_screen.root_contents": {}}, 6 | { "screenbgcontent@aui-common.menu_screen_background": {}} 7 | ] 8 | } 9 | } -------------------------------------------------------------------------------- /ArcUI-Index-pregame/ui/settings_screen.json: -------------------------------------------------------------------------------- 1 | { 2 | "settings_screen_base@settings_common.screen_base": { 3 | "$selector_stack_panel": "aui-setting_screen.selector_stack_panel", 4 | "$section_content_panels": "aui-setting_screen.section_content_panels", 5 | "$section_header_panels": "aui-setting_screen.section_header_panels", 6 | "$section_footer_panels": "aui-setting_screen.section_footer_panels", 7 | "$screen_animations": [ 8 | "@common.screen_exit_animation_push_fade", 9 | "@common.screen_exit_animation_pop_fade", 10 | "@common.screen_entrance_animation_push_fade", 11 | "@common.screen_entrance_animation_pop_fade" 12 | ] 13 | } 14 | } -------------------------------------------------------------------------------- /ArcUI-Index-pregame/ui/settings_sections/settings_common.json: -------------------------------------------------------------------------------- 1 | { "namespace": "settings_common", 2 | "option_toggle_control": { 3 | "size": [ "100%", "100%c" ], 4 | "$unchecked_control": "aui-toggle.option_toggle_off", 5 | "$checked_control": "aui-toggle.option_toggle_on", 6 | "$unchecked_hover_control": "aui-toggle.option_toggle_off_hover", 7 | "$checked_hover_control": "aui-toggle.option_toggle_on_hover", 8 | "$unchecked_locked_control": "aui-toggle.option_toggle_off_locked", 9 | "$unchecked_locked_hover_control": "aui-toggle.option_toggle_off_locked", 10 | "$checked_locked_control": "aui-toggle.option_toggle_on_locked", 11 | "$checked_locked_hover_control": "aui-toggle.option_toggle_on_locked" 12 | }, 13 | "option_generic_core": { 14 | "$label_offset": [ 0, 1 ] 15 | }, 16 | "option_generic_core/one_line_layout": { 17 | "modifications": [ 18 | { "array_name": "controls", 19 | "control_name": "option_descriptive_text", 20 | "operation": "insert_before", 21 | "value": [ 22 | { "pudding01": { 23 | "type": "panel", 24 | "size": [ 1, 4 ] 25 | }} 26 | ]} 27 | ]}, 28 | "dynamic_dialog_screen@common.base_screen": { 29 | "type": "screen", 30 | "cache_screen": false, 31 | "button_mappings": [ 32 | { "from_button_id": "button.menu_cancel", "to_button_id": "button.menu_exit", "mapping_type": "global" }, 33 | { "from_button_id": "button.menu_tab_left", "to_button_id": "button.menu_tab_left", "mapping_type": "global", "scope": "view" }, 34 | { "from_button_id": "button.menu_tab_right", "to_button_id": "button.menu_tab_right", "mapping_type": "global", "scope": "view" } 35 | ], 36 | "variables": [ 37 | { "requires": "($is_realm_slot or $realm_no_world_edit)", "$screen_background_control": "realms_slots.realms_background" } 38 | ], 39 | "$screen_content": "aui-setting_screen.root_contents", 40 | "$header_bar_control": "common.empty_panel", 41 | "$header_safezone_control": "common.empty_panel", 42 | "$screen_bg_content": "aui-common.menu_screen_background", 43 | "$is_full_screen_layout": false 44 | }, 45 | "screen_base": { 46 | "$dialog_content": "aui-setting_screen.dialog_content" 47 | }} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/ui/start_screen.json: -------------------------------------------------------------------------------- 1 | { "start_screen": { 2 | "$screen_content": "aui-start_screen.root_contents", 3 | "$screen_bg_content": "aui-common.screen_background", 4 | "button_mappings": [ 5 | { "from_button_id": "button.menu_cancel", 6 | "to_button_id": "button.menu_exit", 7 | "mapping_type": "global" 8 | }, 9 | { "ignored": "(not $nx_os)", 10 | "from_button_id": "button.controller_select", 11 | "to_button_id": "button.menu_offline", 12 | "mapping_type": "global" 13 | }, 14 | { "ignored": "(not $can_swap_vr_mode)", 15 | "from_button_id": "button.controller_secondary_select", 16 | "to_button_id": "button.menu_swap_vr_mode", 17 | "mapping_type": "global" 18 | }, 19 | { "ignored": "(not $can_swap_vr_mode)", 20 | "from_button_id": "button.menu_swap_vr_mode", 21 | "to_button_id": "button.menu_swap_vr_mode", 22 | "mapping_type": "global" 23 | }] 24 | }} 25 | -------------------------------------------------------------------------------- /ArcUI-Index-pregame/ui/tabbed_upsell_screen.json: -------------------------------------------------------------------------------- 1 | { "tabbed_upsell_screen": { 2 | "force_render_below": false, 3 | "load_screen_immediately": true, 4 | "$use_loading_bars": false, 5 | "$screen_content": "aui-about_ui.root_contents", 6 | "$screen_bg_content": "aui-common.menu_screen_background" 7 | }} -------------------------------------------------------------------------------- /ArcUI-Index-pregame/ui/win10_trial_conversion_screen.json: -------------------------------------------------------------------------------- 1 | { "win10_trial_conversion_screen": { 2 | "$screen_content": "aui-about_ui.root_contents", 3 | "$screen_bg_content": "aui-common.menu_screen_background" 4 | }} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/all_button_locked.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/all_button_locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/global/all_button_locked.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/black_button.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/black_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/global/black_button.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/black_button_hover.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/black_button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/global/black_button_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/black_button_pressed.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/black_button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/global/black_button_pressed.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/checkbox_idle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/global/checkbox_idle.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/checkbox_idle_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/global/checkbox_idle_disabled.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/checkbox_idle_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/global/checkbox_idle_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/checkbox_ticked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/global/checkbox_ticked.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/checkbox_ticked_disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/global/checkbox_ticked_disabled.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/checkbox_ticked_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/global/checkbox_ticked_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/dark_button.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/dark_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/global/dark_button.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/dark_button_hover.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/dark_button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/global/dark_button_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/dark_button_pressed.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/dark_button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/global/dark_button_pressed.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/tab_box_hover.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 10, 10 ]} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/tab_box_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/global/tab_box_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/tab_box_idle.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 10, 10 ]} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/tab_box_idle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/global/tab_box_idle.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/tab_box_pressed.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 10, 10 ]} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/tab_box_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/global/tab_box_pressed.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/tab_box_pressedhover.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 10, 10 ]} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/tab_box_pressedhover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/global/tab_box_pressedhover.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/white_button.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/white_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/global/white_button.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/white_button_hover.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/white_button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/global/white_button_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/white_button_pressed.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/global/white_button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/global/white_button_pressed.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/pause_screen/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/pause_screen/close.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/pause_screen/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/pause_screen/open.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/play_screen/black_button.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/play_screen/black_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/play_screen/black_button.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/play_screen/black_button_hover.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/play_screen/black_button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/play_screen/black_button_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/play_screen/white_button.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/play_screen/white_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/play_screen/white_button.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/play_screen/white_button_hover.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 8, 8 ]} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/play_screen/white_button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/play_screen/white_button_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/slider/slider_button_default.json: -------------------------------------------------------------------------------- 1 | { 2 | "nineslice_size": 2, 3 | "base_size": [ 4 | 6, 5 | 6 6 | ] 7 | } -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/slider/slider_button_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/slider/slider_button_default.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/slider/slider_button_hover.json: -------------------------------------------------------------------------------- 1 | { 2 | "nineslice_size": 2, 3 | "base_size": [ 4 | 6, 5 | 6 6 | ] 7 | } -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/slider/slider_button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/slider/slider_button_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/slider/slider_button_indent.json: -------------------------------------------------------------------------------- 1 | { 2 | "nineslice_size": 2, 3 | "base_size": [ 4 | 6, 5 | 6 6 | ] 7 | } -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/slider/slider_button_indent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/slider/slider_button_indent.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/slider/slider_button_locked.json: -------------------------------------------------------------------------------- 1 | { 2 | "nineslice_size": 2, 3 | "base_size": [ 4 | 3, 5 | 3 6 | ] 7 | } -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/slider/slider_button_locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/slider/slider_button_locked.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/start_screen/pressed.json: -------------------------------------------------------------------------------- 1 | { 2 | "nineslice_size": 1, 3 | "base_size": [ 4 | 612, 5 | 612 6 | ] 7 | } -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/buttons/start_screen/pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/buttons/start_screen/pressed.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/changelogbackground.json: -------------------------------------------------------------------------------- 1 | { 2 | "nineslice_size": 4, 3 | "base_size": [ 4 | 16, 5 | 16 6 | ] 7 | } -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/changelogbackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/changelogbackground.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/harlowlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/harlowlogo.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/close_button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/close_button_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/close_button_idle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/close_button_idle.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/close_button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/close_button_pressed.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/discordlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/discordlogo.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/accessibility_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/accessibility_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/accessibility_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/accessibility_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/account_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/account_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/account_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/account_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/achievements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/achievements.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/ambient_sound_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/ambient_sound_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/block_sound_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/block_sound_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/controller_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/controller_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/controller_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/controller_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/controller_glyph_color_switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/controller_glyph_color_switch.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/controller_glyph_switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/controller_glyph_switch.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/creator_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/creator_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/creator_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/creator_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/exit.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/general_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/general_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/general_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/general_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/help_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/help_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/help_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/help_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/hostile_sound_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/hostile_sound_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/keyboard_and_mouse_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/keyboard_and_mouse_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/keyboard_and_mouse_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/keyboard_and_mouse_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/language_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/language_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/language_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/language_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/main_sound_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/main_sound_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/multiplayer_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/multiplayer_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/multiplayer_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/multiplayer_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/music_sound_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/music_sound_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/neutral_sound_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/neutral_sound_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/play_screen/multiplayer_glyph_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/play_screen/multiplayer_glyph_icon.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/play_screen/server_glyph_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/play_screen/server_glyph_icon.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/play_screen/world_glyph_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/play_screen/world_glyph_icon.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/safearea_allcorner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/safearea_allcorner.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/safearea_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/safearea_horizontal.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/safearea_horizontalpos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/safearea_horizontalpos.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/safearea_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/safearea_vertical.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/safearea_verticalpos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/safearea_verticalpos.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/server_glyph_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/server_glyph_icon.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/sound_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/sound_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/sound_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/sound_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/start_screen/achievement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/start_screen/achievement.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/start_screen/exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/start_screen/exit.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/start_screen/invite_player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/start_screen/invite_player.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/start_screen/marketplace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/start_screen/marketplace.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/start_screen/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/start_screen/more.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/start_screen/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/start_screen/play.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/start_screen/setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/start_screen/setting.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/start_screen/skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/start_screen/skin.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/touch_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/touch_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/touch_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/touch_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/video_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/video_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/video_glyph_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/video_glyph_color.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/weather_sound_glyph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/glyph/weather_sound_glyph.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/mcpedllogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/mcpedllogo.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/planetminecraftlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/planetminecraftlogo.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/reset.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/icons/ytlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/icons/ytlogo.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/loadingharlow.json: -------------------------------------------------------------------------------- 1 | { 2 | "base_size": [ 3 | 256, 4 | 16 5 | ] 6 | } -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/loadingharlow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/loadingharlow.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/text_background.json: -------------------------------------------------------------------------------- 1 | { 2 | "nineslice_size": [ 3 | 2, 4 | 2, 5 | 2, 6 | 2 7 | ], 8 | "base_size": [ 9 | 6, 10 | 6 11 | ] 12 | } -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/text_background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/text_background.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/toggles/global/hover.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 10, 10 ]} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/toggles/global/hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/toggles/global/hover.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/toggles/global/idle.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 10, 10 ]} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/toggles/global/idle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/toggles/global/idle.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/toggles/global/off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/toggles/global/off.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/toggles/global/off_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/toggles/global/off_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/toggles/global/on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/toggles/global/on.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/toggles/global/on_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/toggles/global/on_hover.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/toggles/global/pressed.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 10, 10 ]} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/toggles/global/pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/toggles/global/pressed.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/toggles/global/pressedhover.json: -------------------------------------------------------------------------------- 1 | { "nineslice_size": 3, "base_size": [ 10, 10 ]} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-assets/toggles/global/pressedhover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/.aui/.aui-assets/toggles/global/pressedhover.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-system/.ui-screens/.aui-about_section/.aui-about_section.json: -------------------------------------------------------------------------------- 1 | { "namespace": "aui-about_section", 2 | "root_section": { 3 | "type": "stack_panel", 4 | "size": [ "95%", "100%c" ], 5 | "anchor_from": "top_middle", 6 | "anchor_to": "top_middle", 7 | "controls": [ 8 | { "padding00": { "type": "panel", "size": [ 1, 20 ]}}, 9 | { "padding01": { "type": "panel", "size": [ 1, 10 ]}}, 10 | { "titlelogo": { "type": "image", "texture": "textures/ui/title", "size": [ "100%", 30 ] }}, 11 | { "padding02": { "type": "panel", "size": [ 1, 10 ]}}, 12 | { "label00@aui-common.label_element": { "text": "Arcdustry-UI (ARC-UI - REGULAR) Version\n§7- v2.1 [ 7/3/2023-v2.1 ]\n§7- Settings version : 1.20.0.1\n§7- By Arcdustry" }}, 13 | { "padding03": { "type": "panel", "size": [ 1, 10 ]}}, 14 | { "media": { 15 | "type": "stack_panel", 16 | "size": [ "100%", "100%c" ], 17 | "controls": [ 18 | { "mcpedl": { 19 | "type": "panel", 20 | "size": [ "100%", 20 ], 21 | "controls": [ 22 | { "logo": { 23 | "type": "image", 24 | "size": [ 22, 22 ], 25 | "anchor_from": "left_middle", 26 | "anchor_to": "left_middle", 27 | "texture": ".aui/.aui-assets/icons/mcpedllogo" 28 | }}, 29 | { "label01": { 30 | "type": "label", 31 | "text": "MCPEDL Profile", 32 | "anchor_from": "left_middle", 33 | "anchor_to": "left_middle", 34 | "offset": [ 28, -5 ] 35 | }}, 36 | { "label02": { 37 | "type": "label", 38 | "text": "§7mcpedl.com/arcdustry", 39 | "anchor_from": "left_middle", 40 | "anchor_to": "left_middle", 41 | "offset": [ 28, 5 ] 42 | }} 43 | ]}}, 44 | { "discord": { 45 | "type": "panel", 46 | "size": [ "100%", 20 ], 47 | "controls": [ 48 | { "logo": { 49 | "type": "image", 50 | "size": [ 22, 22 ], 51 | "anchor_from": "left_middle", 52 | "anchor_to": "left_middle", 53 | "texture": ".aui/.aui-assets/icons/discordlogo" 54 | }}, 55 | { "label01": { 56 | "type": "label", 57 | "text": "Discord Profile/Server", 58 | "anchor_from": "left_middle", 59 | "anchor_to": "left_middle", 60 | "offset": [ 28, -5 ] 61 | }}, 62 | { "label02": { 63 | "type": "label", 64 | "text": "§7arcdustry | discord.gg/ZPAZvtprYa", 65 | "anchor_from": "left_middle", 66 | "anchor_to": "left_middle", 67 | "offset": [ 28, 5 ] 68 | }} 69 | ]}}, 70 | { "youtube": { 71 | "type": "panel", 72 | "size": [ "100%", 20 ], 73 | "controls": [ 74 | { "logo": { 75 | "type": "image", 76 | "size": [ 22, 22 ], 77 | "anchor_from": "left_middle", 78 | "anchor_to": "left_middle", 79 | "texture": ".aui/.aui-assets/icons/ytlogo" 80 | }}, 81 | { "label01": { 82 | "type": "label", 83 | "text": "YouTube", 84 | "anchor_from": "left_middle", 85 | "anchor_to": "left_middle", 86 | "offset": [ 28, -5 ] 87 | }}, 88 | { "label02": { 89 | "type": "label", 90 | "text": "§7youtube.com/@Arcdustry", 91 | "anchor_from": "left_middle", 92 | "anchor_to": "left_middle", 93 | "offset": [ 28, 5 ] 94 | }} 95 | ]}}, 96 | { "planetminecraft": { 97 | "type": "panel", 98 | "size": [ "100%", 20 ], 99 | "controls": [ 100 | { "logo": { 101 | "type": "image", 102 | "size": [ 22, 22 ], 103 | "anchor_from": "left_middle", 104 | "anchor_to": "left_middle", 105 | "texture": ".aui/.aui-assets/icons/planetminecraftlogo" 106 | }}, 107 | { "label01": { 108 | "type": "label", 109 | "text": "PlanetMinecraft", 110 | "anchor_from": "left_middle", 111 | "anchor_to": "left_middle", 112 | "offset": [ 28, -5 ] 113 | }}, 114 | { "label02": { 115 | "type": "label", 116 | "text": "§7planetminecraft.com/member/arcdustry/", 117 | "anchor_from": "left_middle", 118 | "anchor_to": "left_middle", 119 | "offset": [ 28, 5 ] 120 | }}] 121 | }}] 122 | }}, 123 | { "padding04": { "type": "panel", "size": [ 1, 10 ]}}, 124 | { "label01@aui-common.label_element": { "text": "arc-ui.about.uiinfo" }}, 125 | { "padding05": { "type": "panel", "size": [ 1, 10 ]}}, 126 | { "label01@aui-common.label_element": { "text": "arc-ui.about.credit.title" }}, 127 | { "label02@aui-common.label_element": { "text": "arc-ui.about.credit.harlow" }}, 128 | { "label02@aui-common.label_element": { "text": "arc-ui.about.credit.valve" }}, 129 | { "label02@aui-common.label_element": { "text": "arc-ui.about.credit.brazil.lang" }}, 130 | { "padding06": { "type": "panel", "size": [ 1, 10 ]}} 131 | ]}} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-system/.ui-screens/.aui-chat_screen.json: -------------------------------------------------------------------------------- 1 | { 2 | "namespace": "aui-chat_screen", 3 | "messages_text": { 4 | "type": "panel", 5 | "size": [ "100%", "100%c" ], 6 | "controls": [ 7 | { "text": { 8 | "type": "label", 9 | "color": "$chat_text_color", 10 | "localize": false, 11 | "size": [ "100%", "default" ], 12 | "text": "#text", 13 | "text_tts": "#text_tts", 14 | "font_type": "$chat_font_type", 15 | "font_scale_factor": "$chat_font_scale_factor", 16 | "line_padding": "$chat_line_spacing" 17 | }} 18 | ], 19 | "bindings": [ 20 | { "binding_name": "#chat_visible", 21 | "binding_name_override": "#visible" 22 | } 23 | ]}, 24 | "message_tts_wrapper@common.tts_label_focus_wrapper": { 25 | "$tts_label_panel": "aui-chat_screen.messages_text", 26 | "$focus_border_visible_binding": "#host_options_menu_not_open_and_tts_enabled" 27 | }, 28 | "messages_stack_panel": { 29 | "type": "stack_panel", 30 | "orientation": "vertical", 31 | "$scrolling_content_anchor_from": "bottom_left", 32 | "$scrolling_content_anchor_to": "bottom_left", 33 | "factory": { 34 | "name": "messages_factory", 35 | "max_children_size": 100, 36 | "control_ids": { 37 | "chat_screen_messages": "chat_screen_messages@aui-chat_screen.message_tts_wrapper" 38 | }}}, 39 | "messages_scrolling_panel@common.scrolling_panel": { 40 | "type": "panel", 41 | "size": [ "100%-2px", "100%-50px" ], 42 | "anchor_from": "bottom_left", 43 | "anchor_to": "bottom_left", 44 | "offset": [ 2, -27 ], 45 | "$scrolling_content": "chat.messages_stack_panel", 46 | "$scroll_size": [ 5, "100%-4px" ], 47 | "$jump_to_bottom_on_update": true, 48 | "$show_background": false, 49 | "$always_handle_scrolling": true 50 | }, 51 | "chat_bottom_panel": { 52 | "type": "stack_panel", 53 | "orientation": "horizontal", 54 | "anchor_from": "bottom_middle", 55 | "anchor_to": "bottom_middle", 56 | "size": [ "100%", 27 ], 57 | "min_size": [ "100%", 27 ], 58 | "controls": [ 59 | { "keyboard_button@chat.keyboard_button": {} }, 60 | { 61 | "host_main_button@host_options.host_main_button": { 62 | "ignored": "$is_pregame", 63 | "$focus_override_up": "coordinate_dropdown_focus_id" 64 | } 65 | }, 66 | { "chat_settings@chat.chat_settings_button": {} }, 67 | { "text_box@chat.text_edit_box": {} }, 68 | { "send_button@chat.send_button": { "offset": [ -20, 0 ] } } 69 | ] 70 | }, 71 | "root_contents": { 72 | "type": "panel", 73 | "controls": [ 74 | { "chat_scrolling_element@aui-chat_screen.messages_scrolling_panel": {}}, 75 | { "chat_bottom_panel@aui-chat_screen.chat_bottom_panel": { "layer": 2 } } 76 | ] 77 | }} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-system/.ui-screens/.aui-content_log.json: -------------------------------------------------------------------------------- 1 | { "namespace": "aui-content_log", 2 | "content_log_element": { 3 | "type": "panel", 4 | "size": [ "100% - 8px", "100% - 28px" ], 5 | "offset": [ 0, 3 ], 6 | "controls": [ 7 | { "main_stack_panel@content_log_history.main_stack_panel": {}} 8 | ]}, 9 | "root_contents@auicore_configloader.core": { 10 | "type": "panel", 11 | "$auivar:back_button": true, 12 | "controls": [ 13 | { "status_bottom_bar@aui-common.status_bottom_bar": { "$auivar-screen_name": "\"Content Log History\"", "$auivar-label_no_mcver": true }}, 14 | { "content_log_element@aui-common.header_background_element": { "$auivar-header_contents": "aui-content_log.content_log_element", "$text": "contentlog.history.title", "$auivar-bgsize|default": [ "85%", "85%" ], "$auivar-bganchor|default": "center" }} 15 | ]}} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-system/.ui-screens/.aui-online_safety_screen.json: -------------------------------------------------------------------------------- 1 | { 2 | "namespace": "aui-online_safety_screen", 3 | "do_not_show_checkbox@aui-common.checkbox": { 4 | "size": [ "75%", 30 ], 5 | "anchor_from": "top_left", 6 | "anchor_to": "top_left", 7 | "$toggle_name": "online_safety_do_not_show_again", 8 | "$toggle_state_binding_name": "#online_safety_do_not_show_again", 9 | "$toggle_label_text|default": "onlinePlay.doNotShowAgain", 10 | "tts_control_type_order_priority": 100, 11 | "tts_value_order_priority": 101, 12 | "$toggle_enabled_binding_type": "global", 13 | "controls": [ 14 | { "header_description_stack_panel": { 15 | "type": "stack_panel", 16 | "orientation": "horizontal", 17 | "size": [ "100%", "100%" ], 18 | "anchor_from": "top_left", 19 | "anchor_to": "top_left", 20 | "controls": [ 21 | { "checkbox_visuals@common.toggle_visuals": { "size": [ 30, "100%" ], "anchor_from": "left_middle", "anchor_to": "left_middle" }}, 22 | { "buffer_panel": { "type": "panel", "layer": 3, "size": [ "fill", "100%" ], "controls": [{ "label": { "type": "label", "color": "$light_button_default_text_color", "text": "$toggle_label_text", "size": [ "default", "default" ], "anchor_from": "center", "anchor_to": "center" }}]}}, 23 | { "another_panel": { "type": "panel", "size": [ 30, "100%" ] }} 24 | ] 25 | } 26 | } 27 | ] 28 | }, 29 | "online_safety_screen_dialog": { 30 | "type": "panel", 31 | "size": [ 300, 200 ], 32 | "layer": 20, 33 | "controls": [ 34 | { "main_title": { 35 | "type": "panel", 36 | "anchor_from": "top_middle", 37 | "anchor_to": "top_middle", 38 | "size": [ "100%", 32 ], 39 | "controls": [ 40 | { "label_element": { 41 | "type": "label", 42 | "text": "onlinePlay.notRated", 43 | "font_type": "dainbold", 44 | "font_size": "large", 45 | "text_alignment": "center", 46 | "anchor_from": "top_middle", 47 | "anchor_to": "top_middle", 48 | "offset": [ 0, 0 ] 49 | } 50 | } 51 | ] 52 | } 53 | }, 54 | { "online_safety_desc": { "type": "label", "text": "onlinePlay.message", "anchor_from": "top_middle", "anchor_to": "top_middle", "layer": 1, "offset": [ 0, 30 ], "size": [ "100%", "default" ] }}, 55 | { "check_tick@aui-online_safety_screen.do_not_show_checkbox": { "offset": [ 0, 120 ] }}, 56 | { "button_stack": { 57 | "type": "stack_panel", 58 | "size": [ "default", 25 ], 59 | "orientation": "horizontal", 60 | "anchor_to": "bottom_middle", 61 | "anchor_from": "bottom_middle", 62 | "controls": [ 63 | { "online_safety_proceed_button@aui-button.light_text_button": { "size": [ 150, "default" ], "$pressed_button_name": "button.proceed", "$button_text": "onlinePlay.proceed" }}, 64 | { "space": { "type": "panel", "size": [ 4, "default" ] }}, 65 | { "online_safety_back_button@aui-button.light_text_button": { "size": [ 150, "default" ], "$pressed_button_name": "button.back", "$button_text": "onlinePlay.Back" }} 66 | ] 67 | } 68 | } 69 | ] 70 | }, 71 | "root_contents": { 72 | "type": "panel", 73 | "$button_state_default_base": "common.button_state_default", 74 | "$button_state_hover_base": "common.button_state_hover", 75 | "$button_state_pressed_base": "common.button_state_pressed", 76 | "controls": [ 77 | { "online_safety_screen_dialog@aui-online_safety_screen.online_safety_screen_dialog": {} }, 78 | { "gamepad_helpers@online_safety.gamepad_helpers": {} } 79 | ] 80 | } 81 | } -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-system/.ui-screens/.aui-safe_zone_screen.json: -------------------------------------------------------------------------------- 1 | { 2 | "namespace": "aui-safe_zone_screen", 3 | "content_panel@auicore_configloader.core": { 4 | "type": "stack_panel", 5 | "size": [ "100% - 2px", "default" ], 6 | "$label_bindings": [ 7 | { "binding_name": "$option_label" }, 8 | { "binding_name": "$slider_tts_text_value" } 9 | ], 10 | "controls": [ 11 | { "main_element@aui-common.header_background_element": { "$auivar-header_contents": "aui-safe_zone_screen.main_element", "$text": "arc-ui.setting.safezone.title.main" }}, 12 | { "safe_zone_slider_all@aui-common.header_background_slider": { "$auivar-header_contents": "aui-safe_zone_screen.safe_zone_slider_all", "$auivar-header_image": ".aui/.aui-assets/icons/glyph/safearea_allcorner", "$auivar-header_text": "arc-ui.setting.safezone.allcorner" }}, 13 | { "safe_zone_slider_x@aui-common.header_background_slider": { "$auivar-header_contents": "aui-safe_zone_screen.safe_zone_slider_x", "$auivar-header_image": ".aui/.aui-assets/icons/glyph/safearea_horizontal", "$auivar-header_text": "arc-ui.setting.safezone.horizontal" }}, 14 | { "safe_zone_slider_y@aui-common.header_background_slider": { "$auivar-header_contents": "aui-safe_zone_screen.safe_zone_slider_y", "$auivar-header_image": ".aui/.aui-assets/icons/glyph/safearea_vertical", "$auivar-header_text": "arc-ui.setting.safezone.vertical" }}, 15 | { "pudding00": { "type": "panel", "size": [ "100%", 2 ]}}, 16 | { "exp_element@aui-common.header_background_element": { "$auivar-header_contents": "aui-safe_zone_screen.exp_element", "$text": "arc-ui.setting.safezone.title.exp" }}, 17 | { "screen_position_slider_x@aui-common.header_background_slider": { "$auivar-header_contents": "aui-safe_zone_screen.screen_position_slider_x", "$auivar-header_image": ".aui/.aui-assets/icons/glyph/safearea_horizontalpos", "$auivar-header_text": "arc-ui.setting.safezone.horizontalpos" }}, 18 | { "screen_position_slider_y@aui-common.header_background_slider": { "$auivar-header_contents": "aui-safe_zone_screen.screen_position_slider_y", "$auivar-header_image": ".aui/.aui-assets/icons/glyph/safearea_verticalpos", "$auivar-header_text": "arc-ui.setting.safezone.verticalpos"}}, 19 | { "pudding01": { "type": "panel", "size": [ "100%", 2 ]}} 20 | ]}, 21 | "exp_element": { 22 | "type": "stack_panel", 23 | "size": [ "95%", "100%c" ], 24 | "anchor_from": "top_middle", 25 | "anchor_to": "top_middle", 26 | "controls": [ 27 | { "pudding00": { "type": "panel", "size": [ 1, 20 ]}}, 28 | { "label01@aui-common.label_element": { "text": "arc-ui.setting.safezone.exp" }} 29 | ]}, 30 | "main_element": { 31 | "type": "stack_panel", 32 | "size": [ "95%", "100%c" ], 33 | "anchor_from": "top_middle", 34 | "anchor_to": "top_middle", 35 | "controls": [ 36 | { "pudding00": { "type": "panel", "size": [ 1, 20 ]}}, 37 | { "label01@aui-common.label_element": { "text": "arc-ui.setting.safezone.main" }} 38 | ]}, 39 | "safe_zone_slider_x@aui-setting_screen.option_slider": { 40 | "$option_label": "#safe_zone_x_slider_label", 41 | "$slider_name": "safe_zone_x", 42 | "$slider_value_binding_name": "#safe_zone_x", 43 | "$option_enabled_binding_name": "#safe_zone_x_enabled", 44 | "$slider_select_on_hover": true, 45 | "$slider_tts_text_value": "#safe_zone_x_text_value" 46 | }, 47 | "safe_zone_slider_y@aui-setting_screen.option_slider": { 48 | "$option_label": "#safe_zone_y_slider_label", 49 | "$slider_name": "safe_zone_y", 50 | "$slider_value_binding_name": "#safe_zone_y", 51 | "$option_enabled_binding_name": "#safe_zone_y_enabled", 52 | "$slider_select_on_hover": true, 53 | "$slider_tts_text_value": "#safe_zone_y_text_value" 54 | }, 55 | "screen_position_slider_x@aui-setting_screen.option_slider": { 56 | "$option_label": "#screen_position_x_slider_label", 57 | "$slider_name": "screen_position_x", 58 | "$slider_value_binding_name": "#screen_position_x", 59 | "$option_enabled_binding_name": "#screen_position_x_enabled", 60 | "$slider_select_on_hover": true, 61 | "$slider_tts_text_value": "#screen_position_x_text_value" 62 | }, 63 | "screen_position_slider_y@aui-setting_screen.option_slider": { 64 | "$option_label": "#screen_position_y_slider_label", 65 | "$slider_name": "screen_position_y", 66 | "$slider_value_binding_name": "#screen_position_y", 67 | "$option_enabled_binding_name": "#screen_position_y_enabled", 68 | "$slider_select_on_hover": true, 69 | "$slider_tts_text_value": "#screen_position_y_text_value" 70 | }, 71 | "safe_zone_slider_all@aui-setting_screen.option_slider": { 72 | "$option_label": "#safe_zone_all_slider_label", 73 | "$slider_name": "safe_zone_all", 74 | "$slider_value_binding_name": "#safe_zone_all", 75 | "$option_enabled_binding_name": "#safe_zone_all_enabled", 76 | "$default_focus_precedence": 1, 77 | "$slider_select_on_hover": true, 78 | "$slider_tts_text_value": "#safe_zone_all_text_value" 79 | }, 80 | "root_contents@auicore_configloader.core": { 81 | "type": "panel", 82 | "controls": [ 83 | { "safezone_bounds_markers": { 84 | "type": "panel", 85 | "controls": [ 86 | { "top_left_marker@safe_zone.corner_tl": {} }, 87 | { "top_right_marker@safe_zone.corner_tr": {} }, 88 | { "bottom_left_marker@safe_zone.corner_bl": {} }, 89 | { "bottom_right_marker@safe_zone.corner_br": {} } 90 | ]}}, 91 | { "main_content_panel": { 92 | "type": "panel", 93 | "size": [ 300, 200 ], 94 | "controls": [ 95 | { "main_title": { 96 | "type": "panel", 97 | "anchor_from": "top_middle", 98 | "anchor_to": "top_middle", 99 | "size": [ "100%", 32 ], 100 | "controls": [ 101 | { "label_element": { 102 | "type": "label", 103 | "text": "options.safeZone.title", 104 | "font_type": "dainbold", 105 | "font_size": "large", 106 | "text_alignment": "center", 107 | "anchor_from": "top_middle", 108 | "anchor_to": "top_middle", 109 | "offset": [ 0, 0 ] 110 | }} 111 | ]}}, 112 | { "safezone_desc": { 113 | "type": "label", 114 | "text": "options.safeZone.description", 115 | "anchor_from": "bottom_middle", 116 | "anchor_to": "bottom_middle", 117 | "layer": 1, 118 | "offset": [ 4, 15 ], 119 | "size": [ "125%", "default" ] 120 | }}, 121 | { "scrolling_panel@common.scrolling_panel": { 122 | "anchor_from": "top_left", 123 | "anchor_to": "top_left", 124 | "size": [ "100% - 24px", "100%-65px" ], 125 | "offset": [ 10, 35 ], 126 | "$scrolling_pane_size": [ "100%", "100%" ], 127 | "$scrolling_pane_offset": [ 1, 0 ], 128 | "$scroll_size": [ 5, "100% - 4px" ], 129 | "$scrolling_content": "aui-safe_zone_screen.content_panel", 130 | "$scroll_bar_left_padding_size": [ 0, 0 ], 131 | "$scroll_bar_right_padding_size": [ 0, 0 ], 132 | "$show_background": false, 133 | "$bar_visible": false 134 | }}, 135 | { "confirm_button@aui-button.light_text_button": { 136 | "layer": 1, 137 | "size": [ 150, 25 ], 138 | "anchor_to": "bottom_middle", 139 | "anchor_from": "bottom_middle", 140 | "$pressed_button_name": "button.confirm_button", 141 | "$button_text": "gui.confirm" 142 | }} 143 | ]}} 144 | ]}} 145 | -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-system/.ui-screens/.aui-setting_section/.aui-creator_panel.json: -------------------------------------------------------------------------------- 1 | { "namespace": "aui-setting_creator", 2 | "content_log_location_element": { 3 | "type": "stack_panel", 4 | "size": [ "95%", "100%c" ], 5 | "anchor_from": "top_middle", 6 | "anchor_to": "top_middle", 7 | "controls": [ 8 | { "pudding00": { "type": "panel", "size": [ 1, 20 ]}}, 9 | { "content_log_location_label": { 10 | "type": "label", 11 | "text": "#text", 12 | "size": [ "100%", "default" ], 13 | "max_size": [ "100%", "default" ], 14 | "layer": 1, 15 | "hide_hyphen": true, 16 | "color": "$7_color_format", 17 | "bindings": [ 18 | { "binding_name": "#content_log_location_text", 19 | "binding_name_override": "#text" 20 | }, 21 | { "binding_name": "#content_log_file_enabled", 22 | "binding_name_override": "#visible" 23 | }] 24 | }}, 25 | { "pudding01": { "type": "panel", "size": [ 1, 10 ]}} 26 | ]}, 27 | "option_content_log_element": { 28 | "type": "stack_panel", 29 | "size": [ "95%", "100%c" ], 30 | "anchor_from": "top_middle", 31 | "anchor_to": "top_middle", 32 | "controls": [ 33 | { "pudding00": { "type": "panel", "size": [ 1, 20 ]}}, 34 | { "option_content_file_log@aui-setting_screen.option_toggle": { 35 | "$option_label": "options.content_log_file", 36 | "$option_binding_name": "#content_log_file", 37 | "$option_enabled_binding_name": "#content_log_file_enabled", 38 | "$toggle_name": "content_log_file" 39 | }}, 40 | { "option_content_gui_log@aui-setting_screen.option_toggle": { 41 | "$option_label": "options.content_log_gui", 42 | "$option_binding_name": "#content_log_gui", 43 | "$option_enabled_binding_name": "#content_log_gui_enabled", 44 | "$toggle_name": "content_log_gui" 45 | }}, 46 | { "option_content_file_log@aui-setting_screen.option_toggle": { 47 | "$option_label": "options.copyCoordinateUI", 48 | "$option_binding_name": "#copy_coordinate_ui", 49 | "$toggle_name": "copy_coordinate_ui" 50 | }}, 51 | { "option_content_button_stack_panel": { 52 | "type": "stack_panel", 53 | "size": [ "100%", 30 ], 54 | "orientation": "horizontal", 55 | "controls": [ 56 | { "open_content_log_history@aui-setting_screen.action_button": { 57 | "$pressed_button_name": "button.open_content_log_history", 58 | "$button_text": "contentlog.history.title", 59 | "size": [ "50%", "100%" ], 60 | "bindings": [ 61 | { "binding_name": "#content_log_gui_option_enabled", 62 | "binding_name_override": "#enabled" 63 | }] 64 | }}, 65 | { "clear_content_log_files@aui-setting_screen.action_button": { 66 | "$focus_override_down": "FOCUS_OVERRIDE_STOP", 67 | "$pressed_button_name": "button.clear_content_log_files", 68 | "$button_text": "contentlog.clear_files", 69 | "size": [ "50%", "100%" ], 70 | "bindings": [ 71 | { "binding_name": "#allow_content_log_write_to_disk", 72 | "binding_name_override": "#visible" 73 | }] 74 | }}] 75 | }}, 76 | { "pudding01": { "type": "panel", "size": [ 1, 10 ]}} 77 | ]}, 78 | "root_section": { 79 | "ignored": "$ignore_creator_section", 80 | "type": "stack_panel", 81 | "size": [ "100%", "100%c" ], 82 | "anchor_from": "top_left", 83 | "anchor_to": "top_left", 84 | "bindings": [{ "binding_type": "view", "source_control_name": "creator_button_toggle", "source_property_name": "#toggle_state", "target_property_name": "#visible" }], 85 | "controls": [ 86 | { "pudding00": { "type": "panel", "size": [ "100%", 2 ] }}, 87 | { "option_content_log_element@aui-common.header_background_element": { "$auivar-header_contents": "aui-setting_creator.option_content_log_element", "$text": "arc-ui.settingtitle.creator" }}, 88 | { "pudding01": { "type": "panel", "size": [ "100%", 2 ] }}, 89 | { "content_log_location_element@aui-common.header_background_element": { "$auivar-header_contents": "aui-setting_creator.content_log_location_element", "$text": "contentlog.logLocationSectionName" }} 90 | ]}} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-system/.ui-screens/.aui-setting_section/.aui-htp_panel.json: -------------------------------------------------------------------------------- 1 | { "namespace": "aui-setting_htp", 2 | "htp_element": { 3 | "type": "stack_panel", 4 | "size": [ "95%", "100%c" ], 5 | "anchor_from": "top_middle", 6 | "anchor_to": "top_middle", 7 | "controls": [ 8 | { "pudding00": { "type": "panel", "size": [ 1, 20 ]}}, 9 | { "label00": { 10 | "type": "label", 11 | "size": [ "100%", "default" ], 12 | "max_size": [ "100%", "default" ], 13 | "text_alignment": "center", 14 | "text": "menu.howToPlay.generalMessage", 15 | "shadow": false 16 | }}, 17 | { "pudding01": { "type": "panel", "size": [ 1, 10 ]}}, 18 | { "label01": { 19 | "type": "label", 20 | "size": [ "100%", "default" ], 21 | "max_size": [ "100%", "default" ], 22 | "text_alignment": "center", 23 | "text": "#how_to_play_gamepad_helper_label_text", 24 | "shadow": false, 25 | "bindings": [ 26 | { "binding_name": "#how_to_play_gamepad_helper_label_text" }, 27 | { "binding_name": "#how_to_play_gamepad_helper_label_visible", 28 | "binding_name_override": "#visible" 29 | }] 30 | }}, 31 | { "pudding02": { "type": "panel", "size": [ 1, 10 ], "bindings": [ { "binding_name": "#how_to_play_gamepad_helper_label_visible", "binding_name_override": "#visible" }]}} 32 | ]}, 33 | "root_section": { 34 | "type": "stack_panel", 35 | "size": [ "100%", "100%c" ], 36 | "anchor_from": "top_left", 37 | "anchor_to": "top_left", 38 | "bindings": [ 39 | { "binding_type": "view", 40 | "source_control_name": "how_to_play_button_toggle", 41 | "source_property_name": "#toggle_state", 42 | "target_property_name": "#visible" 43 | }], 44 | "controls": [ 45 | { "pudding00": { "type": "panel", "size": [ "100%", 2 ]}}, 46 | { "htp_element@aui-common.header_background_element": { "$auivar-header_contents": "aui-setting_htp.htp_element", "$text": "arc-ui.settingtitle.howtoplay" }} 47 | ]}} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-system/.ui-screens/.aui-setting_section/.aui-lang_panel.json: -------------------------------------------------------------------------------- 1 | { "namespace": "aui-setting_lang", 2 | "lang_element": { 3 | "type": "stack_panel", 4 | "size": [ "95%", "100%c" ], 5 | "anchor_from": "top_middle", 6 | "anchor_to": "top_middle", 7 | "$default_text_color": [ 0.3, 0.3, 0.3 ], 8 | "$active_text_color": [ 1.0, 1.0, 1.0 ], 9 | "controls": [ 10 | { "pudding00": { "type": "panel", "size": [ 1, 20 ]}}, 11 | { "language_list_grid": { 12 | "type": "grid", 13 | "size": [ "100%", "100%c" ], 14 | "grid_item_template": "general_section.language_grid_item", 15 | "grid_dimension_binding": "#language_grid_dimension", 16 | "collection_name": "languages", 17 | "bindings": [{ "binding_name": "#language_grid_dimension", "binding_condition": "visible" }] 18 | }}, 19 | { "pudding01": { "type": "panel", "size": [ 1, 10 ]}} 20 | ]}, 21 | "root_section": { 22 | "type": "stack_panel", 23 | "size": [ "100%", "100%c" ], 24 | "anchor_from": "top_left", 25 | "anchor_to": "top_left", 26 | "bindings": [ 27 | { "binding_type": "view", 28 | "source_control_name": "language_button_toggle", 29 | "source_property_name": "#toggle_state", 30 | "target_property_name": "#visible" 31 | }], 32 | "controls": [ 33 | { "pudding00": { "type": "panel", "size": [ "100%", 2 ]}}, 34 | { "lang_element@aui-common.header_background_element": { "$auivar-header_contents": "aui-setting_lang.lang_element", "$text": "arc-ui.settingtitle.lang" }} 35 | ]}} -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-system/.ui-templates/.aui-anim.json: -------------------------------------------------------------------------------- 1 | { "namespace": "aui-anim", 2 | "zoom_out": { 3 | "anim_type": "size", 4 | "duration": 1.5, 5 | "easing": "out_cubic", 6 | "from": [ "125%", "125%" ], 7 | "to": [ "100%", "100%" ] 8 | }, 9 | "warning_flashing00": { 10 | "anim_type": "wait", 11 | "duration": 2, 12 | "next": "@aui-anim.warning_flashing01" 13 | }, 14 | "warning_flashing01": { 15 | "anim_type": "color", 16 | "duration": 0.5, 17 | "from": [ 1, 0.8627, 0 ], 18 | "to": [ 0, 0, 0 ], 19 | "next": "@aui-anim.warning_flashing02" 20 | }, 21 | "warning_flashing02": { 22 | "anim_type": "wait", 23 | "duration": 1, 24 | "next": "@aui-anim.warning_flashing03" 25 | }, 26 | "warning_flashing03": { 27 | "anim_type": "color", 28 | "duration": 0.5, 29 | "from": [ 1, 0.8627, 0 ], 30 | "to": [ 0, 0, 0 ], 31 | "next": "@aui-anim.warning_flashing04" 32 | }, 33 | "warning_flashing04": { 34 | "anim_type": "wait", 35 | "duration": 1, 36 | "next": "@aui-anim.warning_flashing05" 37 | }, 38 | "warning_flashing05": { 39 | "anim_type": "color", 40 | "duration": 0.5, 41 | "from": [ 1, 0.8627, 0 ], 42 | "to": [ 0, 0, 0 ] 43 | }, 44 | "warning_text_movement00": { 45 | "anim_type": "wait", 46 | "duration": 2, 47 | "next": "@aui-anim.warning_text_movement01" 48 | }, 49 | "warning_text_movement01": { 50 | "anim_type": "offset", 51 | "easing": "out_cubic", 52 | "duration": 0.5, 53 | "from": [ 0, -120 ], 54 | "to": [ 0, 4 ], 55 | "next": "@aui-anim.warning_text_movement02" 56 | }, 57 | "warning_text_movement02": { 58 | "anim_type": "wait", 59 | "duration": 12, 60 | "next": "@aui-anim.warning_text_movement03" 61 | }, 62 | "warning_text_movement03": { 63 | "anim_type": "offset", 64 | "easing": "in_cubic", 65 | "duration": 0.5, 66 | "from": [ 0, 4 ], 67 | "to": [ 0, -120 ] 68 | }, 69 | "screen_outro_anim_push": { 70 | "anim_type": "offset", 71 | "easing": "in_cubic", 72 | "duration": "$transition_time_push", 73 | "from": "$auivar:anim_to", 74 | "to": "$auivar:anim_from", 75 | "play_event": "screen.exit_push", 76 | "end_event": "screen.exit_end" 77 | }, 78 | "screen_outro_anim_pop": { 79 | "anim_type": "offset", 80 | "easing": "in_cubic", 81 | "duration": "$transition_time_pop", 82 | "from": "$auivar:anim_to", 83 | "to": "$auivar:anim_from", 84 | "play_event": "screen.exit_pop", 85 | "end_event": "screen.exit_end" 86 | }, 87 | "screen_intro_anim_push": { 88 | "anim_type": "offset", 89 | "easing": "out_cubic", 90 | "duration": "$transition_time_push", 91 | "from": "$auivar:anim_from", 92 | "to": "$auivar:anim_to", 93 | "play_event": "screen.entrance_push", 94 | "end_event": "screen.entrance_end" 95 | }, 96 | "screen_intro_anim_pop": { 97 | "anim_type": "offset", 98 | "easing": "out_cubic", 99 | "duration": "$transition_time_pop", 100 | "from": "$auivar:anim_from", 101 | "to": "$auivar:anim_to", 102 | "play_event": "screen.entrance_pop", 103 | "end_event": "screen.entrance_end" 104 | } 105 | } -------------------------------------------------------------------------------- /ArcUI-Index-regular/.aui/.aui-system/.ui-templates/.aui-config_loader.json: -------------------------------------------------------------------------------- 1 | { "namespace": "auicore_configloader", 2 | "core@auicore-configsource.element": { 3 | "$auivar:config_theme_alpha|default": 0.75, 4 | "$ver|default": "1.2", 5 | "$key|default": "failback", 6 | "$Testvalue|default": false, 7 | "$configname|default": "Failmode Default", 8 | "$bottom_bar_background_alpha|default": 0.75, 9 | "$bottom_bar_background_color|default": [ 0, 0, 0, 0 ], 10 | "$bottom_bar_font_color|default": "$f_color_format", 11 | "$bottom_bar_font_type|default": "kazesawa", 12 | "$show_changelog|default": true, 13 | "$slider_icon_color|default": [ 1, 1, 1 ], 14 | "$primary_color|default": [ 1, 1, 1 ], 15 | "$setting_button_icon_color|default": [ 1, 1, 1 ], 16 | "$background_menu_color|default": [ 0, 0, 0, 0.75 ], 17 | "$background_standard_color_top|default": [ 0, 0, 0, 0.75 ], 18 | "$background_standard_color_bottom|default": [ 0, 0, 0, 0.75 ], 19 | "$toggle_icon_color|default": [ 1, 1, 1 ], 20 | "$toggle_background_color|default": [ 1, 1, 1 ], 21 | "$slider_color|default": [ 1, 1, 1 ], 22 | "$slider_hover_color|default": [ 1, 1, 1 ], 23 | "$slider_background_color|default": [ 0.1, 0.1, 0.1 ], 24 | "$slider_background_hover_color|default": [ 0.2, 0.2, 0.2 ], 25 | "$show_warning_notification|default": false, 26 | "$no_marketplace_button|default": false, 27 | "$background_renderer|default": false, 28 | "$gradient_renderer|default": true, 29 | "$oled_mode|default": false, 30 | "$allow_bottom_bar_customization|default": false, 31 | "$custom_loading_background_overworld|default": false, 32 | "$custom_loading_background_nether|default": false, 33 | "$custom_loading_background_theend|default": false, 34 | "$legacy_ui_layout|default": false, 35 | "$main_menu_background|default": false, 36 | "$no_xbox_profile_icon|default": false, 37 | "variables": [ 38 | { "requires": "($oled_mode)", 39 | "$auivar:config_theme_alpha": 1 40 | }] 41 | }} -------------------------------------------------------------------------------- /ArcUI-Index-regular/font/dain.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/font/dain.ttf -------------------------------------------------------------------------------- /ArcUI-Index-regular/font/dainbold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/font/dainbold.ttf -------------------------------------------------------------------------------- /ArcUI-Index-regular/font/font_metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": 1, 3 | "fonts": [ 4 | { 5 | "font_format": "ttf", 6 | "version": 1, 7 | "font_name": "kazesawa", 8 | "font_file": "font/kazesawa" 9 | }, 10 | { 11 | "font_format": "ttf", 12 | "version": 1, 13 | "font_name": "dain", 14 | "font_file": "font/dain" 15 | }, 16 | { 17 | "font_format": "ttf", 18 | "version": 1, 19 | "font_name": "dainbold", 20 | "font_file": "font/dainbold" 21 | }, 22 | { 23 | "font_format": "ttf", 24 | "version": 1, 25 | "font_name": "dainexp", 26 | "font_file": "font/dainexp" 27 | }, 28 | { 29 | "font_format": "ttf", 30 | "font_name": "MinecraftTen", 31 | "version": 1, 32 | "font_file": "font/minecraft-ten", 33 | "lowPerformanceCompatible": false 34 | }, 35 | { 36 | "font_format": "msdf", 37 | "font_name": "OldSmoothFont", 38 | "font_file": "font/smooth/smooth_" 39 | } 40 | ], 41 | "font_aliases": [ 42 | { 43 | "alias": "SmoothFontLatin", 44 | "fonts": [ 45 | { 46 | "font_reference": "OldSmoothFont" 47 | }, 48 | { 49 | "font_reference": "UnicodeFont", 50 | "font_ranges": [ 51 | { "first": 54620, "last": 54620 }, 52 | { "first": 44397, "last": 44397 }, 53 | { "first": 50612, "last": 50612 }, 54 | { "first": 45824, "last": 45824 }, 55 | { "first": 48124, "last": 48124 }, 56 | { "first": 57344, "last": 63743 } 57 | ] 58 | } 59 | ] 60 | }, 61 | { 62 | "alias": "MinecraftTenEmoticon", 63 | "fonts": [ 64 | { 65 | "font_reference": "MinecraftTen" 66 | }, 67 | { 68 | "font_reference": "unicode", 69 | "font_ranges": [ 70 | { 71 | "first": 57344, 72 | "last": 63743 73 | } 74 | ] 75 | } 76 | ] 77 | }, 78 | { 79 | "alias": "SmoothSmall", 80 | "font_scale_factor": 1, 81 | "fonts": [ 82 | { 83 | "font_reference": "OldSmoothFont" 84 | }, 85 | { 86 | "font_reference": "UnicodeFont", 87 | "font_ranges": [ 88 | { "first": 54620, "last": 54620 }, 89 | { "first": 44397, "last": 44397 }, 90 | { "first": 50612, "last": 50612 }, 91 | { "first": 45824, "last": 45824 }, 92 | { "first": 48124, "last": 48124 }, 93 | { "first": 57344, "last": 63743 } 94 | ] 95 | } 96 | ] 97 | } 98 | ] 99 | } 100 | } 101 | ] 102 | } 103 | ] 104 | } 105 | -------------------------------------------------------------------------------- /ArcUI-Index-regular/font/kazesawa.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/font/kazesawa.ttf -------------------------------------------------------------------------------- /ArcUI-Index-regular/manifest.json: -------------------------------------------------------------------------------- 1 | { "format_version": 2, 2 | "header": { 3 | "name": "Arcdustry-UI Pack | REGULAR", 4 | "description": "Modified Pre-game UI made by Arcdustry (Harlow)\n[ 7/3/2023-v2.1 ]", 5 | "uuid": "75411d6c-e780-4a8b-9c47-d01b128d1f11", 6 | "version": [ 2, 1, 0 ], 7 | "min_engine_version": [ 1, 20, 0 ] 8 | }, 9 | "modules": [ 10 | { "type": "resources", 11 | "uuid": "66523f2e-ad34-4eef-b433-d95e5bb6ca3f", 12 | "version": [ 1, 0, 0 ] 13 | }], 14 | "metadata": { 15 | "authors": [ "Arcdustry (Harlow)" ] 16 | }} -------------------------------------------------------------------------------- /ArcUI-Index-regular/pack_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/pack_icon.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/textures/ui/thumbnail_classic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/textures/ui/thumbnail_classic.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/textures/ui/thumbnail_crosshair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/textures/ui/thumbnail_crosshair.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/textures/ui/thumbnail_touch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/textures/ui/thumbnail_touch.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/textures/ui/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PixelAlphas/ARC-UI/ffec6c5b8bfbc102da0088c87544c661c626870f/ArcUI-Index-regular/textures/ui/title.png -------------------------------------------------------------------------------- /ArcUI-Index-regular/ui/_ui_defs.json: -------------------------------------------------------------------------------- 1 | { "ui_defs": [ 2 | // /* - Config Core - */ // 3 | "config.json", 4 | 5 | // /* - Module - */ // 6 | "ui/arcdustry_custom/percentage_template.json", 7 | 8 | // /* - UI System Screens - */ // 9 | ".aui/.aui-system/.ui-screens/.aui-about_section/.aui-about_section.json", 10 | ".aui/.aui-system/.ui-screens/.aui-about_section/.aui-config_section.json", 11 | ".aui/.aui-system/.ui-screens/.aui-about_section/.aui-changelog_section.json", 12 | ".aui/.aui-system/.ui-screens/.aui-play_section/.aui-world_section.json", 13 | ".aui/.aui-system/.ui-screens/.aui-play_section/.aui-friend_section.json", 14 | ".aui/.aui-system/.ui-screens/.aui-play_section/.aui-server_section.json", 15 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-about_panel.json", 16 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-account_panel.json", 17 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-accessibility_panel.json", 18 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-creator_panel.json", 19 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-general_panel.json", 20 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-lang_panel.json", 21 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-htp_panel.json", 22 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-sound_panel.json", 23 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-video_panel.json", 24 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-km_control.json", 25 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-gamepad_control.json", 26 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-touch_control.json", 27 | ".aui/.aui-system/.ui-screens/.aui-setting_section/.aui-content_log.json", 28 | ".aui/.aui-system/.ui-screens/.aui-about_ui_screen.json", 29 | ".aui/.aui-system/.ui-screens/.aui-chat_screen.json", 30 | ".aui/.aui-system/.ui-screens/.aui-content_log.json", 31 | ".aui/.aui-system/.ui-screens/.aui-setting_screen.json", 32 | ".aui/.aui-system/.ui-screens/.aui-start_screen.json", 33 | ".aui/.aui-system/.ui-screens/.aui-safe_zone_screen.json", 34 | ".aui/.aui-system/.ui-screens/.aui-online_safety_screen.json", 35 | ".aui/.aui-system/.ui-screens/.aui-play_screen.json", 36 | ".aui/.aui-system/.ui-screens/.aui-loading_screen.json", 37 | ".aui/.aui-system/.ui-screens/.aui-play_high_ping_screen.json", 38 | ".aui/.aui-system/.ui-screens/.aui-pause_screen.json", 39 | ".aui/.aui-system/.ui-screens/.aui-pause_screen_compact.json", 40 | 41 | // /* - UI System Templates 42 | ".aui/.aui-system/.ui-templates/.aui-config_loader.json", 43 | ".aui/.aui-system/.ui-templates/.aui-anim.json", 44 | ".aui/.aui-system/.ui-templates/.aui-common.json", 45 | ".aui/.aui-system/.ui-templates/.aui-button.json", 46 | ".aui/.aui-system/.ui-templates/.aui-toggle.json" 47 | 48 | ]} 49 | -------------------------------------------------------------------------------- /ArcUI-Index-regular/ui/arcdustry_custom/percentage_template.json: -------------------------------------------------------------------------------- 1 | { "namespace": "arcdustry-percentage", 2 | "texture_ratio_percentage": { 3 | "type": "label", 4 | "color": [ 0.7450, 0.6470, 0.9568 ], 5 | "text": "$label", 6 | "$percentage_text_binding_name|default": "", 7 | "$percentage_text_binding_type|default": "none", 8 | "bindings": [ 9 | { "binding_name": "$percentage_text_binding_name", 10 | "binding_type": "$percentage_text_binding_type" 11 | }, 12 | { "binding_type": "view", 13 | "source_property_name": "(( 1 - $percentage_text_binding_name ) = $max ) or (((1 - $percentage_text_binding_name) > $min ) and ((1 - $percentage_text_binding_name) < $max )))", 14 | "target_property_name": "#visible" 15 | }]}, 16 | "label_template": { "type": "label" }, 17 | "texture_ratio_percentage_with_outline@arcdustry-percentage.texture_ratio_percentage": { 18 | "controls": [ 19 | { "shadow01@label_template": { 20 | "text": "$label", 21 | "color": [ 0.2156, 0.0941, 0.4078 ], 22 | "offset": [ -1, 0 ], 23 | "layer": -2 24 | }}, 25 | { "shadow02@label_template": { 26 | "text": "$label", 27 | "color": [ 0.2156, 0.0941, 0.4078 ], 28 | "offset": [ 1, 0 ], 29 | "layer": -2 30 | }}, 31 | { "shadow03@label_template": { 32 | "text": "$label", 33 | "color": [ 0.2156, 0.0941, 0.4078 ], 34 | "offset": [ 0, -1 ], 35 | "layer": -2 36 | }}, 37 | { "shadow04@label_template": { 38 | "text": "$label", 39 | "color": [ 0.2156, 0.0941, 0.4078 ], 40 | "offset": [ 0, 1 ], 41 | "layer": -2 42 | }} 43 | ]}, 44 | "progress_text_label": { 45 | "controls": [ 46 | { "shadow01@progress_text_label_template": { 47 | "color": [ 0.2156, 0.0941, 0.4078 ], 48 | "offset": [ -1, 0 ], 49 | "layer": -2 50 | }}, 51 | { "shadow02@progress_text_label_template": { 52 | "color": [ 0.2156, 0.0941, 0.4078 ], 53 | "offset": [ 1, 0 ], 54 | "layer": -2 55 | }}, 56 | { "shadow03@progress_text_label_template": { 57 | "color": [ 0.2156, 0.0941, 0.4078 ], 58 | "offset": [ 0, -1 ], 59 | "layer": -2 60 | }}, 61 | { "shadow04@progress_text_label_template": { 62 | "color": [ 0.2156, 0.0941, 0.4078 ], 63 | "offset": [ 0, 1 ], 64 | "layer": -2 65 | }} 66 | ]}} -------------------------------------------------------------------------------- /ArcUI-Index-regular/ui/content_log_history_screen.json: -------------------------------------------------------------------------------- 1 | { "namespace": "content_log_history", 2 | "content_log_history_screen@common.base_screen": { 3 | "$screen_content": "aui-content_log.root_contents", 4 | "$screen_bg_content": "aui-common.menu_screen_background", 5 | "button_mappings": [ 6 | { "from_button_id": "button.menu_cancel", 7 | "to_button_id": "button.menu_exit", 8 | "mapping_type": "global" 9 | }], 10 | "$screen_animations": [ 11 | "@common.screen_exit_animation_push_fade", 12 | "@common.screen_exit_animation_pop_fade", 13 | "@common.screen_entrance_animation_push_fade", 14 | "@common.screen_entrance_animation_pop_fade" 15 | ] 16 | }} -------------------------------------------------------------------------------- /ArcUI-Index-regular/ui/inventory_screen.json: -------------------------------------------------------------------------------- 1 | { 2 | "recipe_inventory_screen_content": { 3 | "modifications": [ 4 | { "array_name": "controls", 5 | "operation": "insert_front", 6 | "value": [ 7 | { "hud_actionbar_text_area": { 8 | "type": "panel", 9 | "anchor_to": "right_middle", 10 | "anchor_from": "right_middle", 11 | "factory": { 12 | "name": "hud_actionbar_text_factory", 13 | "control_ids": { 14 | "hud_actionbar_text": "hud_actionbar_text@hud.hud_actionbar_text" 15 | } 16 | } 17 | }}, 18 | { 19 | "test_text": { 20 | "type": "label", 21 | "anchor_to": "bottom_middle", 22 | "anchor_from": "bottom_middle", 23 | "text": "TEST TEXT YOU MORONS" 24 | } 25 | } 26 | ]} 27 | ]} 28 | } -------------------------------------------------------------------------------- /ArcUI-Index-regular/ui/online_safety_screen.json: -------------------------------------------------------------------------------- 1 | { 2 | "online_safety_screen@common.base_screen": { 3 | "force_render_below": false, 4 | "should_be_skipped_during_automation": true, 5 | "$screen_content": "aui-online_safety_screen.root_contents", 6 | "$screen_bg_content": "aui-common.menu_screen_background" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /ArcUI-Index-regular/ui/pause_screen.json: -------------------------------------------------------------------------------- 1 | { 2 | "pause_screen": { 3 | "$screen_content": "aui-pause_screen.root_contents", 4 | "$screen_bg_content": "aui-common.screen_background", 5 | "variables": [] 6 | } 7 | } -------------------------------------------------------------------------------- /ArcUI-Index-regular/ui/play_screen.json: -------------------------------------------------------------------------------- 1 | { 2 | "play_screen@common.base_screen": { 3 | "$screen_content": "aui-play_screen.root_contents", 4 | "$screen_bg_content": "aui-common.menu_screen_background", 5 | "$world_picker_screen": false, 6 | "$screen_animations": [ 7 | "@common.screen_exit_animation_push_fade", 8 | "@common.screen_exit_animation_pop_fade", 9 | "@common.screen_entrance_animation_push_fade", 10 | "@common.screen_entrance_animation_pop_fade" 11 | ] 12 | } 13 | } -------------------------------------------------------------------------------- /ArcUI-Index-regular/ui/progress_screen.json: -------------------------------------------------------------------------------- 1 | { 2 | "overworld_loading_progress_screen": { "$screen_bg_content": "aui-loading_screen.overworld_loading_background_core", "$screen_content": "aui-loading_screen.world_convert_modal_progress_screen_otherworld_content", "$progress_title_text": "arc-ui.loadingscreen.overworld"}, 3 | "nether_loading_progress_screen": { "$screen_bg_content": "aui-loading_screen.nether_loading_background_core", "$screen_content": "aui-loading_screen.world_convert_modal_progress_screen_otherworld_content", "$progress_title_text": "arc-ui.loadingscreen.nether"}, 4 | "theend_loading_progress_screen": { "$screen_bg_content": "aui-loading_screen.theend_loading_background_core", "$screen_content": "aui-loading_screen.world_convert_modal_progress_screen_otherworld_content", "$progress_title_text": "arc-ui.loadingscreen.end"}, 5 | "world_convert_modal_progress_screen": { "$screen_content": "aui-loading_screen.world_convert_modal_progress_screen_content"}, 6 | "realms_loading_progress_screen": { "$screen_content": "aui-loading_screen.world_modal_progress_panel", "$screen_bg_content": "common.empty_panel", "$use_custom_panorama": "(not $is_holographic)"}, 7 | "world_loading_progress_screen": { "$screen_content": "aui-loading_screen.world_convert_modal_progress_screen_content", "$screen_bg_content": "aui-common.menu_screen_background", "$use_custom_panorama": "(not $is_holographic)"}, 8 | 9 | "modal_progress_screen": { "$screen_content": "aui-loading_screen.modal_screen_content", "$screen_bg_content": "aui-common.menu_screen_background", "$is_full_screen_layout": true}, 10 | "world_saving_progress_screen": { "$screen_content":"aui-loading_screen.world_save_modal_progress_screen_content", "$screen_bg_content": "aui-common.menu_screen_background", "$progress_title_text": "menu.saving", "$use_custom_panorama": "(not $is_holographic)"}, 11 | "gamepad_helpers": { "anchor_from": "top_left", "anchor_to": "top_left", "offset": [ 0, 32 ]}, 12 | "title_panel_content": { "ignored": true, "$splash_text_visible": false, "layer": -2} 13 | } -------------------------------------------------------------------------------- /ArcUI-Index-regular/ui/resource_packs_screen.json: -------------------------------------------------------------------------------- 1 | { 2 | "resource_packs_section_toggle_base@common_toggles.light_ui_toggle": { 3 | "$button_size_override": [ "100%", "100% + 1px" ], 4 | "$default_border_visible": false, 5 | "$hover_border_visible": false, 6 | "$button_image_fill": true, 7 | "$default_checked_text_color": "$light_button_pressed_text_color", 8 | "$default_text_color": "$light_button_pressed_text_color", 9 | "$default_texture": ".aui/.aui-assets/buttons/global/black_button", 10 | "$hover_texture": ".aui/.aui-assets/buttons/global/black_button_hover", 11 | "$pressed_texture": ".aui/.aui-assets/buttons/global/black_button_pressed", 12 | "$pressed_no_hover_texture": ".aui/.aui-assets/buttons/global/black_button_pressed" 13 | }, 14 | "resource_packs_toggle_button_control/icon_border": { 15 | "size": [ 22, 22 ] 16 | }, 17 | "resource_packs_toggle_button_control/cycling_icon": { 18 | "size": [ 20, 20 ] 19 | } 20 | } -------------------------------------------------------------------------------- /ArcUI-Index-regular/ui/safe_zone_screen.json: -------------------------------------------------------------------------------- 1 | { 2 | "safe_zone_screen": { 3 | "should_be_skipped_during_automation": true, 4 | "controls": [ 5 | { "screencontent@aui-safe_zone_screen.root_contents": {}}, 6 | { "screenbgcontent@aui-common.menu_screen_background": {}} 7 | ] 8 | } 9 | } -------------------------------------------------------------------------------- /ArcUI-Index-regular/ui/settings_screen.json: -------------------------------------------------------------------------------- 1 | { 2 | "settings_screen_base@settings_common.screen_base": { 3 | "$selector_stack_panel": "aui-setting_screen.selector_stack_panel", 4 | "$section_content_panels": "aui-setting_screen.section_content_panels", 5 | "$section_header_panels": "aui-setting_screen.section_header_panels", 6 | "$section_footer_panels": "aui-setting_screen.section_footer_panels", 7 | "$screen_animations": [ 8 | "@common.screen_exit_animation_push_fade", 9 | "@common.screen_exit_animation_pop_fade", 10 | "@common.screen_entrance_animation_push_fade", 11 | "@common.screen_entrance_animation_pop_fade" 12 | ] 13 | } 14 | } -------------------------------------------------------------------------------- /ArcUI-Index-regular/ui/settings_sections/settings_common.json: -------------------------------------------------------------------------------- 1 | { "namespace": "settings_common", 2 | "option_toggle_control": { 3 | "size": [ "100%", "100%c" ], 4 | "$unchecked_control": "aui-toggle.option_toggle_off", 5 | "$checked_control": "aui-toggle.option_toggle_on", 6 | "$unchecked_hover_control": "aui-toggle.option_toggle_off_hover", 7 | "$checked_hover_control": "aui-toggle.option_toggle_on_hover", 8 | "$unchecked_locked_control": "aui-toggle.option_toggle_off_locked", 9 | "$unchecked_locked_hover_control": "aui-toggle.option_toggle_off_locked", 10 | "$checked_locked_control": "aui-toggle.option_toggle_on_locked", 11 | "$checked_locked_hover_control": "aui-toggle.option_toggle_on_locked" 12 | }, 13 | "option_generic_core": { 14 | "$label_offset": [ 0, 1 ] 15 | }, 16 | "option_generic_core/one_line_layout": { 17 | "modifications": [ 18 | { "array_name": "controls", 19 | "control_name": "option_descriptive_text", 20 | "operation": "insert_before", 21 | "value": [ 22 | { "pudding01": { 23 | "type": "panel", 24 | "size": [ 1, 4 ] 25 | }} 26 | ]} 27 | ]}, 28 | "dynamic_dialog_screen@common.base_screen": { 29 | "type": "screen", 30 | "cache_screen": false, 31 | "button_mappings": [ 32 | { "from_button_id": "button.menu_cancel", "to_button_id": "button.menu_exit", "mapping_type": "global" }, 33 | { "from_button_id": "button.menu_tab_left", "to_button_id": "button.menu_tab_left", "mapping_type": "global", "scope": "view" }, 34 | { "from_button_id": "button.menu_tab_right", "to_button_id": "button.menu_tab_right", "mapping_type": "global", "scope": "view" } 35 | ], 36 | "variables": [ 37 | { "requires": "($is_realm_slot or $realm_no_world_edit)", "$screen_background_control": "realms_slots.realms_background" } 38 | ], 39 | "$screen_content": "aui-setting_screen.root_contents", 40 | "$header_bar_control": "common.empty_panel", 41 | "$header_safezone_control": "common.empty_panel", 42 | "$screen_bg_content": "aui-common.menu_screen_background", 43 | "$is_full_screen_layout": false 44 | }, 45 | "screen_base": { 46 | "$dialog_content": "aui-setting_screen.dialog_content" 47 | }} -------------------------------------------------------------------------------- /ArcUI-Index-regular/ui/start_screen.json: -------------------------------------------------------------------------------- 1 | { "start_screen": { 2 | "$screen_content": "aui-start_screen.root_contents", 3 | "$screen_bg_content": "aui-common.screen_background", 4 | "button_mappings": [ 5 | { "from_button_id": "button.menu_cancel", 6 | "to_button_id": "button.menu_exit", 7 | "mapping_type": "global" 8 | }, 9 | { "ignored": "(not $nx_os)", 10 | "from_button_id": "button.controller_select", 11 | "to_button_id": "button.menu_offline", 12 | "mapping_type": "global" 13 | }, 14 | { "ignored": "(not $can_swap_vr_mode)", 15 | "from_button_id": "button.controller_secondary_select", 16 | "to_button_id": "button.menu_swap_vr_mode", 17 | "mapping_type": "global" 18 | }, 19 | { "ignored": "(not $can_swap_vr_mode)", 20 | "from_button_id": "button.menu_swap_vr_mode", 21 | "to_button_id": "button.menu_swap_vr_mode", 22 | "mapping_type": "global" 23 | }] 24 | }} 25 | -------------------------------------------------------------------------------- /ArcUI-Index-regular/ui/tabbed_upsell_screen.json: -------------------------------------------------------------------------------- 1 | { "tabbed_upsell_screen": { 2 | "force_render_below": false, 3 | "load_screen_immediately": true, 4 | "$use_loading_bars": false, 5 | "$screen_content": "aui-about_ui.root_contents", 6 | "$screen_bg_content": "aui-common.menu_screen_background" 7 | }} -------------------------------------------------------------------------------- /ArcUI-Index-regular/ui/trade_2_screen.json: -------------------------------------------------------------------------------- 1 | { "namespace": "trade2", 2 | "tier_stack_panel": { 3 | "modifications": [ 4 | { "array_name": "bindings", 5 | "operation": "remove", 6 | "where": { "binding_name": "#tier_visible" } 7 | }]}, 8 | "hover_button": { 9 | "modifications": [ 10 | { "array_name": "bindings", 11 | "operation": "remove", 12 | "where": { "binding_name": "(not #using_touch)" } 13 | }]}, 14 | "top_half_stack_panel/how_to_play_button_holder": { 15 | "modifications": [ 16 | { "control_name": "how_to_play_button", "operation": "remove" } 17 | ]}, 18 | "trade_icons@trade2.toggle_content": { 19 | "offset": [0, 4], 20 | "$template_toggle": "trade2.toggle_content", 21 | "layer": 11 22 | }, 23 | "trade_toggle_holder": { 24 | "size": ["100%", "60%c - 1px"], 25 | "modifications": [ 26 | { "array_name": "controls", 27 | "operation": "insert_back", 28 | "value": [ 29 | { "trade_icons@trade2.trade_icons": { 30 | "anchor_to": "top_middle", 31 | "anchor_from": "top_middle" 32 | }} 33 | ]} 34 | ]}} -------------------------------------------------------------------------------- /ArcUI-Index-regular/ui/trade_2_screen_pocket.json: -------------------------------------------------------------------------------- 1 | { "namespace": "trade2_pocket", 2 | "trade_and_help_buttons/how_to_play_button_holder": { 3 | "modifications": [ 4 | { "control_name": "how_to_play_button", "operation": "remove" } 5 | ]}} -------------------------------------------------------------------------------- /ArcUI-Index-regular/ui/win10_trial_conversion_screen.json: -------------------------------------------------------------------------------- 1 | { "win10_trial_conversion_screen": { 2 | "$screen_content": "aui-about_ui.root_contents", 3 | "$screen_bg_content": "aui-common.menu_screen_background" 4 | }} -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | Creative Commons Legal Code 2 | 3 | CC0 1.0 Universal 4 | 5 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE 6 | LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN 7 | ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS 8 | INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES 9 | REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS 10 | PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM 11 | THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED 12 | HEREUNDER. 13 | 14 | Statement of Purpose 15 | 16 | The laws of most jurisdictions throughout the world automatically confer 17 | exclusive Copyright and Related Rights (defined below) upon the creator 18 | and subsequent owner(s) (each and all, an "owner") of an original work of 19 | authorship and/or a database (each, a "Work"). 20 | 21 | Certain owners wish to permanently relinquish those rights to a Work for 22 | the purpose of contributing to a commons of creative, cultural and 23 | scientific works ("Commons") that the public can reliably and without fear 24 | of later claims of infringement build upon, modify, incorporate in other 25 | works, reuse and redistribute as freely as possible in any form whatsoever 26 | and for any purposes, including without limitation commercial purposes. 27 | These owners may contribute to the Commons to promote the ideal of a free 28 | culture and the further production of creative, cultural and scientific 29 | works, or to gain reputation or greater distribution for their Work in 30 | part through the use and efforts of others. 31 | 32 | For these and/or other purposes and motivations, and without any 33 | expectation of additional consideration or compensation, the person 34 | associating CC0 with a Work (the "Affirmer"), to the extent that he or she 35 | is an owner of Copyright and Related Rights in the Work, voluntarily 36 | elects to apply CC0 to the Work and publicly distribute the Work under its 37 | terms, with knowledge of his or her Copyright and Related Rights in the 38 | Work and the meaning and intended legal effect of CC0 on those rights. 39 | 40 | 1. Copyright and Related Rights. A Work made available under CC0 may be 41 | protected by copyright and related or neighboring rights ("Copyright and 42 | Related Rights"). Copyright and Related Rights include, but are not 43 | limited to, the following: 44 | 45 | i. the right to reproduce, adapt, distribute, perform, display, 46 | communicate, and translate a Work; 47 | ii. moral rights retained by the original author(s) and/or performer(s); 48 | iii. publicity and privacy rights pertaining to a person's image or 49 | likeness depicted in a Work; 50 | iv. rights protecting against unfair competition in regards to a Work, 51 | subject to the limitations in paragraph 4(a), below; 52 | v. rights protecting the extraction, dissemination, use and reuse of data 53 | in a Work; 54 | vi. database rights (such as those arising under Directive 96/9/EC of the 55 | European Parliament and of the Council of 11 March 1996 on the legal 56 | protection of databases, and under any national implementation 57 | thereof, including any amended or successor version of such 58 | directive); and 59 | vii. other similar, equivalent or corresponding rights throughout the 60 | world based on applicable law or treaty, and any national 61 | implementations thereof. 62 | 63 | 2. Waiver. To the greatest extent permitted by, but not in contravention 64 | of, applicable law, Affirmer hereby overtly, fully, permanently, 65 | irrevocably and unconditionally waives, abandons, and surrenders all of 66 | Affirmer's Copyright and Related Rights and associated claims and causes 67 | of action, whether now known or unknown (including existing as well as 68 | future claims and causes of action), in the Work (i) in all territories 69 | worldwide, (ii) for the maximum duration provided by applicable law or 70 | treaty (including future time extensions), (iii) in any current or future 71 | medium and for any number of copies, and (iv) for any purpose whatsoever, 72 | including without limitation commercial, advertising or promotional 73 | purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each 74 | member of the public at large and to the detriment of Affirmer's heirs and 75 | successors, fully intending that such Waiver shall not be subject to 76 | revocation, rescission, cancellation, termination, or any other legal or 77 | equitable action to disrupt the quiet enjoyment of the Work by the public 78 | as contemplated by Affirmer's express Statement of Purpose. 79 | 80 | 3. Public License Fallback. Should any part of the Waiver for any reason 81 | be judged legally invalid or ineffective under applicable law, then the 82 | Waiver shall be preserved to the maximum extent permitted taking into 83 | account Affirmer's express Statement of Purpose. In addition, to the 84 | extent the Waiver is so judged Affirmer hereby grants to each affected 85 | person a royalty-free, non transferable, non sublicensable, non exclusive, 86 | irrevocable and unconditional license to exercise Affirmer's Copyright and 87 | Related Rights in the Work (i) in all territories worldwide, (ii) for the 88 | maximum duration provided by applicable law or treaty (including future 89 | time extensions), (iii) in any current or future medium and for any number 90 | of copies, and (iv) for any purpose whatsoever, including without 91 | limitation commercial, advertising or promotional purposes (the 92 | "License"). The License shall be deemed effective as of the date CC0 was 93 | applied by Affirmer to the Work. Should any part of the License for any 94 | reason be judged legally invalid or ineffective under applicable law, such 95 | partial invalidity or ineffectiveness shall not invalidate the remainder 96 | of the License, and in such case Affirmer hereby affirms that he or she 97 | will not (i) exercise any of his or her remaining Copyright and Related 98 | Rights in the Work or (ii) assert any associated claims and causes of 99 | action with respect to the Work, in either case contrary to Affirmer's 100 | express Statement of Purpose. 101 | 102 | 4. Limitations and Disclaimers. 103 | 104 | a. No trademark or patent rights held by Affirmer are waived, abandoned, 105 | surrendered, licensed or otherwise affected by this document. 106 | b. Affirmer offers the Work as-is and makes no representations or 107 | warranties of any kind concerning the Work, express, implied, 108 | statutory or otherwise, including without limitation warranties of 109 | title, merchantability, fitness for a particular purpose, non 110 | infringement, or the absence of latent or other defects, accuracy, or 111 | the present or absence of errors, whether or not discoverable, all to 112 | the greatest extent permissible under applicable law. 113 | c. Affirmer disclaims responsibility for clearing rights of other persons 114 | that may apply to the Work or any use thereof, including without 115 | limitation any person's Copyright and Related Rights in the Work. 116 | Further, Affirmer disclaims responsibility for obtaining any necessary 117 | consents, permissions or other rights required for any use of the 118 | Work. 119 | d. Affirmer understands and acknowledges that Creative Commons is not a 120 | party to this document and has no duty or obligation with respect to 121 | this CC0 or use of the Work. 122 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## ARC-UI 2 | A reskinned bedrock's vanilla UI to have controller feelings! 3 | 4 | ARC-UI is essentially a reskin of bedrock's vanilla UI to have faithful feelings if minecraft should be a console game. This UI pack is inspired from Valve's source game with steam deck UI 5 | 6 | ## What's in it? 7 | * A full customizable configuration supports 8 | * Usable controls supports 9 | * Better visuals and style, better with any resource packs on top of it! 10 | * Keeping Vanilla as possible 11 | * Low-end supports, with pretty decent optimization 12 | * Developed in mobile 13 | 14 | ## Goal of this 15 | * Better interface with controller in mind 16 | * Configurations for customizations, alongside with beginners supports so don't worry if you can't change or do it. 17 | * Making interface more friendly as possible, make it like. how you used to interact games on a tablet or portable devices, or how bedrock was used to be. 18 | 19 | **__Usage Conditions__** 20 | 21 | **You are permitted to:** 22 | 23 | - Look at the code and learn how it works, with ton of concepts is there. (Open-source'd in github!) 24 | - Make use as it's base with credits. 25 | - Make and share customized "config.json" file to other people, I.e making theme color of your respective and aesthetic. 26 | - Change UI code and use it as private use. 27 | 28 | **You are NOT permitted to:** 29 | 30 | - Negate the accreditation of the original author. 31 | - Paste the shortest link with ads and making profit out of it, negating the MCPEDL and Github page. 32 | - Take the Arcdustry-UI/Arc-UI every assets and reupload them without author's permission 33 | - thermonuclear war, or you getting fired because the alarm app failed. ( a joke ) 34 | 35 | ARC-UI/Arcdustry-UI is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License by Arcdustry. --------------------------------------------------------------------------------