mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 12:34:06 +01:00
11 lines
184 B
Plaintext
11 lines
184 B
Plaintext
/// @description init
|
|
event_inherited();
|
|
|
|
#region data
|
|
anchor = ANCHOR.left | ANCHOR.top;
|
|
|
|
padding = ui(8);
|
|
destroy_on_click_out = true;
|
|
warning_text = "";
|
|
life = 300;
|
|
#endregion |