I need help making a cooldown for projectiles in my game
First, you need to use otherSprite instead of my enemy from the collision check. Next, I solved the projectile cooldown by adding a variable, and extension, and a true false statement.
1 Like
Thanks! That makes so much sense!