Pixel-Composer/objects/o_dialog_migration/Create_0.gml

7 lines
107 B
Text
Raw Normal View History

2023-02-14 11:32:32 +07:00
/// @description init
event_inherited();
#region data
2023-02-14 13:37:13 +07:00
dialog_w = ui(560);
dialog_h = ui(160);
2023-02-14 11:32:32 +07:00
#endregion