From cf48e7f0ed2dadadd4c1704162c05ee4cef91c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkki=20Sepp=C3=A4l=C3=A4?= Date: Sun, 19 Oct 2014 01:15:45 +0300 Subject: [PATCH] Plane: adjusted physics --- entities/plane.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entities/plane.lua b/entities/plane.lua index 22b759b..facf9f1 100644 --- a/entities/plane.lua +++ b/entities/plane.lua @@ -48,7 +48,7 @@ Plane = Class{ goingRight = true, -- the plane is upside up and going right (or upside down and going left) init = function(self, x, y, xDir, yDir, level) - local density = 50 + local density = 430 PhysicsEntity.init(self, x, y, level, "dynamic", 0.2) self.xsize = 4.0 * PIXELS_PER_METER self.ysize = 4.3 * PIXELS_PER_METER