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
30de709d
Commit
30de709d
authored
Sep 10, 2024
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上传
parent
200dd13c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
MainGame.ts
assets/Scripts/Scenes/MainGame/MainGame.ts
+1
-1
index.html
build/web-mobile/index.html
+9
-9
No files found.
assets/Scripts/Scenes/MainGame/MainGame.ts
View file @
30de709d
...
@@ -351,7 +351,7 @@ export class MainGame extends Scene {
...
@@ -351,7 +351,7 @@ export class MainGame extends Scene {
}
}
updateScore
()
{
updateScore
()
{
this
.
score
=
~~
(
this
.
maxZ
*
1
1
15
)
+
this
.
propScore
;
this
.
score
=
~~
(
this
.
maxZ
*
1
0
15
)
+
this
.
propScore
;
if
(
this
.
score
>
9999
){
if
(
this
.
score
>
9999
){
this
.
score
=
9999
;
this
.
score
=
9999
;
...
...
build/web-mobile/index.html
View file @
30de709d
...
@@ -33,12 +33,12 @@
...
@@ -33,12 +33,12 @@
<!--<link rel="apple-touch-icon" href=".png" />-->
<!--<link rel="apple-touch-icon" href=".png" />-->
<!--<link rel="apple-touch-icon-precomposed" href=".png" />-->
<!--<link rel="apple-touch-icon-precomposed" href=".png" />-->
<script
src=
"//duiba-credits-test.oss-cn-hangzhou.aliyuncs.com/TNGD_GAMES/Cave_Cruiser/17259
56676556
/src/assets/plugin/zepto.min.js"
></script>
<script
src=
"//duiba-credits-test.oss-cn-hangzhou.aliyuncs.com/TNGD_GAMES/Cave_Cruiser/17259
71510457
/src/assets/plugin/zepto.min.js"
></script>
<script
src=
"//duiba-credits-test.oss-cn-hangzhou.aliyuncs.com/TNGD_GAMES/Cave_Cruiser/17259
56676556
/src/assets/plugin/declare-process.js"
></script>
<script
src=
"//duiba-credits-test.oss-cn-hangzhou.aliyuncs.com/TNGD_GAMES/Cave_Cruiser/17259
71510457
/src/assets/plugin/declare-process.js"
></script>
<script
src=
"//duiba-credits-test.oss-cn-hangzhou.aliyuncs.com/TNGD_GAMES/Cave_Cruiser/17259
56676556
/src/assets/plugin/SVGA.Lite.v2.1.1.js"
></script>
<script
src=
"//duiba-credits-test.oss-cn-hangzhou.aliyuncs.com/TNGD_GAMES/Cave_Cruiser/17259
71510457
/src/assets/plugin/SVGA.Lite.v2.1.1.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"//duiba-credits-test.oss-cn-hangzhou.aliyuncs.com/TNGD_GAMES/Cave_Cruiser/17259
56676556
/style.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"//duiba-credits-test.oss-cn-hangzhou.aliyuncs.com/TNGD_GAMES/Cave_Cruiser/17259
71510457
/style.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"//duiba-credits-test.oss-cn-hangzhou.aliyuncs.com/TNGD_GAMES/Cave_Cruiser/17259
56676556
/custom.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"//duiba-credits-test.oss-cn-hangzhou.aliyuncs.com/TNGD_GAMES/Cave_Cruiser/17259
71510457
/custom.css"
/>
<script
type=
"text/javascript"
src=
"https://appx/web-view.min.js"
></script>
<script
type=
"text/javascript"
src=
"https://appx/web-view.min.js"
></script>
...
@@ -51,16 +51,16 @@
...
@@ -51,16 +51,16 @@
</div>
</div>
<!-- Polyfills bundle. -->
<!-- Polyfills bundle. -->
<script
src=
"//duiba-credits-test.oss-cn-hangzhou.aliyuncs.com/TNGD_GAMES/Cave_Cruiser/17259
56676556
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//duiba-credits-test.oss-cn-hangzhou.aliyuncs.com/TNGD_GAMES/Cave_Cruiser/17259
71510457
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<!-- SystemJS support. -->
<!-- SystemJS support. -->
<script
src=
"//duiba-credits-test.oss-cn-hangzhou.aliyuncs.com/TNGD_GAMES/Cave_Cruiser/17259
56676556
/src/system.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//duiba-credits-test.oss-cn-hangzhou.aliyuncs.com/TNGD_GAMES/Cave_Cruiser/17259
71510457
/src/system.bundle.js"
charset=
"utf-8"
></script>
<!-- Import map -->
<!-- Import map -->
<script
src=
"//duiba-credits-test.oss-cn-hangzhou.aliyuncs.com/TNGD_GAMES/Cave_Cruiser/17259
56676556
/src/import-map.json"
type=
"systemjs-importmap"
charset=
"utf-8"
></script>
<script
src=
"//duiba-credits-test.oss-cn-hangzhou.aliyuncs.com/TNGD_GAMES/Cave_Cruiser/17259
71510457
/src/import-map.json"
type=
"systemjs-importmap"
charset=
"utf-8"
></script>
<script>
<script>
System
.
import
(
'//duiba-credits-test.oss-cn-hangzhou.aliyuncs.com/TNGD_GAMES/Cave_Cruiser/17259
56676556
/index.js'
).
catch
(
function
(
err
)
{
System
.
import
(
'//duiba-credits-test.oss-cn-hangzhou.aliyuncs.com/TNGD_GAMES/Cave_Cruiser/17259
71510457
/index.js'
).
catch
(
function
(
err
)
{
console
.
error
(
err
);
console
.
error
(
err
);
})
})
</script>
</script>
...
...
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