mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-30 10:15:36 +01:00
Add eye icon for tab
This commit is contained in:
BIN
resources/g2/icons/view.png
Normal file
BIN
resources/g2/icons/view.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 497 B |
@@ -475,6 +475,9 @@
|
||||
"x_offset": -30,
|
||||
"y_offset": -15
|
||||
},
|
||||
{
|
||||
"path": "icons/view.png"
|
||||
},
|
||||
{
|
||||
"path": "font/latin/ae-uc-small.png",
|
||||
"y_offset": 0,
|
||||
|
||||
@@ -372,7 +372,7 @@ private:
|
||||
{
|
||||
_tabs.clear();
|
||||
_tabs.push_back({ "interface", SPR_TAB_GEARS_0, 2, 4 });
|
||||
_tabs.push_back({ "view", 0, 0, 0 });
|
||||
_tabs.push_back({ "view", SPR_G2_VIEW, 0, 0 });
|
||||
_tabs.push_back({ "window", SPR_TAB_PARK_ENTRANCE, 0, 0 });
|
||||
_tabs.push_back({ {}, SPR_TAB_WRENCH_0, 2, 16 });
|
||||
}
|
||||
|
||||
@@ -863,7 +863,9 @@ enum
|
||||
SPR_G2_WOODEN_RC_BOOSTER_SW_NE = SPR_G2_BEGIN + 135,
|
||||
SPR_G2_WOODEN_RC_BOOSTER_NW_SE = SPR_G2_BEGIN + 136,
|
||||
|
||||
SPR_G2_CHAR_BEGIN = SPR_G2_BEGIN + 137,
|
||||
SPR_G2_VIEW = SPR_G2_BEGIN + 137,
|
||||
|
||||
SPR_G2_CHAR_BEGIN = SPR_G2_BEGIN + 138,
|
||||
|
||||
SPR_G2_AE_UPPER = SPR_G2_CHAR_BEGIN,
|
||||
SPR_G2_AE_LOWER = SPR_G2_CHAR_BEGIN + 1,
|
||||
|
||||
Reference in New Issue
Block a user