Draw_0.gml 57 B

1234567
  1. if activated
  2. {
  3. draw_self();
  4. exit;
  5. }
  6. event_inherited();