Pixel-Composer/objects/o_dialog_exit/Create_0.gml

7 lines
107 B
Text
Raw Normal View History

2022-09-27 11:37:28 +07:00
/// @description init
event_inherited();
#region data
2022-11-03 17:44:49 +07:00
dialog_w = ui(400);
dialog_h = ui(140);
2022-09-27 11:37:28 +07:00
#endregion