12 lines
743 B
XML
12 lines
743 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<floater name="move floater" title="">
|
|
<button label="" label_selected="" name="turn left btn" tool_tip="Girar a la izquierda"/>
|
|
<button label="" label_selected="" name="turn right btn" tool_tip="Girar a la derecha"/>
|
|
<button label="" label_selected="" name="move up btn" tool_tip="Saltar o ascender"/>
|
|
<button label="" label_selected="" name="move down btn" tool_tip="Agacharse o descender"/>
|
|
<joystick_slide name="slide left btn" tool_tip="Ir hacia la izquierda"/>
|
|
<joystick_slide name="slide right btn" tool_tip="Ir hacia la derecha"/>
|
|
<joystick_turn name="forward btn" tool_tip="Ir hacia adelante"/>
|
|
<joystick_turn name="backward btn" tool_tip="Ir hacia atrás"/>
|
|
</floater>
|