Develop #4

Merged
wariosolis merged 35 commits from develop into master 2017-01-04 00:04:34 +01:00
Showing only changes of commit df95c0c0c7 - Show all commits
+1
View File
@@ -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