]> git.lizzy.rs Git - minetest.git/commitdiff
DevTest: More node textures to tell them apart
authorWuzzy <Wuzzy@disroot.org>
Sun, 9 Oct 2022 14:19:42 +0000 (16:19 +0200)
committersfan5 <sfan5@live.de>
Sun, 23 Oct 2022 19:58:56 +0000 (21:58 +0200)
29 files changed:
games/devtest/mods/testnodes/drawtypes.lua
games/devtest/mods/testnodes/meshes.lua
games/devtest/mods/testnodes/nodeboxes.lua
games/devtest/mods/testnodes/param2.lua
games/devtest/mods/testnodes/properties.lua
games/devtest/mods/testnodes/textures/testnodes_1f.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_1fg.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_2f.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_2fg.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_3f.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_3fg.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_4f.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_4fg.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_5f.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_5fg.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_6f.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_6fg.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_mesh_stripes10.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_mesh_stripes5.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_mesh_stripes6.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_mesh_stripes7.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_mesh_stripes8.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_mesh_stripes9.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_node_falling_1.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_node_falling_2.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_node_falling_3.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_node_falling_4.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_node_falling_5.png [new file with mode: 0644]
games/devtest/mods/testnodes/textures/testnodes_node_falling_6.png [new file with mode: 0644]

