Tile textures?
Alright, so we've all seen nodes with multiple textures. Like trees, they have the bark on the 4 sides, and the rings on the top and bottom.
Okay so what I'd like to know, is there a specific order for the tile images?
So like this
Or does it not really matter?
Okay so what I'd like to know, is there a specific order for the tile images?
So like this
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
minetest.register_node('somemod:somenod', {
drawtype = normal
tile_images ={'top', 'bottom', 'side', 'side', 'side', 'side'}
Or does it not really matter?