Added hurt screen texture

This commit is contained in:
Pasha Bibko
2026-01-29 11:13:46 +00:00
parent d351eefe0e
commit ab67608192
4 changed files with 139 additions and 1 deletions

View File

@@ -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);
}
}