add rulehint entity

This commit is contained in:
Milan* 2017-09-17 22:46:58 +02:00
parent 423096a94a
commit d20ce5bb59
2 changed files with 8 additions and 0 deletions

View File

@ -384,3 +384,11 @@ if minetest.get_modpath("ethereal") then
},
})
end
minetest.register_entity("illuna:rulehint", {
visual = "sprite",
visual_size = {x=3,y=3},
collisionbox = {0},
physical = false,
textures = {"illuna_rulehint.png"},
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB