Add symbols to logic mech nodes.
This will allow for the facing direction of each node to be easily determined without being able to see the top side. The detector's top side texture has also been notably rounded compared to the node creator. This is a usability feature to aid box builders with various colorblindness issues. The symbols may also aid new builders in memorization of node functionality. Additionally, directional indicators were added to the sides of Node Detector and Node Creator nodes, to make it clear which direction they're pointing when the top is not visible.
@ -989,7 +989,7 @@ end
|
||||
|
||||
minetest.register_node("mech:node_detector", {
|
||||
description = "Node detector\nPunch nodes while wielding this to limit detection to punched nodes",
|
||||
tiles = {"detector_top.png", "detector.png"},
|
||||
tiles = {"detector_top.png", "detector_bottom.png", "detector_side.png"},
|
||||
groups = {node = 1, unbreakable = 1, trigger = 1},
|
||||
sounds = sounds.metal,
|
||||
paramtype2 = "facedir",
|
||||
@ -1123,7 +1123,7 @@ minetest.register_node("mech:node_creator", {
|
||||
description = "Node creator\nIf you don't fill it before placing, it will make air\n" ..
|
||||
"punch a node to fill it with that node\n" ..
|
||||
"shift-punch a diggable node to fill it with a placeholder",
|
||||
tiles = {"creator_top.png", "creator.png"},
|
||||
tiles = {"creator_top.png", "creator_bottom.png", "creator_side.png"},
|
||||
groups = {node = 1, unbreakable = 1, trigger = 1},
|
||||
sounds = sounds.metal,
|
||||
paramtype2 = "facedir",
|
||||
|
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 311 B |
Before Width: | Height: | Size: 343 B |
BIN
mods/mech/textures/creator_bottom.png
Normal file
After Width: | Height: | Size: 437 B |
BIN
mods/mech/textures/creator_side.png
Normal file
After Width: | Height: | Size: 450 B |
Before Width: | Height: | Size: 392 B After Width: | Height: | Size: 545 B |
Before Width: | Height: | Size: 348 B |
BIN
mods/mech/textures/detector_bottom.png
Normal file
After Width: | Height: | Size: 624 B |
BIN
mods/mech/textures/detector_side.png
Normal file
After Width: | Height: | Size: 478 B |
Before Width: | Height: | Size: 347 B After Width: | Height: | Size: 432 B |
Before Width: | Height: | Size: 299 B After Width: | Height: | Size: 495 B |
Before Width: | Height: | Size: 302 B After Width: | Height: | Size: 323 B |
Before Width: | Height: | Size: 292 B After Width: | Height: | Size: 448 B |
Before Width: | Height: | Size: 355 B After Width: | Height: | Size: 561 B |