Pixel-Composer/objects/o_dialog_arrayBox/Alarm_0.gml

9 lines
217 B
Plaintext
Raw Permalink Normal View History

2023-02-14 02:48:33 +01:00
/// @description init
#region pos
2023-05-28 20:00:51 +02:00
var hght = line_get_height(f_p0, 8);
2023-02-14 02:48:33 +01:00
var hh = array_length(arrayBox.data) * hght;
dialog_h = min(max_h, hh);
sc_content.resize(dialog_w, dialog_h);
#endregion
event_inherited();