mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-22 15:32:18 +00:00
- The news ticker is now a stealth button that opens a window. - News window now has brandings for FNN and Pawprint Press. - Ticker now provides extra lore by me if is_caseyverse.txt is present. - Moved the news ticker functions to the window source, for now. - Added .gdignore
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 rotate_news
|
|
|
|
# Policies
|
|
signal clean_air_act
|
|
signal energy_saving
|