Added loadout editor to mission preparation screen.

This commit is contained in:
Khopa
2019-10-19 16:14:40 +02:00
parent 48a40f2511
commit 9f319ab99a
15 changed files with 180 additions and 44 deletions

View File

@@ -27,10 +27,6 @@ if __name__ == "__main__":
logging.info("Using {} as userdata folder".format(persistency.base_path()))
app = QApplication(sys.argv)
uiconstants.load_icons()
uiconstants.load_event_icons()
uiconstants.load_aircraft_icons()
uiconstants.load_vehicle_icons()
# Splash screen setup
pixmap = QPixmap("./resources/ui/splash_screen.png")
@@ -38,6 +34,11 @@ if __name__ == "__main__":
splash.show()
# Once splash screen is up : load resources & setup stuff
uiconstants.load_icons()
uiconstants.load_event_icons()
uiconstants.load_aircraft_icons()
uiconstants.load_vehicle_icons()
persistency.setup(sys.argv[1])
css = ""