Pixel-Composer/objects/o_main/Alarm_1.gml

16 lines
388 B
Text
Raw Normal View History

2022-01-13 05:24:03 +01:00
/// @description init
#region prefload
2022-11-18 04:04:30 +01:00
//RECENT_LOAD();
2022-01-13 05:24:03 +01:00
2022-11-18 04:04:30 +01:00
//LOAD_SAMPLE();
//INIT_FOLDERS();
2022-01-13 05:24:03 +01:00
2022-11-18 04:04:30 +01:00
if(!file_exists(file_open_parameter) && PREF_MAP[? "show_splash"]) {
var dia = dialogCall(o_dialog_warning);
dia.warning_text =
@"Vanila build
This build is a strip down version of Pixel Composer
for stability check only. Some feature may be unstable, non-funtional.";
}
2022-01-13 05:24:03 +01:00
#endregion