1
0

Step_0.gml 64 B

1234
  1. r_in += expand_speed;
  2. if (r_in > r_out)
  3. instance_destroy();