1
0
mirror of https://github.com/mt-mods/hangglider.git synced 2025-07-01 07:50:44 +02:00

bit more style

This commit is contained in:
Niklp09
2023-01-05 21:12:17 +01:00
parent b8d380668d
commit 2ed3c5eeba

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.