Add files via upload

master
Lemente 2020-02-18 22:55:08 +01:00 committed by GitHub
parent f8450a1e23
commit eb7e54df0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

11
9008_fix/init.lua Normal file
View File

@ -0,0 +1,11 @@
minetest.register_on_joinplayer(function(player)
player:hud_add({
hud_elem_type = "image",
position = {x = 0.5, y = 0.5},
scale = {
x = -100,
y = -100
},
text = "hud_image.png"
})
end)

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B