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/meshes.lua | |
| parent | 11d1a9cc374cb4ac2104de734978d0a5061ec069 (diff) | |
| download | minetest-c73d79841c21733915a0fcaf9d78ba5ca31d0898.tar.xz | |
DevTest: More node textures to tell them apart
Diffstat (limited to 'games/devtest/mods/testnodes/meshes.lua')
| -rw-r--r-- | games/devtest/mods/testnodes/meshes.lua | 8 |
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", |
