Pixel-Composer/objects/o_dialog_textbox_function_guide/Create_0.gml

16 lines
196 B
Plaintext
Raw Normal View History

2023-07-12 16:28:32 +02:00
/// @description
#region data
depth = -9999;
active = false;
dialog_x = 0;
dialog_y = 0;
dialog_w = 280;
dialog_h = 32;
textbox = noone;
prompt = "";
index = 0;
#endregion