Delete init.lua

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

View File

@ -1,11 +0,0 @@
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)