Skip to content

Commit 6ad3f5a

Browse files
mixiateGymnasiast
authored andcommitted
Fix OpenRCT2/OpenRCT2#7222: Transparent pixels in sloped path tunnels
1 parent 77cf9bb commit 6ad3f5a

51 files changed

Lines changed: 75 additions & 15 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
3.95 KB
3.96 KB
4.16 KB
4.24 KB
3.79 KB
3.92 KB
5.2 KB
5.27 KB

objects/rct1/terrain_edge/rct1.terrain_edge.brick/object.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
},
1313
"images": [
1414
{ "path": "icon.png", "format": "raw", "x": 2, "y": 2 },
15-
"$CSG[40506..40589]"
15+
"$CSG[40506..40581]",
16+
{ "path": "images/40582.png", "x": -2, "y": -31 },
17+
"$CSG[40583]",
18+
{ "path": "images/40584.png", "x": -25, "y": -31 },
19+
"$CSG[40585..40589]"
1620
],
1721
"noCsgImages": [
1822
{ "path": "icon.png", "format": "raw", "x": 2, "y": 2 },
5.21 KB

0 commit comments

Comments
 (0)