mirror of
https://github.com/tonytins/citylimits
synced 2025-05-07 06:54:49 -04:00
7 lines
153 B
GDScript
7 lines
153 B
GDScript
extends Panel
|
|
|
|
func _ready():
|
|
$CityMenus/CityNameLbl.text = CityData.city_name
|
|
|
|
func _process(delta):
|
|
$CityStatus/MoneyLbl.text = str(CityData.budget)
|