Reuse scripts instead of copypaste code

This commit is contained in:
2025-09-05 20:24:44 -07:00
parent a426a26f09
commit 7a5cc54d35
11 changed files with 214 additions and 150 deletions

View File

@@ -45,10 +45,6 @@ public class LoadingMenu : MonoBehaviour
{
Application.OpenURL("https://berrydash.lncvrt.xyz/download");
});
continueButton.onClick.AddListener(async () =>
{
await SceneManager.LoadSceneAsync("MainMenu");
});
CheckUpdate();
}