UI/UX: Use dedicated icons for new/existing online account

This commit is contained in:
QwertyChouskie 2023-04-29 15:31:08 -07:00
parent 7dae679007
commit 4174237302
5 changed files with 7 additions and 1 deletions

View File

@ -45,6 +45,12 @@ Files:
Copyright: yeKcim (Anthony Carré)
License: CC-BY-SA 3.0
Files:
main_network_add.png
Copyright: yeKcim (Anthony Carré), SuperTuxKart dev team
License: CC-BY-SA 3.0
Comment: combination of main_network.png and blue_plus.png
Files:
mode_*.png
race_giveup.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -6,7 +6,7 @@
<spacer height="1%" width="10"/>
<tabs id="mode_tabs" height="2f" x="2%" width="98%" align="center">
<icon-button id="tab_new_online" width="128" height="128" icon="gui/icons/main_network.png"
<icon-button id="tab_new_online" width="128" height="128" icon="gui/icons/main_network_add.png"
I18N="Section in the register screen" text="New Online Account"/>
<icon-button id="tab_existing_online" width="128" height="128" icon="gui/icons/main_network.png"
I18N="Section in the register screen" text="Existing Online Account"/>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB