Pixel-Composer/objects/o_dialog_arrayBox/Alarm_0.gml
2023-02-14 08:48:33 +07:00

9 lines
213 B
Plaintext

/// @description init
#region pos
var hght = line_height(f_p0, 8);
var hh = array_length(arrayBox.data) * hght;
dialog_h = min(max_h, hh);
sc_content.resize(dialog_w, dialog_h);
#endregion
event_inherited();