Repair unity packet

This commit is contained in:
emDuy
2026-06-13 02:25:55 +07:00
parent 9048435ac4
commit 2db2424bb1
72 changed files with 52285 additions and 197 deletions

View File

@@ -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));*/
}
}
}