mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-26 23:17:25 +01:00
7 lines
107 B
Text
7 lines
107 B
Text
|
/// @description init
|
||
|
event_inherited();
|
||
|
|
||
|
#region data
|
||
|
dialog_w = ui(480);
|
||
|
dialog_h = ui(140);
|
||
|
#endregion
|