New(ish) icon

- Reorganized project directories
This commit is contained in:
Anthony Foxclaw 2020-06-11 00:05:09 -04:00
parent 29c7fa4502
commit f5c7355d5a
111 changed files with 167 additions and 158 deletions

7
scripts/gpanel.gd Normal file
View file

@ -0,0 +1,7 @@
extends Panel
func _ready():
$CityMenus/CityNameLbl.text = CityData.city_name
func _process(delta):
$CityStatus/MoneyLbl.text = str(CityData.budget)