Pixel-Composer/objects/o_main/Alarm_1.gml

12 lines
256 B
Plaintext
Raw Normal View History

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