Pixel-Composer/objects/o_main/Alarm_1.gml

10 lines
201 B
Plaintext
Raw Normal View History

2022-01-13 05:24:03 +01:00
/// @description init
#region prefload
RECENT_LOAD();
LOAD_SAMPLE();
INIT_FOLDERS();
2022-11-01 03:06:03 +01:00
if(!file_exists(file_open_parameter) && PREF_MAP[? "show_splash"])
dialogCall(o_dialog_splash);
2022-01-13 05:24:03 +01:00
#endregion