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
6a7f35fa
Commit
6a7f35fa
authored
Oct 09, 2024
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上传
parent
777a9671
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
238 additions
and
233 deletions
+238
-233
index.html
build/tngdTest/index.html
+10
-10
packages.json
profiles/v2/editor/packages.json
+1
-1
builder.json
profiles/v2/packages/builder.json
+8
-3
reference-image.json
profiles/v2/packages/reference-image.json
+1
-1
scene.json
profiles/v2/packages/scene.json
+218
-218
No files found.
build/tngdTest/index.html
View file @
6a7f35fa
...
...
@@ -98,14 +98,14 @@
</style>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
7427130542
/src/assets/plugin/zepto.min.js"
></script>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
7427130542
/src/assets/plugin/declare-process.js"
></script>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
7427130542
/src/assets/plugin/SVGA.Lite.v2.1.1.js"
></script>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
8466285863
/src/assets/plugin/zepto.min.js"
></script>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
8466285863
/src/assets/plugin/declare-process.js"
></script>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
8466285863
/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-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
7427130542
/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
7427130542
/custom.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
8466285863
/style.css" />-->
<!-- <link rel="stylesheet" type="text/css" href="//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
8466285863
/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=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
7427130542
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
8466285863
/src/polyfills.bundle.js"
charset=
"utf-8"
></script>
<!-- SystemJS support. -->
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
7427130542
/src/system.bundle.js"
charset=
"utf-8"
></script>
<script
src=
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
8466285863
/src/system.bundle.js"
charset=
"utf-8"
></script>
<!-- Import map -->
<!--<script src="https://gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
7427130542
/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<!--<script src="https://gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
8466285863
/src/import-map.json" type="systemjs-importmap" charset="utf-8"></script>-->
<script
type=
"systemjs-importmap"
charset=
"utf-8"
>
{
"imports"
:{
"cc"
:
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
7427130542
/cocos-js/cc.js"
}}
{
"imports"
:{
"cc"
:
"//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
8466285863
/cocos-js/cc.js"
}}
</script>
<script>
System
.
import
(
'//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
7427130542
/index.js'
).
catch
(
function
(
err
)
{
System
.
import
(
'//gamification-cdn-sbx.tngdigital.com.my/TNGD_GAMES/Cave_Cruiser/172
8466285863
/index.js'
).
catch
(
function
(
err
)
{
console
.
error
(
err
);
})
</script>
...
...
profiles/v2/editor/packages.json
View file @
6a7f35fa
...
...
@@ -9,7 +9,7 @@
"8"
:
{
"3
\\
extension"
:
{
"name"
:
"extension"
,
"time"
:
17284
38098234
"time"
:
17284
66046551
}
}
}
...
...
profiles/v2/packages/builder.json
View file @
6a7f35fa
...
...
@@ -149,8 +149,8 @@
"progress"
:
1
,
"state"
:
"success"
,
"stage"
:
"build"
,
"message"
:
"2024-
9-27 16:52:49 build success in 38
s!"
,
"detailMessage"
:
"%c兑吧发布插件 >> 版本号:172
7427130542
\r
color: green
\r
"
,
"message"
:
"2024-
10-9 17:32:09 build success in 43
s!"
,
"detailMessage"
:
"%c兑吧发布插件 >> 版本号:172
8466285863
\r
color: green
\r
"
,
"options"
:
{
"name"
:
"cocos-template-3d"
,
"server"
:
""
,
...
...
@@ -206,6 +206,11 @@
"url"
:
"db://assets/Bundles/HomeScene/HomeScene.scene"
,
"uuid"
:
"04224ebd-adcd-4112-8010-da14ed5ea48a"
,
"bundle"
:
"db://assets/Bundles/HomeScene"
},
{
"url"
:
"db://assets/Bundles/MainGame/GuideGame.scene"
,
"uuid"
:
"7b5de2a0-8504-46ba-9019-37a3548ce8e1"
,
"bundle"
:
"db://assets/Bundles/MainGame"
}
],
"wasmCompressionMode"
:
false
,
...
...
@@ -214,7 +219,7 @@
"buildMode"
:
"normal"
,
"logDest"
:
"project://temp/builder/log/web-mobile1-15-2024 18-54.log"
},
"time"
:
"2024-
9-27 16:52:10
"
,
"time"
:
"2024-
10-9 17:31:25
"
,
"dirty"
:
false
}
}
...
...
profiles/v2/packages/reference-image.json
View file @
6a7f35fa
...
...
@@ -3,7 +3,7 @@
"config"
:
{
"images"
:
[],
"sceneUUID"
:
{},
"scene"
:
"
7b5de2a0-8504-46ba-9019-37a3548ce8e1
"
"scene"
:
"
9e293cde-e27b-4902-808b-e884f3e9da32
"
},
"show"
:
false
}
profiles/v2/packages/scene.json
View file @
6a7f35fa
...
...
@@ -40,106 +40,6 @@
"snapThreshold"
:
4
},
"camera-infos"
:
{
"0aaa6e19-4555-47f2-bcf3-da80457a256b"
:
{
"position"
:
{
"x"
:
360.9443954489309
,
"y"
:
860.655871954539
,
"z"
:
5000
},
"rotation"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
},
"viewCenter"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
},
"contentRect"
:
{
"x"
:
-81.92785258714301
,
"y"
:
-98.31016912623987
,
"width"
:
344.057881773399
,
"height"
:
745
},
"scale"
:
0.38843919809734156
},
"72acec0d-cd27-47bb-bde7-91d1653ccbba"
:
{
"position"
:
{
"x"
:
478.66811607902446
,
"y"
:
1007.5339597315435
,
"z"
:
5000
},
"rotation"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
},
"viewCenter"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
},
"contentRect"
:
{
"x"
:
-41.66584365251907
,
"y"
:
499.40724832214767
,
"width"
:
344.057881773399
,
"height"
:
745
},
"scale"
:
0.45874384236453203
},
"51a758c5-0076-4cc5-9e91-5d5b1db83ad4"
:
{
"position"
:
{
"x"
:
375
,
"y"
:
25.200000000000045
,
"z"
:
5000
},
"rotation"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
},
"viewCenter"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
},
"contentRect"
:
{
"x"
:
293.2680191532258
,
"y"
:
-15.665990423387134
,
"width"
:
477.40000000000003
,
"height"
:
86.33095548275197
},
"scale"
:
1.712915783387936
},
"f07b2151-c5cb-4ca8-9296-54d49ddf1a0a"
:
{
"position"
:
{
"x"
:
86.12913577595793
,
"y"
:
737.8960262692067
,
"z"
:
5000
},
"rotation"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
},
"viewCenter"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
},
"contentRect"
:
{
"x"
:
-580.7700857709425
,
"y"
:
86.6425342600635
,
"width"
:
192.4682395644283
,
"height"
:
565.6
},
"scale"
:
0.35792514414145726
},
"c21f4127-1e35-441c-ae67-8068cb218ea7"
:
{
"position"
:
{
"x"
:
423.6880634103314
,
...
...
@@ -815,31 +715,6 @@
},
"scale"
:
1.5157165665103973
},
"ff249ea2-131c-46cc-8bb5-e07bfcca3d01"
:
{
"position"
:
{
"x"
:
25.781532652817866
,
"y"
:
9.715944091639761
,
"z"
:
21.51153431567471
},
"rotation"
:
{
"x"
:
-0.12713491535045202
,
"y"
:
0.4196797159845092
,
"z"
:
0.0594986274929926
,
"w"
:
0.8967527879035652
},
"viewCenter"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
},
"contentRect"
:
{
"x"
:
-7.183816579660537
,
"y"
:
-1.3351819519288382
,
"width"
:
0
,
"height"
:
0
},
"scale"
:
1.5157165665103973
},
"862f8a38-1f8e-40bc-9b05-7022854cb6dc"
:
{
"position"
:
{
"x"
:
1.0377417382053125
,
...
...
@@ -1015,31 +890,6 @@
},
"scale"
:
13.019323671497578
},
"b6ce0806-8608-4249-a153-720d6ed0bd0f"
:
{
"position"
:
{
"x"
:
382.95259337941917
,
"y"
:
925.3495426459672
,
"z"
:
5000
},
"rotation"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
},
"viewCenter"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
},
"contentRect"
:
{
"x"
:
143.74514866439998
,
"y"
:
407.3856890230455
,
"width"
:
248.59913793103445
,
"height"
:
538.3
},
"scale"
:
0.5459840450678992
},
"55ac4e22-a145-4a46-92f1-a45afa1b8f08"
:
{
"position"
:
{
"x"
:
394.23799999999983
,
...
...
@@ -1115,31 +965,6 @@
},
"scale"
:
0.20851287199275095
},
"7cae554b-bec7-45e7-a1d4-ec5e84e5688c"
:
{
"position"
:
{
"x"
:
457.42435582124165
,
"y"
:
933.8575350492221
,
"z"
:
5000
},
"rotation"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
},
"viewCenter"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
},
"contentRect"
:
{
"x"
:
82.42435582124116
,
"y"
:
121.85753504922097
,
"width"
:
261.2068965517241
,
"height"
:
565.6
},
"scale"
:
0.34827586206896505
},
"1ce93d96-f621-4162-9f51-fbfb066ca238"
:
{
"position"
:
{
"x"
:
504.8464817880646
,
...
...
@@ -1190,10 +1015,10 @@
},
"scale"
:
0.2579971130259416
},
"
53947ca7-3484-4b53-800d-509405063d68
"
:
{
"
04224ebd-adcd-4112-8010-da14ed5ea48a
"
:
{
"position"
:
{
"x"
:
649.9251402336153
,
"y"
:
1
442.801137715533
,
"x"
:
42.3255019022979
,
"y"
:
1
153.7660120435216
,
"z"
:
5000
},
"rotation"
:
{
...
...
@@ -1208,17 +1033,17 @@
"z"
:
0
},
"contentRect"
:
{
"x"
:
291.45817225390584
,
"y"
:
1025.9790819251734
,
"width"
:
298.2
,
"height"
:
3
85
"x"
:
-166.933695420623
,
"y"
:
700.6500967736237
,
"width"
:
174.2456896551724
,
"height"
:
3
77.3
},
"scale"
:
0.
4618277687705127
"scale"
:
0.
5337486321925865
},
"
0fe5b446-0dca-460d-99f1-cf13098f7777
"
:
{
"
9e293cde-e27b-4902-808b-e884f3e9da32
"
:
{
"position"
:
{
"x"
:
4
63.0160271641019
,
"y"
:
959.4086046993141
,
"x"
:
4
22.73571730663525
,
"y"
:
860.4887151681296
,
"z"
:
5000
},
"rotation"
:
{
...
...
@@ -1233,18 +1058,68 @@
"z"
:
0
},
"contentRect"
:
{
"x"
:
253.29229018494172
,
"y"
:
505.286806227106
,
"width"
:
223.38362068965523
,
"height"
:
483.70000000000005
"x"
:
-704.2799743888494
,
"y"
:
-150.93562353294638
,
"width"
:
508
,
"height"
:
700
},
"scale"
:
0.
4154171868310903
"scale"
:
0.
2058977543168929
},
"
04224ebd-adcd-4112-8010-da14ed5ea48a
"
:
{
"
ff249ea2-131c-46cc-8bb5-e07bfcca3d01
"
:
{
"position"
:
{
"x"
:
42.3255019022979
,
"y"
:
1153.7660120435216
,
"z"
:
5000
"x"
:
25.781532652817866
,
"y"
:
9.715944091639763
,
"z"
:
21.51153431567471
},
"rotation"
:
{
"x"
:
-0.12713491535024232
,
"y"
:
0.41967971598400444
,
"z"
:
0.05949862749284867
,
"w"
:
0.896752787905864
},
"viewCenter"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
},
"contentRect"
:
{
"x"
:
-105.55313132777985
,
"y"
:
-128.33781836381996
,
"width"
:
0
,
"height"
:
0
},
"scale"
:
1.5157165665103973
},
"50650cb7-af92-4041-93d7-e8d9a7fa446d"
:
{
"position"
:
{
"x"
:
26.956867748996252
,
"y"
:
10.158876851562576
,
"z"
:
22.49220938256721
},
"rotation"
:
{
"x"
:
-0.12713491535024232
,
"y"
:
0.41967971598400444
,
"z"
:
0.05949862749284867
,
"w"
:
0.896752787905864
},
"viewCenter"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
},
"contentRect"
:
{
"x"
:
-105.55313132777985
,
"y"
:
-128.33781836381996
,
"width"
:
0
,
"height"
:
0
},
"scale"
:
1.5157165665103973
},
"8d656426-fb3d-4f9c-a332-22103459c2d4"
:
{
"position"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
36.54825550489113
},
"rotation"
:
{
"x"
:
0
,
...
...
@@ -1258,18 +1133,18 @@
"z"
:
0
},
"contentRect"
:
{
"x"
:
-1
66.933695420623
,
"y"
:
700.6500967736237
,
"width"
:
174.2456896551724
,
"height"
:
377.3
"x"
:
-1
05.55313132777985
,
"y"
:
-128.33781836381996
,
"width"
:
0
,
"height"
:
0
},
"scale"
:
0.5337486321925865
"scale"
:
1.5157165665103973
},
"
9e293cde-e27b-4902-808b-e884f3e9da32
"
:
{
"
b0efb45c-21d9-46b1-adfd-63fa1b201ee8
"
:
{
"position"
:
{
"x"
:
422.73571730663525
,
"y"
:
860.4887151681296
,
"z"
:
5000
"x"
:
0
,
"y"
:
0
,
"z"
:
36.548255504892026
},
"rotation"
:
{
"x"
:
0
,
...
...
@@ -1283,19 +1158,140 @@
"z"
:
0
},
"contentRect"
:
{
"x"
:
-
704.2799743888494
,
"y"
:
-1
50.93562353294638
,
"width"
:
508
,
"height"
:
70
0
"x"
:
-
105.55313132777985
,
"y"
:
-1
28.33781836381996
,
"width"
:
0
,
"height"
:
0
},
"scale"
:
0.2058977543168929
"scale"
:
1.5157165665103973
},
"53947ca7-3484-4b53-800d-509405063d68"
:
{
"position"
:
{
"x"
:
-105.55313132777985
,
"y"
:
-128.3378183638199
,
"z"
:
5000
},
"rotation"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
},
"viewCenter"
:
{
"x"
:
376.59888640667253
,
"y"
:
933.982872389525
,
"z"
:
-217.80666325168067
},
"contentRect"
:
{
"x"
:
-105.55313132777987
,
"y"
:
-128.33781836381996
,
"width"
:
0
,
"height"
:
0
},
"scale"
:
1.5157165665103973
},
"7cae554b-bec7-45e7-a1d4-ec5e84e5688c"
:
{
"position"
:
{
"x"
:
328.6194526836565
,
"y"
:
863.722014606768
,
"z"
:
5000
},
"rotation"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
},
"viewCenter"
:
{
"x"
:
376.59888640667253
,
"y"
:
933.982872389525
,
"z"
:
-217.80666325168067
},
"contentRect"
:
{
"x"
:
59.752843680688045
,
"y"
:
281.5361839123402
,
"width"
:
261.2068965517241
,
"height"
:
565.6
},
"scale"
:
0.48575555276341553
},
"b6ce0806-8608-4249-a153-720d6ed0bd0f"
:
{
"position"
:
{
"x"
:
371.40668948847144
,
"y"
:
900.3488120874349
,
"z"
:
5000
},
"rotation"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
},
"viewCenter"
:
{
"x"
:
376.59888640667253
,
"y"
:
933.982872389525
,
"z"
:
-217.80666325168067
},
"contentRect"
:
{
"x"
:
132.1992447734522
,
"y"
:
382.38495846451326
,
"width"
:
248.59913793103445
,
"height"
:
538.3
},
"scale"
:
0.5459840450678992
},
"0fe5b446-0dca-460d-99f1-cf13098f7777"
:
{
"position"
:
{
"x"
:
390.12425567466886
,
"y"
:
1000.0319753765614
,
"z"
:
5000
},
"rotation"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
},
"viewCenter"
:
{
"x"
:
376.59888640667253
,
"y"
:
933.982872389525
,
"z"
:
-217.80666325168067
},
"contentRect"
:
{
"x"
:
251.9115165536279
,
"y"
:
700.7553242664674
,
"width"
:
223.38362068965523
,
"height"
:
483.70000000000005
},
"scale"
:
0.8081151640227069
},
"7b5de2a0-8504-46ba-9019-37a3548ce8e1"
:
{
"position"
:
{
"x"
:
135.66710798101872
,
"y"
:
961.961072926738
,
"z"
:
5000
},
"rotation"
:
{
"x"
:
0
,
"y"
:
0
,
"z"
:
0
,
"w"
:
1
},
"viewCenter"
:
{
"x"
:
376.59888640667253
,
"y"
:
933.982872389525
,
"z"
:
-217.80666325168067
},
"contentRect"
:
{
"x"
:
135.66710798101866
,
"y"
:
961.9610729267379
,
"width"
:
0
,
"height"
:
0
},
"scale"
:
0.28717458874925855
}
},
"camera-uuids"
:
[
"0aaa6e19-4555-47f2-bcf3-da80457a256b"
,
"72acec0d-cd27-47bb-bde7-91d1653ccbba"
,
"51a758c5-0076-4cc5-9e91-5d5b1db83ad4"
,
"f07b2151-c5cb-4ca8-9296-54d49ddf1a0a"
,
"c21f4127-1e35-441c-ae67-8068cb218ea7"
,
"c40a0d57-aac0-4362-9e37-b7a2f8bed40a"
,
"2278dd9f-2a7e-4857-9998-31c737b94178"
,
...
...
@@ -1323,7 +1319,6 @@
"1c56db5b-6e01-4df2-a8db-e09cb41cae27"
,
"021109a9-d650-47ed-bdc0-fe677e59a33a"
,
"43a37ee5-923c-4bb4-8a7f-922d064ed73b"
,
"ff249ea2-131c-46cc-8bb5-e07bfcca3d01"
,
"862f8a38-1f8e-40bc-9b05-7022854cb6dc"
,
"ad82e7c1-5ce1-4bc7-8f49-8e697752c9b7"
,
"b2977ab2-3b5c-4a8c-9a36-c01acd6f8ccc"
,
...
...
@@ -1331,17 +1326,22 @@
"5cca7270-4a9c-4e1a-b156-b8c65c6014c6"
,
"a4b435de-dc7c-4f0b-b968-e01f517eb7f6"
,
"d883a7e9-a688-4db6-ae42-8fb1f7652695"
,
"b6ce0806-8608-4249-a153-720d6ed0bd0f"
,
"55ac4e22-a145-4a46-92f1-a45afa1b8f08"
,
"5d6e4c61-d0d4-48df-a049-e0eb6fcaa065"
,
"e006bcbd-d4b2-4d6e-b86d-b98a06cf9cc7"
,
"7cae554b-bec7-45e7-a1d4-ec5e84e5688c"
,
"1ce93d96-f621-4162-9f51-fbfb066ca238"
,
"063b0464-e893-46fd-95f9-73a41f19fd25"
,
"04224ebd-adcd-4112-8010-da14ed5ea48a"
,
"9e293cde-e27b-4902-808b-e884f3e9da32"
,
"ff249ea2-131c-46cc-8bb5-e07bfcca3d01"
,
"50650cb7-af92-4041-93d7-e8d9a7fa446d"
,
"8d656426-fb3d-4f9c-a332-22103459c2d4"
,
"b0efb45c-21d9-46b1-adfd-63fa1b201ee8"
,
"53947ca7-3484-4b53-800d-509405063d68"
,
"7cae554b-bec7-45e7-a1d4-ec5e84e5688c"
,
"b6ce0806-8608-4249-a153-720d6ed0bd0f"
,
"0fe5b446-0dca-460d-99f1-cf13098f7777"
,
"04224ebd-adcd-4112-8010-da14ed5ea48a"
,
"9e293cde-e27b-4902-808b-e884f3e9da32"
"7b5de2a0-8504-46ba-9019-37a3548ce8e1"
],
"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