La habitación ya empieza a mostrar algo del mapeado

This commit is contained in:
2022-07-02 21:06:02 +02:00
parent 971284d40f
commit 4e422c546d
8 changed files with 206 additions and 20 deletions

View File

@@ -28,6 +28,7 @@ std::string Asset::get(std::string text)
if (mFileList[i].file.find(text) != std::string::npos)
return mFileList[i].file;
printf("Warning: file %s not found\n", text.c_str());
return "";
}