Skip to content

Commit d079745

Browse files
authored
Fix down sloped round tunnels glitching due to parts of back in front (#401)
1 parent 0bdb95b commit d079745

90 files changed

Lines changed: 96 additions & 21 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.
-28 Bytes
-82 Bytes
-32 Bytes
-79 Bytes

objects/official/terrain_edge/official.terrain_edge.void/object.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
{ "path": "images/43.png", "x": -30, "y": -47 },
5656
{ "path": "images/44.png", "x": -30, "y": -39 },
5757
{ "path": "images/45.png", "x": -2, "y": -47 },
58-
{ "path": "images/46.png", "x": -2, "y": -40 },
59-
{ "path": "images/47.png", "x": -26, "y": -47 },
58+
{ "path": "images/46.png", "x": 13, "y": -40 },
59+
{ "path": "images/47.png", "x": -30, "y": -47 },
6060
{ "path": "images/48.png", "x": -30, "y": -39 },
6161
{ "path": "images/49.png", "x": -2, "y": -47 },
6262
{ "path": "images/50.png", "x": 13, "y": -40 },
367 Bytes
-282 Bytes
327 Bytes
-233 Bytes

objects/official/terrain_edge/rct1beta.terrain_edge.brick/object.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
{ "path": "images/43.png", "x": -30, "y": -47 },
5757
{ "path": "images/44.png", "x": -30, "y": -39 },
5858
{ "path": "images/45.png", "x": -2, "y": -47 },
59-
{ "path": "images/46.png", "x": -2, "y": -40 },
60-
{ "path": "images/47.png", "x": -26, "y": -47 },
59+
{ "path": "images/46.png", "x": 13, "y": -40 },
60+
{ "path": "images/47.png", "x": -30, "y": -47 },
6161
{ "path": "images/48.png", "x": -30, "y": -39 },
6262
{ "path": "images/49.png", "x": -2, "y": -47 },
6363
{ "path": "images/50.png", "x": 13, "y": -40 },

0 commit comments

Comments
 (0)