placing minimap icons within the minimap frame

This commit is contained in:
devZoGok
2026-05-13 18:59:32 +03:00
parent 180f00f6c4
commit a2f2367381
5 changed files with 16 additions and 13 deletions
-1
View File
@@ -62,7 +62,6 @@ namespace battleship{
Map *map = Map::getSingleton();
map->load(mapName);
map->loadPlayersGameObjects();
Camera *cam = Root::getSingleton()->getCamera();
cam->setPosition(Map::getSingleton()->getSpawnPoint(playerId) + Vector3(1, 1, 1) * configData::CAMERA_DISTANCE);