Skip to content

Commit

Permalink
.toc and vanilla xml update to disable warnings about outdated elements
Browse files Browse the repository at this point in the history
  • Loading branch information
AznamirWoW committed Dec 1, 2024
1 parent 6501124 commit 18cb1b9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 67 deletions.
2 changes: 1 addition & 1 deletion PallyPower_Vanilla.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 11504
## Interface: 11505
## Author: Aznamir, Dyaxler, Es, gallantron
## Title: PallyPower Classic
## Version: @project-version@
Expand Down
84 changes: 18 additions & 66 deletions PallyPower_Vanilla.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,9 @@
<Size>
<AbsDimension x = "100" y = "34"/>
</Size>
<Backdrop bgFile = "Interface\Tooltips\UI-Tooltip-Background" edgeFile = "Interface\Tooltips\UI-Tooltip-Border" tile = "true">
<EdgeSize>
<AbsValue val = "8"/>
</EdgeSize>
<TileSize>
<AbsValue val = "8"/>
</TileSize>
<BackgroundInsets>
<AbsInset left = "2" right = "2" top = "3" bottom = "2"/>
</BackgroundInsets>
</Backdrop>
<KeyValues>
<KeyValue key="backdropInfo" value="BACKDROP_TOOLTIP_8_8_1111" type="global" />
</KeyValues>
<Layers>
<Layer level = "OVERLAY">
<Texture name = "$parentIcon" file = "Interface/Icons/Spell_Holy_SealOfFury">
Expand Down Expand Up @@ -83,17 +75,9 @@
<Size>
<AbsDimension x = "100" y = "34"/>
</Size>
<Backdrop bgFile = "Interface\Tooltips\UI-Tooltip-Background" edgeFile = "Interface\Tooltips\UI-Tooltip-Border" tile = "true">
<EdgeSize>
<AbsValue val = "8"/>
</EdgeSize>
<TileSize>
<AbsValue val = "8"/>
</TileSize>
<BackgroundInsets>
<AbsInset left = "2" right = "2" top = "3" bottom = "2"/>
</BackgroundInsets>
</Backdrop>
<KeyValues>
<KeyValue key="backdropInfo" value="BACKDROP_TOOLTIP_8_8_1111" type="global" />
</KeyValues>
<Layers>
<Layer level = "OVERLAY">
<Texture name = "$parentIcon" file = "Interface/Icons/Spell_Holy_DevotionAura">
Expand Down Expand Up @@ -151,17 +135,9 @@
<Size>
<AbsDimension x = "100" y = "34"/>
</Size>
<Backdrop bgFile = "Interface\Tooltips\UI-Tooltip-Background" edgeFile = "Interface\Tooltips\UI-Tooltip-Border" tile = "true">
<EdgeSize>
<AbsValue val = "8"/>
</EdgeSize>
<TileSize>
<AbsValue val = "8"/>
</TileSize>
<BackgroundInsets>
<AbsInset left = "2" right = "2" top = "3" bottom = "2"/>
</BackgroundInsets>
</Backdrop>
<KeyValues>
<KeyValue key="backdropInfo" value="BACKDROP_TOOLTIP_8_8_1111" type="global" />
</KeyValues>
<Layers>
<Layer level = "OVERLAY">
<Texture name = "$parentIcon" file = "Interface\AddOns\PallyPower\Icons\SummonChampion">
Expand Down Expand Up @@ -228,17 +204,9 @@
<Size>
<AbsDimension x = "100" y = "34"/>
</Size>
<Backdrop bgFile = "Interface\Tooltips\UI-Tooltip-Background" edgeFile = "Interface\Tooltips\UI-Tooltip-Border" tile = "true">
<EdgeSize>
<AbsValue val = "8"/>
</EdgeSize>
<TileSize>
<AbsValue val = "8"/>
</TileSize>
<BackgroundInsets>
<AbsInset left = "2" right = "2" top = "2" bottom = "2"/>
</BackgroundInsets>
</Backdrop>
<KeyValues>
<KeyValue key="backdropInfo" value="BACKDROP_TOOLTIP_8_8_1111" type="global" />
</KeyValues>
<Layers>
<Layer level = "OVERLAY">
<FontString name = "$parentTime" inherits = "GameFontHighlightSmall" text = "30:00" justifyH = "RIGHT">
Expand Down Expand Up @@ -327,17 +295,9 @@
<Size>
<AbsDimension x = "100" y = "34"/>
</Size>
<Backdrop bgFile = "Interface\Tooltips\UI-Tooltip-Background" edgeFile = "Interface\Tooltips\UI-Tooltip-Border" tile = "true">
<EdgeSize>
<AbsValue val = "8"/>
</EdgeSize>
<TileSize>
<AbsValue val = "8"/>
</TileSize>
<BackgroundInsets>
<AbsInset left = "2" right = "2" top = "2" bottom = "2"/>
</BackgroundInsets>
</Backdrop>
<KeyValues>
<KeyValue key="backdropInfo" value="BACKDROP_TOOLTIP_8_8_1111" type="global" />
</KeyValues>
<Layers>
<Layer level = "OVERLAY">
<FontString name = "$parentRng" inherits = "GameFontHighlightSmall" text = "R" justifyH = "RIGHT">
Expand Down Expand Up @@ -1512,17 +1472,9 @@
</Offset>
</Anchor>
</Anchors>
<Backdrop bgFile = "Interface\CharacterFrame\UI-Party-Background" edgeFile = "Interface\Tooltips\UI-Tooltip-Border" tile = "true">
<EdgeSize>
<AbsValue val = "16"/>
</EdgeSize>
<TileSize>
<AbsValue val = "16"/>
</TileSize>
<BackgroundInsets>
<AbsInset left = "5" right = "5" top = "5" bottom = "5"/>
</BackgroundInsets>
</Backdrop>
<KeyValues>
<KeyValue key="backdropInfo" value="BACKDROP_TOOLTIP_8_8_1111" type="global" />
</KeyValues>
<Frames>
<Button name = "$parentTitle">
<Size>
Expand Down

0 comments on commit 18cb1b9

Please sign in to comment.