I'm just trying to get these particles to just play whenever I jump. It does this but I have to wait 5 seconds before I I can jump to get the particles to emit. Is it something im doing wrong? I would appreciate any help.
Thanks.
Here is apart of my code on what I use to get my particles to emit.
func _physics_process(delta: float) -> void:
if Input.is_action_just_pressed("up"):
$jump_particles.emitting = true