mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-22 07:22:20 +00:00
- Redid the interface with everything now at the bottom. - Advisors can now address the mayor and city - Updated tax window with red and green arrow icons - Tweaked income algorithm
18 lines
307 B
GDScript
18 lines
307 B
GDScript
extends Node
|
|
|
|
signal has_power
|
|
signal budget
|
|
signal game_speed
|
|
|
|
# Policies and Advisors
|
|
signal policy_message(policy)
|
|
signal policy_analysis(advisor, policy)
|
|
signal advisor_message(advisor, message)
|
|
|
|
# News
|
|
signal send_alert(message)
|
|
signal resume_news
|
|
|
|
# Policies
|
|
signal clean_air_act
|
|
signal energy_saving
|