From c5679cb58551843e74d31a839de649f16885fa8b Mon Sep 17 00:00:00 2001 From: wangguan <wangguan@kt007.com> Date: Thu, 24 Dec 2020 19:50:09 +0800 Subject: [PATCH] 修改主页面 使用事件加载场景 --- Assets/Scripts/Event/EventType.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Assets/Scripts/Event/EventType.cs b/Assets/Scripts/Event/EventType.cs index 263aa54..99bdd84 100644 --- a/Assets/Scripts/Event/EventType.cs +++ b/Assets/Scripts/Event/EventType.cs @@ -122,7 +122,8 @@ PlayBuffPS, // gameOver 结束 GameOverEnd, - + //加载场景 + ChangeScene, } -- Gitblit v1.9.1