Commit 0a80141e authored by SherryChaos's avatar SherryChaos

no turn change banner for turn 1

parent 9ff9fe3a
This diff is collapsed.
fileFormatVersion: 2
guid: 2713a2c67a74fe446894d98ba89fa322
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
......@@ -6812,6 +6812,8 @@ namespace MDPro3
}
void TurnChangeBanner(int controller)
{
if (turns == 1)
return;
GameObject phaseObject = Instantiate(controller == 0 ? container.duelTurnChangeNear : container.duelTurnChangeFar);
Destroy(phaseObject, 2f);
Sleep(200);
......
......@@ -589,3 +589,4 @@ MSAA 8x->MSAA 8x
SMAA High->SMAA High
Shop->Shop
1t3qoaj4uv->1t3qoaj4uv
检测到新版先行卡,请至 [游戏设置]-[扩展卡包]-[更新先行卡] 处进行更新。->检测到新版先行卡,请至 [游戏设置]-[扩展卡包]-[更新先行卡] 处进行更新。
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment