mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-30 23:05:25 +01:00
13 lines
No EOL
246 B
Text
13 lines
No EOL
246 B
Text
/// @description init
|
|
event_inherited();
|
|
|
|
#region data
|
|
anchor = ANCHOR.left | ANCHOR.top;
|
|
|
|
padding = ui(8);
|
|
destroy_on_click_out = true;
|
|
warning_text = "";
|
|
life = 300;
|
|
|
|
function setText(txt) { warning_text = txt; return self; }
|
|
#endregion |