New Game Wizard with Qt UI

This commit is contained in:
Khopa
2019-07-05 01:58:23 +02:00
parent b66bf4cc36
commit dc91f5004e
11 changed files with 413 additions and 96 deletions

View File

@@ -14,7 +14,7 @@ if __name__ == "__main__":
app = QApplication(sys.argv)
# Splash screen setup
pixmap = QPixmap("../resources/ui/splash_screen.png")
pixmap = QPixmap("./resources/ui/splash_screen.png")
splash = QSplashScreen(pixmap)
splash.show()