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:
@@ -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)
|
||||
|
||||
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user