Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
T
tuseGameColor
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shujianhe
tuseGameColor
Commits
08bd130b
Commit
08bd130b
authored
Aug 24, 2023
by
lijin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
停止重播
parent
3b5a4f44
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
GameMgr.cs
Assets/GameMgr/GameMgr.cs
+6
-0
MainData.cs
Assets/GameMgr/MainData.cs
+6
-0
No files found.
Assets/GameMgr/GameMgr.cs
View file @
08bd130b
...
...
@@ -64,6 +64,12 @@ public class GameMgr : MonoBehaviour
stepIndex
=
0
;
curTime
=
0
;
}
//停止重播
private
void
StopRePlay
()
{
md
.
StopRePlay
();
stepIndex
=
-
1
;
}
//辅助涂色接口
public
void
AutoClick
()
{
...
...
Assets/GameMgr/MainData.cs
View file @
08bd130b
...
...
@@ -154,6 +154,12 @@ public class MainData : MonoBehaviour
ChooseGroup
();
//用于清空当前选组
GameMgr
.
Ins
.
miMgr
.
Replay
();
}
//停止重播
public
void
StopRePlay
()
{
ChooseGroup
();
//用于清空当前选组
GameMgr
.
Ins
.
miMgr
.
StopRePlay
();
}
//辅助涂色逻辑
public
void
AutoClick
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment