Pixel-Composer/objects/o_dialog_migration/Create_0.gml

7 lines
107 B
Plaintext
Raw Normal View History

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