mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-13 05:53:53 +01:00
12 lines
172 B
Plaintext
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
|