mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Switch to fly mode if spacebar is doubleclicked
Can be turned off in the key change GUI or in minetest.conf via doubletab_space
This commit is contained in:
parent
b50da63852
commit
82fd83fd12
4 changed files with 58 additions and 0 deletions
|
@ -56,6 +56,7 @@ void set_default_settings(Settings *settings)
|
|||
settings->setDefault("anaglyph", "false");
|
||||
settings->setDefault("anaglyph_strength", "0.1");
|
||||
settings->setDefault("aux1_descends", "false");
|
||||
settings->setDefault("doubletab_jump", "false");
|
||||
|
||||
// Some (temporary) keys for debugging
|
||||
settings->setDefault("keymap_print_debug_stacks", "KEY_KEY_P");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue