This commit is contained in:
SoulliesOfficial
2025-07-21 05:42:20 -04:00
parent e483cfe502
commit bae0bfbc20
533 changed files with 172709 additions and 125965 deletions

View File

@@ -16,7 +16,7 @@ namespace Ichni.Menu.UI
private void Start()
{
edgeValue = 0;
logoFrame.material = Instantiate(logoFrame.material);
//logoFrame.material = Instantiate(logoFrame.material);
logoFrameExpand = DOTween.To(() => edgeValue, x => edgeValue = x, 1f, 4f)
.OnUpdate(() =>
{