Pixel-Composer/objects/o_dialog_fontscrollbox/Alarm_0.gml

9 lines
225 B
Plaintext
Raw Normal View History

2023-01-17 08:11:55 +01:00
/// @description init
#region pos
2023-05-28 20:00:51 +02:00
var hght = line_get_height(f_p0, 8);
2023-01-17 08:11:55 +01:00
var hh = array_length(FONT_INTERNAL) * hght;
dialog_h = min(max_h, hh);
2023-07-05 15:09:52 +02:00
sc_content.resize(dialog_w - ui(6), dialog_h);
2023-01-17 08:11:55 +01:00
#endregion
event_inherited();