thetawavegame / thetawave

A physics based, space shooter game made with Rust and the Bevy engine.
https://thetawave.metalmancy.tech
MIT License
159 stars 9 forks source link

Weapon Components for Spawning Projectiles #149

Closed cdsupina closed 6 months ago

cdsupina commented 6 months ago
varoonp123 commented 6 months ago

The one thing I would like before merging this is resolving the question "can a player/mob have more than 1 weapon/attack?" rather than handling them separately. What if we want to let you pick up ~5 attacks (a freeze, mind control, chain/lightning etc.) that could be toggled or all selected (like those games where you press 1-9 to take actions)?

Maybe you can only have 1 weapon but that weapon can have separate attacks? Idk