Pixel-Composer/objects/o_dialog_save/Create_0.gml

9 lines
128 B
Plaintext
Raw Normal View History

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