mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 12:34:06 +01:00
9 lines
128 B
Plaintext
9 lines
128 B
Plaintext
/// @description init
|
|
event_inherited();
|
|
|
|
#region data
|
|
project = noone;
|
|
|
|
dialog_w = ui(400);
|
|
dialog_h = ui(140);
|
|
#endregion |