mirror of
https://github.com/ConjureETS/DeathBook.git
synced 2026-03-24 04:20:58 +00:00
- Slightly increased the blood splatter speed
This commit is contained in:
parent
16a88142be
commit
5d71610a4d
@ -120,7 +120,7 @@ public class PersonNode : MonoBehaviour, IObserver
|
|||||||
|
|
||||||
while (ratio < 1f)
|
while (ratio < 1f)
|
||||||
{
|
{
|
||||||
ratio += Time.deltaTime / 0.5f;
|
ratio += Time.deltaTime / 0.4f;
|
||||||
|
|
||||||
bloodSplatter.transform.localScale = Vector3.Lerp(Vector3.zero, finalScale, ratio);
|
bloodSplatter.transform.localScale = Vector3.Lerp(Vector3.zero, finalScale, ratio);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user