Pixel-Composer/objects/o_dialog_exit/Create_0.gml

8 lines
127 B
Plaintext
Raw Normal View History

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