mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Add setting to disable damage flash
Adds a new boolean setting for the client under Accessibility in a new section called Damage See https://github.com/luanti-org/luanti/issues/15805 for more information
This commit is contained in:
parent
78293404c7
commit
8d235bbc51
4 changed files with 12 additions and 2 deletions
|
@ -161,6 +161,8 @@ local function load()
|
|||
{ heading = fgettext_ne("Movement") },
|
||||
"arm_inertia",
|
||||
"view_bobbing_amount",
|
||||
{ heading = fgettext_ne("Damage") },
|
||||
"hurt_flash_enabled"
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue