Hello,
So the collision detection is working pretty fine, thanks for your help!
I bumped into another question tho:
How would you go on and save/move all the projectiles? I currently save them all into a vector and move them in the game loop every frame. Is that a good way of doing it? Are there better ways?