Add project code
This commit is contained in:
6
scripts/create_screen_pause/create_screen_pause.gml
Normal file
6
scripts/create_screen_pause/create_screen_pause.gml
Normal file
@@ -0,0 +1,6 @@
|
||||
function create_screen_pause(_timer = 8) {
|
||||
var _inst = instance_create_depth(0, 0, -10000, o_screen_pause_timed);
|
||||
with _inst {
|
||||
_inst.timer = _timer;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user