Upload from upload_mods.ps1

This commit is contained in:
Nathaniel Cosford
2025-06-04 16:29:44 +09:30
commit 8ae6e74a43
5 changed files with 49 additions and 0 deletions

13
Config/XUi/windows.xml Normal file
View File

@@ -0,0 +1,13 @@
<configs>
<append xpath="/windows">
<window name="windowLockPicking" width="1000" height="500" panel="Center" controller="PickLocking, RebirthUtils" cursor_area="true" >
<panel name="header" pos="0,-50" height="80" depth="1" backgroundspritename="ui_game_panel_header">
<sprite depth="2" name="windowIcon" style="icon32px" pos="4,-5" sprite="ui_game_symbol_pen"/>
<label style="header.name" text_key="advancedlockpicking_desc" width="800" height="300" font_size="30" overflow="resizefreely"/>
</panel>
</window>
</append>
</configs>