Skip to content

Instantly share code, notes, and snippets.

@goldbattle
Created April 3, 2015 16:54
Show Gist options
  • Save goldbattle/1b6076677aa203e6d7f5 to your computer and use it in GitHub Desktop.
Save goldbattle/1b6076677aa203e6d7f5 to your computer and use it in GitHub Desktop.
{
"page_1": {
"image_background": "background.jpg",
"image_forground": "person.jpg",
"text": "Text for the page in here",
"choices": [
{
"text": "Choice #1",
"id_link": "page_2"
},
{
"text": "Choice #2",
"id_link": "page_3"
}
]
},
"page_2": {
"image_background": "background_2.jpg",
"image_forground": "person_2.jpg",
"text": "Text for the page 2 in here",
"choices": [
{
"text": "Choice #1",
"id_link": "page_1"
},
{
"text": "Choice #2",
"id_link": "page_3"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment