Create_0.gml 185 B

12345678910111213141516
  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. }