Added hurt screen texture
This commit is contained in:
@@ -74,7 +74,7 @@ namespace InterfaceOff.WorldScene
|
||||
private IEnumerator DisplayHurtOverlay()
|
||||
{
|
||||
HurtOverlay.SetActive(true);
|
||||
yield return new WaitForSecondsRealtime(time: 0.1f);
|
||||
yield return new WaitForSecondsRealtime(time: 0.4f);
|
||||
HurtOverlay.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user