added conveyor
This commit is contained in:
parent
81a4c4f264
commit
7ecaf3e365
2 changed files with 18 additions and 1 deletions
|
|
@ -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 }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue