This commit is contained in:
j3d1 2016-10-05 18:16:04 +02:00
parent 756e98fe9f
commit 63b5954631
2 changed files with 3 additions and 3 deletions

BIN
data/img/background_3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 MiB

View file

@ -42,7 +42,7 @@ namespace endofthejedi {
addModel("../data/mesh/ship_ufo.stl", &m_shipModel);
m_texture = nullptr;
m_backgroundTexturePath = "../data/img/test.png";
m_backgroundTexturePath = "../data/img/background_3.png";
loadBackgroundTexture();
developer::DeveloperConsole::instance().addCallback("reload_bg", [=](const std::string &)