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