cosmobrain0 / side-scrolling-platformer

A 2D side scrolling platformer made with Godot.
0 stars 0 forks source link

Bullets despawn randomly #25

Closed cosmobrain0 closed 2 weeks ago

cosmobrain0 commented 2 weeks ago

Sometimes bullets despawn without hitting anything. Maybe they're hitting a level tilemap or something?

cosmobrain0 commented 2 weeks ago

Oh, I think it's because when the camera moves back to the origin, the bullets don't. I also need to make sure they despawn if they go too far away from the player.