Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
ns_video_map
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
ns_video_map
Commits
7f8b9d0a
Commit
7f8b9d0a
authored
May 07, 2022
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 删除小红帽视频
parent
582324f8
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
45 additions
and
13 deletions
+45
-13
ns_video_map.fire
assets/ns_video_map/scene/ns_video_map.fire
+1
-3
ns_video_map.ts
assets/ns_video_map/scene/ns_video_map.ts
+4
-3
defaultData.ts
assets/ns_video_map/script/defaultData.ts
+1
-1
xiao_hong_mao.mp4
assets/ns_video_map/video/xiao_hong_mao.mp4
+0
-0
xiao_hong_mao.mp4.meta
assets/ns_video_map/video/xiao_hong_mao.mp4.meta
+0
-5
project.json
settings/project.json
+39
-1
No files found.
assets/ns_video_map/scene/ns_video_map.fire
View file @
7f8b9d0a
...
@@ -551,9 +551,7 @@
...
@@ -551,9 +551,7 @@
"_enabled": true,
"_enabled": true,
"_resourceType": 1,
"_resourceType": 1,
"_remoteURL": "",
"_remoteURL": "",
"_clip": {
"_clip": null,
"__uuid__": "1df20370-4066-4fff-8085-efb8895be5af"
},
"_volume": 1,
"_volume": 1,
"_mute": false,
"_mute": false,
"_isFullscreen": false,
"_isFullscreen": false,
...
...
assets/ns_video_map/scene/ns_video_map.ts
View file @
7f8b9d0a
...
@@ -117,9 +117,10 @@ export default class SceneComponent extends MyCocosSceneComponent {
...
@@ -117,9 +117,10 @@ export default class SceneComponent extends MyCocosSceneComponent {
if
(
this
.
data
.
video_url
)
{
if
(
this
.
data
.
video_url
)
{
this
.
initVideoRemote
();
this
.
initVideoRemote
();
}
else
{
}
this
.
initVideoLocal
();
// else {
}
// this.initVideoLocal();
// }
this
.
video
.
node
.
on
(
'
completed
'
,
()
=>
{
this
.
video
.
node
.
on
(
'
completed
'
,
()
=>
{
...
...
assets/ns_video_map/script/defaultData.ts
View file @
7f8b9d0a
export
const
defaultData
=
{
"
video_url
"
:
"
http://staging-teach.cdn.ireadabc.com/31581cee2192077e91982eeb59d5ea5e.mp4
"
,
"
isJump
"
:
"
0
"
}
export
const
defaultData
=
{
"
video_url
"
:
"
http://staging-teach.cdn.ireadabc.com/38afe95659d05291aef83ceb36cb086d.mp4
"
,
"
isJump
"
:
"
1
"
}
\ No newline at end of file
\ No newline at end of file
assets/ns_video_map/video/xiao_hong_mao.mp4
deleted
100644 → 0
View file @
582324f8
File deleted
assets/ns_video_map/video/xiao_hong_mao.mp4.meta
deleted
100644 → 0
View file @
582324f8
{
"ver": "1.0.1",
"uuid": "1df20370-4066-4fff-8085-efb8895be5af",
"subMetas": {}
}
\ No newline at end of file
settings/project.json
View file @
7f8b9d0a
...
@@ -2,5 +2,43 @@
...
@@ -2,5 +2,43 @@
"last-module-event-record-time"
:
1600677246969
,
"last-module-event-record-time"
:
1600677246969
,
"migrate-history"
:
[
"migrate-history"
:
[
"cloud-function"
"cloud-function"
]
],
"group-list"
:
[
"default"
],
"collision-matrix"
:
[
[
true
]
],
"excluded-modules"
:
[
"3D"
,
"3D Primitive"
,
"3D Physics/cannon.js"
,
"3D Physics/Builtin"
,
"3D Particle"
],
"preview-port"
:
7456
,
"design-resolution-width"
:
960
,
"design-resolution-height"
:
640
,
"fit-width"
:
false
,
"fit-height"
:
true
,
"use-project-simulator-setting"
:
false
,
"simulator-orientation"
:
false
,
"use-customize-simulator"
:
true
,
"simulator-resolution"
:
{
"width"
:
960
,
"height"
:
640
},
"clear-simulator-cache"
:
true
,
"facebook"
:
{
"enable"
:
false
,
"appID"
:
""
,
"live"
:
{
"enable"
:
false
},
"audience"
:
{
"enable"
:
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