perf
This commit is contained in:
@@ -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(() =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user