Pixel-Composer/objects/_p_dialog/Destroy_0.gml

5 lines
114 B
Plaintext
Raw Normal View History

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