diff options
| author | cursed22bc <admin@pixeldawn.org> | 2026-03-10 18:46:03 +0200 |
|---|---|---|
| committer | cursed22bc <admin@pixeldawn.org> | 2026-03-10 18:46:03 +0200 |
| commit | db9454cb632a3ba0b39018513b0d5bd444c8ffd3 (patch) | |
| tree | 4cb8207977581e4a5a23b6e06c52c15caafc1448 /entity.lua | |
| parent | ced650f59454d1d69a0a9cc0979e1925bd806021 (diff) | |
new player animations
Diffstat (limited to 'entity.lua')
| -rw-r--r-- | entity.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,8 +35,8 @@ end function Entity:syncFromPhysicsBody() if not self.body then return end - self.x = self.body:getX() - self.physicsWidth - self.y = self.body:getY() - self.height + self.physicsHeight / 2 + self.x = self.body:getX() - self.physicsWidth / 2 + self.y = self.body:getY() - self.physicsHeight / 2 end function getEntityCorners(entity) |
