1234567891011121314151617181920212223 |
- <uipanel id="KLBasicPanel" name="基础设置界面" a="20" zindex="101" x="-265" adapter="1" onload="KmlSettingUI/@基础设置初始化" y="0" z="0" width="10" height="10" rotate="0,0,0" raycast="0" color="#00000000">
- <prefab path="Kml/KmlPrefab/Cookbook/KmlSettingUI/KmlBasicSettingUI.prefab" a="20" x="0" y="0" z="0" width="10" height="10" rotate="0,0,0" id="prefab_751">
- <slider id="bgSlider" bind="bgSlider" updateinterval="0.2" curvalue="0" minvalue="0" maxvalue="100" onchange="KmlSettingUI/@背景声音变化">
- </slider>
- <slider id="soundSlider" bind="soundSlider" updateinterval="0.2" curvalue="0" minvalue="0" maxvalue="100" onchange="KmlSettingUI/@音效声音变化">
- </slider>
- ;<slider id="voiceSlider" bind="voiceSlider" updateinterval="0.2" curvalue="0" minvalue="0" maxvalue="100" onchange="KmlSettingUI/@语音声音变化" active="1">
- ;</slider>
- <toggle id="fixedJoyStick" bind="fixedJoyStick" onclick="KmlSettingUI/@摇杆设置 1">
- </toggle>
- <toggle id="moveJoyStick" bind="moveJoyStick" onclick="KmlSettingUI/@摇杆设置 2">
- </toggle>
- <toggle id="clickFloor" bind="clickFloor"/>
- <button id="BtnLock" bind="BtnLock" onclick="KmlSettingUI/@锁定屏幕">
- </button>
- <button id="BtnRoleChose" bind="BtnRoleChose" onclick="KmlSettingUI/@选择角色">
- </button>
- <button id="BtnExitGame" bind="BtnExitGame" onclick="KmlSettingUI/@退出游戏">
- </button>
- <button id="BtnReDefault" bind="BtnReDefault" onclick="KmlSettingUI/@恢复默认">
- </button>
- </prefab>
- </uipanel>
|