aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/testnodes/param2.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/param2.lua
parent11d1a9cc374cb4ac2104de734978d0a5061ec069 (diff)
downloadminetest-c73d79841c21733915a0fcaf9d78ba5ca31d0898.tar.xz
DevTest: More node textures to tell them apart
Diffstat (limited to 'games/devtest/mods/testnodes/param2.lua')
-rw-r--r--games/devtest/mods/testnodes/param2.lua48
1 files changed, 24 insertions, 24 deletions
diff --git a/games/devtest/mods/testnodes/param2.lua b/games/devtest/mods/testnodes/param2.lua
index f216247cc..ffa390967 100644
--- a/games/devtest/mods/testnodes/param2.lua
+++ b/games/devtest/mods/testnodes/param2.lua
@@ -23,12 +23,12 @@ minetest.register_node("testnodes:4dir", {
S("param2 = 4dir rotation (0..3)"),
paramtype2 = "4dir",
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 = { dig_immediate = 3 },
@@ -60,12 +60,12 @@ minetest.register_node("testnodes:4dir_nodebox", {
description = S("4dir Nodebox Test Node").."\n"..
S("param2 = 4dir rotation (0..3)"),
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",
},
drawtype = "nodebox",
paramtype = "light",
@@ -176,12 +176,12 @@ minetest.register_node("testnodes:color4dir", {
paramtype2 = "color4dir",
palette = "testnodes_palette_4dir.png",
tiles = {
- "testnodes_1g.png",
- "testnodes_2g.png",
- "testnodes_3g.png",
- "testnodes_4g.png",
- "testnodes_5g.png",
- "testnodes_6g.png",
+ "testnodes_1fg.png",
+ "testnodes_2fg.png",
+ "testnodes_3fg.png",
+ "testnodes_4fg.png",
+ "testnodes_5fg.png",
+ "testnodes_6fg.png",
},
groups = { dig_immediate = 3 },
@@ -191,12 +191,12 @@ minetest.register_node("testnodes:color4dir_nodebox", {
description = S("Color 4dir Nodebox Test Node").."\n"..
S("param2 = color + 4dir rotation (0..255)"),
tiles = {
- "testnodes_1g.png",
- "testnodes_2g.png",
- "testnodes_3g.png",
- "testnodes_4g.png",
- "testnodes_5g.png",
- "testnodes_6g.png",
+ "testnodes_1fg.png",
+ "testnodes_2fg.png",
+ "testnodes_3fg.png",
+ "testnodes_4fg.png",
+ "testnodes_5fg.png",
+ "testnodes_6fg.png",
},
drawtype = "nodebox",
paramtype = "light",