mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-08 20:12:11 +00:00
Fix a bunch of deprecation warnings
This commit is contained in:
parent
3d5641ffed
commit
9ebc01bf29
7 changed files with 34 additions and 31 deletions
|
|
@ -50,7 +50,7 @@ end)
|
|||
|
||||
minetest.register_on_joinplayer(function(player)
|
||||
player_scope_huds[player:get_player_name()] = player:hud_add({
|
||||
hud_elem_type = "image",
|
||||
type = "image",
|
||||
alignment = { x=0.0, y=0.0 },
|
||||
position = {x = 0.5, y = 0.5},
|
||||
scale = { x=2, y=2 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue