From bd62c887e956b658d3ec1b47099fa07882386d1f Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Sat, 3 Dec 2011 02:08:17 -0600 Subject: Fixed up some UI stuff, added animation presets to make life easier for animations --- src/main.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.py') diff --git a/src/main.py b/src/main.py index e6b72d2..a429916 100644 --- a/src/main.py +++ b/src/main.py @@ -5,6 +5,9 @@ class KP: def run(): KP.app = QtGui.QApplication(sys.argv) + KP.app.settings = QtCore.QSettings('Koopatlas', 'Newer Team') + + from mapdata import KPMap KP.map = KPMap() -- cgit v1.2.3