Pixel-Composer/objects/_p_dialog/Destroy_0.gml

5 lines
112 B
Plaintext
Raw Normal View History

2022-01-13 05:24:03 +01:00
/// @description init
if(HOVER == self) HOVER = noone;
if(FOCUS == self) FOCUS = noone;
TEXTBOX_ACTIVE = noone;