@ -3,6 +3,8 @@ Player = Object:extend()
require("blaster")
local playerBullets
--int x, y
--playableArea {int[2]}
function Player:new(x, y, playableArea)
self.image = {
{ "fullHealth", love.graphics.newImage("/assets/player/player01.png") },