TMP / assets will be embedded for now

This commit is contained in:
2023-03-09 23:28:35 +01:00
parent 15d41b60bd
commit 9d5ce3dca2
5 changed files with 19 additions and 19 deletions

View File

@@ -63,10 +63,10 @@ void initialize(GraphicsInterface &gintp) {
debug("game init begin");
gint = &gintp;
texture1.reset(gint->newTexture(
progressia::main::loadImage(u"../assets/texture.png")));
texture2.reset(gint->newTexture(
progressia::main::loadImage(u"../assets/texture2.png")));
texture1.reset(
gint->newTexture(progressia::main::loadImage("assets/texture.png")));
texture2.reset(
gint->newTexture(progressia::main::loadImage("assets/texture2.png")));
// Cube 1
{