Skip to content

Commit bb75de5

Browse files
committed
Tweaked timing of Don's screen vibration. Sweet sensations.
1 parent 8ddf9ab commit bb75de5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

chicagoPlayerObject.lua

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -378,11 +378,7 @@ function playerObject:init(scene)
378378
system.vibrate()
379379
end
380380

381-
local delay = 1100
382-
local platform = system.getInfo( "platformName" )
383-
if( platform == "Android" ) then
384-
delay = 1350 + 500
385-
end
381+
local delay = 1350
386382

387383
timer.performWithDelay( 5, playVoice, 1 )
388384
timer.performWithDelay( delay, shake, 1 )

0 commit comments

Comments
 (0)