]> git.lizzy.rs Git - minetest.git/blobdiff - minetest.conf.example
Pointed_thing_to_face_pos: Avoid crash when player is inside a node (#7342)
[minetest.git] / minetest.conf.example
index a112ce0e6cf57ab0647e231b23412af13ee187be..679f61dc1c72801a4054654a8fc3eb626a7c1126 100644 (file)
 #    type: bool
 # continuous_forward = false
 
+#    The length in pixels it takes for touch screen interaction to start.
+#    type: int
+# touchscreen_threshold = 20
+
+#    (Android) Fixes the position of virtual joystick.
+#    If disabled, virtual joystick will center to first-touch's position.
+#    type: int
+# fixed_virtual_joystick = false
+
 #    Enable Joysticks
 #    type: bool
 # enable_joysticks = false
 #    type: int
 # max_out_chat_queue_size = 20
 
+#    Open the pause menu when the window's focus is lost. Does not pause if a formspec is open.
+#    type: bool
+# pause_on_lost_focus = false
+
 ## Advanced
 
 #    Timeout for client to remove unused map data from memory.