Step_0.gml 82 B

12345
  1. r_out += expand_speed;
  2. r_in += expand_speed;
  3. if r_in > r_max
  4. instance_destroy();