Add project code
This commit is contained in:
8
objects/o_heal/Step_0.gml
Normal file
8
objects/o_heal/Step_0.gml
Normal file
@@ -0,0 +1,8 @@
|
||||
if instance_exists(player_ref) {
|
||||
x = player_ref.x;
|
||||
y = player_ref.y;
|
||||
}
|
||||
|
||||
if image_index >= image_number - 1 {
|
||||
instance_destroy();
|
||||
}
|
||||
Reference in New Issue
Block a user