bit more style

This commit is contained in:
Niklp09 2023-01-05 21:12:17 +01:00
parent b8d380668d
commit 2ed3c5eeba
1 changed files with 8 additions and 4 deletions

View File

@ -62,6 +62,10 @@ if HUD_Overlay then
hangglider.id = {} -- hud id for displaying overlay with struts
end
if debug then -- hud id for debug data
hangglider.debug = {}
end
if minetest.get_modpath("areas") then
hangglider.flak = true
-- chat command definition essentially copied from areas mod.