Pixel-Composer/objects/_p_dialog/Destroy_0.gml
2022-01-13 11:24:03 +07:00

5 lines
112 B
Plaintext

/// @description init
if(HOVER == self) HOVER = noone;
if(FOCUS == self) FOCUS = noone;
TEXTBOX_ACTIVE = noone;