blob: 350aec9c698415e9cc42896ea9679032f746419e (
plain)
1
2
3
4
5
6
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- Width and height of this panel should be synchronized with "panel_modes" in the floater_moveview.xml-->
<panel name="panel_stand_stop_flying">
<button label="Levantarme" name="stand_btn" tool_tip="Pulsa aquí para levantarte."/>
<button label="Dejar de volar" name="stop_fly_btn" tool_tip="Dejar de volar"/>
</panel>
|