Godot Version
4
Question
i have this code
bullet_instance.apply_impulse(Vector2(),Vector2(bulletspeed, 0).rotated(rotation))
#doesent this make the bullet move and rotate to where its going??? im new to programming and godot
#why are my bullets just going downn!!!
#i want to have my bullets move and go wherever my mouse is pointing