Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OP45
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
OP45
Commits
68304058
Commit
68304058
authored
Sep 15, 2022
by
李维
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
恢复重玩按钮
parent
1caf95d7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
26 deletions
+2
-26
GOBE.meta
assets/OP45/GOBE.meta
+0
-12
online.meta
assets/OP45/prefab/LoadingLayer/online.meta
+0
-12
OP45.js
assets/OP45/scene/OP45.js
+2
-2
No files found.
assets/OP45/GOBE.meta
deleted
100644 → 0
View file @
1caf95d7
{
"ver": "1.1.2",
"uuid": "674355a7-3385-454b-b6d1-09dad407c648",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}
\ No newline at end of file
assets/OP45/prefab/LoadingLayer/online.meta
deleted
100644 → 0
View file @
1caf95d7
{
"ver": "1.1.2",
"uuid": "9eac03c9-cbb6-4da4-b6f3-6552519d8fb7",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}
\ No newline at end of file
assets/OP45/scene/OP45.js
View file @
68304058
...
...
@@ -578,7 +578,7 @@ cc.Class({
},
showRestartBtn
()
{
return
;
//
return;
const
btn
=
cc
.
find
(
'
Canvas/bg/btnReplay
'
);
btn
.
active
=
true
;
btn
.
off
(
'
click
'
);
...
...
@@ -603,7 +603,7 @@ cc.Class({
},
hideRestartBtn
()
{
return
;
//
return;
console
.
log
(
'
hideRestartBtn
'
);
const
btn
=
cc
.
find
(
'
Canvas/bg/btnReplay
'
);
btn
.
active
=
false
;
...
...
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