Start with the default
This commit is contained in:
Executable
+75
@@ -0,0 +1,75 @@
|
||||
<?xml version = "1.0"?>
|
||||
<XML ID = "EQInterfaceDefinitionLanguage">
|
||||
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
|
||||
|
||||
<StaticAnimation item = "CMPW_Overlay">
|
||||
<ScreenID>CompassOverlay</ScreenID>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>0</X>
|
||||
<Y>0</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>98</CX>
|
||||
<CY>24</CY>
|
||||
</Size>
|
||||
<Animation>A_CompassOverlay</Animation>
|
||||
</StaticAnimation>
|
||||
|
||||
<StaticAnimation item = "CMPW_Strip1">
|
||||
<ScreenID>CompassStrip1</ScreenID>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>0</X>
|
||||
<Y>0</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>180</CX>
|
||||
<CY>24</CY>
|
||||
</Size>
|
||||
<Animation>A_CompassStrip</Animation>
|
||||
</StaticAnimation>
|
||||
|
||||
<StaticAnimation item = "CMPW_Strip2">
|
||||
<ScreenID>CompassStrip2</ScreenID>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>0</X>
|
||||
<Y>0</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>180</CX>
|
||||
<CY>24</CY>
|
||||
</Size>
|
||||
<Animation>A_CompassStrip</Animation>
|
||||
</StaticAnimation>
|
||||
|
||||
<Screen item = "CompassWindow">
|
||||
<!--<ScreenID/>-->
|
||||
<!--<Font/>-->
|
||||
<RelativePosition>false</RelativePosition>
|
||||
<Location>
|
||||
<X>350</X>
|
||||
<Y>0</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>98</CX>
|
||||
<CY>24</CY>
|
||||
</Size>
|
||||
<Style_VScroll>false</Style_VScroll>
|
||||
<Style_HScroll>false</Style_HScroll>
|
||||
<Style_Transparent>false</Style_Transparent>
|
||||
<!--<TooltipReference/>-->
|
||||
<DrawTemplate>WDT_RoundedNoTitle</DrawTemplate>
|
||||
<Style_Titlebar>false</Style_Titlebar>
|
||||
<Style_Closebox>false</Style_Closebox>
|
||||
<Style_Minimizebox>false</Style_Minimizebox>
|
||||
<Style_Border>false</Style_Border>
|
||||
<Style_Sizable>false</Style_Sizable>
|
||||
<Escapable>false</Escapable>
|
||||
<Pieces>CMPW_Strip1</Pieces>
|
||||
<Pieces>CMPW_Strip2</Pieces>
|
||||
<Pieces>CMPW_Overlay</Pieces>
|
||||
</Screen>
|
||||
|
||||
</XML>
|
||||
Reference in New Issue
Block a user