Camera Tilt和Camera Offset效果,以及退出,重载功能

This commit is contained in:
SoulliesOfficial
2025-05-31 12:54:56 -04:00
parent e7f7230846
commit 9d92c7c944
16 changed files with 18037 additions and 16439 deletions

View File

@@ -13,16 +13,7 @@ namespace Ichni.StartMenu
private void Awake()
{
if (instance == null)
{
instance = this;
DontDestroyOnLoad(gameObject);
}
else if (instance != this)
{
Destroy(gameObject);
return;
}
instance = this;
Application.targetFrameRate = 90;
}