mirror of
https://github.com/tonytins/citylimits
synced 2025-06-25 09:24:44 -04:00
Major clean up and reorganization
- Upgraded to Godot 4 - Just remembered the basic principles are based on a tile editor, and dramatically simplified from there. Derp. - New state machine and license display add-ons. - Re-licensed under the GPL because Micropolis' assets aren't under a separate one.
This commit is contained in:
parent
55ed76c914
commit
c980445340
337 changed files with 5129 additions and 7661 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"city": "Metropolis",
|
||||
"mayor": "Defacto"
|
||||
}
|
||||
"city": "Metropolis",
|
||||
"mayor": "Defacto"
|
||||
}
|
||||
|
|
|
@ -1,43 +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
|
||||
}
|
||||
}
|
||||
}
|
||||
"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