changeset 619:c58487b4b473

Merge
author David Sharpe <decoydavid@gmail.com>
date Sun, 08 Sep 2013 00:50:45 +0200
parents cc94512d14f2 (current diff) b641db4c4a8c (diff)
children b0f6259a5a87
files
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/data/levels/alientunnel2	Sun Sep 08 00:49:13 2013 +0200
+++ b/data/levels/alientunnel2	Sun Sep 08 00:50:45 2013 +0200
@@ -51,7 +51,7 @@
 - args:
   - [350, 350]
   - alientunnel3
-  - [1025, 375]
+  - [1025, 1025]
   - 45
   classname: Door
   name: 2to3
--- a/nagslang/game_object.py	Sun Sep 08 00:49:13 2013 +0200
+++ b/nagslang/game_object.py	Sun Sep 08 00:50:45 2013 +0200
@@ -364,7 +364,7 @@
 
 class SokoBox(GameObject):
     def __init__(self, space, position):
-        body = make_body(1, pymunk.inf, position, 0.1)
+        body = make_body(5, pymunk.inf, position, 0.1)
         self.shape = pymunk.Poly(
             body, [(-40, -40), (40, -40), (40, 40), (-40, 40)])
         self.shape.friction = 2.0