mirror of
https://repo.or.cz/minetest_playereffects.git
synced 2025-07-01 07:40:40 +02:00
Add setting use_hud, used to control player HUDs
This commit is contained in:
6
settings.lua
Normal file
6
settings.lua
Normal file
@ -0,0 +1,6 @@
|
||||
--[[
|
||||
Settings for Player Effects
|
||||
]]
|
||||
|
||||
-- Wheather to use the HUD to expose the active effects to players (true or false)
|
||||
playereffects.use_hud = true
|
Reference in New Issue
Block a user