integrated zooming the camera in and out

This commit is contained in:
devZoGok
2024-06-29 11:50:08 +03:00
parent 615fcd70c9
commit fc6751db01
9 changed files with 35 additions and 3 deletions
+4
View File
@@ -710,4 +710,8 @@ namespace battleship{
break;
}
}
void MapEditorAppState::onRawMouseWheelScroll(bool up){
CameraController::getSingleton()->zoomCamera(up);
}
}