mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-12-11 20:15:10 +01:00
fix text fade issue
This commit is contained in:
parent
c0327cea01
commit
b7d9aba4a8
@ -150,6 +150,8 @@ internal class MultiplayerHUDManager : MonoBehaviour, IAddComponentOnStart
|
||||
audioController.PlayNotificationTextScrolling();
|
||||
Delay.RunFramesLater(10, () => audioController.StopNotificationTextScrolling());
|
||||
}
|
||||
|
||||
_textChat.GetComponent<CanvasGroup>().alpha = 1;
|
||||
}
|
||||
|
||||
private void Update()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user