Add project code
This commit is contained in:
7
objects/o_blocker/Step_0.gml
Normal file
7
objects/o_blocker/Step_0.gml
Normal file
@@ -0,0 +1,7 @@
|
||||
get_damaged(o_parent_hurt, false, false);
|
||||
|
||||
if hp <= 0 {
|
||||
instance_destroy();
|
||||
|
||||
instance_create_depth(x, y, -100, o_blocker_stump);
|
||||
}
|
||||
Reference in New Issue
Block a user