mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-13 05:53:53 +01:00
10 lines
151 B
Plaintext
10 lines
151 B
Plaintext
/// @description init
|
|
#region pos
|
|
var hght = 32;
|
|
var hh = array_length(scrollbox.data_list) * hght;
|
|
|
|
dialog_h = hh;
|
|
#endregion
|
|
event_inherited();
|
|
|