MrGreenTea / gmtk-jam-2024

0 stars 0 forks source link

Shoot bullets with scatter #36

Open lahramon opened 2 months ago

lahramon commented 2 months ago

Instead of range parameter with guaranteed accuracy, shoot bullets with certain "spray", such that aiming at larger distances automatically becomes harder, but never impossible. This also leads to the nice effect that larger enemies can be shot from a larger distance

MrGreenTea commented 2 months ago

I believe we could use the direction as vector and then rotate it a bit? Should be enough with two rotations (one in up-down direction, one in right-left)