Create_0.gml 193 B

12345678
  1. r_in = sqrt(sqr(room_width) + sqr(room_height)) / 1.6;
  2. r_out = sqrt(sqr(room_width) + sqr(room_height)) / 1.6;
  3. shrink_speed = 24;
  4. is_finished = false;
  5. callback = function(){};
  6. depth = -10000;