Clean icon name (Improve PR#4073) (#4081)
* fix icon names * add file mode_weapon.png
This commit is contained in:
parent
4a3dfd975f
commit
657e02efe4
@ -25,7 +25,7 @@
|
||||
I18N="Multiplayer game mode" text="Normal Race"/>
|
||||
<icon-button id="timetrial" width="128" height="128" icon="gui/icons/mode_tt.png"
|
||||
I18N="Multiplayer game mode" text="Time Trial"/>
|
||||
<icon-button id="3strikes" width="128" height="128" icon="gui/icons/weapons.png"
|
||||
<icon-button id="3strikes" width="128" height="128" icon="gui/icons/mode_weapons.png"
|
||||
I18N="Multiplayer game mode" text="Battle"/>
|
||||
<icon-button id="soccer" width="128" height="128" icon="gui/icons/mode_soccer.png"
|
||||
I18N="Multiplayer game mode" text="Soccer"/>
|
||||
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
@ -34,7 +34,7 @@
|
||||
I18N="Menu item" text="New" />
|
||||
<icon-button id="copy" width="128" height="128" icon="gui/icons/gp_copy.png"
|
||||
I18N="Menu item" text="Copy" />
|
||||
<icon-button id="edit" width="128" height="128" icon="gui/icons/edit.png"
|
||||
<icon-button id="edit" width="128" height="128" icon="gui/icons/gp_edit.png"
|
||||
I18N="Menu item" text="Edit" />
|
||||
<icon-button id="remove" width="128" height="128" icon="gui/icons/gp_remove.png"
|
||||
I18N="Menu item" text="Remove" />
|
||||
|
@ -8,7 +8,7 @@
|
||||
<div width="100%" height="92%" layout="horizontal-row" >
|
||||
|
||||
<vertical-tabs id="category" height="100%" width="18%">
|
||||
<icon-button id="page1" width="128" height="128" icon="gui/icons/track_random.png"
|
||||
<icon-button id="page1" width="128" height="128" icon="gui/icons/options_general.png"
|
||||
I18N="Tab in help menu" text="General"/>
|
||||
<icon-button id="page2" width="128" height="128" icon="gui/icons/mode_ftl.png"
|
||||
I18N="Tab in help menu" text="Game Modes"/>
|
||||
@ -56,7 +56,7 @@
|
||||
</div>
|
||||
|
||||
<div width="100%" proportion="2" layout="horizontal-row">
|
||||
<icon align="center" width="64" height="64" icon="gui/icons/mode_3strikes.png"/>
|
||||
<icon align="center" width="64" height="64" icon="gui/icons/mode_weapons.png"/>
|
||||
<spacer width="25" height="25"/>
|
||||
<bubble proportion="1" height="100%"
|
||||
I18N="In the help menu"
|
||||
|
@ -8,7 +8,7 @@
|
||||
<div width="100%" height="92%" layout="horizontal-row" >
|
||||
|
||||
<vertical-tabs id="category" height="100%" width="18%">
|
||||
<icon-button id="page1" width="128" height="128" icon="gui/icons/track_random.png"
|
||||
<icon-button id="page1" width="128" height="128" icon="gui/icons/options_general.png"
|
||||
I18N="Tab in help menu" text="General"/>
|
||||
<icon-button id="page2" width="128" height="128" icon="gui/icons/mode_ftl.png"
|
||||
I18N="Tab in help menu" text="Game Modes"/>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<div width="100%" height="92%" layout="horizontal-row" >
|
||||
|
||||
<vertical-tabs id="category" height="100%" width="18%">
|
||||
<icon-button id="page1" width="128" height="128" icon="gui/icons/track_random.png"
|
||||
<icon-button id="page1" width="128" height="128" icon="gui/icons/options_general.png"
|
||||
I18N="Tab in help menu" text="General"/>
|
||||
<icon-button id="page2" width="128" height="128" icon="gui/icons/mode_ftl.png"
|
||||
I18N="Tab in help menu" text="Game Modes"/>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<div width="100%" height="92%" layout="horizontal-row" >
|
||||
|
||||
<vertical-tabs id="category" height="100%" width="18%">
|
||||
<icon-button id="page1" width="128" height="128" icon="gui/icons/track_random.png"
|
||||
<icon-button id="page1" width="128" height="128" icon="gui/icons/options_general.png"
|
||||
I18N="Tab in help menu" text="General"/>
|
||||
<icon-button id="page2" width="128" height="128" icon="gui/icons/mode_ftl.png"
|
||||
I18N="Tab in help menu" text="Game Modes"/>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<div width="100%" height="92%" layout="horizontal-row" >
|
||||
|
||||
<vertical-tabs id="category" height="100%" width="18%">
|
||||
<icon-button id="page1" width="128" height="128" icon="gui/icons/track_random.png"
|
||||
<icon-button id="page1" width="128" height="128" icon="gui/icons/options_general.png"
|
||||
I18N="Tab in help menu" text="General"/>
|
||||
<icon-button id="page2" width="128" height="128" icon="gui/icons/mode_ftl.png"
|
||||
I18N="Tab in help menu" text="Game Modes"/>
|
||||
|
@ -8,7 +8,7 @@
|
||||
<div width="100%" height="92%" layout="horizontal-row" >
|
||||
|
||||
<vertical-tabs id="category" height="100%" width="18%">
|
||||
<icon-button id="page1" width="128" height="128" icon="gui/icons/track_random.png"
|
||||
<icon-button id="page1" width="128" height="128" icon="gui/icons/options_general.png"
|
||||
I18N="Tab in help menu" text="General"/>
|
||||
<icon-button id="page2" width="128" height="128" icon="gui/icons/mode_ftl.png"
|
||||
I18N="Tab in help menu" text="Game Modes"/>
|
||||
|
@ -42,7 +42,7 @@
|
||||
I18N="Multiplayer game mode" text="Normal Race"/>
|
||||
<icon-button id="timetrial" width="128" height="128" icon="gui/icons/mode_tt.png"
|
||||
I18N="Multiplayer game mode" text="Time Trial"/>
|
||||
<icon-button id="3strikes" width="128" height="128" icon="gui/icons/weapons.png"
|
||||
<icon-button id="3strikes" width="128" height="128" icon="gui/icons/mode_weapons.png"
|
||||
I18N="Multiplayer game mode" text="Battle"/>
|
||||
<icon-button id="soccer" width="128" height="128" icon="gui/icons/mode_soccer.png"
|
||||
I18N="Multiplayer game mode" text="Soccer"/>
|
||||
|
@ -166,8 +166,8 @@ public:
|
||||
case MINOR_MODE_TIME_TRIAL: return "/gui/icons/mode_tt.png";
|
||||
case MINOR_MODE_FOLLOW_LEADER: return "/gui/icons/mode_ftl.png";
|
||||
case MINOR_MODE_3_STRIKES: return "/gui/icons/mode_3strikes.png";
|
||||
case MINOR_MODE_FREE_FOR_ALL: return "/gui/icons/weapons.png";
|
||||
case MINOR_MODE_CAPTURE_THE_FLAG: return "/gui/icons/weapons.png";
|
||||
case MINOR_MODE_FREE_FOR_ALL: return "/gui/icons/mode_weapons.png";
|
||||
case MINOR_MODE_CAPTURE_THE_FLAG: return "/gui/icons/mode_weapons.png";
|
||||
case MINOR_MODE_EASTER_EGG: return "/gui/icons/mode_easter.png";
|
||||
case MINOR_MODE_SOCCER: return "/gui/icons/mode_soccer.png";
|
||||
default: assert(false); return NULL;
|
||||
|
@ -120,7 +120,7 @@ RaceGUI::RaceGUI()
|
||||
m_blue_flag = irr_driver->getTexture(FileManager::GUI_ICON, "blue_flag.png");
|
||||
m_soccer_ball = irr_driver->getTexture(FileManager::GUI_ICON, "soccer_ball_normal.png");
|
||||
m_heart_icon = irr_driver->getTexture(FileManager::GUI_ICON, "heart.png");
|
||||
m_champion = irr_driver->getTexture(FileManager::GUI_ICON, "gp_new.png");
|
||||
m_champion = irr_driver->getTexture(FileManager::GUI_ICON, "cup_gold.png");
|
||||
} // RaceGUI
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user