aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/testnodes/properties.lua
diff options
context:
space:
mode:
authorWuzzy <Wuzzy@disroot.org>2022-10-09 16:19:42 +0200
committersfan5 <sfan5@live.de>2022-10-23 21:58:56 +0200
commitc73d79841c21733915a0fcaf9d78ba5ca31d0898 (patch)
treef0c3d6c9ed8492824de16d9355cd5d07ab7b44ea /games/devtest/mods/testnodes/properties.lua
parent11d1a9cc374cb4ac2104de734978d0a5061ec069 (diff)
downloadminetest-c73d79841c21733915a0fcaf9d78ba5ca31d0898.tar.xz
DevTest: More node textures to tell them apart
Diffstat (limited to 'games/devtest/mods/testnodes/properties.lua')
-rw-r--r--games/devtest/mods/testnodes/properties.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/games/devtest/mods/testnodes/properties.lua b/games/devtest/mods/testnodes/properties.lua
index b4d517962..4dabe21fc 100644
--- a/games/devtest/mods/testnodes/properties.lua
+++ b/games/devtest/mods/testnodes/properties.lua
@@ -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 },