Merge branch 'feature/yingli' into 'develop'

结果

See merge request aibis-dream/aibis-dream!517
This commit is contained in:
2025-07-23 11:44:14 +00:00
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -7,3 +7,15 @@ tags:
me: 打地鼠测试 #line:0559767
<<start_whack_game "LevelTest">>
===
title: 打地鼠游戏通过
tags:
---
me: 成功
===
title: 打地鼠游戏失败
tags:
---
me: 失败
===
@@ -41,7 +41,7 @@ namespace AibisDream.FixSystem
_moleModules.Values.ToList().ForEach(item => item.isInMoleGame = false);
// TODO 触发游戏结束
_log.OnGameEnd(isSuccess);
DialogController.Instance.StartDialogNode("游戏结束");
DialogController.Instance.StartDialogNode(isSuccess ? "打地鼠游戏通过" : "打地鼠游戏失败");
}
public void OnPlugIn(string moduleName)