mirror of
https://github.com/tonytins/citylimits
synced 2025-12-21 14:54:42 -05:00
Decoupling more hardcoded data
- 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
This commit is contained in:
parent
f8a0f97767
commit
65cc08fab6
13 changed files with 309 additions and 417 deletions
11
json/ticker/meta.json
Normal file
11
json/ticker/meta.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"primary_outlet": "Pawprint Press",
|
||||
"secondary_outlet": "FNN",
|
||||
"competing_outlet": "Citizen Telegram",
|
||||
"ticker_files": [
|
||||
"adverts.json",
|
||||
"sammy.json",
|
||||
"kittykibble.json",
|
||||
"citylife.json"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue