KLBasicPanelKml.txt 1.5 KB

1234567891011121314151617181920212223
  1. <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">
  2. <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">
  3. <slider id="bgSlider" bind="bgSlider" updateinterval="0.2" curvalue="0" minvalue="0" maxvalue="100" onchange="KmlSettingUI/@背景声音变化">
  4. </slider>
  5. <slider id="soundSlider" bind="soundSlider" updateinterval="0.2" curvalue="0" minvalue="0" maxvalue="100" onchange="KmlSettingUI/@音效声音变化">
  6. </slider>
  7. ;<slider id="voiceSlider" bind="voiceSlider" updateinterval="0.2" curvalue="0" minvalue="0" maxvalue="100" onchange="KmlSettingUI/@语音声音变化" active="1">
  8. ;</slider>
  9. <toggle id="fixedJoyStick" bind="fixedJoyStick" onclick="KmlSettingUI/@摇杆设置 1">
  10. </toggle>
  11. <toggle id="moveJoyStick" bind="moveJoyStick" onclick="KmlSettingUI/@摇杆设置 2">
  12. </toggle>
  13. <toggle id="clickFloor" bind="clickFloor"/>
  14. <button id="BtnLock" bind="BtnLock" onclick="KmlSettingUI/@锁定屏幕">
  15. </button>
  16. <button id="BtnRoleChose" bind="BtnRoleChose" onclick="KmlSettingUI/@选择角色">
  17. </button>
  18. <button id="BtnExitGame" bind="BtnExitGame" onclick="KmlSettingUI/@退出游戏">
  19. </button>
  20. <button id="BtnReDefault" bind="BtnReDefault" onclick="KmlSettingUI/@恢复默认">
  21. </button>
  22. </prefab>
  23. </uipanel>