Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TNGD_CaveCruiser
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
SparkProjects
TNGD_CaveCruiser
Commits
361cc00d
Commit
361cc00d
authored
Oct 09, 2024
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上传
parent
613b5adc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
GameMgr.ts
assets/Scripts/GameMgr.ts
+2
-2
No files found.
assets/Scripts/GameMgr.ts
View file @
361cc00d
...
@@ -81,7 +81,7 @@ export default class GameMgr {
...
@@ -81,7 +81,7 @@ export default class GameMgr {
if
(
data
.
thirdCode
&&
+
data
.
thirdCode
!=
10000
)
{
if
(
data
.
thirdCode
&&
+
data
.
thirdCode
!=
10000
)
{
if
(
+
data
.
thirdCode
==
10001
)
{
if
(
+
data
.
thirdCode
==
10001
)
{
showPanel
(
NoPrizePanel
,
{
showPanel
(
NoPrizePanel
,
{
highest
:
score
,
highest
:
data
?.
historyMaxScore
||
0
,
score
,
score
,
errorMsg
:
"Too many players now.
\n
"
+
errorMsg
:
"Too many players now.
\n
"
+
"Please come back later to check if
\n
"
+
"Please come back later to check if
\n
"
+
...
@@ -89,7 +89,7 @@ export default class GameMgr {
...
@@ -89,7 +89,7 @@ export default class GameMgr {
});
});
}
else
if
(
+
data
.
thirdCode
==
10002
)
{
}
else
if
(
+
data
.
thirdCode
==
10002
)
{
showPanel
(
NoPrizePanel
,
{
showPanel
(
NoPrizePanel
,
{
highest
:
score
,
highest
:
data
?.
historyMaxScore
||
0
,
score
,
score
,
errorMsg
:
"Service currently unavailable.
\n
"
+
errorMsg
:
"Service currently unavailable.
\n
"
+
"Please come back later to check if
\n
"
+
"Please come back later to check if
\n
"
+
...
...
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