Skip to content

Commit 25e1991

Browse files
authored
Ball Cup Boom (v1.0.3): Modified vibration to 25 ms (#370)
1 parent 75aabbe commit 25e1991

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

examples/ball-cup-boom/ball-cup-boom.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15274,6 +15274,14 @@
1527415274
""
1527515275
]
1527615276
},
15277+
{
15278+
"type": {
15279+
"value": "DeviceVibration::StartVibration"
15280+
},
15281+
"parameters": [
15282+
"25"
15283+
]
15284+
},
1527715285
{
1527815286
"type": {
1527915287
"value": "Wait"
@@ -16476,7 +16484,7 @@
1647616484
"value": "DeviceVibration::StartVibration"
1647716485
},
1647816486
"parameters": [
16479-
"10"
16487+
"25"
1648016488
]
1648116489
}
1648216490
]
@@ -17193,7 +17201,7 @@
1719317201
"value": "DeviceVibration::StartVibration"
1719417202
},
1719517203
"parameters": [
17196-
"10"
17204+
"25"
1719717205
]
1719817206
},
1719917207
{

0 commit comments

Comments
 (0)