修改结算界面v0.2
增加水波纹效果
This commit is contained in:
@@ -69,7 +69,10 @@ namespace GameFramework
|
||||
GameManager.onGameWin -= OnGameWin;
|
||||
}
|
||||
|
||||
void OnGameOver() => ShowResult(GameResult.Lose);
|
||||
void OnGameOver()
|
||||
{
|
||||
// 失败时由 GameLostOverlay 接管,不再显示旧失败面板
|
||||
}
|
||||
void OnGameWin() => ShowResult(GameResult.Win);
|
||||
|
||||
void Start()
|
||||
|
||||
Reference in New Issue
Block a user