Initial foundation for VR Mode

A lot has happened since May that I couldn't begin to describe what was working at the time. What I can tell you that is new as of this commit is an upcoming VR mode.
This commit is contained in:
Tony Bark 2021-09-24 11:12:02 -04:00
parent ef6b097ef2
commit 1f038ea53c
16 changed files with 374 additions and 318 deletions

View file

@ -1,6 +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."
"name": "Cindy Diamond",
"messages": {
"welcome": "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."
}
}

View file

@ -1,6 +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."
"name": "Kit Welsh",
"messages": {
"welcome": "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."
}
}

View file

@ -0,0 +1,4 @@
{
"name:": "Zack Casey",
"messages": {}
}

43
json/saves/octy_file.json Normal file
View file

@ -0,0 +1,43 @@
{
"city": "Furtropolis",
"mayor": "Defacto",
"version": "0.1",
"zones": {
"commercial": {
"1": {
"x": 654,
"y": 564
},
"2": {
"x": 321,
"y": 85
}
},
"residential": {
"1": {
"x": 315,
"y": 564
},
"2": {
"x": 874,
"y": 843
}
},
"industrial": {
"1": {
"x": 156,
"y": 489
},
"2": {
"x": 845,
"y": 314
}
}
},
"buildings": {
"coal": {
"x": 648,
"y": 654
}
}
}