I’ve been playing a game on Steam called “Vampire Survivors” and I want to recreate the projectile effect (see gif)
I think I need to use the timer block (from extensions) but I’m not sure how I can loop the projectiles so that they increase their firing speed/amount of projectiles from pickups.
You can use a forever block for this. Here’s some sample code for you:
Press A to increase the number of projectiles in each burst, and press B to decrease the time between shots. That example also has comments in the code explaining things