Browse Source

Little addition to game bounds

master
NCLanceman 7 months ago
parent
commit
d174aed902
  1. 2
      main.lua

2
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)

Loading…
Cancel
Save