Add project code
This commit is contained in:
4
objects/o_player/Other_7.gml
Normal file
4
objects/o_player/Other_7.gml
Normal file
@@ -0,0 +1,4 @@
|
||||
if sprite_index == sprites[4] {
|
||||
instance_create_depth(0, 0, -10000, o_game_over);
|
||||
instance_destroy();
|
||||
}
|
||||
Reference in New Issue
Block a user