mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
Fix hud_elem_type warning triggered by builtin minimap
Fixes a deprecation warning introduced by adaa4cc2f3
.
This commit is contained in:
parent
4acbd59162
commit
84dd812da4
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ local bar_definitions = {
|
|||
offset = {x = 25, y= -(48 + 24 + 16)},
|
||||
},
|
||||
minimap = {
|
||||
hud_elem_type = "minimap",
|
||||
type = "minimap",
|
||||
position = {x = 1, y = 0},
|
||||
alignment = {x = -1, y = 1},
|
||||
offset = {x = -10, y = 10},
|
||||
|
|
Loading…
Add table
Reference in a new issue