mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
7 lines
107 B
Plaintext
7 lines
107 B
Plaintext
|
/// @description init
|
||
|
event_inherited();
|
||
|
|
||
|
#region data
|
||
|
dialog_w = ui(480);
|
||
|
dialog_h = ui(140);
|
||
|
#endregion
|