Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
JJ_Game_12
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
JJ_Game_12
Commits
04743f1e
Commit
04743f1e
authored
Dec 11, 2023
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 倍速测试
parent
97bbb812
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
.DS_Store
.DS_Store
+0
-0
JJ_Game_12.js
assets/JJ_Game_12/Scene/JJ_Game_12.js
+6
-2
project.json
project.json
+2
-1
No files found.
.DS_Store
View file @
04743f1e
No preview for this file type
assets/JJ_Game_12/Scene/JJ_Game_12.js
View file @
04743f1e
...
...
@@ -352,8 +352,8 @@ cc.Class({
"
name
"
:
"
niao_tex.png
"
}
},
"
video_url
"
:
data
.
contentObj
.
video_url
,
"
article
"
:
data
.
contentObj
.
article
,
"
video_url
"
:
data
.
contentObj
?
data
.
contentObj
.
video_url
:
data
.
video_url
,
"
article
"
:
data
.
contentObj
?
data
.
contentObj
.
article
:
data
.
article
,
"
audioName
"
:
""
}
},
...
...
@@ -475,6 +475,10 @@ cc.Class({
this
.
videoPlayer
.
stayOnBottom
=
false
;
cc
.
find
(
`Canvas/Controls`
).
active
=
false
;
},
3000
);
if
(
this
.
videoPlayer
.
modifyVideoSpeed
)
{
this
.
videoPlayer
.
modifyVideoSpeed
(
2
);
}
},
exitFullScreen
()
{
...
...
project.json
View file @
04743f1e
...
...
@@ -3,5 +3,6 @@
"packages"
:
"packages"
,
"version"
:
"2.4.5"
,
"id"
:
"bec4fbe6-e8c3-4ec8-8062-ecc191fc2e19"
,
"isNew"
:
false
"isNew"
:
false
,
"description"
:
""
}
\ No newline at end of file
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