|
|
@ -14,7 +14,7 @@ function love.load() |
|
|
print("Playable Bounds: ", bounds[1], " , ", bounds[2]) |
|
|
print("Playable Bounds: ", bounds[1], " , ", bounds[2]) |
|
|
--place the player in the middle of the screen, close to the bottom |
|
|
--place the player in the middle of the screen, close to the bottom |
|
|
Player = Player(window_width / 2, window_height * 0.9, bounds) |
|
|
Player = Player(window_width / 2, window_height * 0.9, bounds) |
|
|
Controller = MasterController() |
|
|
Controller = MasterController(bounds) |
|
|
|
|
|
|
|
|
ListOfEnemies = {} |
|
|
ListOfEnemies = {} |
|
|
|
|
|
|
|
|
|