Develop #4
@@ -10,6 +10,7 @@ function game.load()
|
|||||||
game.canvas = { x = width / 2, y= 0, width = canvas_width, height = canvas_height }
|
game.canvas = { x = width / 2, y= 0, width = canvas_width, height = canvas_height }
|
||||||
game.level = 1
|
game.level = 1
|
||||||
game.end_level = 6
|
game.end_level = 6
|
||||||
|
|
||||||
love.window.setMode(game.window.width, game.window.height)
|
love.window.setMode(game.window.width, game.window.height)
|
||||||
|
|
||||||
-- Physics
|
-- Physics
|
||||||
|
|||||||
Reference in New Issue
Block a user