mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +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
|