This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
codecombat/app/lib/DefaultScripts.coffee

20 lines
407 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: 2
sound:
music:
file: "/music/music_level_2"
play: true
script:
duration: 1
]
}
]