Pixel-Composer/objects/o_dialog_crashed/Create_0.gml

7 lines
107 B
Plaintext
Raw Normal View History

2023-02-14 02:48:33 +01:00
/// @description init
event_inherited();
#region data
dialog_w = ui(480);
dialog_h = ui(140);
#endregion