i finished following through this tutorial:
and i want to know how to allow the player to continuously fire while holding down the fire button
How to allow the player to continuously fire while holding down fire button
JetteBoyTV Use is_action_pressed()
instead of is_action_just_pressed()
xyz thanks!