Pixel-Composer/objects/o_dialog_fontscrollbox/Alarm_0.gml
2023-01-17 14:11:55 +07:00

9 lines
213 B
Plaintext

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