diff options
| author | cursed22bc <admin@pixeldawn.org> | 2026-03-01 12:58:57 +0200 |
|---|---|---|
| committer | cursed22bc <admin@pixeldawn.org> | 2026-03-01 12:58:57 +0200 |
| commit | 937de6cf0402535def99bdd8056ac706afee2c82 (patch) | |
| tree | 9e7694bdd3a90cc1c9862abd609f9dad612704e5 /entity.lua | |
| parent | de94226e1b302cee2a006f78f0153aa5fa081f47 (diff) | |
flexible multisized tiles in tilemap loading
Diffstat (limited to 'entity.lua')
| -rw-r--r-- | entity.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ end function Entity:syncFromPhysicsBody() if not self.body then return end - self.x = self.body:getX() - self.physicsWidth / 2 + self.x = self.body:getX() - self.physicsWidth self.y = self.body:getY() - self.height + self.physicsHeight / 2 end |
