diff options
| author | Wuzzy <Wuzzy@disroot.org> | 2022-10-09 16:19:42 +0200 |
|---|---|---|
| committer | sfan5 <sfan5@live.de> | 2022-10-23 21:58:56 +0200 |
| commit | c73d79841c21733915a0fcaf9d78ba5ca31d0898 (patch) | |
| tree | f0c3d6c9ed8492824de16d9355cd5d07ab7b44ea /games/devtest/mods/testnodes/nodeboxes.lua | |
| parent | 11d1a9cc374cb4ac2104de734978d0a5061ec069 (diff) | |
| download | minetest-c73d79841c21733915a0fcaf9d78ba5ca31d0898.tar.xz | |
DevTest: More node textures to tell them apart
Diffstat (limited to 'games/devtest/mods/testnodes/nodeboxes.lua')
| -rw-r--r-- | games/devtest/mods/testnodes/nodeboxes.lua | 12 |
1 files changed, 6 insertions, 6 deletions
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", |
