Add project code
This commit is contained in:
5
objects/o_tutorial/Step_0.gml
Normal file
5
objects/o_tutorial/Step_0.gml
Normal file
@@ -0,0 +1,5 @@
|
||||
if global.back_key_pressed {
|
||||
instance_destroy();
|
||||
|
||||
instance_create_depth(0, 0, -9000, o_start_menu);
|
||||
}
|
||||
Reference in New Issue
Block a user