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