Merge branch 'develop' into ft-118-unit-fx

This commit is contained in:
devZoGok
2024-06-16 14:39:12 +03:00
21 changed files with 113 additions and 124715 deletions
+2 -1
View File
@@ -113,7 +113,8 @@ namespace battleship{
generateView().script_file(gm->getPath() + f);
guiManager->readLuaScreenScript("inGame.lua", activeState->getButtons());
AssetManager::getSingleton()->load(gm->getPath() + (string)generateView()["modelPrefix"], true);
string mp = generateView()["modelPrefix"];
AssetManager::getSingleton()->load(gm->getPath() + mp, true);
vector<GameObject*> gameObjs;