작성자 | SCIILiberty.555 | ||
---|---|---|---|
작성일 | 2010-09-17 20:22:39 KST | 조회 | 544 |
제목 |
템플릿으로 배틀넷 시스템 구현가능? 못믿으시겠죠?
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Desc>
<Frame type="RecipientTooltip" name="RecipientTooltip">
<Insets top="15" left="15" bottom="15" right="15"/>
<Frame type="Image" name="BackgroundImage" template="StandardTemplates/StandardBorderTooltipGame">
<Anchor relative="$parent"/>
</Frame>
<Frame type="Label" name="Label">
<Style val="InternationalTooltip"/>
<Anchor side="Bottom" relative="$parent" pos="Max" offset="-15"/>
<Anchor side="Left" relative="$parent" pos="Min" offset="15"/>
<Options val="NoWrapping"/>
</Frame>
</Frame>
<Frame type="ChatBar" name="ChatBarTemplate">
<Frame type="Image" name="BackgroundImage">
<Anchor relative="$parent"/>
<Texture val="@@UI/ChatBarBorder" layer="0"/>
<TextureType val="Border" layer="0"/>
<Tiled val="true" layer="0"/>
</Frame>
<Frame type="Image" name="RecipientImage">
<Texture val="@@UI/ResourceIconMinerals" layer="0"/>
<TextureType val="Normal" layer="0"/>
<Anchor side="Top" relative="$parent" pos="Min" offset="21"/>
<Anchor side="Left" relative="$parent" pos="Min" offset="24"/>
<Width val="32"/>
<Height val="32"/>
</Frame>
<Frame type="Label" name="RecipientLabel">
<Style val="ChatBarRecipient"/>
<Anchor side="Top" relative="$parent" pos="Min" offset="10"/>
<Anchor side="Left" relative="$parent/RecipientImage" pos="Max" offset="5"/>
<Anchor side="Bottom" relative="$parent" pos="Max" offset="-20"/>
</Frame>
<Frame type="EditBox" name="ChatEditBox">
<Style val="ChatBar"/>
<Anchor side="Top" relative="$parent" pos="Min" offset="18"/>
<Anchor side="Left" relative="$parent/RecipientLabel" pos="Max" offset="5"/>
<Anchor side="Bottom" relative="$parent" pos="Max" offset="-28"/>
<Anchor side="Right" relative="$parent" pos="Max" offset="-24"/>
</Frame>
</Frame>
</Desc>
탬플릿 내용의 일부분입니다.
언듯보기엔 채팅창 의 내용 같은데여
파일의 이름/프레임 네임
이런식으로 템플릿 입력하고
프레임 타입으로 만들기 하면 됩니다.
그다음 부가설정으로 크기, 위치 도 설정해도 되지만
저 내용안에 이미 크기, 위치 설정이 되있다면 안해도 됩니다.
당연히 쉽게 믿을수 없겠지요...
근데 지금 스타2 맛이가서 리페어프로그램 다한다음 한번 시도해보죠
© PlayXP Inc. All Rights Reserved.