Start with the default
This commit is contained in:
Executable
+93
@@ -0,0 +1,93 @@
|
||||
<?xml version="1.0" encoding="us-ascii"?>
|
||||
<XML ID="EQInterfaceDefinitionLanguage">
|
||||
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
|
||||
<Gauge item="Casting_Gauge">
|
||||
<ScreenID>Gauge</ScreenID>
|
||||
<!--<Font>3</Font> -->
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>3</X>
|
||||
<Y>19</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>108</CX>
|
||||
<CY>10</CY>
|
||||
</Size>
|
||||
<GaugeOffsetY>0</GaugeOffsetY>
|
||||
<Style_VScroll>false</Style_VScroll>
|
||||
<Style_HScroll>false</Style_HScroll>
|
||||
<Style_Transparent>false</Style_Transparent>
|
||||
<!--<TooltipReference/>-->
|
||||
<FillTint>
|
||||
<R>240</R>
|
||||
<G>0</G>
|
||||
<B>240</B>
|
||||
</FillTint>
|
||||
<LinesFillTint>
|
||||
<R>0</R>
|
||||
<G>0</G>
|
||||
<B>0</B>
|
||||
</LinesFillTint>
|
||||
<DrawLinesFill>false</DrawLinesFill>
|
||||
<EQType>7</EQType>
|
||||
<GaugeDrawTemplate>
|
||||
<Background>A_GaugeBackground</Background>
|
||||
<Fill>A_GaugeFill</Fill>
|
||||
<Lines>A_GaugeLines</Lines>
|
||||
<LinesFill>A_GaugeLinesFill</LinesFill>
|
||||
<EndCapLeft>A_GaugeEndCapLeft</EndCapLeft>
|
||||
<EndCapRight>A_GaugeEndCapRight</EndCapRight>
|
||||
</GaugeDrawTemplate>
|
||||
</Gauge>
|
||||
<Label item="Casting_SpellName">
|
||||
<ScreenID />
|
||||
<EQType>134</EQType>
|
||||
<Font>2</Font>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<AutoStretch>true</AutoStretch>
|
||||
<LeftAnchorOffset>1</LeftAnchorOffset>
|
||||
<TopAnchorOffset>2</TopAnchorOffset>
|
||||
<RightAnchorOffset>-2</RightAnchorOffset>
|
||||
<BottomAnchorOffset>14</BottomAnchorOffset>
|
||||
<TopAnchorToTop>true</TopAnchorToTop>
|
||||
<BottomAnchorToTop>true</BottomAnchorToTop>
|
||||
<LeftAnchorToLeft>true</LeftAnchorToLeft>
|
||||
<RightAnchorToLeft>false</RightAnchorToLeft>
|
||||
<Text />
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<NoWrap>true</NoWrap>
|
||||
<AlignCenter>true</AlignCenter>
|
||||
<AlignRight>false</AlignRight>
|
||||
</Label>
|
||||
<Screen item="CastingWindow">
|
||||
<!--<ScreenID/>-->
|
||||
<!--<Font/>-->
|
||||
<RelativePosition>false</RelativePosition>
|
||||
<Location>
|
||||
<X>290</X>
|
||||
<Y>50</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>140</CX>
|
||||
<CY>60</CY>
|
||||
</Size>
|
||||
<Text>Casting Time</Text>
|
||||
<Style_VScroll>false</Style_VScroll>
|
||||
<Style_HScroll>false</Style_HScroll>
|
||||
<Style_Transparent>false</Style_Transparent>
|
||||
<TooltipReference>The Breath Meter</TooltipReference>
|
||||
<DrawTemplate>WDT_Filigree</DrawTemplate>
|
||||
<Style_Titlebar>true</Style_Titlebar>
|
||||
<Style_Closebox>false</Style_Closebox>
|
||||
<Style_Minimizebox>false</Style_Minimizebox>
|
||||
<Style_Border>true</Style_Border>
|
||||
<Style_Sizable>false</Style_Sizable>
|
||||
<Escapable>false</Escapable>
|
||||
<Pieces>Casting_Gauge</Pieces>
|
||||
<Pieces>Casting_SpellName</Pieces>
|
||||
</Screen>
|
||||
</XML>
|
||||
Reference in New Issue
Block a user