Temp FIN
This commit is contained in:
@@ -141,7 +141,7 @@ namespace Cielonos.MainGame.Characters
|
||||
|
||||
foreach (Material mat in effectRenderMaterials["GetHitBlink"])
|
||||
{
|
||||
TweenerCore<Color, Color, ColorOptions> matTween = mat.DOColor(Color.white * 0.25f, "_EmissionColor", 0.15f)
|
||||
TweenerCore<Color, Color, ColorOptions> matTween = mat.DOColor(Color.white * 0.5f, "_EmissionColor", 0.05f)
|
||||
.OnStart(() => mat.EnableKeyword("_EMISSION"))
|
||||
.From(Color.black)
|
||||
.SetEase(Ease.OutQuad)
|
||||
|
||||
Reference in New Issue
Block a user