From 1a761d01c4e1faf444220ff0223848b3021083a7 Mon Sep 17 00:00:00 2001 From: Michael Steenbeek Date: Sat, 17 Dec 2022 22:15:07 +0100 Subject: [PATCH] Close #18830: Consistently use plural for object type images (#18870) --- .../g2/icons/{legacy_path.png => legacy_paths.png} | Bin .../icons/{path_surface.png => path_surfaces.png} | Bin .../icons/{ride_station.png => ride_stations.png} | Bin .../icons/{terrain_edge.png => terrain_edges.png} | Bin resources/g2/sprites.json | 8 ++++---- 5 files changed, 4 insertions(+), 4 deletions(-) rename resources/g2/icons/{legacy_path.png => legacy_paths.png} (100%) rename resources/g2/icons/{path_surface.png => path_surfaces.png} (100%) rename resources/g2/icons/{ride_station.png => ride_stations.png} (100%) rename resources/g2/icons/{terrain_edge.png => terrain_edges.png} (100%) diff --git a/resources/g2/icons/legacy_path.png b/resources/g2/icons/legacy_paths.png similarity index 100% rename from resources/g2/icons/legacy_path.png rename to resources/g2/icons/legacy_paths.png diff --git a/resources/g2/icons/path_surface.png b/resources/g2/icons/path_surfaces.png similarity index 100% rename from resources/g2/icons/path_surface.png rename to resources/g2/icons/path_surfaces.png diff --git a/resources/g2/icons/ride_station.png b/resources/g2/icons/ride_stations.png similarity index 100% rename from resources/g2/icons/ride_station.png rename to resources/g2/icons/ride_stations.png diff --git a/resources/g2/icons/terrain_edge.png b/resources/g2/icons/terrain_edges.png similarity index 100% rename from resources/g2/icons/terrain_edge.png rename to resources/g2/icons/terrain_edges.png diff --git a/resources/g2/sprites.json b/resources/g2/sprites.json index 6e5a160a26..a6574e3037 100644 --- a/resources/g2/sprites.json +++ b/resources/g2/sprites.json @@ -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 },