mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-21 07:11:20 +00:00
- Created a json helper to streamline decoupling of hardcoded data - Removed non-existent VR bridge reference - News ticker files are no longer hardcoded to the game. - Removed hardcoded city and mayor names using Json helper
10 lines
No EOL
394 B
JSON
10 lines
No EOL
394 B
JSON
{
|
|
"ticker": [
|
|
"This Space For Rent.",
|
|
"[outlet]: Don't Blame Us If You're Not Paying Attention",
|
|
"[outlet]: Information With As Few Words As Possible.",
|
|
"[outlet]: Properly Spelled Words From Beginning To End.",
|
|
"[outlet]: Journalistic Integrity Without All The Advertising.",
|
|
"[outlet]: No Advertisements Since Before The Beginning."
|
|
]
|
|
} |