mirror of
https://github.com/tonytins/citylimits
synced 2025-06-25 09:24:44 -04:00
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:
parent
ef6b097ef2
commit
1f038ea53c
16 changed files with 374 additions and 318 deletions
43
json/saves/octy_file.json
Normal file
43
json/saves/octy_file.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue