mirror of
https://github.com/minetest-mods/areas.git
synced 2025-07-21 17:10:27 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
2
hud.lua
2
hud.lua
@ -66,7 +66,7 @@ minetest.register_globalstep(function(dtime)
|
||||
hud = {}
|
||||
areas.hud[name] = hud
|
||||
hud.areasId = player:hud_add({
|
||||
hud_elem_type = "text",
|
||||
[minetest.features.hud_def_type_field and "type" or "hud_elem_type"] = "text", -- compatible with older versions
|
||||
name = "Areas",
|
||||
number = 0xFFFFFF,
|
||||
position = {x=0, y=1},
|
||||
|
Reference in New Issue
Block a user