# HG changeset patch # User Neil Muller # Date 1302388344 -7200 # Node ID a7b7694644a534e7c2f4df66cb60899149efc5d0 # Parent 03f519443b10b07e981766a0c7e183fb72121695 Exclude NPC's from gravity diff -r 03f519443b10 -r a7b7694644a5 skaapsteker/sprites/base.py --- 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