Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cc_mz_link_write_03
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
cc_mz_link_write_03
Commits
718d3a77
Commit
718d3a77
authored
Mar 24, 2022
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 去掉debug
parent
c52fc96b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
4 deletions
+16
-4
.DS_Store
.DS_Store
+0
-0
cc_mz_link_write_03.meta
assets/cc_mz_link_write_03.meta
+15
-1
cc_mz_link_write_03.js
assets/cc_mz_link_write_03/scene/cc_mz_link_write_03.js
+1
-3
.DS_Store
publish/.DS_Store
+0
-0
No files found.
.DS_Store
View file @
718d3a77
No preview for this file type
assets/cc_mz_link_write_03.meta
View file @
718d3a77
{"ver":"1.1.2","uuid":"a57ce09d-39f7-4799-a8a5-2225821f089e","isBundle":false,"bundleName":"","priority":1,"compressionType":{},"optimizeHotUpdate":{},"inlineSpriteFrames":{},"isRemoteBundle":{"ios":false,"android":false},"subMetas":{}}
\ No newline at end of file
{
"ver": "1.1.2",
"uuid": "a57ce09d-39f7-4799-a8a5-2225821f089e",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {
"ios": false,
"android": false
},
"subMetas": {}
}
\ No newline at end of file
assets/cc_mz_link_write_03/scene/cc_mz_link_write_03.js
View file @
718d3a77
...
...
@@ -467,7 +467,7 @@ cc.Class({
initView
()
{
//
this.initBg();
this
.
initBg
();
this
.
initHotZone
();
this
.
initDebugLayer
();
...
...
@@ -528,8 +528,6 @@ cc.Class({
cat
.
parent
.
zIndex
=
10
;
this
.
cat
=
cat
;
cat
.
x
-=
this
.
canvas
.
width
/
2
;
this
.
canTouch
=
false
;
this
.
playCatAudio
(
this
.
data
.
begin_audio_url
,
()
=>
{
this
.
canTouch
=
true
;
...
...
publish/.DS_Store
View file @
718d3a77
No preview for this file type
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