Skip to content

Commit 19b1f70

Browse files
mixiateGymnasiast
authored andcommitted
Fix OpenRCT2/OpenRCT2#25720: TT Jet Plane 2 has holes
1 parent 50cd109 commit 19b1f70

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed
1.78 KB
Loading
1.69 KB
Loading
1.76 KB
Loading
1.78 KB
Loading

objects/rct2tt/scenery_large/rct2tt.scenery_large.jetplan2.json renamed to objects/rct2tt/scenery_large/rct2tt.scenery_large.jetplan2/object.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,12 @@
7979
]
8080
},
8181
"images": [
82-
"$RCT2:OBJDATA/JETPLAN2.DAT[0..39]"
82+
"$RCT2:OBJDATA/JETPLAN2.DAT[0..19]",
83+
{ "path": "images/20.png", "x": -32, "y": -15 },
84+
{ "path": "images/21.png", "x": -32, "y": -34 },
85+
{ "path": "images/22.png", "x": -32, "y": -35 },
86+
{ "path": "images/23.png", "x": -32, "y": -14 },
87+
"$RCT2:OBJDATA/JETPLAN2.DAT[24..39]"
8388
],
8489
"strings": {
8590
"name": {

0 commit comments

Comments
 (0)