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

@@ -12,7 +12,7 @@ namespace Nuake
class LoadingSplash
{
private:
const std::string NUAKE_LOGO_PATH = "resources/Images/logo_white.png";
const std::string NUAKE_LOGO_PATH = "Resources/Images/logo_white.png";
Ref<Nuake::Texture> _NuakeLogo;
public: