Skip to content

Commit dcfbaa4

Browse files
Add icons to station objects
1 parent 1112fb1 commit dcfbaa4

28 files changed

Lines changed: 26 additions & 12 deletions

File tree

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": {
3.66 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
},
2121
"images": [
2222
"$G1[22792..22823]",
23-
"$G1[22517..22540]"
23+
"$G1[22517..22540]",
24+
{ "path": "images/icon.png", "x": 2, "y": 0 }
2425
],
2526
"strings": {
2627
"name": {
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
},
2121
"images": [
2222
"$G1[22680..22695]",
23-
"$G1[22445..22456]"
23+
"$G1[22445..22456]",
24+
{ "path": "images/icon.png", "x": 1, "y": 0 }
2425
],
2526
"strings": {
2627
"name": {
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
},
1919
"images": [
2020
"$G1[22712..22727]",
21-
"$G1[22469..22480]"
21+
"$G1[22469..22480]",
22+
{ "path": "images/icon.png", "x": 2, "y": 0 }
2223
],
2324
"strings": {
2425
"name": {

0 commit comments

Comments
 (0)