mirror of
https://github.com/tonytins/citylimits
synced 2025-06-25 09:24:44 -04:00
Rewrote news ticker
- Rewrote news ticker based on JSON web API tutorials - Simplified json files for news ticker as part of rewrite - Renamed /dialog to /json
This commit is contained in:
parent
b443ee61fe
commit
ef6b097ef2
20 changed files with 170 additions and 71 deletions
6
json/advisors/cityplanner.json
Normal file
6
json/advisors/cityplanner.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"1": {
|
||||
"name": "Roll up your sleeves, Mayor!",
|
||||
"text": "Nice to meet you, Mayor [name]. I'm Cindy, your city planner. I'll be helping you with zoning, land values, and handling connections to and from the city."
|
||||
}
|
||||
}
|
6
json/advisors/finacial.json
Normal file
6
json/advisors/finacial.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"1": {
|
||||
"name": "Let's get number crunching.",
|
||||
"text": "Hello, Mayor, I'm Kit Welsh. I'll be your financial advisor. I control the income and expenditures for your city. I'll keep you up-to-date on expenditures and let you know if we may need to lower or rise taxes."
|
||||
}
|
||||
}
|
0
json/advisors/transport.json
Normal file
0
json/advisors/transport.json
Normal file
Loading…
Add table
Add a link
Reference in a new issue