Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MingSnake_241120
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
SparkProjects
MingSnake_241120
Commits
63316b65
Commit
63316b65
authored
Dec 17, 2024
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
27a0640b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
24 additions
and
24 deletions
+24
-24
Snake.ts
assets/Scripts/Scenes/MainGame/Snake.ts
+1
-1
index.html
build/web-mobile/index.html
+12
-12
builder.json
profiles/v2/packages/builder.json
+7
-7
duiba-publish.json
profiles/v2/packages/duiba-publish.json
+2
-2
web-mobile.json
profiles/v2/packages/web-mobile.json
+2
-2
No files found.
assets/Scripts/Scenes/MainGame/Snake.ts
View file @
63316b65
...
...
@@ -230,7 +230,7 @@ export class Snake extends Component {
}
const
skin
=
skinCache
[
skinName
];
console
.
log
(
`skinName123123:
${
skinName
}
`
,
skin
);
console
.
log
(
`skinName123123:
${
skinName
}
`
,
!!
skin
);
this
.
imgHead
=
skin
.
getSpriteFrame
(
"head"
);
...
...
build/web-mobile/index.html
View file @
63316b65
...
...
@@ -98,14 +98,14 @@
</style>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
452713
/src/assets/plugin/zepto.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
452713
/src/assets/plugin/declare-process.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
452713
/src/assets/plugin/SVGA.Lite.v2.1.1.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
452713
/src/assets/plugin/jszip.min.v3.10.1.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
452713
/src/assets/plugin/rem.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
628494
/src/assets/plugin/zepto.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
628494
/src/assets/plugin/declare-process.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
628494
/src/assets/plugin/SVGA.Lite.v2.1.1.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
628494
/src/assets/plugin/jszip.min.v3.10.1.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
628494
/src/assets/plugin/rem.min.js"
></script>
<script
src=
"//res.wx.qq.com/open/js/jweixin-1.6.0.js"
></script>
<!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
452713
/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
452713
/custom.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
628494
/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
628494
/custom.css" />-->
<!-- <script src="//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/libs/eruda.min.js"></script>-->
<!-- <script>eruda.init()</script>-->
...
...
@@ -118,20 +118,20 @@
</div>
<!-- Polyfills bundle. -->
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
452713
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
628494
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<!-- SystemJS support. -->
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
452713
/src/system.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
628494
/src/system.bundle.js"
charset=
"utf-8"
></script>
<!-- Import map -->
<!--<script src="https://yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
452713
/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<!--<script src="https://yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
628494
/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<script
type=
"systemjs-importmap"
charset=
"utf-8"
>
{
"imports"
:{
"cc"
:
"//yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
452713
/cocos-js/cc.js"
}}
{
"imports"
:{
"cc"
:
"//yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
628494
/cocos-js/cc.js"
}}
</script>
<script>
System
.
import
(
'//yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
452713
/index.js'
).
catch
(
function
(
err
)
{
System
.
import
(
'//yun.duiba.com.cn/db_games/ccc_game/template3d/1734427
628494
/index.js'
).
catch
(
function
(
err
)
{
console
.
error
(
err
);
})
</script>
...
...
profiles/v2/packages/builder.json
View file @
63316b65
...
...
@@ -34,8 +34,8 @@
}
],
"useSplashScreen"
:
false
,
"debug"
:
tru
e
,
"sourceMaps"
:
"inline"
"debug"
:
fals
e
,
"sourceMaps"
:
false
},
"BuildTaskManager"
:
{
"taskMap"
:
{
...
...
@@ -45,17 +45,17 @@
"progress"
:
1
,
"state"
:
"success"
,
"stage"
:
"build"
,
"message"
:
"2024-12-17 17:2
5:23 build success in 1 min 20
s!"
,
"detailMessage"
:
"
builder:build-project-total (80497ms)
\r
"
,
"message"
:
"2024-12-17 17:2
7:49 build success in 41
s!"
,
"detailMessage"
:
"
Asset DB is resume!
\r
"
,
"options"
:
{
"name"
:
"cocos-template-3d"
,
"server"
:
""
,
"platform"
:
"web-mobile"
,
"buildPath"
:
"project://build"
,
"debug"
:
tru
e
,
"debug"
:
fals
e
,
"md5Cache"
:
false
,
"skipCompressTexture"
:
false
,
"sourceMaps"
:
"inline"
,
"sourceMaps"
:
false
,
"overwriteProjectSettings"
:
{
"includeModules"
:
{
"gfx-webgl2"
:
"inherit-project-setting"
,
...
...
@@ -109,7 +109,7 @@
"__version__"
:
"1.3.8"
,
"logDest"
:
"project://temp/builder/log/web-mobile2024-11-6 15-39.log"
},
"time"
:
"2024-12-17 17:2
4:02
"
,
"time"
:
"2024-12-17 17:2
7:07
"
,
"dirty"
:
false
}
}
...
...
profiles/v2/packages/duiba-publish.json
View file @
63316b65
...
...
@@ -11,7 +11,7 @@
"accessKeySecret"
:
"6sk3EDd1BYrXlAUoh8maMuN7hOMkh1"
,
"__version__"
:
"1.0.0"
,
"useZip"
:
true
,
"useJsEncryption"
:
tru
e
"useJsEncryption"
:
fals
e
}
},
"taskOptionsMap"
:
{
...
...
@@ -24,7 +24,7 @@
"accessKeySecret"
:
"6sk3EDd1BYrXlAUoh8maMuN7hOMkh1"
,
"__version__"
:
"1.0.0"
,
"useZip"
:
true
,
"useJsEncryption"
:
tru
e
"useJsEncryption"
:
fals
e
},
"1730878748609}"
:
{
"uploadDir"
:
"db_games/ccc_game/template3d"
,
...
...
profiles/v2/packages/web-mobile.json
View file @
63316b65
...
...
@@ -32,8 +32,8 @@
}
],
"useSplashScreen"
:
false
,
"debug"
:
tru
e
,
"sourceMaps"
:
"inline"
"debug"
:
fals
e
,
"sourceMaps"
:
false
},
"taskOptionsMap"
:
{
"1730878748609"
:
{
...
...
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