From fa90ee5c494ef7db5c779fe7eec33d6312237f9b Mon Sep 17 00:00:00 2001 From: cursed22bc Date: Mon, 9 Mar 2026 12:58:53 +0200 Subject: missing texture shader --- entity.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'entity.lua') diff --git a/entity.lua b/entity.lua index 34e37f0..b0c146a 100644 --- a/entity.lua +++ b/entity.lua @@ -9,6 +9,7 @@ function Entity:new(x, y, width, height, physicsWidth, physicsHeight) self.height = height self.physicsWidth = physicsWidth or width self.physicsHeight = physicsHeight or height + self.texture = love.graphics.newImage("assets/missing.png") return self end -- cgit v1.2.3