1
0
Fork 0
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:
Alec 2025-04-11 16:18:48 -07:00
parent 78293404c7
commit 8d235bbc51
4 changed files with 12 additions and 2 deletions

View file

@ -161,6 +161,8 @@ local function load()
{ heading = fgettext_ne("Movement") },
"arm_inertia",
"view_bobbing_amount",
{ heading = fgettext_ne("Damage") },
"hurt_flash_enabled"
},
})