Skip to content
Snippets Groups Projects
Commit d20ce5bb authored by Milan's avatar Milan
Browse files

add rulehint entity

parent 423096a9
No related branches found
No related tags found
No related merge requests found
......@@ -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"},
})
textures/illuna_rulehint.png

4.16 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment