mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Add playback: playing: false default to scripts, with default editor task to adjust it
This commit is contained in:
parent
ef72286864
commit
31a13d69b3
2 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,8 @@ module.exports = [
|
|||
play: true
|
||||
script:
|
||||
duration: 1
|
||||
playback:
|
||||
playing: false
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
@ -14,6 +14,7 @@ defaultTasks = [
|
|||
'Do basic set decoration.'
|
||||
'Adjust script camera bounds.'
|
||||
'Choose music file in Introduction script.'
|
||||
'Choose autoplay in Introduction script.'
|
||||
|
||||
'Add to a campaign.'
|
||||
'Publish.'
|
||||
|
|
Loading…
Reference in a new issue