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

Fix lots of bugs, add wire splitters / mergers

This commit is contained in:
tobspr
2020-07-06 21:33:37 +02:00
parent 92a2f4caf1
commit 04ea105584
50 changed files with 1233 additions and 1118 deletions

View File

@@ -9,8 +9,16 @@
"selectionOutline": "rgba(74, 163, 223, 0.5)",
"selectionBackground": "rgba(74, 163, 223, 0.2)",
"directionLock": "rgb(74, 237, 134)",
"directionLockTrack": "rgba(74, 237, 134, 0.2)",
"directionLock": {
"regular": {
"color": "rgb(74, 237, 134)",
"background": "rgba(74, 237, 134, 0.2)"
},
"wires": {
"color": "rgb(144, 24, 255)",
"background": "rgba(144, 24, 255, 0.2)"
}
},
"colorBlindPickerTile": "rgba(255, 255, 255, 0.5)",

View File

@@ -9,8 +9,16 @@
"selectionOutline": "rgba(74, 163, 223, 0.5)",
"selectionBackground": "rgba(74, 163, 223, 0.2)",
"directionLock": "rgb(74, 237, 134)",
"directionLockTrack": "rgba(74, 237, 134, 0.2)",
"directionLock": {
"regular": {
"color": "rgb(74, 237, 134)",
"background": "rgba(74, 237, 134, 0.2)"
},
"wires": {
"color": "rgb(144, 24, 255)",
"background": "rgba(144, 24, 255, 0.2)"
}
},
"colorBlindPickerTile": "rgba(50, 50, 50, 0.4)",