Pixel-Composer/objects/o_dialog_scrollbox/Alarm_0.gml

8 lines
167 B
Plaintext
Raw Permalink Normal View History

2022-01-13 05:24:03 +01:00
/// @description init
#region pos
2022-11-03 11:44:49 +01:00
var hght = line_height(f_p0, 8);
2022-01-13 05:24:03 +01:00
var hh = array_length(scrollbox.data_list) * hght;
dialog_h = hh;
#endregion
2022-11-03 11:44:49 +01:00
event_inherited();