Add output to the other two sides and update textures to match

This commit is contained in:
Johannes Lundberg 2020-10-22 21:18:54 -07:00
parent 73fd5ac828
commit eea7dc5ad4
8 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,11 @@
local digilines_enabled = minetest.get_modpath("digilines") ~= nil
local scanner_get_output_rules = function(node)
local rules = {{x = 0, y = 0, z = 1}}
local rules = {
{ x = 0, y = 0, z = 1 },
{ x = 1, y = 0, z = 0 },
{ x = -1, y = 0, z = 0 },
}
for i = 0, node.param2 do
rules = mesecon.rotate_rules_left(rules)
end

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 B

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 B

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 B

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 B

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 462 B

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 519 B

After

Width:  |  Height:  |  Size: 2.3 KiB