mcdonaldduncan / Freebooter

Columbia College Chicago Senior Capstone
4 stars 0 forks source link

Fix Projectile Issues When Transitioning Scenes #190

Closed mcdonaldduncan closed 1 year ago

mcdonaldduncan commented 1 year ago

projectiles do not spawn after loading a new scene

mcdonaldduncan commented 1 year ago

projectiles also running into issues where explosions deal damage multiple times per gameobject if they have multiple colliders. Logic was already in place to avoid this but a small logic error was keeping it from working correctly, fixed now