Pixel-Composer/objects/o_dialog_warning/Create_0.gml
2023-02-14 13:37:13 +07:00

11 lines
184 B
Plaintext

/// @description init
event_inherited();
#region data
anchor = ANCHOR.left | ANCHOR.top;
padding = ui(8);
destroy_on_click_out = true;
warning_text = "";
life = 300;
#endregion