playing with FPS

This commit is contained in:
George Saines 2014-10-10 16:55:09 -07:00
parent c6b398aae2
commit 95afb6c4d3

View file

@ -52,7 +52,7 @@ module.exports = Surface = class Surface extends CocoClass
coords: null # use world defaults, or set to false/true to override
playJingle: false
showInvisible: false
frameRate: 30 # Best as a divisor of 60, like 15, 30, 60, with RAF_SYNCHED timing.
frameRate: 60 # Best as a divisor of 60, like 15, 30, 60, with RAF_SYNCHED timing.
subscriptions:
'level:disable-controls': 'onDisableControls'