Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "Author": "BigRob154",
- "Date": "2012-11-01",
- "Name": "Intro",
- "Music": {
- "Default": "Doodle.mp3",
- "Tense": "Another.mp3"
- },
- "Backgrounds": {
- "Default": { "File": "BG-Intro.png", "Scale": 2 },
- "Test": { "File": "BG-Test.png", "Scale": 2 }
- },
- "Actions": [
- {
- "Name": "Scene 1",
- "Background": "Default",
- "Type": "Simple Narrator"
- },
- {
- "Name": "Transition",
- "Type": "Fade"
- },
- {
- "Name": "Scene 2",
- "Background": "Test",
- "Type": "Simple Narrator"
- }
- ],
- "ActionSets": {
- "Scene 1": [
- {
- "Start": 0,
- "End": 5,
- "Text": "Once upon a time..."
- },
- {
- "Start": 6,
- "End": 12,
- "Text": "In a galaxy far, far away..."
- },
- {
- "Start": 13,
- "End": 18,
- "Text": "Just kidding."
- }
- ],
- "Scene 2": [
- {
- "Start": 0,
- "End": 5,
- "Text": "And another Background here!"
- }
- ]
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement