mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-12 23:37:10 +01:00
6 lines
112 B
Text
6 lines
112 B
Text
|
/// @description init
|
||
|
event_inherited();
|
||
|
|
||
|
if(initVal > -1)
|
||
|
scrollbox.onModify(initVal);
|
||
|
scrollbox.open = false;
|