Pixel-Composer/objects/o_dialog_scrollbox/Alarm_0.gml

10 lines
151 B
Plaintext
Raw Normal View History

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