Json-based dialog

- Json-based dialog using code from the JRPG demo
- Moved advisor scenes to their own directory
- Year now has a "Y" prefix
- Docs directory
This commit is contained in:
Tony Bark 2021-05-20 15:05:58 -04:00
parent 80adf6b1d5
commit addbf91a36
8 changed files with 227 additions and 99 deletions

6
dialog/cityplanner.json Normal file
View file

@ -0,0 +1,6 @@
{
"1": {
"name": "Roll up your sleeves, Mayor!",
"text": "Welcome to City Limits! I'm Zack, and I'll be your city planner."
}
}