level: start players at different heights

This commit is contained in:
Erkki Seppälä 2014-10-21 21:01:30 +03:00
parent cd6967aa04
commit 678fc91cf6

View file

@ -26,7 +26,7 @@ Level = Class{
love.graphics.setCanvas()
self.makePlanes = { [1] = function()
return Plane(100, 300, INITIAL_PLANE_SPEED, 0,
return Plane(100, 400, INITIAL_PLANE_SPEED, 0,
255, 0, 0, -- red
self)
end,