Add win screen

This commit is contained in:
RochesterX
2025-03-08 13:33:19 -05:00
parent 63912cd2fd
commit 058cf261c8
18 changed files with 2055 additions and 127 deletions

View File

@@ -38,4 +38,9 @@ public class LifeDisplayManager : MonoBehaviour
}
}
}
public void HideLifeDisplay()
{
players.SetActive(false);
}
}