feat: Enhance enemy attack dive mechanics with swooping movement towards the center
This commit is contained in:
parent
45482f9e11
commit
6acfee2f95
2 changed files with 25 additions and 3 deletions
|
@ -65,7 +65,7 @@ nix develop --command bash -c "cargo build"
|
|||
* **Enemy Attack Dives:**
|
||||
* ~~Give enemies an `Attacking` state/component.~~ **(DONE)**
|
||||
* ~~Periodically trigger enemies in the formation to switch to the `Attacking` state.~~ **(DONE - Random selection after formation complete)**
|
||||
* Define attack paths (swooping dives towards the player area). **(Basic downward dive implemented)**
|
||||
* ~~Define attack paths (swooping dives towards the player area).~~ **(DONE - Basic swoop towards center implemented)**
|
||||
* ~~Make enemies fire bullets (downwards or towards the player) during their dives.~~ **(DONE - Downward)**
|
||||
* After an attack dive, enemies could return to their formation position or fly off-screen. **(Fly off-screen implemented)**
|
||||
* **Enemy Variety:**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue