TheSeekerGame / TheSeeker

Metroidvania game in Bevy
68 stars 15 forks source link

Feature/projectile particles #57

Closed destravous closed 4 months ago

destravous commented 4 months ago

Depends on: https://github.com/TheSeekerGame/TheSeeker/pull/56

Adds a particle affect to the enemy's projectile.

Also fixes the ballistic calculations, and ensures enemy will always try to fire projectile with enough energy to hit a target within its range.

Also fixes game crashing if any objects get moved out of the camera's z-clip range