i want my bullet spawn bit slower, if use isactionjustpressed i need to press every single bullet, but when i use isaction_pressed , bullet spawn rate/time way to fast, can i control bullet spawn rate/time?
if yes, can i know how?
thanks and sorry my broken eng
if Input.is_action_pressed("Lclicked"):
emit_signal("create_bullet",bullet_scene,global_position)