png
This commit is contained in:
parent
756e98fe9f
commit
63b5954631
2 changed files with 3 additions and 3 deletions
BIN
data/img/background_3.png
Normal file
BIN
data/img/background_3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 MiB |
|
@ -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 &)
|
||||
|
|
Loading…
Reference in a new issue