Skip to content

Instantly share code, notes, and snippets.

@xjjon
Last active May 11, 2018 06:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xjjon/5117ed74f97fb2f602fb7adb39f577cb to your computer and use it in GitHub Desktop.
Save xjjon/5117ed74f97fb2f602fb7adb39f577cb to your computer and use it in GitHub Desktop.
SampleQuest.xml
<Quest>
<QuestTitle>My Quest</QuestTitle>
<Nodes>
<Node>
<NodeTitle>Node 1</NodeTitle>
<NodeText>Text for Node 1 of my quest</NodeText>
<NodeImage>myImage</NodeImage>
</Node>
</Nodes>
</Quest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment