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
030d44a4
Commit
030d44a4
authored
Sep 24, 2024
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上传
parent
43263512
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
267 additions
and
162 deletions
+267
-162
index.html
build/tngdTest/index.html
+76
-11
ossInfo.txt
ossInfo.txt
+40
-0
packages.json
profiles/v2/editor/packages.json
+1
-1
builder.json
profiles/v2/packages/builder.json
+7
-7
reference-image.json
profiles/v2/packages/reference-image.json
+1
-1
scene.json
profiles/v2/packages/scene.json
+142
-142
No files found.
build/tngdTest/index.html
View file @
030d44a4
...
...
@@ -33,15 +33,80 @@
<!--<link rel="apple-touch-icon" href=".png" />-->
<!--<link rel="apple-touch-icon-precomposed" href=".png" />-->
<script
src=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727146301638/src/assets/plugin/zepto.min.js"
></script>
<script
src=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727146301638/src/assets/plugin/declare-process.js"
></script>
<script
src=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727146301638/src/assets/plugin/SVGA.Lite.v2.1.1.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727146301638/style.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727146301638/custom.css"
/>
<style>
html
{
-ms-touch-action
:
none
;
}
body
,
canvas
,
div
{
display
:
block
;
outline
:
none
;
-webkit-tap-highlight-color
:
rgba
(
0
,
0
,
0
,
0
);
user-select
:
none
;
-moz-user-select
:
none
;
-webkit-user-select
:
none
;
-ms-user-select
:
none
;
-khtml-user-select
:
none
;
-webkit-tap-highlight-color
:
rgba
(
0
,
0
,
0
,
0
);
}
/* Remove spin of input type number */
input
::-webkit-outer-spin-button
,
input
::-webkit-inner-spin-button
{
/*
display
:
none
;
<-
Crashes
Chrome
on
hover
*/
-webkit-appearance
:
none
;
margin
:
0
;
/*
<--
Apparently
some
margin
are
still
there
even
though
it's
hidden
*/
}
body
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
padding
:
0
;
border
:
0
;
margin
:
0
;
cursor
:
default
;
color
:
#888
;
background-color
:
white
;
text-align
:
center
;
font-family
:
Helvetica
,
Verdana
,
Arial
,
sans-serif
;
display
:
flex
;
flex-direction
:
column
;
}
canvas
{
background-color
:
rgba
(
0
,
0
,
0
,
0
);
}
#GameDiv
,
#Cocos3dGameContainer
,
#GameCanvas
{
width
:
100%
;
height
:
100%
;
}
:root
{
--safe-top
:
env
(
safe-area-inset-top
);
--safe-right
:
env
(
safe-area-inset-right
);
--safe-bottom
:
env
(
safe-area-inset-bottom
);
--safe-left
:
env
(
safe-area-inset-left
);
}
</style>
<script
src=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727162339275/src/assets/plugin/zepto.min.js"
></script>
<script
src=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727162339275/src/assets/plugin/declare-process.js"
></script>
<script
src=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727162339275/src/assets/plugin/SVGA.Lite.v2.1.1.js"
></script>
<script
type=
"text/javascript"
src=
"https://appx/web-view.min.js"
></script>
<!-- <link rel="stylesheet" type="text/css" href="//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727162339275/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/1727162339275/custom.css" />-->
<script
src=
"//yun-duiba-credits-test.duibatest.com.cn/TNGD_GAMES/libs/eruda.min.js"
></script>
<script>
eruda
.
init
()
</script>
</head>
...
...
@@ -53,20 +118,20 @@
</div>
<!-- Polyfills bundle. -->
<script
src=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/17271
46301638
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/17271
62339275
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<!-- SystemJS support. -->
<script
src=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/17271
46301638
/src/system.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/17271
62339275
/src/system.bundle.js"
charset=
"utf-8"
></script>
<!-- Import map -->
<!--<script src="https://gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/17271
46301638
/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<!--<script src="https://gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/17271
62339275
/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<script
type=
"systemjs-importmap"
charset=
"utf-8"
>
{
"imports"
:{
"cc"
:
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/17271
46301638
/cocos-js/cc.js"
}}
{
"imports"
:{
"cc"
:
"//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/17271
62339275
/cocos-js/cc.js"
}}
</script>
<script>
System
.
import
(
'//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/17271
46301638
/index.js'
).
catch
(
function
(
err
)
{
System
.
import
(
'//gamification-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/17271
62339275
/index.js'
).
catch
(
function
(
err
)
{
console
.
error
(
err
);
})
</script>
...
...
ossInfo.txt
0 → 100644
View file @
030d44a4
兑吧测试环境
AccessKey ID
LTAI5tFiyBroYqzgu6d6E3Sz
AccessKey Secret
aEpPaVnxnicK6iwzcJTUpzGhCghSt0
域名
//yun-duiba-credits-test.duibatest.com.cn
region
oss-cn-hangzhou
bucket
duiba-credits-test
TNGD测试环境
AccessKey ID
LTAI5tApBGwYWaj6zLmKUaTJ
AccessKey Secret
W3OvCDpbE3ywMaQnTNWzySnhPRK1We
域名
//gamification-sbx.tngdigital.com.my
region
oss-ap-southeast-3
bucket
sbx-gamification-tngd
TNGD_GAMES/Cave_Cruiser
profiles/v2/editor/packages.json
View file @
030d44a4
...
...
@@ -9,7 +9,7 @@
"8"
:
{
"3
\\
extension"
:
{
"name"
:
"extension"
,
"time"
:
17271
57396945
"time"
:
17271
64844424
}
}
}
...
...
profiles/v2/packages/builder.json
View file @
030d44a4
...
...
@@ -144,8 +144,8 @@
"progress"
:
1
,
"state"
:
"success"
,
"stage"
:
"build"
,
"message"
:
"2024-9-24 1
0:52:09 build success in 28
s!"
,
"detailMessage"
:
"
%c兑吧发布插件 >> 版本号:1727146301638
\r
color: green
\r
"
,
"message"
:
"2024-9-24 1
5:19:28 build success in 29
s!"
,
"detailMessage"
:
"
builder:build-project-total (29408ms)
\r
"
,
"options"
:
{
"name"
:
"cocos-template-3d"
,
"server"
:
""
,
...
...
@@ -193,14 +193,14 @@
"bundle"
:
"db://assets/Bundles/MainGame"
},
{
"url"
:
"db://assets/
resourc
es/GuideScene/GuideScene.scene"
,
"url"
:
"db://assets/
Bundl
es/GuideScene/GuideScene.scene"
,
"uuid"
:
"5d6e4c61-d0d4-48df-a049-e0eb6fcaa065"
,
"bundle"
:
"db://assets/
resources
"
"bundle"
:
"db://assets/
Bundles/GuideScene
"
},
{
"url"
:
"db://assets/
resourc
es/HomeScene/HomeScene.scene"
,
"url"
:
"db://assets/
Bundl
es/HomeScene/HomeScene.scene"
,
"uuid"
:
"04224ebd-adcd-4112-8010-da14ed5ea48a"
,
"bundle"
:
"db://assets/
resources
"
"bundle"
:
"db://assets/
Bundles/HomeScene
"
}
],
"wasmCompressionMode"
:
false
,
...
...
@@ -209,7 +209,7 @@
"buildMode"
:
"normal"
,
"logDest"
:
"project://temp/builder/log/web-mobile1-15-2024 18-54.log"
},
"time"
:
"2024-9-24 1
0:51:41
"
,
"time"
:
"2024-9-24 1
5:18:58
"
,
"dirty"
:
false
}
}
...
...
profiles/v2/packages/reference-image.json
View file @
030d44a4
...
...
@@ -3,7 +3,7 @@
"config"
:
{
"images"
:
[],
"sceneUUID"
:
{},
"scene"
:
"
1ce93d96-f621-4162-9f51-fbfb066ca23
8"
"scene"
:
"
53947ca7-3484-4b53-800d-509405063d6
8"
},
"show"
:
false
}
profiles/v2/packages/scene.json
View file @
030d44a4
...
...
@@ -40,31 +40,6 @@
"snapThreshold"
:
4
},
"camera-infos"
:
{
"3ec780aa-f157-4315-91e0-b3f39d267ba7"
:
{
"position"
:
{
"x"
:
469.69873788876293
,
"y"
:
872.7388225742915
,
"z"
:
5000
},
"rotation"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
},
"viewCenter"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
},
"contentRect"
:
{
"x"
:
-430.7038045219728
,
"y"
:
17.196193308574617
,
"width"
:
393.4
,
"height"
:
373.79999999999995
},
"scale"
:
0.21845784605778196
},
"0c6b5ef1-9277-4cc2-a672-72a0c12cf3fe"
:
{
"position"
:
{
"x"
:
375.0000000000002
,
...
...
@@ -415,31 +390,6 @@
},
"scale"
:
0.29454670403795086
},
"7cae554b-bec7-45e7-a1d4-ec5e84e5688c"
:
{
"position"
:
{
"x"
:
162.55711399377344
,
"y"
:
899.3837067591776
,
"z"
:
5000
},
"rotation"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
},
"viewCenter"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
},
"contentRect"
:
{
"x"
:
-106.30949500919448
,
"y"
:
317.1978760647512
,
"width"
:
261.2068965517241
,
"height"
:
565.6
},
"scale"
:
0.4857555527634166
},
"955d8229-afe9-4d74-8e2c-428f69d05df3"
:
{
"position"
:
{
"x"
:
487.28425767055467
,
...
...
@@ -515,31 +465,6 @@
},
"scale"
:
0.9510869565217391
},
"a4b435de-dc7c-4f0b-b968-e01f517eb7f6"
:
{
"position"
:
{
"x"
:
423.6450247164453
,
"y"
:
924.5584882857002
,
"z"
:
5000
},
"rotation"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
},
"viewCenter"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
},
"contentRect"
:
{
"x"
:
197.46376694345642
,
"y"
:
434.80067145458844
,
"width"
:
199.7844827586207
,
"height"
:
432.6
},
"scale"
:
0.5631354733335618
},
"73031d92-e1ac-4959-9c64-dbb10a55a387"
:
{
"position"
:
{
"x"
:
375
,
...
...
@@ -1065,10 +990,10 @@
},
"scale"
:
0.06465517241379311
},
"
d883a7e9-a688-4db6-ae42-8fb1f7652695
"
:
{
"
a4b435de-dc7c-4f0b-b968-e01f517eb7f6
"
:
{
"position"
:
{
"x"
:
3
83.2758620689655
,
"y"
:
900.5909310344828
,
"x"
:
3
74.84957570450604
,
"y"
:
818.9000760251812
,
"z"
:
5000
},
"rotation"
:
{
...
...
@@ -1083,17 +1008,17 @@
"z"
:
0
},
"contentRect"
:
{
"x"
:
143.27586206896555
,
"y"
:
875.0909310344828
,
"width"
:
487.20000000000005
,
"height"
:
51.76500000000001
"x"
:
-76.19641949165928
,
"y"
:
197.38000390448101
,
"width"
:
199.7844827586207
,
"height"
:
432.6
},
"scale"
:
1.0150000000000001
"scale"
:
0.5631354733335618
},
"
1ce93d96-f621-4162-9f51-fbfb066ca238
"
:
{
"
d883a7e9-a688-4db6-ae42-8fb1f7652695
"
:
{
"position"
:
{
"x"
:
395.5783529759946
,
"y"
:
794.5546336899308
,
"x"
:
210
,
"y"
:
1120.953
,
"z"
:
5000
},
"rotation"
:
{
...
...
@@ -1108,17 +1033,17 @@
"z"
:
0
},
"contentRect"
:
{
"x"
:
1
67.9168121519228
,
"y"
:
301.5915106255407
6
,
"width"
:
1
93.9655172413793
,
"height"
:
420
"x"
:
1
91.28935064935064
,
"y"
:
1118.964993506493
6
,
"width"
:
1
66.53672960069434
,
"height"
:
377.3
},
"scale"
:
0.42599535375908865
"scale"
:
13.019323671497578
},
"0
fe5b446-0dca-460d-99f1-cf13098f7777
"
:
{
"0
63b0464-e893-46fd-95f9-73a41f19fd25
"
:
{
"position"
:
{
"x"
:
375
,
"y"
:
811.9999999999999
,
"x"
:
493.8467111771627
,
"y"
:
1007.5273238531296
,
"z"
:
5000
},
"rotation"
:
{
...
...
@@ -1133,17 +1058,17 @@
"z"
:
0
},
"contentRect"
:
{
"x"
:
0
,
"y"
:
0
,
"width"
:
223.38362068965523
,
"height"
:
4
83.70000000000005
"x"
:
49.84671117716232
,
"y"
:
657.5273238531294
,
"width"
:
621.6
,
"height"
:
4
90
},
"scale"
:
0.
29784482758620695
"scale"
:
0.
6999999999999994
},
"b6ce0806-8608-4249-a153-720d6ed0bd0f"
:
{
"position"
:
{
"x"
:
382.952593379419
2
,
"y"
:
925.349542645967
1
,
"x"
:
382.952593379419
17
,
"y"
:
925.349542645967
2
,
"z"
:
5000
},
"rotation"
:
{
...
...
@@ -1158,17 +1083,17 @@
"z"
:
0
},
"contentRect"
:
{
"x"
:
1
55.29105255534776
,
"y"
:
4
32.3864195815776
,
"x"
:
1
43.74514866439998
,
"y"
:
4
07.3856890230455
,
"width"
:
248.59913793103445
,
"height"
:
538.3
},
"scale"
:
0.5459840450678992
},
"
063b0464-e893-46fd-95f9-73a41f19fd25
"
:
{
"
7cae554b-bec7-45e7-a1d4-ec5e84e5688c
"
:
{
"position"
:
{
"x"
:
319.7795634959642
,
"y"
:
707.3014250986449
,
"x"
:
-208.40426915257893
,
"y"
:
977.2006247232842
,
"z"
:
5000
},
"rotation"
:
{
...
...
@@ -1183,17 +1108,17 @@
"z"
:
0
},
"contentRect"
:
{
"x"
:
-
24.82994300314622
,
"y"
:
534.9966718490897
,
"width"
:
621.6
,
"height"
:
490
"x"
:
-
464.29340569129465
,
"y"
:
423.1153477381185
,
"width"
:
261.2068965517241
,
"height"
:
565.6
},
"scale"
:
0.
3046926971536435
"scale"
:
0.
4857555527634166
},
"
04224ebd-adcd-4112-8010-da14ed5ea48a
"
:
{
"
53947ca7-3484-4b53-800d-509405063d68
"
:
{
"position"
:
{
"x"
:
150
,
"y"
:
75
,
"x"
:
439.5526798051103
,
"y"
:
1103.4339684823917
,
"z"
:
5000
},
"rotation"
:
{
...
...
@@ -1208,17 +1133,42 @@
"z"
:
0
},
"contentRect"
:
{
"x"
:
-41.424474279152555
,
"y"
:
534.3325755504986
,
"width"
:
408.8
,
"height"
:
483.7
},
"scale"
:
0.4249682095382663
},
"04224ebd-adcd-4112-8010-da14ed5ea48a"
:
{
"position"
:
{
"x"
:
375
,
"y"
:
811.9999999999999
,
"z"
:
5000
},
"rotation"
:
{
"x"
:
0
,
"y"
:
0
,
"width"
:
210
,
"height"
:
105
"z"
:
0
,
"w"
:
1
},
"viewCenter"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
},
"contentRect"
:
{
"x"
:
-76.94805194805188
,
"y"
:
586.0259740259739
,
"width"
:
174.2456896551724
,
"height"
:
377.3
},
"scale"
:
0.
7
"scale"
:
0.
23232758620689656
},
"
5d6e4c61-d0d4-48df-a049-e0eb6fcaa065
"
:
{
"
0fe5b446-0dca-460d-99f1-cf13098f7777
"
:
{
"position"
:
{
"x"
:
3
07
,
"y"
:
269.49999999999994
,
"x"
:
3
75
,
"y"
:
811.9999999999999
,
"z"
:
5000
},
"rotation"
:
{
...
...
@@ -1233,17 +1183,42 @@
"z"
:
0
},
"contentRect"
:
{
"x"
:
-346.51664254703314
,
"y"
:
178.61649782923303
,
"width"
:
223.38362068965523
,
"height"
:
483.70000000000005
},
"scale"
:
0.29784482758620695
},
"55ac4e22-a145-4a46-92f1-a45afa1b8f08"
:
{
"position"
:
{
"x"
:
394.23799999999983
,
"y"
:
811.9999999999998
,
"z"
:
5000
},
"rotation"
:
{
"x"
:
0
,
"y"
:
0
,
"width"
:
429.8
,
"z"
:
0
,
"w"
:
1
},
"viewCenter"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
},
"contentRect"
:
{
"x"
:
-86.51339146567734
,
"y"
:
-228.98701298701303
,
"width"
:
258.7023431034483
,
"height"
:
377.3
},
"scale"
:
0.
7000000000000001
"scale"
:
0.
23232758620689659
},
"5
3947ca7-3484-4b53-800d-509405063d68
"
:
{
"5
d6e4c61-d0d4-48df-a049-e0eb6fcaa065
"
:
{
"position"
:
{
"x"
:
4
58.95410757439777
,
"y"
:
735.3823839343986
,
"x"
:
4
16.7813346708973
,
"y"
:
819.2420141070714
,
"z"
:
5000
},
"rotation"
:
{
...
...
@@ -1258,17 +1233,17 @@
"z"
:
0
},
"contentRect"
:
{
"x"
:
-374.6726986234504
,
"y"
:
-413.31597106263627
,
"width"
:
4
08
.8
,
"height"
:
483.7
"x"
:
168.6198394267623
,
"y"
:
256.75171113075925
,
"width"
:
4
29
.8
,
"height"
:
377.3
},
"scale"
:
0.3046926971536435
},
"9e293cde-e27b-4902-808b-e884f3e9da32"
:
{
"position"
:
{
"x"
:
754.7793930918119
,
"y"
:
958.7092078639132
,
"x"
:
803.2643940760436
,
"y"
:
818.7204111449397
,
"z"
:
5000
},
"rotation"
:
{
...
...
@@ -1283,16 +1258,40 @@
"z"
:
0
},
"contentRect"
:
{
"x"
:
336.73229669401087
,
"y"
:
591.7264962052573
,
"x"
:
-430.35760846932635
,
"y"
:
-881.152427008129
,
"width"
:
508
,
"height"
:
700
},
"scale"
:
0.5140569133280324
"scale"
:
0.2058977543168929
},
"1ce93d96-f621-4162-9f51-fbfb066ca238"
:
{
"position"
:
{
"x"
:
289
,
"y"
:
269.49999999999994
,
"z"
:
5000
},
"rotation"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
},
"viewCenter"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
},
"contentRect"
:
{
"x"
:
0
,
"y"
:
0
,
"width"
:
404.59999999999997
,
"height"
:
377.3
},
"scale"
:
0.7000000000000001
}
},
"camera-uuids"
:
[
"3ec780aa-f157-4315-91e0-b3f39d267ba7"
,
"0c6b5ef1-9277-4cc2-a672-72a0c12cf3fe"
,
"0aaa6e19-4555-47f2-bcf3-da80457a256b"
,
"72acec0d-cd27-47bb-bde7-91d1653ccbba"
,
...
...
@@ -1307,11 +1306,9 @@
"7c6aed03-3df9-45df-a259-d0ead75958c3"
,
"71137713-52f1-434f-a1c7-cc6e8d58a82a"
,
"495c8ea9-3bb7-409e-bba5-859014d33bee"
,
"7cae554b-bec7-45e7-a1d4-ec5e84e5688c"
,
"955d8229-afe9-4d74-8e2c-428f69d05df3"
,
"fbf9fc8e-721b-496f-bb41-5ef15b63b5c3"
,
"96b36e0e-bac2-4fc0-9294-44b7ef5e5945"
,
"a4b435de-dc7c-4f0b-b968-e01f517eb7f6"
,
"73031d92-e1ac-4959-9c64-dbb10a55a387"
,
"4d5bf463-0cc2-4428-9b9e-fa459cf3cbdc"
,
"4c37af67-4a42-47dd-83cc-fb39d4555710"
,
...
...
@@ -1333,15 +1330,18 @@
"b2977ab2-3b5c-4a8c-9a36-c01acd6f8ccc"
,
"d54efb2a-61f0-49c2-9bf8-1d857b7bd135"
,
"5cca7270-4a9c-4e1a-b156-b8c65c6014c6"
,
"a4b435de-dc7c-4f0b-b968-e01f517eb7f6"
,
"d883a7e9-a688-4db6-ae42-8fb1f7652695"
,
"1ce93d96-f621-4162-9f51-fbfb066ca238"
,
"0fe5b446-0dca-460d-99f1-cf13098f7777"
,
"b6ce0806-8608-4249-a153-720d6ed0bd0f"
,
"063b0464-e893-46fd-95f9-73a41f19fd25"
,
"b6ce0806-8608-4249-a153-720d6ed0bd0f"
,
"7cae554b-bec7-45e7-a1d4-ec5e84e5688c"
,
"53947ca7-3484-4b53-800d-509405063d68"
,
"04224ebd-adcd-4112-8010-da14ed5ea48a"
,
"0fe5b446-0dca-460d-99f1-cf13098f7777"
,
"55ac4e22-a145-4a46-92f1-a45afa1b8f08"
,
"5d6e4c61-d0d4-48df-a049-e0eb6fcaa065"
,
"
53947ca7-3484-4b53-800d-509405063d68
"
,
"
9e293cde-e27b-4902-808b-e884f3e9da32
"
"
9e293cde-e27b-4902-808b-e884f3e9da32
"
,
"
1ce93d96-f621-4162-9f51-fbfb066ca238
"
],
"camera"
:
{
"color"
:
[
...
...
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