The current size of the hitbox makes it easy to lose by hitting an enemy even when it doesn't look like you are colliding with it, which is frustrating.
It can be resized in the AstronautCharacter class by using this.body.setSize() and this.body.offset.x.
The current size of the hitbox makes it easy to lose by hitting an enemy even when it doesn't look like you are colliding with it, which is frustrating.
It can be resized in the
AstronautCharacter
class by usingthis.body.setSize()
andthis.body.offset.x
.