Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TNGD_CaveCruiser
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
TNGD_CaveCruiser
Commits
895aa150
Commit
895aa150
authored
Aug 23, 2024
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GuideLayer
parent
049ec9d0
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
384 additions
and
2255 deletions
+384
-2255
cocos-template-3d.iml
.idea/cocos-template-3d.iml
+1
-0
jsLibraryMappings.xml
.idea/jsLibraryMappings.xml
+1
-0
MainGame.scene
assets/Bundles/MainGame/MainGame.scene
+370
-2202
index.ejs
build-templates/web-mobile/index.ejs
+3
-7
index.html
build/web-mobile/index.html
+9
-41
index.ejs
preview-template/index.ejs
+0
-5
No files found.
.idea/cocos-template-3d.iml
View file @
895aa150
...
...
@@ -18,5 +18,6 @@
<orderEntry
type=
"library"
name=
"luna-data-grid"
level=
"application"
/>
<orderEntry
type=
"library"
name=
"luna-dom-viewer"
level=
"application"
/>
<orderEntry
type=
"library"
name=
"luna-console"
level=
"application"
/>
<orderEntry
type=
"library"
name=
"2403d1edf2acd15b179306b6ddaa5f0967d78a8f"
level=
"application"
/>
</component>
</module>
\ No newline at end of file
.idea/jsLibraryMappings.xml
View file @
895aa150
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"JavaScriptLibraryMappings"
>
<file
url=
"PROJECT"
libraries=
"{2403d1edf2acd15b179306b6ddaa5f0967d78a8f}"
/>
<includedPredefinedLibrary
name=
"Node.js Core"
/>
</component>
</project>
\ No newline at end of file
assets/Bundles/MainGame/MainGame.scene
View file @
895aa150
This diff is collapsed.
Click to expand it.
build-templates/web-mobile/index.ejs
View file @
895aa150
...
...
@@ -33,13 +33,9 @@
<!--<link rel="apple-touch-icon" href=".png" />-->
<!--<link rel="apple-touch-icon-precomposed" href=".png" />-->
<script
src=
"//yun.duiba.com.cn/h5/lib/zepto.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/polaris/declare-process.edbd0793356569c4e3aa91ec7d0aebf5a7bd7364.js"
crossorigin=
"anonymous"
></script>
<script
src=
"//yun.duiba.com.cn/polaris/SVGA.Lite.v2.1.1.d3a67cbc13c591c53c6f87ab34c57ce387010374.js"
crossorigin=
"anonymous"
></script>
<script
src=
"//yun.duiba.com.cn/aurora/assets/2403d1edf2acd15b179306b6ddaa5f0967d78a8f.js"
></script>
<script
src=
"{{__remoteUrl__}}src/assets/plugin/zepto.min.js"
crossorigin=
"anonymous"
></script>
<script
src=
"{{__remoteUrl__}}src/assets/plugin/declare-process.js"
crossorigin=
"anonymous"
></script>
<script
src=
"{{__remoteUrl__}}src/assets/plugin/SVGA.Lite.v2.1.1.js"
crossorigin=
"anonymous"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{__remoteUrl__}}style.css"
/>
...
...
build/web-mobile/index.html
View file @
895aa150
...
...
@@ -3,22 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<title>
合成大唱片
</title>
<script
id=
"monitorjs"
src=
"//yun.duiba.com.cn/woodpecker/sdk/0.0.36/woodpecker_outer.js"
></script>
<script
id=
"registerMonitor"
>
// 烽火台注入前端监控脚本,请勿修改
try
{
woodpecker
.
setConfig
({
projectId
:
"p9aaaf990"
,
developer
:
[
"fa17c4667c62b5ba014f382c0802a462"
],
});
}
catch
(
e
)
{
console
.
error
(
e
);
}
</script>
<title>
Cave Cruiser
</title>
<!--http://www.html5rocks.com/en/mobile/mobifying/-->
<meta
name=
"viewport"
...
...
@@ -48,16 +33,11 @@
<!--<link rel="apple-touch-icon" href=".png" />-->
<!--<link rel="apple-touch-icon-precomposed" href=".png" />-->
<script
src=
"//yun.duiba.com.cn/h5/lib/zepto.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/polaris/declare-process.edbd0793356569c4e3aa91ec7d0aebf5a7bd7364.js"
crossorigin=
"anonymous"
></script>
<script
src=
"//yun.duiba.com.cn/polaris/SVGA.Lite.v2.1.1.d3a67cbc13c591c53c6f87ab34c57ce387010374.js"
crossorigin=
"anonymous"
></script>
<script
src=
"//yun.duiba.com.cn/aurora/assets/2403d1edf2acd15b179306b6ddaa5f0967d78a8f.js"
></script>
<script
src=
"//yun.duiba.com.cn/js-libs/rem/1.1.3/rem.min.js"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/1724394279750/src/assets/plugin/zepto.min.js"
crossorigin=
"anonymous"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/1724394279750/src/assets/plugin/declare-process.js"
crossorigin=
"anonymous"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/1724394279750/src/assets/plugin/SVGA.Lite.v2.1.1.js"
crossorigin=
"anonymous"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172
3796419218
/style.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172
4394279750
/style.css"
/>
<style>
.sui-captcha
{
...
...
@@ -69,18 +49,6 @@
bottom
:
0
;
left
:
0
;
background-color
:
rgba
(
0
,
0
,
0
,
0.7
);
/*.neCaptcha-dialog::after {
position: absolute;
content: '加载中…';
width: 100%;
height: 30px;
top: -40px;
left: 0;
text-align: center;
line-height: 30px;
font-size: 16px;
color: #ffff00;
}*/
}
.neCaptcha-dialog
{
...
...
@@ -112,16 +80,16 @@
</div>
<!-- Polyfills bundle. -->
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172
3796419218
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172
4394279750
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<!-- SystemJS support. -->
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172
3796419218
/src/system.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172
4394279750
/src/system.bundle.js"
charset=
"utf-8"
></script>
<!-- Import map -->
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172
3796419218
/src/import-map.json"
type=
"systemjs-importmap"
charset=
"utf-8"
></script>
<script
src=
"//yun.duiba.com.cn/db_games/ccc_game/template3d/172
4394279750
/src/import-map.json"
type=
"systemjs-importmap"
charset=
"utf-8"
></script>
<script>
System
.
import
(
'//yun.duiba.com.cn/db_games/ccc_game/template3d/172
3796419218
/index.js'
).
catch
(
function
(
err
)
{
System
.
import
(
'//yun.duiba.com.cn/db_games/ccc_game/template3d/172
4394279750
/index.js'
).
catch
(
function
(
err
)
{
console
.
error
(
err
);
})
</script>
...
...
preview-template/index.ejs
View file @
895aa150
...
...
@@ -15,11 +15,6 @@
<meta
name=
"renderer"
content=
"webkit"
/>
<meta
name=
"force-rendering"
content=
"webkit"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
/>
<script
src=
"//yun.duiba.com.cn/polaris/declare-process.edbd0793356569c4e3aa91ec7d0aebf5a7bd7364.js"
crossorigin=
"anonymous"
></script>
<script
src=
"//yun.duiba.com.cn/polaris/SVGA.Lite.v2.1.1.d3a67cbc13c591c53c6f87ab34c57ce387010374.js"
crossorigin=
"anonymous"
></script>
<script
src=
"//yun.duiba.com.cn/aurora/assets/2403d1edf2acd15b179306b6ddaa5f0967d78a8f.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./index.css"
/>
<style>
.sui-captcha
{
...
...
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