From cee785d8a8ec39352abe5e51e11861d696ceb771 Mon Sep 17 00:00:00 2001 From: NCLanceman Date: Thu, 3 Apr 2025 00:21:37 -0500 Subject: [PATCH] midnight oil --- entities/player.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entities/player.lua b/entities/player.lua index 21eac28..ee10621 100644 --- a/entities/player.lua +++ b/entities/player.lua @@ -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") },