diff options
author | Colin Noga <Tempus@chronometry.ca> | 2011-12-03 02:08:17 -0600 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2011-12-03 02:08:17 -0600 |
commit | bd62c887e956b658d3ec1b47099fa07882386d1f (patch) | |
tree | 8f839153a85e4a714985f9248de11f1645bcf19e /src/main.py | |
parent | 3bdc780bd3eaa204b1df5d5e6727a876d5967401 (diff) | |
download | koopatlas-bd62c887e956b658d3ec1b47099fa07882386d1f.tar.gz koopatlas-bd62c887e956b658d3ec1b47099fa07882386d1f.zip |
Fixed up some UI stuff, added animation presets to make life easier for animations
Diffstat (limited to '')
-rw-r--r-- | src/main.py | 3 |
1 files changed, 3 insertions, 0 deletions
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() |