mirror of
https://github.com/tonytins/citylimits
synced 2025-12-18 13:54:43 -05:00
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:
parent
80adf6b1d5
commit
addbf91a36
8 changed files with 227 additions and 99 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue