Hi, I want to shoot only once per second but I don't know
how to adjust the condition, thank you.
Develop games in your browser. Powerful, performant & highly capable.
Use the timer behavior. Invert the timer is running condition.
+ Keyboard: On Q pressed
+ Player: [X] Is Timer "cooldown" running
-> Player: Spawn Sprite on layer 0 (image point 0)
-> Player: Start Timer "cooldown" for 1.0 (Once)