update core

This commit is contained in:
2024-10-27 22:24:41 +08:00
parent 5227e64327
commit 8f833c5063
25 changed files with 39570 additions and 1031 deletions

View File

@@ -12,7 +12,7 @@ using UnityEngine;
public class AccountSystemData
{
public float BGMValue = 0.5f;
public float BGMValue = 1f;
public float BSEValue = 0.5f;
public float SEValue = 0.8f;

View File

@@ -46,7 +46,7 @@ Material:
m_Ints: []
m_Floats:
- Vector1_c9f2135c9d254951b22c018d295f8558: 0.003
- _blurOffset: 0.015018618
- _blurOffset: 0.016038021
m_Colors: []
m_BuildTextureStacks: []
--- !u!114 &268278646524644520

View File

@@ -6,6 +6,7 @@ using Framework.FSMLite;
using Framework.GamePool.manager;
using Framework.UI;
using Game;
using Game.Component;
using Game.Data;
using Game.Manager;
using Runtime.ADAggregator;
@@ -74,6 +75,7 @@ namespace StateSystem.State
protected override void OnExit()
{
UIManager.Instance.CloseViewWithGroup (RoomGroup);
GamePoolManager.Instance.KillForGroup (RoomGroup);
GameManager.Instance.EndAutoSave ();