Now uses embedded resources

This commit is contained in:
Antoine Pilote
2023-09-26 20:43:56 -04:00
parent 96bed6351e
commit ff4489a466
107 changed files with 191024 additions and 786 deletions

View File

@@ -543,7 +543,7 @@ namespace Nuake
std::string textureNotFoundmsg = "Texture file couldn't be found: " + texturePath;
Logger::Log(textureNotFoundmsg, "model", Nuake::LOG_TYPE::WARNING);
texturePath = "resources/Textures/default/Default.png";
texturePath = "Resources/Textures/Default.png";
}
return TextureManager::Get()->GetTexture(texturePath);