changeset 85:6e8cfd6fcd63

Avoived?!
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Mon, 04 Apr 2011 14:34:04 +0200
parents 6de531d648c3
children 23d7d7378cb2
files skaapsteker/physics.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/skaapsteker/physics.py	Mon Apr 04 14:01:49 2011 +0200
+++ b/skaapsteker/physics.py	Mon Apr 04 14:34:04 2011 +0200
@@ -57,7 +57,7 @@
     def collide_immobile(self, immobile):
         print "Collided with immobile:", self, immobile
         if not self.rect.colliderect(immobile.rect):
-            print "  Collision avoived!"
+            print "  Collision avoided!"
             return
 
         v_x, v_y = self.velocity