1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Initial take on wires

This commit is contained in:
tobspr
2020-06-24 22:23:10 +02:00
parent 97ef46bd52
commit 6677ff0a44
40 changed files with 1204 additions and 518 deletions

View File

@@ -23,6 +23,13 @@
"chunkOverview": {
"empty": "#444856",
"filled": "#646b7d"
},
"wires": {
"overlay": "rgba(52, 150, 128, 0.5)",
"pins": {
"energyEjector": "#c425d7"
}
}
},

View File

@@ -24,6 +24,13 @@
"chunkOverview": {
"empty": "#a6afbb",
"filled": "#c5ccd6"
},
"wires": {
"overlay": "rgba(52, 150, 128, 0.8)",
"pins": {
"energyEjector": "#c425d7"
}
}
},