Add some initial and basic documentation
This commit is contained in:
parent
221cb7409b
commit
2e216abdd3
4 changed files with 86 additions and 0 deletions
41
docs/config_file_example.yaml
Normal file
41
docs/config_file_example.yaml
Normal file
|
@ -0,0 +1,41 @@
|
|||
---
|
||||
- trunk: "Example Quest: Learn what it looks like to use Sapling!"
|
||||
|
||||
-
|
||||
branch:
|
||||
number: 1
|
||||
text: "You stumble upon the first branch of a dialogue tree.
|
||||
You find yourself at a junction..."
|
||||
leaf:
|
||||
-
|
||||
text: "Go to the next branch."
|
||||
branch: 2
|
||||
-
|
||||
text: "Leave this silly place."
|
||||
branch: 0
|
||||
-
|
||||
branch:
|
||||
number: 2
|
||||
text: "Ye find yeself at branch 2. Your options are north, south
|
||||
or Dennis."
|
||||
leaf:
|
||||
-
|
||||
text: "North"
|
||||
branch: 3
|
||||
-
|
||||
text: "South (back the way you came)"
|
||||
branch: 1
|
||||
-
|
||||
text: "Dennis"
|
||||
branch: 0
|
||||
-
|
||||
branch:
|
||||
number: 3
|
||||
text: "It's cold up here. You decide to go someplace else!"
|
||||
leaf:
|
||||
-
|
||||
text: "Head on home."
|
||||
branch: 0
|
||||
-
|
||||
text: "Head south (back the way you came)"
|
||||
branch: 2
|
Loading…
Add table
Add a link
Reference in a new issue