mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
12 lines
256 B
Plaintext
12 lines
256 B
Plaintext
/// @description init
|
|
#region prefload
|
|
RECENT_LOAD();
|
|
|
|
LOAD_SAMPLE();
|
|
INIT_FOLDERS();
|
|
|
|
__migration_check();
|
|
|
|
if(!instance_exists(_p_dialog) && !file_exists(file_open_parameter) && PREF_MAP[? "show_splash"])
|
|
dialogCall(o_dialog_splash);
|
|
#endregion |