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