Add files via upload

master
Lemente 2020-02-18 23:06:44 +01:00 committed by GitHub
parent 0ea713be7d
commit abd93588c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

11
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)

BIN
textures/hud_image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B