작성자 | 상하이조 | ||
---|---|---|---|
작성일 | 2011-06-08 23:48:19 KST | 조회 | 491 |
제목 |
사용자 지정 UI 만들기에서
|
Cube219님이 올려주신 강좌에서 질문드릴게요
제가 CommandPanel을 손보려고 하는데
기존에 쓰셨던 강좌와 혼동이 뭔가 되네요 ;;
<Frame type="MinimapPanel" name="GameUI/UIContainer/ConsoleUIContainer/MinimapPanel" file="GameUI">
</Frame>
부분을
<Frame type="CommandPanel" name="GameUI/UIContainer/ConsoleUIContainer/CommandPanel" file="GameUI">
</Frame>
이렇게 바꾸고
그 밑에다가 저번 강좌에서 했던 것 처럼 만들고 이걸
<Frame type="CommandButton" name="CommandButton00" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent" pos="Min" offset="#CommandButtonGap"/>
<Anchor side="Left" relative="$parent" pos="Min" offset="#CommandButtonGap"/>
<Frame type="CommandButton" name="CommandButton01" template="CommandButton/CommandButtonTemplate">
<Anchor side="Top" relative="$parent/CommandButton00" pos="Min" offset="0"/>
<Anchor side="Left" relative="$parent/CommandButton00" pos="Max" offset="#CommandButtonGap"/>
......(이하 생략)
복사해 주고
위치를 바꾸는 과정에서
아무리 봐도 응용을 못 하겠네요 미니맵이랑은 달라서...
위에 제가 한 것들도 틀렸을 것 같은데...
정말 어렵네요 ㅜㅜ
수고스러우시겠지만 혹시 CommandPanel 이 부분 어떻게 좀 만지신 분 없으신가요?
Cube219님 만약 이 글 보시면 답변 꼭 바랍니다
부탁드릴게요
|
||
|
© PlayXP Inc. All Rights Reserved.