mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-24 11:58:05 +01:00
12 lines
172 B
Text
12 lines
172 B
Text
|
/// @description init
|
||
|
event_inherited();
|
||
|
|
||
|
#region
|
||
|
draggable = false;
|
||
|
destroy_on_click_out = true;
|
||
|
|
||
|
scrollbox = noone;
|
||
|
|
||
|
anchor = ANCHOR.top | ANCHOR.left;
|
||
|
#endregion
|