Pixel-Composer/objects/o_main/Alarm_1.gml

7 lines
180 B
Plaintext
Raw Normal View History

2022-01-13 05:24:03 +01:00
/// @description init
#region prefload
2023-02-14 07:37:13 +01:00
__migration_check();
2024-02-15 14:23:26 +01:00
if(!file_exists_empty(PROGRAM_ARGUMENTS._path) && PREFERENCES.show_splash)
2022-11-01 03:06:03 +01:00
dialogCall(o_dialog_splash);
2022-01-13 05:24:03 +01:00
#endregion