Track LocalMods as part of monolith

This commit is contained in:
2026-06-08 18:50:16 +03:00
parent 143f2fed7c
commit 1b214b44c2
1287 changed files with 139255 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<style>
<!-- General Settings -->
<SettingsMenuTab.General color="169,212,187,255" hovercolor="220,220,220,255" selectedcolor="255,255,255,255" pressedcolor="100,100,100,255" disabledcolor="125,125,125,125">
<Sprite name="SettingsMenuTab.General" texture="Content/UI/InventoryUIAtlas.png" sourcerect="435,540,64,64" tile="false" maintainaspectratio="true" origin="0.5,0.5" />
</SettingsMenuTab.General>
<!-- Pirate Settings -->
<SettingsMenuTab.PirateOutpost color="169,212,187,255" hovercolor="220,220,220,255" selectedcolor="255,255,255,255" pressedcolor="100,100,100,255" disabledcolor="125,125,125,125">
<Sprite name="SettingsMenuTab.PirateOutpost" texture="Content/UI/InventoryUIAtlas.png" sourcerect="369,606,64,64" tile="false" maintainaspectratio="true" origin="0.5,0.5" />
</SettingsMenuTab.PirateOutpost>
<!-- Debug Settings -->
<SettingsMenuTab.Debug color="169,212,187,255" hovercolor="220,220,220,255" selectedcolor="255,255,255,255" pressedcolor="100,100,100,255" disabledcolor="125,125,125,125">
<Sprite name="SettingsMenuTab.Debug" texture="Content/UI/SettingsMenuAtlas.png" sourcerect="128,130,64,64" tile="false" maintainaspectratio="true" origin="0.5,0.5" />
</SettingsMenuTab.Debug>
</style>