mirror of
https://github.com/tonytins/citylimits
synced 2025-12-19 06:14:42 -05:00
Added more news messages
- Shuffle news keys - Brought back check if city name is named "Furtropolis" to change outlet to "FNN" - Reduced ticker timer from 10 to 6 seconds
This commit is contained in:
parent
cc4747ab65
commit
76b67cbe73
4 changed files with 36 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ onready var quarters = $Quarters
|
|||
func _ready():
|
||||
SimEvents.connect("resume_news", self, "_resume_rotation")
|
||||
SimEvents.connect("send_alert", self, "_stop_news")
|
||||
|
||||
|
||||
func _on_Quarters_timeout():
|
||||
SimData.year += 1
|
||||
SimData.prev_quarter = SimData.quarter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue