Started adding leaderboard

This commit is contained in:
2026-01-23 10:12:29 +00:00
parent a71f852243
commit 24d6625ef5
5 changed files with 896 additions and 15 deletions

View File

@@ -120,6 +120,11 @@ namespace InterfaceOff
{
SceneController.ReloadScene();
}
else if (Input.GetKey(KeyCode.Tab))
{
SceneController.Load(name: "MenuScene");
}
}
public void StartEndSequence()