diff options
| author | cursed22bc <admin@pixeldawn.org> | 2026-03-09 12:58:53 +0200 |
|---|---|---|
| committer | cursed22bc <admin@pixeldawn.org> | 2026-03-09 12:58:53 +0200 |
| commit | fa90ee5c494ef7db5c779fe7eec33d6312237f9b (patch) | |
| tree | 5b52c6aeb97ac411ad230344a32a49b2ddf31382 /entity.lua | |
| parent | 97d0d1ecc0cfd5516cfad2d477faa4d35992e7ba (diff) | |
missing texture shader
Diffstat (limited to 'entity.lua')
| -rw-r--r-- | entity.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
