You've already forked taptap2024_GJ_chidouren
update core
This commit is contained in:
@@ -13,6 +13,10 @@ namespace Game.FsmNode
|
||||
{
|
||||
protected override async void OnEnter (params object[] args)
|
||||
{
|
||||
if (MapContent.Instance.ScenePart == null)
|
||||
{
|
||||
RoomManager.Instance.LoadScenePart (RoomManager.Instance.PartIndex);
|
||||
}
|
||||
AudioManager.Instance.PlayBGM(BgmAudio.NormalBgm , 0.65f);
|
||||
GameEventDefine.ChangeGameFsm.SendMessage (GameState.FightGame , true);
|
||||
UIManager.Instance.CloseLoading (null);
|
||||
|
||||
@@ -54,10 +54,6 @@ namespace Game
|
||||
this._gameFsm.Active (GameState.InitGame , args);
|
||||
GameUpdateMgr.Instance.AddUpdater (DoUpdate);
|
||||
this.BindEvent ();
|
||||
if (MapContent.Instance.ScenePart == null)
|
||||
{
|
||||
LoadScenePart (this.PartIndex);
|
||||
}
|
||||
this._gameFsm.OpenState (GameState.StartGame);
|
||||
}
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ Material:
|
||||
m_Ints: []
|
||||
m_Floats:
|
||||
- Vector1_c9f2135c9d254951b22c018d295f8558: 0.003
|
||||
- _blurOffset: 0.047
|
||||
- _blurOffset: 0.35
|
||||
m_Colors: []
|
||||
m_BuildTextureStacks: []
|
||||
--- !u!114 &268278646524644520
|
||||
|
||||
@@ -71,6 +71,8 @@ namespace Views{
|
||||
this.ViewConnector.CloseView ();
|
||||
if (RoomManager.Instance.PartIndex < 3)
|
||||
{
|
||||
Destroy (MapContent.Instance.ScenePart.gameObject);
|
||||
MapContent.Instance.ScenePart = null;
|
||||
RoomManager.Instance.PartIndex++;
|
||||
GameEventDefine.ChangeGameFsm.SendMessage (GameState.StartGame);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user