mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-19 06:11:22 +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 |
||
---|---|---|
.. | ||
adverts.json | ||
citylife.json | ||
extra_lore.json | ||
international.json | ||
kittykibble.json | ||
README.md | ||
sammy.json | ||
ticker.json | ||
ticker_alerts.json |
News Ticker
With the exception of certain policies, the majority of the lore in City Limits comes from the news ticker. During regular gameplay (when there isn't any disasters or financial problems), the news ticker provides fictional turn of events that happen in the city, such as the Kitty Kibble shortage from SimCity 3000.
Extra Lore
Additionally, I've added my own turn of events with the extra_lore.json
file. Internally, this is known as "Caseyverse" and has a global node of the same name. That node is designed so the game can function without it through the use of the if_caseyverse()
function (which checks for that json file, at the moment) and any future related functions that deal with events.