⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 earthframetemplate.xml

📁 时间太紧了
💻 XML
字号:
<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">
	<Frame name="EarthFrameTemplate" inherits="EarthObjectTemplate" toplevel="true" virtual="true" movable="true">	
	<!-- Basic Graphics -->
	<HitRectInsets>
		<AbsInset left="0" right="35" top="0" bottom="75"/>
	</HitRectInsets>
	<Layers>
		<Layer level="BACKGROUND">
			<Texture name="$parentMainIcon" file="Interface\LootFrame\LootPanel-Icon.tga">
				<Size>
					<AbsDimension x="64" y="64"/>
				</Size>
				<Anchors>
					<Anchor point="TOPLEFT">
						<Offset>
							<AbsDimension x="4" y="-4"/>
						</Offset>
					</Anchor>
				</Anchors>
			</Texture>
				</Layer>
		<Layer level="ARTWORK">
			<Texture name="$parentTopLeft" file="Interface\PaperDollInfoFrame\UI-Character-General-TopLeft">
				<Size>
					<AbsDimension x="256" y="256"/>
				</Size>
				<Anchors>
					<Anchor point="TOPLEFT"/>
				</Anchors>
			</Texture>
			<Texture name="$parentTopRight" file="Interface\PaperDollInfoFrame\UI-Character-General-TopRight">
				<Size>
					<AbsDimension x="128" y="256"/>
				</Size>
				<Anchors>
					<Anchor point="TOPRIGHT"/>
				</Anchors>
			</Texture>
			<Texture name="$parentBotLeft" file="Interface\PaperDollInfoFrame\UI-Character-General-BottomLeft">
				<Size>
					<AbsDimension x="256" y="256"/>
				</Size>
				<Anchors>
					<Anchor point="BOTTOMLEFT"/>
				</Anchors>
			</Texture>
			<Texture name="$parentBotRight" file="Interface\PaperDollInfoFrame\UI-Character-General-BottomRight">
				<Size>
					<AbsDimension x="128" y="256"/>
				</Size>
				<Anchors>
					<Anchor point="BOTTOMRIGHT"/>
				</Anchors>
			</Texture>
			<FontString name="$parentTitleText" inherits="GameFontHighlight" text="SOME_TITLE">
				<Size>
					<AbsDimension x="300" y="14"/>
				</Size>
				<Anchors>
					<Anchor point="TOP" relativePoint="TOP">
						<Offset>
							<AbsDimension x="0" y="-16"/>
						</Offset>
					</Anchor>
				</Anchors>
			</FontString>
		</Layer>
	</Layers>
		<Frames>
			<Button name="$parentCloseButton" inherits="UIPanelCloseButton">
				<Anchors>
					<Anchor point="TOPRIGHT" relativeTo="$parent" relativePoint="TOPRIGHT">
						<Offset>
							<AbsDimension x="-30" y="-8"/>
						</Offset>
					</Anchor>
				</Anchors>
			</Button>
			<Button name="$parentExitButton" inherits="UIPanelButtonTemplate" text="GLOBAL_EXIT_TAG_C">
				<Size>
					<AbsDimension x="77" y="21"/>
				</Size>
				<Anchors>
					<Anchor point="BOTTOMRIGHT" relativeTo="$parent" relativePoint="BOTTOMRIGHT">
						<Offset>
							<AbsDimension x="-43" y="81"/>
						</Offset>
					</Anchor>
				</Anchors>
				<Scripts>
					<OnClick>
						if ( not this.onClick ) then 
							HideUIPanel(this:GetParent());
						else
							this.onClick();
						end
					</OnClick>
				</Scripts>
			</Button>
			<Frame name="$parentVersion">
				<Size>
					<AbsDimension x="70" y="22"/>
				</Size>
				<Anchors>
					<Anchor point="CENTER" relativeTo="$parent" relativePoint="TOPLEFT">
						<Offset>
							<AbsDimension x="63" y="-420"/>
						</Offset>
					</Anchor>
				</Anchors>
				<Layers>
					<Layer level="BACKGROUND">
						<FontString name="$parentLabel" inherits="GameFontNormalSmall" justifyH="LEFT"/>
						<FontString name="$parentText" inherits="GameFontHighlightSmall" justifyH="RIGHT"/>
					</Layer>	
				</Layers>
			</Frame>
		</Frames>
	</Frame>

</Ui>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -