mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-11 04:54:06 +01:00
12 lines
181 B
Plaintext
12 lines
181 B
Plaintext
|
/// @description init
|
||
|
event_inherited();
|
||
|
|
||
|
#region data
|
||
|
newFile = false;
|
||
|
path = "";
|
||
|
readonly = false;
|
||
|
safe_mode = false;
|
||
|
|
||
|
dialog_w = ui(400);
|
||
|
dialog_h = ui(140);
|
||
|
#endregion
|