mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-17 13:21:22 +00:00
- Streamlined advisor window messages through signals. - Added TODO file - Ignore /except directory - News ticker based on the advisor code with text from SC3k with news from the game, with some exceptions. - New SC3k-like interface. - Added icons from Font Awesome.
10 lines
158 B
GDScript
10 lines
158 B
GDScript
extends Node
|
|
|
|
signal has_power
|
|
signal budget
|
|
signal game_speed
|
|
signal advisor_message(advisor, message)
|
|
|
|
# News
|
|
signal send_alert(message)
|
|
signal resume_news
|