Skip to content

Commit 8df23f6

Browse files
Add icons to station objects (#428)
Co-authored-by: Kyphii <finneyt16@gmail.com>
1 parent 1112fb1 commit 8df23f6

File tree

28 files changed

+14
-0
lines changed

28 files changed

+14
-0
lines changed
3.88 KB
Loading

objects/official/station/openrct2.station.noentrance.json renamed to objects/official/station/openrct2.station.noentrance/object.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"hasShelter": false
1212
},
1313
"images": [
14+
{ "path": "images/icon.png", "x": 0, "y": 4 }
1415
],
1516
"strings": {
1617
"name": {
4.3 KB
Loading

objects/official/station/openrct2.station.noplatformnoentrance.json renamed to objects/official/station/openrct2.station.noplatformnoentrance/object.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"noPlatforms": true
1313
},
1414
"images": [
15+
{ "path": "images/icon.png", "x": 1, "y": 0 }
1516
],
1617
"strings": {
1718
"name": {
3.96 KB
Loading

objects/rct2/station/rct2.station.abstract.json renamed to objects/rct2/station/rct2.station.abstract/object.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"isTransparent": true
2020
},
2121
"images": [
22+
{ "path": "images/icon.png", "x": 2, "y": 0 },
2223
"$G1[22792..22823]",
2324
"$G1[22517..22540]"
2425
],
3.99 KB
Loading

objects/rct2/station/rct2.station.canvas_tent.json renamed to objects/rct2/station/rct2.station.canvas_tent/object.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"hasSecondaryColour": true
2020
},
2121
"images": [
22+
{ "path": "images/icon.png", "x": 1, "y": 0 },
2223
"$G1[22680..22695]",
2324
"$G1[22445..22456]"
2425
],
3.97 KB
Loading

objects/rct2/station/rct2.station.castle_brown.json renamed to objects/rct2/station/rct2.station.castle_brown/object.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"hasShelter": true
1818
},
1919
"images": [
20+
{ "path": "images/icon.png", "x": 2, "y": 0 },
2021
"$G1[22712..22727]",
2122
"$G1[22469..22480]"
2223
],

0 commit comments

Comments
 (0)