mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-20 23:01:22 +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
11 lines
No EOL
244 B
JSON
11 lines
No EOL
244 B
JSON
{
|
|
"primary_outlet": "Pawprint Press",
|
|
"secondary_outlet": "FNN",
|
|
"competing_outlet": "Citizen Telegram",
|
|
"ticker_files": [
|
|
"adverts.json",
|
|
"sammy.json",
|
|
"kittykibble.json",
|
|
"citylife.json"
|
|
]
|
|
} |