Plane: reverted density back to 50

This commit is contained in:
Erkki Seppälä 2014-10-19 01:53:08 +03:00
parent ec4d8a309f
commit 8d7d7dfc8e

View file

@ -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 = 430
local density = 50
PhysicsEntity.init(self, x, y, level, "dynamic", 0.2)
self.xsize = 4.0 * PIXELS_PER_METER
self.ysize = 4.3 * PIXELS_PER_METER