mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-14 17:09:17 +02:00
Change stroke's opacity from 0 to 0.1
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
"value": "rightBumper"
|
||||
},
|
||||
"stroke": {
|
||||
"opacity": 0
|
||||
"opacity": 0.1
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -66,7 +66,7 @@
|
||||
"value": "rightTrigger"
|
||||
},
|
||||
"stroke": {
|
||||
"opacity": 0
|
||||
"opacity": 0.1
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -107,7 +107,7 @@
|
||||
"value": "leftBumper"
|
||||
},
|
||||
"stroke": {
|
||||
"opacity": 0
|
||||
"opacity": 0.1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user