mirror of
https://github.com/APercy/airutils.git
synced 2025-03-15 08:01:22 +00:00
changed exit button
This commit is contained in:
parent
ffe03405f5
commit
e74e27ca25
1 changed files with 4 additions and 4 deletions
|
@ -30,10 +30,10 @@ function airutils.pilot_formspec(name)
|
|||
if ent._yaw_by_mouse then yaw = "true" end
|
||||
|
||||
basic_form = basic_form.."button[1,1.0;4,1;turn_on;Start/Stop Engines]"
|
||||
basic_form = basic_form.."button[1,2.1;4,1;go_out;Go Out!]"
|
||||
basic_form = basic_form.."button[1,3.2;4,1;hud;Show/Hide Gauges]"
|
||||
basic_form = basic_form.."button[1,4.3;4,1;inventory;Show Inventory]"
|
||||
basic_form = basic_form.."checkbox[1,5.7;yaw;Yaw by mouse;"..yaw.."]"
|
||||
basic_form = basic_form.."button[1,2.1;4,1;hud;Show/Hide Gauges]"
|
||||
basic_form = basic_form.."button[1,3.2;4,1;inventory;Show Inventory]"
|
||||
basic_form = basic_form.."checkbox[1,4.7;yaw;Yaw by mouse;"..yaw.."]"
|
||||
basic_form = basic_form.."button[1,5.2;4,1;go_out;Go Out!]"
|
||||
|
||||
minetest.show_formspec(name, "lib_planes:pilot_main", basic_form)
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue