From 6f160bac033726c9bddecee42f24616ee537c4be Mon Sep 17 00:00:00 2001 From: cursed22bc Date: Mon, 9 Mar 2026 23:48:43 +0200 Subject: hacking layering --- entity.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'entity.lua') diff --git a/entity.lua b/entity.lua index b0c146a..c85dc71 100644 --- a/entity.lua +++ b/entity.lua @@ -9,7 +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") + self.texture = love.graphics.newImage("assets/missing8x8.png") return self end -- cgit v1.2.3