mirror of
https://github.com/minetest/minetest.git
synced 2025-06-28 14:16:03 +02:00
Disable fall bobbing by default; enable using fall_bobbing_amount = 1.0
This commit is contained in:
@ -136,6 +136,8 @@
|
||||
#screenshot_path = .
|
||||
# Amount of view bobbing (0 = no view bobbing, 1.0 = normal, 2.0 = double)
|
||||
#view_bobbing_amount = 1.0
|
||||
# Amount of fall bobbing (0 = no fall bobbing, 1.0 = normal, 2.0 = double)
|
||||
#fall_bobbing_amount = 0.0
|
||||
# Anaglyph stereo
|
||||
#anaglyph = false
|
||||
#anaglyph_strength = 0.1
|
||||
|
Reference in New Issue
Block a user