I'm trying to make enemies come at the player faster as time moves on. Right now I've got something like this:
System: Every 5 seconds - Create object along with a bullet behavior attached to the object. I want to make it so the timer decreases every 15-20 seconds.
Thanks