mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
New Game Wizard with Qt UI
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user