Add project code
This commit is contained in:
4
objects/o_pause_menu/Step_0.gml
Normal file
4
objects/o_pause_menu/Step_0.gml
Normal file
@@ -0,0 +1,4 @@
|
||||
if !instance_exists(o_player) {
|
||||
instance_destroy();
|
||||
exit;
|
||||
}
|
||||
Reference in New Issue
Block a user