Quellcode durchsuchen

Fix backdrop again and TOC bump

tags/2.1.13-classic
SabinDeus vor 3 Jahren
Ursprung
Commit
913e9125e1
2 geänderte Dateien mit 12 neuen und 3 gelöschten Zeilen
  1. 1
    1
      TurnIn.toc
  2. 11
    2
      TurnIn.xml

+ 1
- 1
TurnIn.toc Datei anzeigen

## Interface: 20501
## Interface: 20503
## X-Compatible-With: 90002 ## X-Compatible-With: 90002
## Title: Turn In ## Title: Turn In
## Notes: Automates the selection of quest and gossip options. ## Notes: Automates the selection of quest and gossip options.

+ 11
- 2
TurnIn.xml Datei anzeigen

</Layer> </Layer>
</Layers> </Layers>
<KeyValues> <KeyValues>
<KeyValue key="backdropInfo" value="BACKDROP_TOOLTIP_16_16_5555" type="global"/>
<KeyValue key="backdropInfo" value="BACKDROP_TUTORIAL_16_16" type="global"/>
</KeyValues> </KeyValues>
<Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true"> <Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
<EdgeSize> <EdgeSize>
</Frame> </Frame>
</Frames> </Frames>
<KeyValues> <KeyValues>
<KeyValue key="backdropInfo" value="BACKDROP_TOOLTIP_16_16_5555" type="global"/>
<KeyValue key="backdropInfo" value="BACKDROP_TUTORIAL_16_16" type="global"/>
</KeyValues> </KeyValues>
<Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true"> <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
<EdgeSize> <EdgeSize>
</Backdrop> </Backdrop>
<Scripts> <Scripts>
<OnLoad> <OnLoad>
self.backdropInfo = {
bgFile = "Interface\\Tooltips\\UI-Tooltip-Background",
edgeFile = "Interface\\Tooltips\\UI-Tooltip-Border",
tile = true,
tileEdge = true,
tileSize = 16,
edgeSize = 16,
insets = { left = 5, right = 5, top = 5, bottom = 5 },
};
self:ApplyBackdrop(); self:ApplyBackdrop();
self:SetBackdropBorderColor(0.6, 0.6, 0.6); self:SetBackdropBorderColor(0.6, 0.6, 0.6);
self:SetBackdropColor(0.2, 0.2, 0.2); self:SetBackdropColor(0.2, 0.2, 0.2);

Laden…
Abbrechen
Speichern