11 lines
190 B
Lua
11 lines
190 B
Lua
Config = {
|
|
cellSize = 32,
|
|
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 }
|
|
}
|