diff options
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 |