index 0ad65f761a22d0d65a4d5def18cc02d64252875d..f354b43943ec3002e0aa5a891b146957f2756bde 100644 (file)
@@ -296,7 +296,7 @@ minetest.register_node("testnodes:mesh_degrotate", {
        paramtype = "light",
        paramtype2 = "degrotate",
        mesh = "testnodes_ocorner.obj",
-       tiles = { "testnodes_mesh_stripes2.png" },
+       tiles = { "testnodes_mesh_stripes7.png" },
 
        on_rightclick = rotate_on_rightclick,
        place_param2 = 10, -- 15°
@@ -312,7 +312,7 @@ minetest.register_node("testnodes:mesh_colordegrotate", {
        paramtype2 = "colordegrotate",
        palette = "testnodes_palette_facedir.png",
        mesh = "testnodes_ocorner.obj",
-       tiles = { "testnodes_mesh_stripes3.png" },
+       tiles = { "testnodes_mesh_stripes8.png" },
 
        on_rightclick = rotate_on_rightclick,
        -- color index 1, 1 step (=15°) rotated
index 924baea35349a5147c5f5dc43635ce8084e64081..e55c3eafd2d48af39251914b2d488b59552fd3e9 100644 (file)
@@ -67,7 +67,7 @@ minetest.register_node("testnodes:mesh_4dir", {
                S("param2 = 4dir rotation (0..3)"),
        drawtype = "mesh",
        mesh = "testnodes_ocorner.obj",
-       tiles = {"testnodes_mesh_stripes.png"},
+       tiles = {"testnodes_mesh_stripes5.png"},
        paramtype = "light",
        paramtype2 = "4dir",
        collision_box = ocorner_cbox,
@@ -80,7 +80,7 @@ minetest.register_node("testnodes:mesh_color4dir", {
                S("param2 = color + 4dir rotation (0..255)"),
        drawtype = "mesh",
        mesh = "testnodes_ocorner.obj",
-       tiles = {"testnodes_mesh_stripes3.png"},
+       tiles = {"testnodes_mesh_stripes6.png"},
        paramtype = "light",
        paramtype2 = "color4dir",
        palette = "testnodes_palette_4dir.png",
@@ -95,7 +95,7 @@ minetest.register_node("testnodes:mesh_wallmounted", {
                S("param2 = wallmounted rotation (0..5)"),
        drawtype = "mesh",
        mesh = "testnodes_pyramid.obj",
-       tiles = {"testnodes_mesh_stripes2.png"},
+       tiles = {"testnodes_mesh_stripes9.png"},
        paramtype = "light",
        paramtype2 = "wallmounted",
        collision_box = tall_pyr_cbox,
@@ -108,7 +108,7 @@ minetest.register_node("testnodes:mesh_colorwallmounted", {
                S("param2 = color + wallmounted rotation (0..5, 8..13, ...)"),
        drawtype = "mesh",
        mesh = "testnodes_pyramid.obj",
-       tiles = {"testnodes_mesh_stripes3.png"},
+       tiles = {"testnodes_mesh_stripes10.png"},
        paramtype = "light",
        paramtype2 = "colorwallmounted",
        palette = "testnodes_palette_wallmounted.png",
index 720176efda81742496f0d196847d8e3da778a493..a1c1619af3742c22a3626762d2f3c1d9207e1b07 100644 (file)
@@ -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",
index f216247cc2efad8a76fae9d323f167897f006a34..ffa3909676ffca559d94c0b5684d271ff8c59226 100644 (file)
@@ -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",
index b4d517962f19f3c953eac17f3f6820ba9da979cb..4dabe21fc4a15c15f81afe77271d7c579f8a0e07 100644 (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 },
diff --git a/games/devtest/mods/testnodes/textures/testnodes_1f.png b/games/devtest/mods/testnodes/textures/testnodes_1f.png
new file mode 100644 (file)
index 0000000..f9a1b69
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_1f.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_1fg.png b/games/devtest/mods/testnodes/textures/testnodes_1fg.png
new file mode 100644 (file)
index 0000000..5d0beb0
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_1fg.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_2f.png b/games/devtest/mods/testnodes/textures/testnodes_2f.png
new file mode 100644 (file)
index 0000000..a26f840
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_2f.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_2fg.png b/games/devtest/mods/testnodes/textures/testnodes_2fg.png
new file mode 100644 (file)
index 0000000..3386330
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_2fg.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_3f.png b/games/devtest/mods/testnodes/textures/testnodes_3f.png
new file mode 100644 (file)
index 0000000..d007ee4
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_3f.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_3fg.png b/games/devtest/mods/testnodes/textures/testnodes_3fg.png
new file mode 100644 (file)
index 0000000..01e4276
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_3fg.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_4f.png b/games/devtest/mods/testnodes/textures/testnodes_4f.png
new file mode 100644 (file)
index 0000000..7e444fd
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_4f.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_4fg.png b/games/devtest/mods/testnodes/textures/testnodes_4fg.png
new file mode 100644 (file)
index 0000000..6068139
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_4fg.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_5f.png b/games/devtest/mods/testnodes/textures/testnodes_5f.png
new file mode 100644 (file)
index 0000000..a4162db
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_5f.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_5fg.png b/games/devtest/mods/testnodes/textures/testnodes_5fg.png
new file mode 100644 (file)
index 0000000..f21acbb
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_5fg.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_6f.png b/games/devtest/mods/testnodes/textures/testnodes_6f.png
new file mode 100644 (file)
index 0000000..be3f695
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_6f.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_6fg.png b/games/devtest/mods/testnodes/textures/testnodes_6fg.png
new file mode 100644 (file)
index 0000000..75df824
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_6fg.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes10.png b/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes10.png
new file mode 100644 (file)
index 0000000..a6d569a
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes10.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes5.png b/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes5.png
new file mode 100644 (file)
index 0000000..0f24f16
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes5.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes6.png b/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes6.png
new file mode 100644 (file)
index 0000000..46c6e50
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes6.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes7.png b/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes7.png
new file mode 100644 (file)
index 0000000..75b3bdd
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes7.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes8.png b/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes8.png
new file mode 100644 (file)
index 0000000..4b18859
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes8.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes9.png b/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes9.png
new file mode 100644 (file)
index 0000000..9902be8
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_mesh_stripes9.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_node_falling_1.png b/games/devtest/mods/testnodes/textures/testnodes_node_falling_1.png
new file mode 100644 (file)
index 0000000..74137b3
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_node_falling_1.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_node_falling_2.png b/games/devtest/mods/testnodes/textures/testnodes_node_falling_2.png
new file mode 100644 (file)
index 0000000..8327673
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_node_falling_2.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_node_falling_3.png b/games/devtest/mods/testnodes/textures/testnodes_node_falling_3.png
new file mode 100644 (file)
index 0000000..975de54
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_node_falling_3.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_node_falling_4.png b/games/devtest/mods/testnodes/textures/testnodes_node_falling_4.png
new file mode 100644 (file)
index 0000000..87fc276
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_node_falling_4.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_node_falling_5.png b/games/devtest/mods/testnodes/textures/testnodes_node_falling_5.png
new file mode 100644 (file)
index 0000000..9a8ce2d
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_node_falling_5.png differ
diff --git a/games/devtest/mods/testnodes/textures/testnodes_node_falling_6.png b/games/devtest/mods/testnodes/textures/testnodes_node_falling_6.png
new file mode 100644 (file)
index 0000000..9ad2f5b
Binary files /dev/null and b/games/devtest/mods/testnodes/textures/testnodes_node_falling_6.png differ