Renamed scroll_gradient.png to screen_gradient.png.

This commit is contained in:
Leon Styhre 2021-01-12 23:10:06 +01:00
parent c5b0042dff
commit c3778f55f3
2 changed files with 1 additions and 1 deletions

View file

@ -110,7 +110,7 @@ bool Window::init()
mDefaultFonts.push_back(Font::get(FONT_SIZE_LARGE));
}
mBackgroundOverlay->setImage(":/graphics/scroll_gradient.png");
mBackgroundOverlay->setImage(":/graphics/screen_gradient.png");
mBackgroundOverlay->setResize(static_cast<float>(Renderer::getScreenWidth()),
static_cast<float>(Renderer::getScreenHeight()));

View file

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 83 KiB