Pixel-Composer/objects/o_dialog_scrollbox/Create_0.gml
2022-01-13 11:24:03 +07:00

12 lines
172 B
Plaintext

/// @description init
event_inherited();
#region
draggable = false;
destroy_on_click_out = true;
scrollbox = noone;
anchor = ANCHOR.top | ANCHOR.left;
#endregion