changeset 537:a7b7694644a5

Exclude NPC's from gravity
author Neil Muller <drnlmuller@gmail.com>
date Sun, 10 Apr 2011 00:32:24 +0200
parents 03f519443b10
children c1b0ad1c0932
files skaapsteker/sprites/base.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/skaapsteker/sprites/base.py	Sat Apr 09 23:40:50 2011 +0200
+++ b/skaapsteker/sprites/base.py	Sun Apr 10 00:32:24 2011 +0200
@@ -263,6 +263,7 @@
 
     debug_color = (240, 240, 240)
     bounce_factor = (0, 0)    #  NPC's don't bounce by default
+    gravitates = False
 
     block = False
     actionable = True