You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
Move Ayers Rock patch to json
This commit is contained in:
23
data/scenario_patches/Australasia - Ayers Rock.json
Normal file
23
data/scenario_patches/Australasia - Ayers Rock.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"tiles": {
|
||||
"type": "track",
|
||||
"operations": [
|
||||
{
|
||||
"from": "flat_covered",
|
||||
"to": "flat",
|
||||
"coordinates": [
|
||||
[ 123, 59 ], [ 123, 60 ], [ 123, 61 ],
|
||||
[ 118, 69 ], [ 118, 70 ], [ 118, 71 ], [ 118, 72 ], [ 118, 73 ],
|
||||
[ 112, 79 ], [ 112, 80 ], [ 112, 81 ], [ 112, 82 ]
|
||||
]
|
||||
},
|
||||
{
|
||||
"from": "flat",
|
||||
"to": "flat_covered",
|
||||
"coordinates": [
|
||||
[ 123, 83 ], [ 123, 84 ], [ 123, 85 ], [123, 86 ]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user