Pixel-Composer/objects/o_dialog_migration/Create_0.gml
2023-02-14 13:37:13 +07:00

7 lines
No EOL
107 B
Text

/// @description init
event_inherited();
#region data
dialog_w = ui(560);
dialog_h = ui(160);
#endregion