add rulehint entity
This commit is contained in:
parent
423096a94a
commit
d20ce5bb59
@ -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"},
|
||||
})
|
||||
|
BIN
textures/illuna_rulehint.png
Normal file
BIN
textures/illuna_rulehint.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Loading…
x
Reference in New Issue
Block a user