mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
Merge branch 'develop' into ft-118-unit-fx
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user