Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/MAFH2/BattleEngine.py
diff options
context:
space:
mode:
authordavesilver <nibor123@gmail.com>2010-07-27 19:45:22 (GMT)
committer davesilver <nibor123@gmail.com>2010-07-27 19:45:22 (GMT)
commit49795234d706b31c5963a61b34249e25c8f2964f (patch)
tree8b4c443c6fb66b1d237c6ea5ccb1fc6bd1199740 /MAFH2/BattleEngine.py
parent86af4066ae73ff3014b3539e7502cbe7a322f542 (diff)
Editing Sprite tests
Diffstat (limited to 'MAFH2/BattleEngine.py')
-rw-r--r--MAFH2/BattleEngine.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/MAFH2/BattleEngine.py b/MAFH2/BattleEngine.py
index 98e9b0a..709a1f5 100644
--- a/MAFH2/BattleEngine.py
+++ b/MAFH2/BattleEngine.py
@@ -2,10 +2,11 @@ from fortuneengine.GameEngineElement import GameEngineElement
from Enemy import get_enemy
from BattleMenu import BattleMenuHolder
from MagicMenu import MagicMenuHolder
-from drawableobject.Spritesheet import Spritesheet
+from Spritesheet import Spritesheet
from Items import get_item
-from drawableobject.DrawableObject import DrawableObject
-from drawableobject.DynamicDrawableObject import DynamicDrawableObject
+from DrawableObject import DrawableObject
+from DynamicDrawableObject import DynamicDrawableObject
+from Scene import Scene
import pygame
from constants import CHAR_PATH, HUD_PATH
@@ -374,7 +375,7 @@ class BattleEngine(GameEngineElement):
# \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/
#
def draw(self,screen,time_delta):
- _dirtyList=[]
+ #_dirtyList=[]
x=250
y=150
i = 1