Commit a3434f1a authored by wildfirecode13's avatar wildfirecode13

1

parent 018b585c
export const delayClick=(btn:FYGE.Sprite,time=1200)=>{
btn.mouseChildren=btn.mouseEnable=false;
setTimeout(() => {
btn.mouseChildren=btn.mouseEnable=true;
}, time);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment