Pixel-Composer/objects/o_main/Alarm_1.gml

12 lines
223 B
Text
Raw Normal View History

2022-01-13 11:24:03 +07:00
/// @description init
#region prefload
RECENT_LOAD();
LOAD_SAMPLE();
INIT_FOLDERS();
2023-02-14 13:37:13 +07:00
__migration_check();
2023-10-31 11:30:42 +07:00
if(!file_exists(file_open_parameter) && PREFERENCES.show_splash)
2022-11-01 09:06:03 +07:00
dialogCall(o_dialog_splash);
2022-01-13 11:24:03 +07:00
#endregion