mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-31 18:31:04 +00:00
Resized torchlike sprite now attaches to surface (#9303)
This commit is contained in:
parent
468eb4bf57
commit
0877587cce
2 changed files with 19 additions and 8 deletions
|
@ -6569,8 +6569,9 @@ Used by `minetest.register_node`.
|
|||
-- Supported for drawtypes "plantlike", "signlike", "torchlike",
|
||||
-- "firelike", "mesh".
|
||||
-- For plantlike and firelike, the image will start at the bottom of the
|
||||
-- node, for the other drawtypes the image will be centered on the node.
|
||||
-- Note that positioning for "torchlike" may still change.
|
||||
-- node. For torchlike, the image will start at the surface to which the
|
||||
-- node "attaches". For the other drawtypes the image will be centered
|
||||
-- on the node.
|
||||
|
||||
tiles = {tile definition 1, def2, def3, def4, def5, def6},
|
||||
-- Textures of node; +Y, -Y, +X, -X, +Z, -Z
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue