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

Add new icons for the controls tab

This commit is contained in:
Joshua Jacobs
2025-04-20 15:02:40 +02:00
committed by Aaron van Geffen
parent ae16743b52
commit c27fa36367
11 changed files with 45 additions and 3 deletions

BIN
resources/g2/icons/controls_0.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
resources/g2/icons/controls_1.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1023 B

BIN
resources/g2/icons/controls_2.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1021 B

BIN
resources/g2/icons/controls_3.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1015 B

BIN
resources/g2/icons/controls_4.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1014 B

BIN
resources/g2/icons/controls_5.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1012 B

BIN
resources/g2/icons/controls_6.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1015 B

BIN
resources/g2/icons/controls_7.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1007 B

View File

@@ -443,6 +443,46 @@
"x": 3,
"y": 3
},
{
"path": "icons/controls_0.png",
"x": 1,
"y": 1
},
{
"path": "icons/controls_1.png",
"x": 1,
"y": 1
},
{
"path": "icons/controls_2.png",
"x": 1,
"y": 1
},
{
"path": "icons/controls_3.png",
"x": 1,
"y": 1
},
{
"path": "icons/controls_4.png",
"x": 1,
"y": 1
},
{
"path": "icons/controls_5.png",
"x": 1,
"y": 1
},
{
"path": "icons/controls_6.png",
"x": 1,
"y": 1
},
{
"path": "icons/controls_7.png",
"x": 1,
"y": 1
},
{
"path": "logo_mono_dithered.png"
},

View File

@@ -2163,7 +2163,7 @@ namespace OpenRCT2::Ui::Windows
DrawTabImage(dpi, WINDOW_OPTIONS_PAGE_CULTURE, SPR_TAB_TIMER_0);
DrawTabImage(dpi, WINDOW_OPTIONS_PAGE_AUDIO, SPR_TAB_MUSIC_0);
DrawTabImage(dpi, WINDOW_OPTIONS_PAGE_INTERFACE, SPR_TAB_PAINT_0);
DrawTabImage(dpi, WINDOW_OPTIONS_PAGE_CONTROLS, SPR_TAB_GEARS_0);
DrawTabImage(dpi, WINDOW_OPTIONS_PAGE_CONTROLS, SPR_G2_CONTROLS_TAB_START);
DrawTabImage(dpi, WINDOW_OPTIONS_PAGE_MISC, SPR_TAB_RIDE_0);
DrawTabImage(dpi, WINDOW_OPTIONS_PAGE_ADVANCED, SPR_TAB_WRENCH_0);
}
@@ -2259,7 +2259,7 @@ namespace OpenRCT2::Ui::Windows
8, // WINDOW_OPTIONS_PAGE_CULTURE,
2, // WINDOW_OPTIONS_PAGE_AUDIO,
4, // WINDOW_OPTIONS_PAGE_INTERFACE,
2, // WINDOW_OPTIONS_PAGE_CONTROLS,
8, // WINDOW_OPTIONS_PAGE_CONTROLS,
4, // WINDOW_OPTIONS_PAGE_MISC,
2, // WINDOW_OPTIONS_PAGE_ADVANCED,
};
@@ -2270,7 +2270,7 @@ namespace OpenRCT2::Ui::Windows
8, // WINDOW_OPTIONS_PAGE_CULTURE,
16, // WINDOW_OPTIONS_PAGE_AUDIO,
8, // WINDOW_OPTIONS_PAGE_INTERFACE,
4, // WINDOW_OPTIONS_PAGE_CONTROLS,
8, // WINDOW_OPTIONS_PAGE_CONTROLS,
16, // WINDOW_OPTIONS_PAGE_MISC,
16, // WINDOW_OPTIONS_PAGE_ADVANCED,
};

View File

@@ -985,6 +985,8 @@ enum : ImageIndex
SPR_G2_WEATHER_BLIZZARD,
SPR_G2_MONITOR_TAB_START,
SPR_G2_MONITOR_TAB_END = SPR_G2_MONITOR_TAB_START + 15,
SPR_G2_CONTROLS_TAB_START,
SPR_G2_CONTROLS_TAB_END = SPR_G2_CONTROLS_TAB_START + 7,
SPR_G2_LOGO_MONO_DITHERED,
// G2 Loading progress