mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Merge 8d235bbc51
into aba2b6638e
This commit is contained in:
commit
a1b69aa5ae
4 changed files with 12 additions and 2 deletions
|
@ -130,6 +130,8 @@ local function load()
|
|||
{ heading = fgettext_ne("Movement") },
|
||||
"arm_inertia",
|
||||
"view_bobbing_amount",
|
||||
{ heading = fgettext_ne("Damage") },
|
||||
"hurt_flash_enabled"
|
||||
},
|
||||
})
|
||||
|
||||
|
|
|
@ -491,6 +491,11 @@ arm_inertia (Arm inertia) bool true
|
|||
# For example: 0 for no view bobbing; 1.0 for normal; 2.0 for double.
|
||||
view_bobbing_amount (View bobbing factor) float 1.0 0.0 7.9
|
||||
|
||||
[**Damage]
|
||||
|
||||
# Flashing of the screen when taking damage.
|
||||
hurt_flash_enabled (Damage flash) bool true
|
||||
|
||||
[**Camera]
|
||||
|
||||
# Field of view in degrees.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue