added conveyor

This commit is contained in:
Alexey 2025-10-30 15:50:18 +03:00
commit 7ecaf3e365
2 changed files with 18 additions and 1 deletions

View file

@ -3,3 +3,9 @@ Config = {
gridOffset = 0,
portWidth = 16
}
Color = {
input = { 0.8, 0.3, 0.3, 1 },
output = { 0.3, 0.3, 0.8, 1 },
mechanism = { 0.8, 0.8, 0.8, 1 }
}