mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
playing with FPS
This commit is contained in:
parent
c6b398aae2
commit
95afb6c4d3
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue