danyooo / SwordFightingGame

A physics-based sword fighting game
2 stars 0 forks source link

Player Collision #13

Open danyooo opened 1 month ago

danyooo commented 1 month ago

Create a collision box for the player and ensure it works with a static object.

danyooo commented 1 month ago

After this test and after SWORD is completed, add a check for when a sword touches the player. When it does so, subtract HP from the player and knock the player back.

danyooo commented 4 weeks ago

Works with static objects.

danyooo commented 4 weeks ago

Moving this to the sword milestone

danyooo commented 2 weeks ago

This works with colliding with players, now need to figure out subtracting health