mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-22 07:22:20 +00:00
This wound up being a bigger commit than I had initially planned. - New SC3k-style policies based on the advisor code. - Added license file to Font Awesome folder. - Refactored the advisor code so it can handle multiple files. - Updated icons. Should be more consistent now. - Replaced Sims with Animals in ticker text. - Moved dialogs to windows directory.
17 lines
283 B
GDScript
17 lines
283 B
GDScript
extends Node
|
|
|
|
signal has_power
|
|
signal budget
|
|
signal game_speed
|
|
|
|
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
|