diff --git a/main.lua b/main.lua index 708ed18..25929e3 100644 --- a/main.lua +++ b/main.lua @@ -15,7 +15,7 @@ function love.load() listOfEnemies = {} - table.insert(listOfEnemies, Enemy(100, 100, 70, bounds)) + table.insert(listOfEnemies, Enemy(bounds[1] + 20, 100, 70, bounds)) --set background for space! love.graphics.setBackgroundColor(27 / 255, 51 / 255, 85 / 255)