diff --git a/resources/g2/sprites.json b/resources/g2/sprites.json index 2f18c9c86f..c2744316cc 100644 --- a/resources/g2/sprites.json +++ b/resources/g2/sprites.json @@ -11,9 +11,6 @@ { "path": "logo_text.png" }, - { - "path": "logo_mono_dithered.png" - }, { "path": "icons/fast_forward.png" }, @@ -366,6 +363,9 @@ "path": "icons/weather_blizzard.png", "x": 1 }, + { + "path": "logo_mono_dithered.png" + }, { "path": "loader/loader_hybrid_supports.png", "y": 10 diff --git a/src/openrct2/SpriteIds.h b/src/openrct2/SpriteIds.h index 4c56590d4c..7b0b1cdc92 100644 --- a/src/openrct2/SpriteIds.h +++ b/src/openrct2/SpriteIds.h @@ -884,7 +884,6 @@ enum : ImageIndex SPR_G2_LOGO, SPR_G2_TITLE, - SPR_G2_LOGO_MONO_DITHERED, SPR_G2_FASTFORWARD, SPR_G2_SPEED_ARROW, SPR_G2_HYPER_ARROW, @@ -984,6 +983,7 @@ enum : ImageIndex SPR_G2_WEATHER_SNOW, SPR_G2_WEATHER_HEAVY_SNOW, SPR_G2_WEATHER_BLIZZARD, + SPR_G2_LOGO_MONO_DITHERED, // G2 Loading progress