Pixel-Composer/objects/o_dialog_exit/Create_0.gml

8 lines
127 B
Text
Raw Normal View History

2022-09-27 11:37:28 +07:00
/// @description init
event_inherited();
#region data
2023-07-06 19:49:16 +02:00
project = PROJECT;
dialog_w = ui(440);
2022-11-03 17:44:49 +07:00
dialog_h = ui(140);
2022-09-27 11:37:28 +07:00
#endregion