Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/MAFH2/MafhActivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'MAFH2/MafhActivity.py')
-rwxr-xr-xMAFH2/MafhActivity.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/MAFH2/MafhActivity.py b/MAFH2/MafhActivity.py
index f8cfee5..584d83d 100755
--- a/MAFH2/MafhActivity.py
+++ b/MAFH2/MafhActivity.py
@@ -1,14 +1,13 @@
#!/usr/bin/env python
from fortuneengine.GameEngine import GameEngine
from MafhGameMenu import GameMenuHolder
-
from constants import MENU_PATH, FMC_PATH, TOUR_PATH
from Comic import Comic
from Profile import Profile
from MafhGameManager import MafhGameManager
-ge = GameEngine(width=1200, height=900, always_draw=True)
+ge = GameEngine(width=1200, height=900, always_draw=True, fps_cap=15)
def start_game():
ge.add_object('manager', MafhGameManager() )