Removed placeholder text. Polished UI when no saved game is found.

This commit is contained in:
Khopa
2019-10-11 01:27:29 +02:00
parent 4c3ff906ff
commit 63c46d1b21
2 changed files with 7 additions and 4 deletions

View File

@@ -45,8 +45,6 @@ class QLiberationMap(QGraphicsView):
def init_scene(self):
scene = QLiberationScene(self)
scene.addText("Hello World")
self.setScene(scene)
self.setTransformationAnchor(QGraphicsView.AnchorUnderMouse)
self.setResizeAnchor(QGraphicsView.AnchorUnderMouse)