Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GameDemo
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
张泽禹
GameDemo
Commits
8dc2c714
Commit
8dc2c714
authored
Nov 18, 2021
by
ZhangZeyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 增加功能
parent
0b932c22
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
Flop.ts
src/game/Flop.ts
+2
-4
No files found.
src/game/Flop.ts
View file @
8dc2c714
...
@@ -164,10 +164,8 @@ export class Flop extends Scene {
...
@@ -164,10 +164,8 @@ export class Flop extends Scene {
console
.
log
(
picArr
,
'=====>picArr'
);
console
.
log
(
picArr
,
'=====>picArr'
);
if
(
picArr
.
length
===
1
)
{
if
(
picArr
.
length
===
1
)
{
confirm
(
"您已通关,是否重新开始"
)
?
alert
(
"您已通关"
);
picArr
=
PIC_ARR
this
.
removeChildren
()
:
this
.
removeChildren
()
return
return
}
}
alert
(
"赢了"
);
alert
(
"赢了"
);
...
...
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