1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 08:12:53 +01:00
Files
OpenRCT2/data/scenario_patches/b080197.parkpatch
Tulio Leao 47c8970d71 Part of #20070: Allow fixing paths with queues
Fixes Mines of Africa
2024-12-03 07:05:43 -03:00

22 lines
557 B
Plaintext

{
"scenario_name": "Mines of Africa (.sea)",
"sha256": "b080197d430a6ded46945035a95c8f2d9e3064637e9119e68270554eda48e747",
"elements_to_delete": [
{
"element_index": 1,
"coordinates": [
[ 43, 46 ]
]
}
],
"paths": [
{
"railings": "rct2.footpath_railings.concrete",
"surface": "rct2.footpath_surface.queue_yellow",
"coordinates": [ [ 43, 46, 6 ] ],
"slope_direction": 3,
"queue": true
}
]
}