changeset 664:44652ef427ad v0.1.x

updated authors in licence
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Sun, 08 Sep 2013 10:20:01 +0200
parents 6ad5db85376e (diff) 795f1ab6494c (current diff)
children a538d791ff9c
files
diffstat 3 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/nagslang/game_object.py	Sun Sep 08 10:20:01 2013 +0200
+++ b/nagslang/game_object.py	Sun Sep 08 10:20:01 2013 +0200
@@ -775,7 +775,6 @@
             self._ticks += 1
             if self._ticks > self.rate:
                 self._ticks = 0
-        self.renderer.update(seconds)
 
     def collide_with_protagonist(self, protagonist):
         self._protagonist = protagonist
--- a/nagslang/screens/area.py	Sun Sep 08 10:20:01 2013 +0200
+++ b/nagslang/screens/area.py	Sun Sep 08 10:20:01 2013 +0200
@@ -101,13 +101,6 @@
 
     def teardown(self):
         sound.stop()
-        for collision_type in CALLBACK_COLLIDERS:
-            self.space.remove_collision_handler(
-                COLLISION_TYPE_PLAYER, collision_type)
-            self.space.remove_collision_handler(
-                COLLISION_TYPE_FURNITURE, collision_type)
-            self.space.remove_collision_handler(
-                COLLISION_TYPE_WEREWOLF_ATTACK, collision_type)
 
     @classmethod
     def list_areas(self):
Binary file screenshots/title-screen-r654.png has changed