niu-gdo / IGDO-Fall-2023-Project

IGDO's Fall 2023 game project.
7 stars 0 forks source link

Implement an Object Pooling system for ranged weapons. #23

Closed Migs closed 6 months ago

Migs commented 11 months ago

Update the fire rate of the bullets to be ~15 bullets per second max.

The object pool should have a max capacity of 15 bullet objects.

The object pool should not be created until bullets are fired (You instantiate the bullets once and save them to the object pool)