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