режим предателя + UI референсы и DragonUI

This commit is contained in:
2026-04-09 02:05:29 +04:00
parent 1109d19bb5
commit e8f1ae4ab9
397 changed files with 202750 additions and 37 deletions
+21
View File
@@ -0,0 +1,21 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
<Script file="UIErrorsFrame.lua"/>
<MessageFrame name="UIErrorsFrame" displayDuration="5" insertMode="TOP" parent="UIParent" frameStrata="HIGH" toplevel="true">
<Size>
<AbsDimension x="512" y="60"/>
</Size>
<Anchors>
<Anchor point="TOP">
<Offset>
<AbsDimension x="0" y="-122"/> <!--If you change this, make sure to change the dynamic positioning in BarberShopUI.xml -->
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad function="UIErrorsFrame_OnLoad"/>
<OnEvent function="UIErrorsFrame_OnEvent"/>
</Scripts>
<FontString inherits="ErrorFont" justifyH="CENTER"/>
</MessageFrame>
</Ui>