Pixel-Composer/objects/o_main/Alarm_1.gml

7 lines
176 B
Text
Raw Normal View History

2022-01-13 11:24:03 +07:00
/// @description init
#region prefload
2023-02-14 13:37:13 +07:00
__migration_check();
2023-12-08 09:50:09 +07:00
if(!file_exists_empty(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