Pixel-Composer/objects/o_dialog_crashed/Create_0.gml
2023-02-14 08:48:33 +07:00

7 lines
No EOL
107 B
Text

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