Fix minetest.conf.example a bit

This commit is contained in:
Perttu Ahola 2011-10-17 20:04:35 +03:00
parent 9a62a909bc
commit c41f1c960b
1 changed files with 4 additions and 3 deletions

View File

@ -39,6 +39,8 @@
#keymap_jump = KEY_SPACE
#keymap_sneak = KEY_LSHIFT
#keymap_inventory = KEY_KEY_I
# Go down ladder / go down in fly mode / go fast in fast mode
#keymap_special1 = KEY_KEY_E
#keymap_chat = KEY_KEY_T
#keymap_rangeselect = KEY_KEY_R
#keymap_freemove = KEY_KEY_K
@ -46,7 +48,6 @@
#keymap_frametime_graph = KEY_F1
#keymap_screenshot = KEY_F12
# Some (temporary) keys for debugging
#keymap_special1 = KEY_KEY_E
#keymap_print_debug_stacks = KEY_KEY_P
# The desired FPS
@ -58,8 +59,8 @@
#viewing_range_nodes_max = 300
#viewing_range_nodes_min = 25
# Initial window size
screenW# = 800
screenH# = 600
#screenW = 800
#screenH = 600
# Address to connect to (#blank = start local server)
#address =
# Enable random user input, for testing