1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 07:44:38 +01:00

Change icons for terrain tab and forests tab

This commit is contained in:
Aaron van Geffen
2024-09-10 20:57:03 +02:00
parent df5dcfce48
commit e10e554872
4 changed files with 8 additions and 2 deletions

View File

@@ -364,9 +364,9 @@ namespace OpenRCT2::Ui::Windows
void DrawTabImages(DrawPixelInfo& dpi)
{
DrawTabImage(dpi, WINDOW_MAPGEN_PAGE_BASE, SPR_TAB_GEARS_0);
DrawTabImage(dpi, WINDOW_MAPGEN_PAGE_TERRAIN, SPR_G2_TAB_LAND);
DrawTabImage(dpi, WINDOW_MAPGEN_PAGE_TERRAIN, SPR_G2_MAP_GEN_TERRAIN_TAB);
DrawTabImage(dpi, WINDOW_MAPGEN_PAGE_WATER, SPR_TAB_WATER);
DrawTabImage(dpi, WINDOW_MAPGEN_PAGE_FORESTS, SPR_G2_TAB_TREE);
DrawTabImage(dpi, WINDOW_MAPGEN_PAGE_FORESTS, SPR_TAB_SCENERY_TREES);
}
void ChangeMapSize(int32_t sizeOffset)

View File

@@ -969,6 +969,7 @@ enum : ImageIndex
SPR_G2_ARROW_UP,
SPR_G2_ARROW_DOWN,
SPR_G2_RELOAD,
SPR_G2_MAP_GEN_TERRAIN_TAB,
SPR_G2_MAP_GEN_BTN,
SPR_G2_PEEP_SPAWN,