Minor UI polish

This commit is contained in:
2024-08-18 22:36:00 +02:00
parent fedf29bebe
commit 6171f3e1f4
8 changed files with 65 additions and 54 deletions

View File

@@ -61,7 +61,7 @@ public class MonumentManager : MonoBehaviour
if (lastMonumentIndex == monuments.Count-1)
{
Debug.Log("All unlocked");
nextUnlockLabel.text = "Everything has been unlocked!";
return;
}