Commit 08bd130b authored by lijin's avatar lijin

停止重播

parent 3b5a4f44
......@@ -64,6 +64,12 @@ public class GameMgr : MonoBehaviour
stepIndex = 0;
curTime = 0;
}
//停止重播
private void StopRePlay()
{
md.StopRePlay();
stepIndex = -1;
}
//辅助涂色接口
public void AutoClick()
{
......
......@@ -154,6 +154,12 @@ public class MainData : MonoBehaviour
ChooseGroup();//用于清空当前选组
GameMgr.Ins.miMgr.Replay();
}
//停止重播
public void StopRePlay()
{
ChooseGroup();//用于清空当前选组
GameMgr.Ins.miMgr.StopRePlay();
}
//辅助涂色逻辑
public void AutoClick()
{
......
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