Add win screen
This commit is contained in:
@@ -38,4 +38,9 @@ public class LifeDisplayManager : MonoBehaviour
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public void HideLifeDisplay()
|
||||
{
|
||||
players.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user