1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 20:43:04 +01:00
Files
OpenRCT2/data/scenario_patches/2980c28.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
550 B
Plaintext

{
"scenario_name": "Mines of Africa",
"sha256": "2980c287d81e4e96a46db30d1a80e6bfa0caace6a14488dddc6f20ac71676cff",
"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
}
]
}