mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Fixed world-threatening typo.
This commit is contained in:
parent
019f634d9f
commit
5397c51819
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ module.exports = Surface = class Surface extends CocoClass
|
|||
grid: false
|
||||
navigateToSelection: true
|
||||
choosing: false # 'point', 'region', 'ratio-region'
|
||||
coords: null # use world defaults, or set to false/true to overrid
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue