1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Close #18830: Consistently use plural for object type images (#18870)

This commit is contained in:
Michael Steenbeek
2022-12-17 22:15:07 +01:00
committed by GitHub
parent 458b7426b2
commit 1a761d01c4
5 changed files with 4 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 475 B

After

Width:  |  Height:  |  Size: 475 B

View File

Before

Width:  |  Height:  |  Size: 399 B

After

Width:  |  Height:  |  Size: 399 B

View File

Before

Width:  |  Height:  |  Size: 449 B

After

Width:  |  Height:  |  Size: 449 B

View File

Before

Width:  |  Height:  |  Size: 564 B

After

Width:  |  Height:  |  Size: 564 B

View File

@@ -230,22 +230,22 @@
"y_offset": 1
},
{
"path": "icons/legacy_path.png",
"path": "icons/legacy_paths.png",
"x_offset": 1,
"y_offset": 1
},
{
"path": "icons/path_surface.png",
"path": "icons/path_surfaces.png",
"x_offset": 1,
"y_offset": 1
},
{
"path": "icons/ride_station.png",
"path": "icons/ride_stations.png",
"x_offset": 5,
"y_offset": 1
},
{
"path": "icons/terrain_edge.png",
"path": "icons/terrain_edges.png",
"x_offset": 1,
"y_offset": 1
},