mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-25 12:20:32 -04:00
Let's try 30 FPS for a while now.
This commit is contained in:
parent
bd3c059c2a
commit
0b947dbeee
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ module.exports = Surface = class Surface extends CocoClass
|
||||||
coords: true
|
coords: true
|
||||||
playJingle: false
|
playJingle: false
|
||||||
showInvisible: 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:
|
subscriptions:
|
||||||
'level-disable-controls': 'onDisableControls'
|
'level-disable-controls': 'onDisableControls'
|
||||||
|
|
Loading…
Add table
Reference in a new issue