changeset 600:28af98fe38d7

Cuddlier sheep.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 07 Sep 2013 23:46:07 +0200
parents 8ce6a161854c
children 19adab18ee7d
files nagslang/enemies.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nagslang/enemies.py	Sat Sep 07 23:41:07 2013 +0200
+++ b/nagslang/enemies.py	Sat Sep 07 23:46:07 2013 +0200
@@ -353,7 +353,7 @@
 
     def make_physics(self, space, position):
         body = make_body(10, pymunk.inf, position, 0.8)
-        shape = pymunk.Circle(body, 30)
+        shape = pymunk.Circle(body, 20)
         shape.elasticity = 1.0
         shape.friction = 0.05
         shape.collision_type = COLLISION_TYPE_SHEEP