mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-31 18:35:20 +01:00
Decrease minimum for repeat_place_time (#13165)
This commit is contained in:
@@ -95,7 +95,7 @@ always_fly_fast (Always fly fast) bool true
|
||||
|
||||
# The time in seconds it takes between repeated node placements when holding
|
||||
# the place button.
|
||||
repeat_place_time (Place repetition interval) float 0.25 0.25 2
|
||||
repeat_place_time (Place repetition interval) float 0.25 0.16 2
|
||||
|
||||
# Automatically jump up single-node obstacles.
|
||||
autojump (Automatic jumping) bool false
|
||||
@@ -469,7 +469,7 @@ enable_auto_exposure (Enable Automatic Exposure) bool false
|
||||
enable_bloom (Enable Bloom) bool false
|
||||
|
||||
# Set to true to render debugging breakdown of the bloom effect.
|
||||
# In debug mode, the screen is split into 4 quadrants:
|
||||
# In debug mode, the screen is split into 4 quadrants:
|
||||
# top-left - processed base image, top-right - final image
|
||||
# bottom-left - raw base image, bottom-right - bloom texture.
|
||||
enable_bloom_debug (Enable Bloom Debug) bool false
|
||||
|
||||
Reference in New Issue
Block a user