|
|
@ -15,7 +15,7 @@ function love.load() |
|
|
|
|
|
|
|
|
listOfEnemies = {} |
|
|
listOfEnemies = {} |
|
|
|
|
|
|
|
|
table.insert(listOfEnemies, Enemy(100, 100, 70, bounds)) |
|
|
table.insert(listOfEnemies, Enemy(bounds[1] + 20, 100, 70, bounds)) |
|
|
|
|
|
|
|
|
--set background for space! |
|
|
--set background for space! |
|
|
love.graphics.setBackgroundColor(27 / 255, 51 / 255, 85 / 255) |
|
|
love.graphics.setBackgroundColor(27 / 255, 51 / 255, 85 / 255) |
|
|
|