Pixel-Composer/objects/o_dialog_save/Create_0.gml

9 lines
128 B
Text
Raw Normal View History

2023-02-23 13:02:19 +07:00
/// @description init
event_inherited();
#region data
2023-07-06 19:49:16 +02:00
project = noone;
2023-02-23 13:02:19 +07:00
dialog_w = ui(400);
dialog_h = ui(140);
#endregion