mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
pushing my fix
This commit is contained in:
parent
6350debf26
commit
ee88c0870e
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: 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'
|
||||
|
|
Loading…
Add table
Reference in a new issue