Add playback: playing: false default to scripts, with default editor task to adjust it

This commit is contained in:
Nick Winter 2015-11-15 08:03:14 -08:00
parent ef72286864
commit 31a13d69b3
2 changed files with 3 additions and 0 deletions

View file

@ -15,6 +15,8 @@ module.exports = [
play: true
script:
duration: 1
playback:
playing: false
]
}
]

View file

@ -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.'