Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
L5R3_GuessingGame
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
L5R3_GuessingGame
Commits
7167d100
Commit
7167d100
authored
Nov 28, 2022
by
杨一航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
56d1898b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
L5R3_GuessingGame.ts
assets/L5R3_GuessingGame/scene/L5R3_GuessingGame.ts
+1
-0
AI.ts
assets/L5R3_GuessingGame/script/AI.ts
+1
-5
No files found.
assets/L5R3_GuessingGame/scene/L5R3_GuessingGame.ts
View file @
7167d100
...
...
@@ -532,6 +532,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
this
.
btn_record
.
active
=
true
;
}
this
.
_clockTime
.
string
=
"
0
"
;
let
cards
=
this
.
cardRoot
.
children
;
for
(
let
i
=
0
;
i
<
this
.
cardList
.
length
;
++
i
)
{
let
finger
=
cards
[
i
].
getChildByName
(
"
finger
"
);
...
...
assets/L5R3_GuessingGame/script/AI.ts
View file @
7167d100
...
...
@@ -38,11 +38,7 @@ export class AI {
}
else
if
(
this
.
_gameData
.
Round
==
2
)
{
this
.
_countDelay
--
;
if
(
this
.
_countDelay
<=
0
)
{
this
.
_sendMsg
({
type
:
MsgType
.
USER_REQ_WOED
,
data
:
{
index
:
this
.
_stepIndex
,
uuid
:
this
.
playerData
.
uuid
}
})
this
.
_countDelay
=
10000
}
}
}
else
if
(
type
==
MsgType
.
ROUND_START_EV
)
{
...
...
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