Create_0.gml 191 B

123456789101112
  1. event_inherited();
  2. hp = 1;
  3. credit = 0;
  4. kb_factor = 0;
  5. hitstun_max = 0;
  6. has_ink = false;
  7. apply_collision = false;
  8. enemy_ai = enemy_showerheadbomb_ai;
  9. hitbox = enemy_create_hitboxMC(72, 72);