Repair unity packet
This commit is contained in:
@@ -37,12 +37,12 @@ namespace Hallucinate.UI
|
||||
textDisplay.text = text;
|
||||
|
||||
// Animation using PrimeTween
|
||||
PrimeTween.Sequence.Create()
|
||||
/*PrimeTween.Sequence.Create()
|
||||
.Group(Tween.Alpha(canvasGroup, 1f, 0.3f))
|
||||
.Group(Tween.Scale(bubbleRect, Vector3.zero, Vector3.one, 0.4f, Ease.OutBack))
|
||||
.Chain(Tween.Delay(duration))
|
||||
.Chain(Tween.Alpha(canvasGroup, 0f, 0.5f))
|
||||
.OnComplete(() => gameObject.SetActive(false));
|
||||
.OnComplete(() => gameObject.SetActive(false));*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user