aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/testnodes/meshes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'games/devtest/mods/testnodes/meshes.lua')
-rw-r--r--games/devtest/mods/testnodes/meshes.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/devtest/mods/testnodes/meshes.lua b/games/devtest/mods/testnodes/meshes.lua
index 924baea35..e55c3eafd 100644
--- a/games/devtest/mods/testnodes/meshes.lua
+++ b/games/devtest/mods/testnodes/meshes.lua
@@ -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",