moved main minimap functionality to dedicated Minimap class

This commit is contained in:
devZoGok
2024-09-23 20:49:58 +03:00
parent afa4fe31ee
commit ceac0bfc8a
6 changed files with 179 additions and 125 deletions
+1
View File
@@ -100,6 +100,7 @@ namespace battleship{
void InGameAppState::update() {
Game::getSingleton()->update();
Map::getSingleton()->update();
}
void InGameAppState::onAction(int bind, bool isPressed) {