mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Fixed #2036 (making it less likely that the mistake will ercur, anyway).
This commit is contained in:
parent
b0056127af
commit
0e9f1e0370
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module.exports = [
|
|||
focus:
|
||||
bounds: [{x: 0, y: 0}, {x: 80, y: 68}]
|
||||
target: "Hero Placeholder"
|
||||
zoom: 2
|
||||
zoom: 0.5
|
||||
sound:
|
||||
music:
|
||||
file: "/music/music_level_2"
|
||||
|
|
Loading…
Reference in a new issue