From c73d79841c21733915a0fcaf9d78ba5ca31d0898 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 9 Oct 2022 16:19:42 +0200 Subject: DevTest: More node textures to tell them apart --- games/devtest/mods/testnodes/nodeboxes.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'games/devtest/mods/testnodes/nodeboxes.lua') diff --git a/games/devtest/mods/testnodes/nodeboxes.lua b/games/devtest/mods/testnodes/nodeboxes.lua index 720176efd..a1c1619af 100644 --- a/games/devtest/mods/testnodes/nodeboxes.lua +++ b/games/devtest/mods/testnodes/nodeboxes.lua @@ -120,12 +120,12 @@ minetest.register_node("testnodes:nodebox_connected_4dir", { S("Connects to neighbors").."\n".. S("param2 = 4dir rotation of textures (not of the nodebox!)"), tiles = { - "testnodes_1.png^[colorize:#FFFF00:127", - "testnodes_2.png^[colorize:#FFFF00:127", - "testnodes_3.png^[colorize:#FFFF00:127", - "testnodes_4.png^[colorize:#FFFF00:127", - "testnodes_5.png^[colorize:#FFFF00:127", - "testnodes_6.png^[colorize:#FFFF00:127", + "testnodes_1f.png", + "testnodes_2f.png", + "testnodes_3f.png", + "testnodes_4f.png", + "testnodes_5f.png", + "testnodes_6f.png", }, groups = {connected_nodebox=1, dig_immediate=3}, drawtype = "nodebox", -- cgit v1.2.3