Alarm_2.gml 80 B

123456
  1. if x != tgx
  2. {
  3. x = lerp(x, tgx, 0.04);
  4. y = lerp(y, tgy, 0.04);
  5. alarm[2] = 1;
  6. }