Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
middleLayer_for_njstar
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
middleLayer_for_njstar
Commits
b742047a
Commit
b742047a
authored
Aug 10, 2023
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat
parent
949c032a
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
37 deletions
+7
-37
frontjs.meta
assets/middleLayer_for_njstar/frontjs.meta
+0
-12
_FrontJSSDKConfig.js
assets/middleLayer_for_njstar/frontjs/_FrontJSSDKConfig.js
+0
-1
_FrontJSSDKConfig.js.meta
.../middleLayer_for_njstar/frontjs/_FrontJSSDKConfig.js.meta
+0
-9
frontjs.cocos.min.js
assets/middleLayer_for_njstar/frontjs/frontjs.cocos.min.js
+0
-2
frontjs.cocos.min.js.meta
.../middleLayer_for_njstar/frontjs/frontjs.cocos.min.js.meta
+0
-9
middleLayer_for_njstar.fire
.../middleLayer_for_njstar/scene/middleLayer_for_njstar.fire
+3
-3
middleLayer.ts
assets/middleLayer_for_njstar/script/middleLayer.ts
+4
-1
No files found.
assets/middleLayer_for_njstar/frontjs.meta
deleted
100644 → 0
View file @
949c032a
{
"ver": "1.1.2",
"uuid": "04afb6ee-3763-463e-8b91-981f6b7316a6",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}
\ No newline at end of file
assets/middleLayer_for_njstar/frontjs/_FrontJSSDKConfig.js
deleted
100644 → 0
View file @
949c032a
window
.
frontjsConfig
=
{
token
:
"
b1f4ed4782ac64236aacf29c80f76563
"
,
behaviour
:
15
,
captureConsoleLog
:
true
,
FPSThreshold
:
10
}
\ No newline at end of file
assets/middleLayer_for_njstar/frontjs/_FrontJSSDKConfig.js.meta
deleted
100644 → 0
View file @
949c032a
{
"ver": "1.0.8",
"uuid": "46a9ee85-7f41-420f-af27-8f702543d550",
"isPlugin": true,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
assets/middleLayer_for_njstar/frontjs/frontjs.cocos.min.js
deleted
100644 → 0
View file @
949c032a
This diff is collapsed.
Click to expand it.
assets/middleLayer_for_njstar/frontjs/frontjs.cocos.min.js.meta
deleted
100644 → 0
View file @
949c032a
{
"ver": "1.0.8",
"uuid": "f1a5c637-b824-471f-b430-c3b928bffb92",
"isPlugin": true,
"loadPluginInWeb": true,
"loadPluginInNative": true,
"loadPluginInEditor": false,
"subMetas": {}
}
\ No newline at end of file
assets/middleLayer_for_njstar/scene/middleLayer_for_njstar.fire
View file @
b742047a
...
...
@@ -85,7 +85,7 @@
}
],
"_prefab": null,
"_opacity":
255
,
"_opacity":
0
,
"_color": {
"__type__": "cc.Color",
"r": 255,
...
...
@@ -147,7 +147,7 @@
}
],
"_prefab": null,
"_opacity":
255
,
"_opacity":
0
,
"_color": {
"__type__": "cc.Color",
"r": 255,
...
...
@@ -209,7 +209,7 @@
"r": 0,
"g": 0,
"b": 0,
"a":
255
"a":
0
},
"_depth": -1,
"_zoomRatio": 1,
...
...
assets/middleLayer_for_njstar/script/middleLayer.ts
View file @
b742047a
...
...
@@ -67,7 +67,10 @@ export default class NewClass extends middleLayerBase {
setVideoToBottom
()
{
const
video
=
cc
.
find
(
"
Canvas
"
).
getComponentInChildren
(
cc
.
VideoPlayer
);
video
.
stayOnBottom
=
true
;
if
(
video
)
{
cc
.
find
(
"
Canvas/Main Camera
"
).
getComponent
(
cc
.
Camera
).
backgroundColor
=
cc
.
color
(
0
,
0
,
0
,
0
);
video
.
stayOnBottom
=
true
;
}
}
tipsTween
=
null
;
...
...
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