mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-26 06:56:45 +01:00
15 lines
196 B
Text
15 lines
196 B
Text
/// @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
|
|
|