Show events on map

This commit is contained in:
Khopa
2019-07-06 13:54:45 +02:00
parent 4e5e0a4a7a
commit 1776452964
6 changed files with 122 additions and 5 deletions

View File

@@ -19,15 +19,15 @@ if __name__ == "__main__":
splash = QSplashScreen(pixmap)
splash.show()
# Load stuff
# Once splash screen is up : load resources & setup stuff
persistency.setup(sys.argv[1])
css = ""
with open("./qt_ui/stylesheets/style.css") as stylesheet:
css = stylesheet.read()
sleep(0.5)
uiconstants.load_icons()
uiconstants.load_event_icons()
app.processEvents()
GameUpdateSignal()