Upload from upload_mods.ps1

This commit is contained in:
Nathaniel Cosford
2025-06-04 16:16:46 +09:30
commit 78abcd79dd
20 changed files with 1000 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<configs name="XUi_Menu/windows.xml">
<setattribute xpath="/windows/window[@name='optionsControls']/rect[@name='tabs']/rect[@name='controlTemplate']" name="depth">3</setattribute>
<remove xpath="/windows/window[@name='optionsControls']/rect[@name='tabs']/rect[@name='tabsContents']/rect[not(@*)]"/>
<insertBefore xpath="/windows/window[@name='optionsControls']/rect[@name='tabs']/rect[@name='tabsContents']/rect[@tab_key='xuiOptionsControlsController']">
<custom_option_control_page/>
<custom_option_control_page/>
<custom_option_control_page/>
<custom_option_control_page/>
<custom_option_control_page/>
<custom_option_control_page/>
<custom_option_control_page/>
<custom_option_control_page/>
</insertBefore>
</configs>