Pixel-Composer/objects/o_main/Alarm_1.gml
2023-10-31 11:30:42 +07:00

12 lines
223 B
Plaintext

/// @description init
#region prefload
RECENT_LOAD();
LOAD_SAMPLE();
INIT_FOLDERS();
__migration_check();
if(!file_exists(file_open_parameter) && PREFERENCES.show_splash)
dialogCall(o_dialog_splash);
#endregion