1
0
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:
Wuzzy
2014-07-13 21:57:45 +02:00
parent 25fcabc095
commit bf50528228
2 changed files with 56 additions and 38 deletions

6
settings.lua Normal file
View 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