Pixel-Composer/objects/o_dialog_scrollbox/Create_0.gml

12 lines
172 B
Plaintext
Raw Normal View History

2022-01-13 05:24:03 +01:00
/// @description init
event_inherited();
#region
draggable = false;
destroy_on_click_out = true;
scrollbox = noone;
anchor = ANCHOR.top | ANCHOR.left;
#endregion