Advertisement
Guest User

Untitled

a guest
Apr 9th, 2016
495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. {
  2. "blocks": [
  3. {
  4. "name":"Unknown Person",
  5. "portrait_id":1,
  6. "text":"Hello, this is a test.\nBold, italics, and bold italics, are supported, and you can select text\nwhile editing.",
  7. "text_bold": [23,24,25,26,42,43,44,45,46,47,48,49,50,51,52,53],
  8. "text_italic": [23,24,25,26,42,43,44,45,46,47,48,49,50,51,52,53],
  9. "type":"speech",
  10. "x":100,
  11. "y":100
  12. },
  13. {
  14. "name":"Somebody Else",
  15. "portrait_id":0,
  16. "text":"The avatars used here are just placeholders found via Google Image Search\nto test the system.",
  17. "text_bold":[],
  18. "text_italic":[],
  19. "type":"speech",
  20. "x":124,
  21. "y":328
  22. },
  23. {
  24. "condition":"This is a fork. It offers a true/false branching \nmechanism based on a condition typed in here.\nPlayer should repeat the last two speech boxes?",
  25. "condition_bold":[],
  26. "condition_italic":[],
  27. "type":"fork",
  28. "x":273.5,
  29. "y":572.5
  30. },
  31. {
  32. "facing":3,
  33. "type":"waypoint",
  34. "x":828,
  35. "y":22
  36. },
  37. {
  38. "facing":2,
  39. "type":"waypoint",
  40. "x":927,
  41. "y":565
  42. },
  43. {
  44. "choice_counter":3,
  45. "choices": [
  46. {
  47. "anchor_name":"choice 0",
  48. "anchor_side":"right",
  49. "text":"Choice A -- Right click a choice to get a menu. It allows deleting a choice.",
  50. "text_bold":[0,1,2,3,4,5,6,7,8,9],
  51. "text_italic":[0,1,2,3,4,5,6,7,8,9]
  52. },
  53. {
  54. "anchor_name":"choice 1",
  55. "anchor_side":"left",
  56. "text":"Choice B -- It can also change the side outward connections are on.",
  57. "text_bold":[],"text_italic":[]
  58. },
  59. {
  60. "anchor_name":"choice 2",
  61. "anchor_side":"right",
  62. "text":"Choice C -- The green button below adds another choice.",
  63. "text_bold":[],"text_italic":[]
  64. }
  65. ],
  66. "prompt": "This is a question box. It supports a variable number of choices.\nThe prompt for the question should be typed here. Bold, italics, etc. are \nsupported if you want them.",
  67. "prompt_bold":[116,117,118,119],
  68. "prompt_italic":[116,117,118,119],
  69. "type":"question",
  70. "x":214.5,
  71. "y":797}
  72. ],
  73.  
  74. "links": [
  75. {"from_index":0,"from_name":"out","to_index":1,"to_name":"in"},
  76. {"from_index":4,"from_name":"out","to_index":3,"to_name":"in"},
  77. {"from_index":3,"from_name":"out","to_index":0,"to_name":"in"},
  78. {"from_index":2,"from_name":"true","to_index":4,"to_name":"in"},
  79. {"from_index":1,"from_name":"out","to_index":2,"to_name":"in"},
  80. {"from_index":2,"from_name":"false","to_index":5,"to_name":"in"}
  81. ],
  82.  
  83. "view_offset_x":-3,
  84. "view_offset_y":3,
  85. "zoom_out_count":0
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement