Let's try 30 FPS for a while now.

This commit is contained in:
Nick Winter 2014-04-28 16:41:18 -07:00
parent bd3c059c2a
commit 0b947dbeee

View file

@ -48,7 +48,7 @@ module.exports = Surface = class Surface extends CocoClass
coords: true
playJingle: false
showInvisible: false
frameRate: 60 # Best as a divisor of 60, like 15, 30, 60, with RAF_SYNCHED timing.
frameRate: 30 # Best as a divisor of 60, like 15, 30, 60, with RAF_SYNCHED timing.
subscriptions:
'level-disable-controls': 'onDisableControls'