i cant make it works, im stuck. tried every ways, directions, angles, positions, but still not working and i dont know what im doing wrong

maybe is problem of the bullet rotation?
extends RigidBody2D
var bulletSpeed = 1200
func _ready():
apply_impulse(Vector2(), Vector2(bulletSpeed, 0).rotated(rotation))