]> rtime.felk.cvut.cz Git - eurobot/public.git/blobdiff - src/robomon/RobomonAtlantis.cpp
robomon: Move the map image to the upper layer, there was conflict with start blocks.
[eurobot/public.git] / src / robomon / RobomonAtlantis.cpp
index 94172078e0f71c978ab55bd6357ef32994e129aa..187dd37b770f7e21d8cf3e2d3febc9447c659c74 100644 (file)
@@ -320,7 +320,7 @@ void RobomonAtlantis::createRobots()
 void RobomonAtlantis::createMap()
 {
        mapImage = new Map();
-       mapImage->setZValue(3);
+       mapImage->setZValue(5);
        mapImage->setTransform(QTransform().scale(MAP_CELL_SIZE_MM, MAP_CELL_SIZE_MM), true);