From 0e56fe4b7dc23a2e51e670667aad7d497b909c18 Mon Sep 17 00:00:00 2001 From: jlew Date: Wed, 30 Jun 2010 18:48:22 +0000 Subject: Updated draw api (ticket #34) --- (limited to 'MAFH2/BattleEngine.py') diff --git a/MAFH2/BattleEngine.py b/MAFH2/BattleEngine.py index 8ae89aa..00c657c 100644 --- a/MAFH2/BattleEngine.py +++ b/MAFH2/BattleEngine.py @@ -310,7 +310,7 @@ class BattleEngine(GameEngineElement): # We don't want to allow other things to run during battle return True - def draw(self, screen): + def draw(self,screen,time_delta): x=250 y=150 i = 1 -- cgit v0.9.1