Avoid using android robot icon
This commit is contained in:
parent
932f0f888e
commit
1b3cc83235
@ -47,7 +47,8 @@ blue_flag.png, heart.png and red_flag.png by Benau, released under CC-BY-SA 4
|
||||
|
||||
lap_flag.png, modified by Alayan, original by Alina Oleynik from The Noun Project, under CC-BY 3.0
|
||||
|
||||
Android robot.png is licensed under the terms of the Creative Commons Attribution license
|
||||
robot.png is licensed under public domain
|
||||
https://publicdomainvectors.org/en/free-clipart/Outlined-robot-image/74151.html
|
||||
|
||||
tablet.png is licensed under public domain
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.8 KiB |
BIN
data/gui/icons/robot.png
Normal file
BIN
data/gui/icons/robot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
@ -138,7 +138,7 @@ void NetworkingLobby::loadedFromFile()
|
||||
m_spectate_texture = irr_driver->getTexture
|
||||
(file_manager->getAsset(FileManager::GUI_ICON, "screen_other.png"));
|
||||
video::ITexture* icon_6 = irr_driver->getTexture
|
||||
(file_manager->getAsset(FileManager::GUI_ICON, "android/robot.png"));
|
||||
(file_manager->getAsset(FileManager::GUI_ICON, "robot.png"));
|
||||
m_icon_bank->addTextureAsSprite(icon_1);
|
||||
m_icon_bank->addTextureAsSprite(icon_2);
|
||||
m_icon_bank->addTextureAsSprite(icon_3);
|
||||
|
Loading…
Reference in New Issue
Block a user