Create_0.gml 161 B

1234567
  1. base_x = x;
  2. base_y = y;
  3. t = random(100) / 100;
  4. var inst = instance_create_depth(x, y, depth + 5, oShadow);
  5. inst.sprite_index = sprite_index;
  6. inst.follow = self;