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:
@@ -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)",
|
||||
|
||||
|
||||
@@ -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)",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user