mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
DevTest: More node textures to tell them apart
This commit is contained in:
parent
11d1a9cc37
commit
c73d79841c
29 changed files with 42 additions and 42 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue