additive levels - fixed timer

This commit is contained in:
MrGadget1024 2021-12-12 07:53:51 -05:00
parent 0445af105d
commit 985d8af5d4

View File

@ -16,7 +16,7 @@ public class Portal : NetworkBehaviour
public TMPro.TextMeshPro label;
// This is approximately the fade time
WaitForSeconds waitForFade = new WaitForSeconds(1f);
WaitForSeconds waitForFade = new WaitForSeconds(2f);
/// <summary>
/// Called on every NetworkBehaviour when it is activated on a client.