add
This commit is contained in:
parent
85d17960f1
commit
d0cd5aa987
@ -20,7 +20,7 @@ public class EventPopUp : MonoBehaviour
|
|||||||
Image.DOColor(new Color(1f, 1f, 1f, 0f), time);
|
Image.DOColor(new Color(1f, 1f, 1f, 0f), time);
|
||||||
textobg.DOColor(new Color(1f, 1f, 1f, 0f), time);
|
textobg.DOColor(new Color(1f, 1f, 1f, 0f), time);
|
||||||
await Task.Delay(5100);
|
await Task.Delay(5100);
|
||||||
Destroy(gameObject);
|
Destroy(this.gameObject);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update is called once per frame
|
// Update is called once per frame
|
||||||
|
Loading…
Reference in New Issue
Block a user