Menu sprites from Micropolis

- Removed UI from ZC's Dress Up (may return in a later time)
- Power stations
- Simplified UI
- Time now works
- Income and expenses
This commit is contained in:
Tony Bark 2021-05-20 04:54:00 -04:00
parent 0b60335591
commit 8170b69b7a
400 changed files with 1888 additions and 4809 deletions

View file

@ -6,6 +6,4 @@ onready var budget = $Container/BudgetMenu
func _on_CreateBtn_pressed():
SimData.city_name = city_name
get_tree().change_scene("res://scenes/Game.tscn")