mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
22 lines
448 B
CoffeeScript
22 lines
448 B
CoffeeScript
module.exports = [
|
|
{
|
|
id: "Introduction"
|
|
channel: "god:new-world-created"
|
|
noteChain: [
|
|
name: "Set camera, start music."
|
|
surface:
|
|
focus:
|
|
bounds: [{x: 0, y: 0}, {x: 80, y: 68}]
|
|
target: "Hero Placeholder"
|
|
zoom: 0.5
|
|
sound:
|
|
music:
|
|
file: "/music/music_level_2"
|
|
play: true
|
|
script:
|
|
duration: 1
|
|
playback:
|
|
playing: false
|
|
]
|
|
}
|
|
]
|