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