Step_0.gml 91 B

1234567
  1. image_angle += 1;
  2. if state == -2
  3. {
  4. x += random_range(-2, 2);
  5. y += random_range(-2, 2);
  6. }