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
3b9790e0
Commit
3b9790e0
authored
Dec 06, 2023
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 上报
parent
d8000822
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
680 additions
and
23 deletions
+680
-23
.DS_Store
.DS_Store
+0
-0
JJ_Game_12.meta
assets/JJ_Game_12.meta
+1
-15
util_JJ_Game_12.js
assets/JJ_Game_12/Script/util_JJ_Game_12.js
+2
-3
btn_start.png.meta
assets/JJ_Game_12/Texture/video/btn_start.png.meta
+2
-2
btn_stop.png.meta
assets/JJ_Game_12/Texture/video/btn_stop.png.meta
+2
-2
buildCocos.js
bin/buildCocos.js
+1
-1
yarn.lock
yarn.lock
+672
-0
No files found.
.DS_Store
View file @
3b9790e0
No preview for this file type
assets/JJ_Game_12.meta
View file @
3b9790e0
{
"ver": "1.1.2",
"uuid": "4f557179-a05f-4891-bac0-6a3d0275c8ce",
"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":"4f557179-a05f-4891-bac0-6a3d0275c8ce","isBundle":false,"bundleName":"","priority":1,"compressionType":{},"optimizeHotUpdate":{},"inlineSpriteFrames":{},"isRemoteBundle":{"ios":false,"android":false},"subMetas":{}}
\ No newline at end of file
assets/JJ_Game_12/Script/util_JJ_Game_12.js
View file @
3b9790e0
...
...
@@ -449,9 +449,8 @@ export function onHomeworkFinish() {
const
middleLayer
=
cc
.
find
(
'
middleLayer
'
);
if
(
middleLayer
)
{
const
middleLayerComponent
=
middleLayer
.
getComponent
(
'
middleLayer
'
);
if
(
middleLayerComponent
.
role
==
'
student
'
)
{
middleLayerComponent
.
onHomeworkFinish
(()
=>
{
});
}
middleLayerComponent
.
onHomeworkFinish
(()
=>
{
});
}
else
{
console
.
log
(
'
onHomeworkFinish
'
);
}
...
...
assets/JJ_Game_12/Texture/video/btn_start.png.meta
View file @
3b9790e0
...
...
@@ -7,8 +7,8 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 1
58
,
"height": 1
58
,
"width": 1
40
,
"height": 1
40
,
"platformSettings": {},
"subMetas": {
"btn_start": {
...
...
assets/JJ_Game_12/Texture/video/btn_stop.png.meta
View file @
3b9790e0
...
...
@@ -7,8 +7,8 @@
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 1
58
,
"height": 1
58
,
"width": 1
40
,
"height": 1
40
,
"platformSettings": {},
"subMetas": {
"btn_stop": {
...
...
bin/buildCocos.js
View file @
3b9790e0
...
...
@@ -54,7 +54,7 @@ function execCmd(cmd, params, path) {
let
creatorBasePath
=
'
C:
\\
CocosDashboard_1.0.6
\\
resources
\\
.editors
\\
Creator
\\
2.4.5
\\
CocosCreator.exe
'
;
if
(
process
.
platform
!==
'
win32
'
)
{
creatorBasePath
=
"
/Applications/Cocos
Creator
/Creator/2.4.5/CocosCreator.app/Contents/MacOS/CocosCreator
"
;
creatorBasePath
=
"
/Applications/Cocos/Creator/2.4.5/CocosCreator.app/Contents/MacOS/CocosCreator
"
;
}
const
buildCocos
=
function
(
args
)
{
return
new
Promise
((
resolve
,
reject
)
=>
{
...
...
yarn.lock
0 → 100644
View file @
3b9790e0
This diff is collapsed.
Click to expand it.
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