niu-gdo / IGDO-Fall-2023-Project

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

Implement object pooling for default player projectiles. #24

Closed james-a-stephans closed 6 months ago

james-a-stephans commented 11 months ago

The default player weapon firing logic has been updated to use object pooling instead of instantiating new projectiles. In addition, the firing rate has been slowed to 15 per second instead of 100 per second.