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

View file

@ -9,4 +9,4 @@ func _ready():
func _process(delta):
money.text = str(SimData.budget)
year.text = str(SimData.year)
year.text = "Y" + str(SimData.year)