pawap90 / space-commit

The game where contributors become literal heroes! 🏆 Winner of the GitHub Actions Hackathon 2021
https://pawap90.github.io/space-commit/
MIT License
38 stars 9 forks source link

Astronaut's hitbox is too big #41

Closed pawap90 closed 2 years ago

pawap90 commented 2 years ago

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.

ghost commented 2 years ago

Hello!

I'd like to work on this issue. 🚀

pawap90 commented 2 years ago

Hi Justin!

Great. go for it! Also, let me know if I can help with anything.