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:
4
init.lua
4
init.lua
@ -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.
|
||||
|
Reference in New Issue
Block a user