Remove stupid block

This commit is contained in:
Mikko Ahlroth 2014-10-19 02:39:38 +03:00
parent 6e6c64caed
commit 6e558d05ea

View file

@ -25,7 +25,6 @@ Level = Class{
self.planes = { [1] = Plane(100, 100, 100, 0, self),
[2] = Plane(love.window.getWidth() - 100 - 100, 100, -100, 0, self),}
Rectangle(70, 250, self, "static", 0.1, 50, 50, 1, love.graphics.newImage("resources/graphics/box-50x50.png"))
self:insertGround()
end;