Upload from upload_mods.ps1
This commit is contained in:
25
Config/XUi/windows.xml
Normal file
25
Config/XUi/windows.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<configs>
|
||||
<setattribute xpath="/windows/window[@name='toolTip']/rect/label[@name='lblText']" name="effect">outline</setattribute>
|
||||
<setattribute xpath="/windows/window[@name='toolTip']/rect/label[@name='lblText']" name="effect_color">[black]</setattribute>
|
||||
<setattribute xpath="/windows/window[@name='toolTip']/rect/label[@name='lblText']" name="effect_distance">1,1</setattribute>
|
||||
|
||||
<setattribute xpath="/windows/window[@name='interactionPrompt']/label[@name='lblText']" name="effect">outline</setattribute>
|
||||
<setattribute xpath="/windows/window[@name='interactionPrompt']/label[@name='lblText']" name="effect_color">[black]</setattribute>
|
||||
<setattribute xpath="/windows/window[@name='interactionPrompt']/label[@name='lblText']" name="effect_distance">1,1</setattribute>
|
||||
|
||||
<setattribute xpath="/windows/window[@name='windowCompass']//sprite[@visible='{showtime}']/label" name="effect_color">[black]</setattribute>
|
||||
<setattribute xpath="/windows/window[@name='windowCompass']//sprite[@visible='{showtime}']/label" name="effect_distance">1,1</setattribute>
|
||||
|
||||
<setattribute xpath="/windows/window[@name='windowQuestTracker']//label" name="effect">outline</setattribute>
|
||||
<setattribute xpath="/windows/window[@name='windowQuestTracker']//label" name="effect_color">[black]</setattribute>
|
||||
<setattribute xpath="/windows/window[@name='windowQuestTracker']//label" name="effect_distance">1,1</setattribute>
|
||||
|
||||
<setattribute xpath="/windows//label[@name='durabilityValue']" name="effect">outline</setattribute>
|
||||
<setattribute xpath="/windows//label[@name='durabilityValue']" name="effect_color">[black]</setattribute>
|
||||
<setattribute xpath="/windows//label[@name='durabilityValue']" name="effect_distance">1,1</setattribute>
|
||||
|
||||
<!-- STOP USING UPPERCASED MESSAGE! -->
|
||||
<setattribute xpath="/windows/window[@name='toolTipPopups']/label" name="upper_case">
|
||||
false
|
||||
</setattribute>
|
||||
</configs>
|
||||
Reference in New Issue
Block a user