mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-21 15:11:21 +00:00
- New tax system - Advisor window modeled after SC3k's - Advisor start_dialogue() function is now connected to a SimEvent "advisor_message" signal - Advisor windows are now autoloaded and no longer part of the core interface node - Added 3D buildings from Micropolis repo
4 lines
118 B
GDScript
4 lines
118 B
GDScript
extends "res://scripts/advisor_window.gd"
|
|
|
|
func _ready():
|
|
SimEvents.connect("city_planner", self, "_start_dialogue")
|