update core

This commit is contained in:
2024-10-27 23:12:02 +08:00
parent a03edb3cc6
commit b96ee5bd06
25 changed files with 434 additions and 5500 deletions

View File

@@ -35,7 +35,7 @@ namespace Views
public override void OnOpenView (IC_ViewData parameters)
{
AudioManager.Instance.PlayBGM (BGM , 1 , 0.6f);
AudioManager.Instance.PlayBGM (BGM , 1 , 3f);
string key = "CompleteCount";
if (!PlayerPrefs.HasKey (key))
{