Create_0.gml 199 B

123456789101112131415161718
  1. damage = 1;
  2. owner = noone;
  3. hitbox_type = "COLLISION";
  4. x_offset = 0;
  5. y_offset = 0;
  6. get_hit = function(_info)
  7. {
  8. if hitbox_type == "BLADE"
  9. {
  10. global.hitstop = 12;
  11. // se, pe...
  12. }
  13. }
  14. depth = 100;