forked from oerkki/voxelands
update menulogo
This commit is contained in:
parent
832b8aa6fb
commit
123c690f5a
Binary file not shown.
Before Width: | Height: | Size: 498 B After Width: | Height: | Size: 11 KiB |
|
@ -1059,7 +1059,6 @@ void drawMenuBackground(video::IVideoDriver* driver)
|
|||
{
|
||||
v2s32 logosize(logotexture->getOriginalSize().Width,
|
||||
logotexture->getOriginalSize().Height);
|
||||
logosize *= 4;
|
||||
|
||||
video::SColor bgcolor(255,50,50,50);
|
||||
core::rect<s32> bgrect(0, screensize.Height-logosize.Y-20,
|
||||
|
|
Loading…
Reference in New Issue