This repository has been archived on 2025-12-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
BitBlaster/objects/o_blocker_stump/Step_0.gml
2025-04-20 15:57:23 +03:00

7 lines
137 B
Plaintext

get_damaged(o_parent_hurt, false, false);
if hp <= 0 {
instance_destroy();
instance_create_depth(x, y, -100, o_blocker_destroyed);
}