citylimits/json/saves/octy_file.json
Tony Bark 1f038ea53c 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.
2021-09-24 11:12:02 -04:00

43 lines
No EOL
805 B
JSON

{
"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
}
}
}