Change stroke's opacity from 0 to 0.1

This commit is contained in:
redphx 2024-02-09 08:07:42 +07:00
parent 23722e4adf
commit 6a460d2e8f
5 changed files with 12 additions and 12 deletions

View File

@ -83,7 +83,7 @@
"value": "rightTrigger" "value": "rightTrigger"
}, },
"stroke": { "stroke": {
"opacity": 0 "opacity": 0.1
} }
} }
} }
@ -123,7 +123,7 @@
"value": "leftBumper" "value": "leftBumper"
}, },
"stroke": { "stroke": {
"opacity": 0 "opacity": 0.1
} }
} }
} }
@ -150,7 +150,7 @@
"value": "rightBumper" "value": "rightBumper"
}, },
"stroke": { "stroke": {
"opacity": 0 "opacity": 0.1
} }
} }
} }
@ -177,7 +177,7 @@
"value": "leftTrigger" "value": "leftTrigger"
}, },
"stroke": { "stroke": {
"opacity": 0 "opacity": 0.1
} }
} }
} }

View File

@ -99,7 +99,7 @@
"value": "switchCamera" "value": "switchCamera"
}, },
"stroke": { "stroke": {
"opacity": 0 "opacity": 0.1
} }
} }
} }

View File

@ -39,7 +39,7 @@
"value": "rightBumper" "value": "rightBumper"
}, },
"stroke": { "stroke": {
"opacity": 0 "opacity": 0.1
} }
} }
} }
@ -66,7 +66,7 @@
"value": "rightTrigger" "value": "rightTrigger"
}, },
"stroke": { "stroke": {
"opacity": 0 "opacity": 0.1
} }
} }
} }
@ -107,7 +107,7 @@
"value": "leftBumper" "value": "leftBumper"
}, },
"stroke": { "stroke": {
"opacity": 0 "opacity": 0.1
} }
} }
} }

View File

@ -99,7 +99,7 @@
"value": "switchCamera" "value": "switchCamera"
}, },
"stroke": { "stroke": {
"opacity": 0 "opacity": 0.1
} }
} }
} }

View File

@ -39,7 +39,7 @@
"value": "rightBumper" "value": "rightBumper"
}, },
"stroke": { "stroke": {
"opacity": 0 "opacity": 0.1
} }
} }
} }
@ -66,7 +66,7 @@
"value": "rightTrigger" "value": "rightTrigger"
}, },
"stroke": { "stroke": {
"opacity": 0 "opacity": 0.1
} }
} }
} }
@ -107,7 +107,7 @@
"value": "leftBumper" "value": "leftBumper"
}, },
"stroke": { "stroke": {
"opacity": 0 "opacity": 0.1
} }
} }
} }