Pixel-Composer/objects/o_dialog_scrollbox/Create_0.gml

13 lines
192 B
Plaintext

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