Skip to content

Commit e6d7a55

Browse files
mixiateGymnasiast
authored andcommitted
Fix alignment of rct2 red, yellow and green queue previews
1 parent 405f733 commit e6d7a55

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

objects/rct2/footpath_surface/rct2.footpath_surface.queue_green/object.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"noSlopeRailings": true
1313
},
1414
"images": [
15-
{ "path": "preview.png" },
15+
{ "path": "preview.png", "x": 1, "y": 1 },
1616
"$RCT2:OBJDATA/TARMACG.DAT[51..70]"
1717
],
1818
"strings": {

objects/rct2/footpath_surface/rct2.footpath_surface.queue_red/object.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"noSlopeRailings": true
1313
},
1414
"images": [
15-
{ "path": "preview.png" },
15+
{ "path": "preview.png", "x": 1, "y": 1 },
1616
"$RCT2:OBJDATA/PATHSPCE.DAT[51..70]"
1717
],
1818
"strings": {

objects/rct2/footpath_surface/rct2.footpath_surface.queue_yellow/object.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"noSlopeRailings": true
1313
},
1414
"images": [
15-
{ "path": "preview.png" },
15+
{ "path": "preview.png", "x": 1, "y": 1 },
1616
"$RCT2:OBJDATA/PATHASH.DAT[51..70]"
1717
],
1818
"strings": {

0 commit comments

Comments
 (0)