1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

DevTest: More node textures to tell them apart

This commit is contained in:
Wuzzy 2022-10-09 16:19:42 +02:00 committed by sfan5
parent 11d1a9cc37
commit c73d79841c
29 changed files with 42 additions and 42 deletions

View file

@ -19,12 +19,12 @@ minetest.register_node("testnodes:falling_facedir", {
S("Falls down if no node below").."\n"..
S("param2 = facedir rotation"),
tiles = {
"testnodes_1.png^[brighten",
"testnodes_2.png^[brighten",
"testnodes_3.png^[brighten",
"testnodes_4.png^[brighten",
"testnodes_5.png^[brighten",
"testnodes_6.png^[brighten",
"testnodes_node_falling_1.png",
"testnodes_node_falling_2.png",
"testnodes_node_falling_3.png",
"testnodes_node_falling_4.png",
"testnodes_node_falling_5.png",
"testnodes_node_falling_6.png",
},
paramtype2 = "facedir",
groups = { falling_node = 1, dig_immediate = 3 },