123456789101112131415161718192021222324 |
- <uipanel id="KLSelectRolePanel" name="选角界面" width="1334" height="750">
- <prefab id="UICreateRolePanel" path="UI/Function/CreateRole/UICreateRolePanel/UICreateRolePanel.prefab" width="1334" height="750" >
- <panel id="createRolePanel" bind="UICreateRolePanel" width="1334" height="750"></panel>
- <layout id="PlayerRole" bind="PlayerRole" active="1">
- <button id="NewCreateButton" bind="NewCreateButton" active="0">
- </button>
- </layout>
- <panel id="GameObject" bind="GameObject" active="1">
- <button id="CreatButton" bind="CreatButton" active="1">
- <img id="Image" bind="Image" active="1">
- </img>
- <img id="Right (1)" bind="Right (1)" active="1">
- </img>
- <img id="Left (1)" bind="Left (1)" active="1">
- </img>
- </button>
- <button id="StartButton" bind="StartButton" active="1">
- </button>
- </panel>
- <button id="BackButton" bind="BackButton" active="1">
- </button>
- </prefab>
- </uipanel>
|