Advertisement
BigRob154

Cutscene Format / JSON

Nov 1st, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "Author": "BigRob154",
  3.     "Date": "2012-11-01",
  4.     "Name": "Intro",
  5.    
  6.    
  7.     "Music": {
  8.         "Default": "Doodle.mp3",
  9.         "Tense": "Another.mp3"
  10.     },
  11.    
  12.    
  13.     "Backgrounds": {
  14.         "Default": { "File": "BG-Intro.png", "Scale": 2 },
  15.         "Test": { "File": "BG-Test.png", "Scale": 2 }
  16.     },
  17.    
  18.    
  19.     "Actions": [
  20.         {
  21.             "Name": "Scene 1",
  22.             "Background": "Default",
  23.             "Type": "Simple Narrator"
  24.         },
  25.         {
  26.             "Name": "Transition",
  27.             "Type": "Fade"
  28.         },
  29.         {
  30.             "Name": "Scene 2",
  31.             "Background": "Test",
  32.             "Type": "Simple Narrator"
  33.         }
  34.     ],
  35.    
  36.    
  37.     "ActionSets": {
  38.         "Scene 1": [
  39.             {
  40.                 "Start": 0,
  41.                 "End": 5,
  42.                 "Text": "Once upon a time..."
  43.             },
  44.             {
  45.                 "Start": 6,
  46.                 "End": 12,
  47.                 "Text": "In a galaxy far, far away..."
  48.             },
  49.             {
  50.                 "Start": 13,
  51.                 "End": 18,
  52.                 "Text": "Just kidding."
  53.             }
  54.         ],
  55.         "Scene 2": [
  56.             {
  57.                 "Start": 0,
  58.                 "End": 5,
  59.                 "Text": "And another Background here!"
  60.             }
  61.         ]      
  62.     }
  63.    
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement