start.scene 21 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166
  1. [
  2. {
  3. "__type__": "cc.SceneAsset",
  4. "_name": "start",
  5. "_objFlags": 0,
  6. "__editorExtras__": {},
  7. "_native": "",
  8. "scene": {
  9. "__id__": 1
  10. }
  11. },
  12. {
  13. "__type__": "cc.Scene",
  14. "_name": "start",
  15. "_objFlags": 0,
  16. "__editorExtras__": {},
  17. "_parent": null,
  18. "_children": [
  19. {
  20. "__id__": 2
  21. }
  22. ],
  23. "_active": true,
  24. "_components": [],
  25. "_prefab": null,
  26. "_lpos": {
  27. "__type__": "cc.Vec3",
  28. "x": 0,
  29. "y": 0,
  30. "z": 0
  31. },
  32. "_lrot": {
  33. "__type__": "cc.Quat",
  34. "x": 0,
  35. "y": 0,
  36. "z": 0,
  37. "w": 1
  38. },
  39. "_lscale": {
  40. "__type__": "cc.Vec3",
  41. "x": 1,
  42. "y": 1,
  43. "z": 1
  44. },
  45. "_mobility": 0,
  46. "_layer": 1073741824,
  47. "_euler": {
  48. "__type__": "cc.Vec3",
  49. "x": 0,
  50. "y": 0,
  51. "z": 0
  52. },
  53. "autoReleaseAssets": false,
  54. "_globals": {
  55. "__id__": 26
  56. },
  57. "_id": "155e7964-9abb-4942-be64-ececa65865a5"
  58. },
  59. {
  60. "__type__": "cc.Node",
  61. "_name": "Canvas",
  62. "_objFlags": 0,
  63. "__editorExtras__": {},
  64. "_parent": {
  65. "__id__": 1
  66. },
  67. "_children": [
  68. {
  69. "__id__": 3
  70. },
  71. {
  72. "__id__": 5
  73. },
  74. {
  75. "__id__": 9
  76. },
  77. {
  78. "__id__": 12
  79. },
  80. {
  81. "__id__": 15
  82. }
  83. ],
  84. "_active": true,
  85. "_components": [
  86. {
  87. "__id__": 22
  88. },
  89. {
  90. "__id__": 23
  91. },
  92. {
  93. "__id__": 24
  94. },
  95. {
  96. "__id__": 25
  97. }
  98. ],
  99. "_prefab": null,
  100. "_lpos": {
  101. "__type__": "cc.Vec3",
  102. "x": 375,
  103. "y": 817,
  104. "z": 0
  105. },
  106. "_lrot": {
  107. "__type__": "cc.Quat",
  108. "x": 0,
  109. "y": 0,
  110. "z": 0,
  111. "w": 1
  112. },
  113. "_lscale": {
  114. "__type__": "cc.Vec3",
  115. "x": 1,
  116. "y": 1,
  117. "z": 1
  118. },
  119. "_mobility": 0,
  120. "_layer": 33554432,
  121. "_euler": {
  122. "__type__": "cc.Vec3",
  123. "x": 0,
  124. "y": 0,
  125. "z": 0
  126. },
  127. "_id": "e7iskksbFFB58VqJmnY+ep"
  128. },
  129. {
  130. "__type__": "cc.Node",
  131. "_name": "Camera",
  132. "_objFlags": 0,
  133. "__editorExtras__": {},
  134. "_parent": {
  135. "__id__": 2
  136. },
  137. "_children": [],
  138. "_active": true,
  139. "_components": [
  140. {
  141. "__id__": 4
  142. }
  143. ],
  144. "_prefab": null,
  145. "_lpos": {
  146. "__type__": "cc.Vec3",
  147. "x": 0,
  148. "y": 0,
  149. "z": 1000
  150. },
  151. "_lrot": {
  152. "__type__": "cc.Quat",
  153. "x": 0,
  154. "y": 0,
  155. "z": 0,
  156. "w": 1
  157. },
  158. "_lscale": {
  159. "__type__": "cc.Vec3",
  160. "x": 1,
  161. "y": 1,
  162. "z": 1
  163. },
  164. "_mobility": 0,
  165. "_layer": 1073741824,
  166. "_euler": {
  167. "__type__": "cc.Vec3",
  168. "x": 0,
  169. "y": 0,
  170. "z": 0
  171. },
  172. "_id": "5dnnn48iVDGa8V8E2j+tWF"
  173. },
  174. {
  175. "__type__": "cc.Camera",
  176. "_name": "",
  177. "_objFlags": 0,
  178. "__editorExtras__": {},
  179. "node": {
  180. "__id__": 3
  181. },
  182. "_enabled": true,
  183. "__prefab": null,
  184. "_projection": 0,
  185. "_priority": 1073741824,
  186. "_fov": 45,
  187. "_fovAxis": 0,
  188. "_orthoHeight": 817,
  189. "_near": 1,
  190. "_far": 2000,
  191. "_color": {
  192. "__type__": "cc.Color",
  193. "r": 0,
  194. "g": 0,
  195. "b": 0,
  196. "a": 255
  197. },
  198. "_depth": 1,
  199. "_stencil": 0,
  200. "_clearFlags": 6,
  201. "_rect": {
  202. "__type__": "cc.Rect",
  203. "x": 0,
  204. "y": 0,
  205. "width": 1,
  206. "height": 1
  207. },
  208. "_aperture": 19,
  209. "_shutter": 7,
  210. "_iso": 0,
  211. "_screenScale": 1,
  212. "_visibility": 41943040,
  213. "_targetTexture": null,
  214. "_postProcess": null,
  215. "_usePostProcess": false,
  216. "_cameraType": -1,
  217. "_trackingType": 0,
  218. "_id": "71zYF1RVxFWYrf9QljMeJq"
  219. },
  220. {
  221. "__type__": "cc.Node",
  222. "_name": "Bg",
  223. "_objFlags": 0,
  224. "__editorExtras__": {},
  225. "_parent": {
  226. "__id__": 2
  227. },
  228. "_children": [],
  229. "_active": true,
  230. "_components": [
  231. {
  232. "__id__": 6
  233. },
  234. {
  235. "__id__": 7
  236. },
  237. {
  238. "__id__": 8
  239. }
  240. ],
  241. "_prefab": null,
  242. "_lpos": {
  243. "__type__": "cc.Vec3",
  244. "x": 0,
  245. "y": 0,
  246. "z": 0
  247. },
  248. "_lrot": {
  249. "__type__": "cc.Quat",
  250. "x": 0,
  251. "y": 0,
  252. "z": 0,
  253. "w": 1
  254. },
  255. "_lscale": {
  256. "__type__": "cc.Vec3",
  257. "x": 1,
  258. "y": 1,
  259. "z": 1
  260. },
  261. "_mobility": 0,
  262. "_layer": 33554432,
  263. "_euler": {
  264. "__type__": "cc.Vec3",
  265. "x": 0,
  266. "y": 0,
  267. "z": 0
  268. },
  269. "_id": "40AF2/zIxANI6wJOmXVcRt"
  270. },
  271. {
  272. "__type__": "cc.UITransform",
  273. "_name": "",
  274. "_objFlags": 0,
  275. "__editorExtras__": {},
  276. "node": {
  277. "__id__": 5
  278. },
  279. "_enabled": true,
  280. "__prefab": null,
  281. "_contentSize": {
  282. "__type__": "cc.Size",
  283. "width": 750,
  284. "height": 1634
  285. },
  286. "_anchorPoint": {
  287. "__type__": "cc.Vec2",
  288. "x": 0.5,
  289. "y": 0.5
  290. },
  291. "_id": "8dT+wNIftOeokYonRY44qb"
  292. },
  293. {
  294. "__type__": "cc.Sprite",
  295. "_name": "",
  296. "_objFlags": 0,
  297. "__editorExtras__": {},
  298. "node": {
  299. "__id__": 5
  300. },
  301. "_enabled": true,
  302. "__prefab": null,
  303. "_customMaterial": null,
  304. "_srcBlendFactor": 2,
  305. "_dstBlendFactor": 4,
  306. "_color": {
  307. "__type__": "cc.Color",
  308. "r": 255,
  309. "g": 255,
  310. "b": 255,
  311. "a": 255
  312. },
  313. "_spriteFrame": {
  314. "__uuid__": "c66df3f2-e185-41e3-90cd-7458a65e21a9@f9941",
  315. "__expectedType__": "cc.SpriteFrame"
  316. },
  317. "_type": 0,
  318. "_fillType": 0,
  319. "_sizeMode": 1,
  320. "_fillCenter": {
  321. "__type__": "cc.Vec2",
  322. "x": 0,
  323. "y": 0
  324. },
  325. "_fillStart": 0,
  326. "_fillRange": 0,
  327. "_isTrimmedMode": true,
  328. "_useGrayscale": false,
  329. "_atlas": null,
  330. "_id": "a8VyBeOf1KXaUBtc/7+rta"
  331. },
  332. {
  333. "__type__": "cc.Widget",
  334. "_name": "",
  335. "_objFlags": 0,
  336. "__editorExtras__": {},
  337. "node": {
  338. "__id__": 5
  339. },
  340. "_enabled": true,
  341. "__prefab": null,
  342. "_alignFlags": 45,
  343. "_target": null,
  344. "_left": 0,
  345. "_right": 0,
  346. "_top": 0,
  347. "_bottom": 0,
  348. "_horizontalCenter": 0,
  349. "_verticalCenter": 0,
  350. "_isAbsLeft": true,
  351. "_isAbsRight": true,
  352. "_isAbsTop": true,
  353. "_isAbsBottom": true,
  354. "_isAbsHorizontalCenter": true,
  355. "_isAbsVerticalCenter": true,
  356. "_originalWidth": 750,
  357. "_originalHeight": 1634,
  358. "_alignMode": 2,
  359. "_lockFlags": 0,
  360. "_id": "f4CIZa2mZGTo/3uRBGbBwA"
  361. },
  362. {
  363. "__type__": "cc.Node",
  364. "_name": "Title",
  365. "_objFlags": 0,
  366. "__editorExtras__": {},
  367. "_parent": {
  368. "__id__": 2
  369. },
  370. "_children": [],
  371. "_active": true,
  372. "_components": [
  373. {
  374. "__id__": 10
  375. },
  376. {
  377. "__id__": 11
  378. }
  379. ],
  380. "_prefab": null,
  381. "_lpos": {
  382. "__type__": "cc.Vec3",
  383. "x": 0,
  384. "y": 206.091,
  385. "z": 0
  386. },
  387. "_lrot": {
  388. "__type__": "cc.Quat",
  389. "x": 0,
  390. "y": 0,
  391. "z": 0,
  392. "w": 1
  393. },
  394. "_lscale": {
  395. "__type__": "cc.Vec3",
  396. "x": 1,
  397. "y": 1,
  398. "z": 1
  399. },
  400. "_mobility": 0,
  401. "_layer": 33554432,
  402. "_euler": {
  403. "__type__": "cc.Vec3",
  404. "x": 0,
  405. "y": 0,
  406. "z": 0
  407. },
  408. "_id": "06Ler+ucNFq5aFmtftghSn"
  409. },
  410. {
  411. "__type__": "cc.UITransform",
  412. "_name": "",
  413. "_objFlags": 0,
  414. "__editorExtras__": {},
  415. "node": {
  416. "__id__": 9
  417. },
  418. "_enabled": true,
  419. "__prefab": null,
  420. "_contentSize": {
  421. "__type__": "cc.Size",
  422. "width": 491,
  423. "height": 479
  424. },
  425. "_anchorPoint": {
  426. "__type__": "cc.Vec2",
  427. "x": 0.5,
  428. "y": 0.5
  429. },
  430. "_id": "7dlCyiwbxCNqzhf48yaJCr"
  431. },
  432. {
  433. "__type__": "cc.Sprite",
  434. "_name": "",
  435. "_objFlags": 0,
  436. "__editorExtras__": {},
  437. "node": {
  438. "__id__": 9
  439. },
  440. "_enabled": true,
  441. "__prefab": null,
  442. "_customMaterial": null,
  443. "_srcBlendFactor": 2,
  444. "_dstBlendFactor": 4,
  445. "_color": {
  446. "__type__": "cc.Color",
  447. "r": 255,
  448. "g": 255,
  449. "b": 255,
  450. "a": 255
  451. },
  452. "_spriteFrame": {
  453. "__uuid__": "305f3f2a-f953-4845-bb55-0b59766f65df@f9941",
  454. "__expectedType__": "cc.SpriteFrame"
  455. },
  456. "_type": 0,
  457. "_fillType": 0,
  458. "_sizeMode": 1,
  459. "_fillCenter": {
  460. "__type__": "cc.Vec2",
  461. "x": 0,
  462. "y": 0
  463. },
  464. "_fillStart": 0,
  465. "_fillRange": 0,
  466. "_isTrimmedMode": true,
  467. "_useGrayscale": false,
  468. "_atlas": null,
  469. "_id": "e842waUmxKSYojgjNYPs6k"
  470. },
  471. {
  472. "__type__": "cc.Node",
  473. "_name": "Healthy",
  474. "_objFlags": 0,
  475. "__editorExtras__": {},
  476. "_parent": {
  477. "__id__": 2
  478. },
  479. "_children": [],
  480. "_active": true,
  481. "_components": [
  482. {
  483. "__id__": 13
  484. },
  485. {
  486. "__id__": 14
  487. }
  488. ],
  489. "_prefab": null,
  490. "_lpos": {
  491. "__type__": "cc.Vec3",
  492. "x": 0,
  493. "y": -628.836,
  494. "z": 0
  495. },
  496. "_lrot": {
  497. "__type__": "cc.Quat",
  498. "x": 0,
  499. "y": 0,
  500. "z": 0,
  501. "w": 1
  502. },
  503. "_lscale": {
  504. "__type__": "cc.Vec3",
  505. "x": 1,
  506. "y": 1,
  507. "z": 1
  508. },
  509. "_mobility": 0,
  510. "_layer": 33554432,
  511. "_euler": {
  512. "__type__": "cc.Vec3",
  513. "x": 0,
  514. "y": 0,
  515. "z": 0
  516. },
  517. "_id": "fdmzDNDnxMa4kE64I26f2/"
  518. },
  519. {
  520. "__type__": "cc.UITransform",
  521. "_name": "",
  522. "_objFlags": 0,
  523. "__editorExtras__": {},
  524. "node": {
  525. "__id__": 12
  526. },
  527. "_enabled": true,
  528. "__prefab": null,
  529. "_contentSize": {
  530. "__type__": "cc.Size",
  531. "width": 706,
  532. "height": 128
  533. },
  534. "_anchorPoint": {
  535. "__type__": "cc.Vec2",
  536. "x": 0.5,
  537. "y": 0.5
  538. },
  539. "_id": "bapYf8oiNJkYYk2AAasdLS"
  540. },
  541. {
  542. "__type__": "cc.Sprite",
  543. "_name": "",
  544. "_objFlags": 0,
  545. "__editorExtras__": {},
  546. "node": {
  547. "__id__": 12
  548. },
  549. "_enabled": true,
  550. "__prefab": null,
  551. "_customMaterial": null,
  552. "_srcBlendFactor": 2,
  553. "_dstBlendFactor": 4,
  554. "_color": {
  555. "__type__": "cc.Color",
  556. "r": 255,
  557. "g": 255,
  558. "b": 255,
  559. "a": 255
  560. },
  561. "_spriteFrame": {
  562. "__uuid__": "a27b75c6-a0a2-4c39-aa28-fcf5fd545ddb@f9941",
  563. "__expectedType__": "cc.SpriteFrame"
  564. },
  565. "_type": 0,
  566. "_fillType": 0,
  567. "_sizeMode": 1,
  568. "_fillCenter": {
  569. "__type__": "cc.Vec2",
  570. "x": 0,
  571. "y": 0
  572. },
  573. "_fillStart": 0,
  574. "_fillRange": 0,
  575. "_isTrimmedMode": true,
  576. "_useGrayscale": false,
  577. "_atlas": null,
  578. "_id": "7ax+SiaUNBWbCO4eQonfqP"
  579. },
  580. {
  581. "__type__": "cc.Node",
  582. "_name": "ProgressBar",
  583. "_objFlags": 0,
  584. "__editorExtras__": {},
  585. "_parent": {
  586. "__id__": 2
  587. },
  588. "_children": [
  589. {
  590. "__id__": 16
  591. }
  592. ],
  593. "_active": true,
  594. "_components": [
  595. {
  596. "__id__": 19
  597. },
  598. {
  599. "__id__": 20
  600. },
  601. {
  602. "__id__": 21
  603. }
  604. ],
  605. "_prefab": null,
  606. "_lpos": {
  607. "__type__": "cc.Vec3",
  608. "x": 0,
  609. "y": -434.55,
  610. "z": 0
  611. },
  612. "_lrot": {
  613. "__type__": "cc.Quat",
  614. "x": 0,
  615. "y": 0,
  616. "z": 0,
  617. "w": 1
  618. },
  619. "_lscale": {
  620. "__type__": "cc.Vec3",
  621. "x": 1,
  622. "y": 1,
  623. "z": 1
  624. },
  625. "_mobility": 0,
  626. "_layer": 33554432,
  627. "_euler": {
  628. "__type__": "cc.Vec3",
  629. "x": 0,
  630. "y": 0,
  631. "z": 0
  632. },
  633. "_id": "d2BjceYlxGuLyo6P6/MJAy"
  634. },
  635. {
  636. "__type__": "cc.Node",
  637. "_name": "Bar",
  638. "_objFlags": 0,
  639. "__editorExtras__": {},
  640. "_parent": {
  641. "__id__": 15
  642. },
  643. "_children": [],
  644. "_active": true,
  645. "_components": [
  646. {
  647. "__id__": 17
  648. },
  649. {
  650. "__id__": 18
  651. }
  652. ],
  653. "_prefab": null,
  654. "_lpos": {
  655. "__type__": "cc.Vec3",
  656. "x": -313.53,
  657. "y": 0,
  658. "z": 0
  659. },
  660. "_lrot": {
  661. "__type__": "cc.Quat",
  662. "x": 0,
  663. "y": 0,
  664. "z": 0,
  665. "w": 1
  666. },
  667. "_lscale": {
  668. "__type__": "cc.Vec3",
  669. "x": 1,
  670. "y": 1,
  671. "z": 1
  672. },
  673. "_mobility": 0,
  674. "_layer": 33554432,
  675. "_euler": {
  676. "__type__": "cc.Vec3",
  677. "x": 0,
  678. "y": 0,
  679. "z": 0
  680. },
  681. "_id": "56Kvg0ADVAE4ztrkZYXgto"
  682. },
  683. {
  684. "__type__": "cc.UITransform",
  685. "_name": "",
  686. "_objFlags": 0,
  687. "__editorExtras__": {},
  688. "node": {
  689. "__id__": 16
  690. },
  691. "_enabled": true,
  692. "__prefab": null,
  693. "_contentSize": {
  694. "__type__": "cc.Size",
  695. "width": 630,
  696. "height": 18
  697. },
  698. "_anchorPoint": {
  699. "__type__": "cc.Vec2",
  700. "x": 0,
  701. "y": 0.5
  702. },
  703. "_id": "12bbangaJDvoUNpzIE5JwQ"
  704. },
  705. {
  706. "__type__": "cc.Sprite",
  707. "_name": "",
  708. "_objFlags": 0,
  709. "__editorExtras__": {},
  710. "node": {
  711. "__id__": 16
  712. },
  713. "_enabled": true,
  714. "__prefab": null,
  715. "_customMaterial": null,
  716. "_srcBlendFactor": 2,
  717. "_dstBlendFactor": 4,
  718. "_color": {
  719. "__type__": "cc.Color",
  720. "r": 255,
  721. "g": 255,
  722. "b": 255,
  723. "a": 255
  724. },
  725. "_spriteFrame": {
  726. "__uuid__": "832e573e-b536-4f76-87b9-2522b4c08001@f9941",
  727. "__expectedType__": "cc.SpriteFrame"
  728. },
  729. "_type": 1,
  730. "_fillType": 0,
  731. "_sizeMode": 0,
  732. "_fillCenter": {
  733. "__type__": "cc.Vec2",
  734. "x": 0,
  735. "y": 0
  736. },
  737. "_fillStart": 0,
  738. "_fillRange": 0,
  739. "_isTrimmedMode": true,
  740. "_useGrayscale": false,
  741. "_atlas": null,
  742. "_id": "8dUxLjV5ZD7YcEE15XS+3u"
  743. },
  744. {
  745. "__type__": "cc.UITransform",
  746. "_name": "",
  747. "_objFlags": 0,
  748. "__editorExtras__": {},
  749. "node": {
  750. "__id__": 15
  751. },
  752. "_enabled": true,
  753. "__prefab": null,
  754. "_contentSize": {
  755. "__type__": "cc.Size",
  756. "width": 647,
  757. "height": 32
  758. },
  759. "_anchorPoint": {
  760. "__type__": "cc.Vec2",
  761. "x": 0.5,
  762. "y": 0.5
  763. },
  764. "_id": "3eyokg/oZFdZcKPxgNOTDa"
  765. },
  766. {
  767. "__type__": "cc.Sprite",
  768. "_name": "",
  769. "_objFlags": 0,
  770. "__editorExtras__": {},
  771. "node": {
  772. "__id__": 15
  773. },
  774. "_enabled": true,
  775. "__prefab": null,
  776. "_customMaterial": null,
  777. "_srcBlendFactor": 2,
  778. "_dstBlendFactor": 4,
  779. "_color": {
  780. "__type__": "cc.Color",
  781. "r": 255,
  782. "g": 255,
  783. "b": 255,
  784. "a": 255
  785. },
  786. "_spriteFrame": {
  787. "__uuid__": "4c6ba2d2-8a93-4839-a2fc-e37717146604@f9941",
  788. "__expectedType__": "cc.SpriteFrame"
  789. },
  790. "_type": 1,
  791. "_fillType": 0,
  792. "_sizeMode": 0,
  793. "_fillCenter": {
  794. "__type__": "cc.Vec2",
  795. "x": 0,
  796. "y": 0
  797. },
  798. "_fillStart": 0,
  799. "_fillRange": 0,
  800. "_isTrimmedMode": true,
  801. "_useGrayscale": false,
  802. "_atlas": null,
  803. "_id": "5cwF7Y7ZFMl5mMwxss2oYp"
  804. },
  805. {
  806. "__type__": "cc.ProgressBar",
  807. "_name": "",
  808. "_objFlags": 0,
  809. "__editorExtras__": {},
  810. "node": {
  811. "__id__": 15
  812. },
  813. "_enabled": true,
  814. "__prefab": null,
  815. "_barSprite": {
  816. "__id__": 18
  817. },
  818. "_mode": 0,
  819. "_totalLength": 630,
  820. "_progress": 1,
  821. "_reverse": false,
  822. "_id": "48pS5R0OdA76V99yAjmjDu"
  823. },
  824. {
  825. "__type__": "cc.UITransform",
  826. "_name": "",
  827. "_objFlags": 0,
  828. "__editorExtras__": {},
  829. "node": {
  830. "__id__": 2
  831. },
  832. "_enabled": true,
  833. "__prefab": null,
  834. "_contentSize": {
  835. "__type__": "cc.Size",
  836. "width": 750,
  837. "height": 1634
  838. },
  839. "_anchorPoint": {
  840. "__type__": "cc.Vec2",
  841. "x": 0.5,
  842. "y": 0.5
  843. },
  844. "_id": "70DEqyYRpP+4bfpNlvF3B9"
  845. },
  846. {
  847. "__type__": "cc.Canvas",
  848. "_name": "",
  849. "_objFlags": 0,
  850. "__editorExtras__": {},
  851. "node": {
  852. "__id__": 2
  853. },
  854. "_enabled": true,
  855. "__prefab": null,
  856. "_cameraComponent": {
  857. "__id__": 4
  858. },
  859. "_alignCanvasWithScreen": true,
  860. "_id": "17oNrwZwRBQYO0yoSmsfEZ"
  861. },
  862. {
  863. "__type__": "cc.Widget",
  864. "_name": "",
  865. "_objFlags": 0,
  866. "__editorExtras__": {},
  867. "node": {
  868. "__id__": 2
  869. },
  870. "_enabled": true,
  871. "__prefab": null,
  872. "_alignFlags": 45,
  873. "_target": null,
  874. "_left": 0,
  875. "_right": 0,
  876. "_top": 0,
  877. "_bottom": 0,
  878. "_horizontalCenter": 0,
  879. "_verticalCenter": 0,
  880. "_isAbsLeft": true,
  881. "_isAbsRight": true,
  882. "_isAbsTop": true,
  883. "_isAbsBottom": true,
  884. "_isAbsHorizontalCenter": true,
  885. "_isAbsVerticalCenter": true,
  886. "_originalWidth": 0,
  887. "_originalHeight": 0,
  888. "_alignMode": 2,
  889. "_lockFlags": 0,
  890. "_id": "c0rUH9rRtBOrPLkLp7ykY8"
  891. },
  892. {
  893. "__type__": "66e163GxmdDp7kaguqDvTVl",
  894. "_name": "",
  895. "_objFlags": 0,
  896. "__editorExtras__": {},
  897. "node": {
  898. "__id__": 2
  899. },
  900. "_enabled": true,
  901. "__prefab": null,
  902. "_gname": [
  903. "成语消了消",
  904. "看你多厉害",
  905. "看你多厉害"
  906. ],
  907. "_gid": [
  908. "cyxlx",
  909. "kndlh",
  910. "kndlh"
  911. ],
  912. "_is_local": [
  913. false,
  914. false,
  915. true
  916. ],
  917. "_server": [
  918. 2,
  919. 2,
  920. 2
  921. ],
  922. "_report": [
  923. 0,
  924. 0,
  925. 0
  926. ],
  927. "_log": [
  928. 3,
  929. 3,
  930. 3
  931. ],
  932. "_ttad": [
  933. "",
  934. "",
  935. ""
  936. ],
  937. "_ttiad": [
  938. "",
  939. "",
  940. ""
  941. ],
  942. "_tttmpid": [
  943. "",
  944. "",
  945. ""
  946. ],
  947. "_wxad": [
  948. "",
  949. "adunit-9c5f10696253cff6",
  950. "adunit-9c5f10696253cff6"
  951. ],
  952. "_wxiad": [
  953. "",
  954. "",
  955. ""
  956. ],
  957. "_wxtmpid": [
  958. "",
  959. "",
  960. ""
  961. ],
  962. "_serverIP": [
  963. "http://192.168.1.120:8787/v1",
  964. "http://192.168.1.120:8787/v1",
  965. "http://192.168.1.120:8787/v1"
  966. ],
  967. "_pid": 2,
  968. "_use_ch_audio": true,
  969. "_ch_audio_type": 1,
  970. "sound_bundle": "module_extra",
  971. "sound_url": "",
  972. "loadingBar": {
  973. "__id__": 21
  974. },
  975. "ui_prefab": {
  976. "__uuid__": "24225708-b628-4277-a833-320331a74e72",
  977. "__expectedType__": "cc.Prefab"
  978. },
  979. "_id": "50ox6UrpRNKqkGMINzjRML"
  980. },
  981. {
  982. "__type__": "cc.SceneGlobals",
  983. "ambient": {
  984. "__id__": 27
  985. },
  986. "shadows": {
  987. "__id__": 28
  988. },
  989. "_skybox": {
  990. "__id__": 29
  991. },
  992. "fog": {
  993. "__id__": 30
  994. },
  995. "octree": {
  996. "__id__": 31
  997. },
  998. "skin": {
  999. "__id__": 32
  1000. },
  1001. "lightProbeInfo": {
  1002. "__id__": 33
  1003. },
  1004. "postSettings": {
  1005. "__id__": 34
  1006. },
  1007. "bakedWithStationaryMainLight": false,
  1008. "bakedWithHighpLightmap": false
  1009. },
  1010. {
  1011. "__type__": "cc.AmbientInfo",
  1012. "_skyColorHDR": {
  1013. "__type__": "cc.Vec4",
  1014. "x": 0.2,
  1015. "y": 0.5,
  1016. "z": 0.8,
  1017. "w": 0.520833125
  1018. },
  1019. "_skyColor": {
  1020. "__type__": "cc.Vec4",
  1021. "x": 0.2,
  1022. "y": 0.5,
  1023. "z": 0.8,
  1024. "w": 0.520833125
  1025. },
  1026. "_skyIllumHDR": 20000,
  1027. "_skyIllum": 20000,
  1028. "_groundAlbedoHDR": {
  1029. "__type__": "cc.Vec4",
  1030. "x": 0.2,
  1031. "y": 0.2,
  1032. "z": 0.2,
  1033. "w": 1
  1034. },
  1035. "_groundAlbedo": {
  1036. "__type__": "cc.Vec4",
  1037. "x": 0.2,
  1038. "y": 0.2,
  1039. "z": 0.2,
  1040. "w": 1
  1041. },
  1042. "_skyColorLDR": {
  1043. "__type__": "cc.Vec4",
  1044. "x": 0.452588,
  1045. "y": 0.607642,
  1046. "z": 0.755699,
  1047. "w": 0
  1048. },
  1049. "_skyIllumLDR": 0.8,
  1050. "_groundAlbedoLDR": {
  1051. "__type__": "cc.Vec4",
  1052. "x": 0.618555,
  1053. "y": 0.577848,
  1054. "z": 0.544564,
  1055. "w": 0
  1056. }
  1057. },
  1058. {
  1059. "__type__": "cc.ShadowsInfo",
  1060. "_enabled": false,
  1061. "_type": 0,
  1062. "_normal": {
  1063. "__type__": "cc.Vec3",
  1064. "x": 0,
  1065. "y": 1,
  1066. "z": 0
  1067. },
  1068. "_distance": 0,
  1069. "_planeBias": 1,
  1070. "_shadowColor": {
  1071. "__type__": "cc.Color",
  1072. "r": 76,
  1073. "g": 76,
  1074. "b": 76,
  1075. "a": 255
  1076. },
  1077. "_maxReceived": 4,
  1078. "_size": {
  1079. "__type__": "cc.Vec2",
  1080. "x": 1024,
  1081. "y": 1024
  1082. }
  1083. },
  1084. {
  1085. "__type__": "cc.SkyboxInfo",
  1086. "_envLightingType": 0,
  1087. "_envmapHDR": {
  1088. "__uuid__": "d032ac98-05e1-4090-88bb-eb640dcb5fc1@b47c0",
  1089. "__expectedType__": "cc.TextureCube"
  1090. },
  1091. "_envmap": {
  1092. "__uuid__": "d032ac98-05e1-4090-88bb-eb640dcb5fc1@b47c0",
  1093. "__expectedType__": "cc.TextureCube"
  1094. },
  1095. "_envmapLDR": {
  1096. "__uuid__": "6f01cf7f-81bf-4a7e-bd5d-0afc19696480@b47c0",
  1097. "__expectedType__": "cc.TextureCube"
  1098. },
  1099. "_diffuseMapHDR": null,
  1100. "_diffuseMapLDR": null,
  1101. "_enabled": false,
  1102. "_useHDR": true,
  1103. "_editableMaterial": null,
  1104. "_reflectionHDR": null,
  1105. "_reflectionLDR": null,
  1106. "_rotationAngle": 0
  1107. },
  1108. {
  1109. "__type__": "cc.FogInfo",
  1110. "_type": 0,
  1111. "_fogColor": {
  1112. "__type__": "cc.Color",
  1113. "r": 200,
  1114. "g": 200,
  1115. "b": 200,
  1116. "a": 255
  1117. },
  1118. "_enabled": false,
  1119. "_fogDensity": 0.3,
  1120. "_fogStart": 0.5,
  1121. "_fogEnd": 300,
  1122. "_fogAtten": 5,
  1123. "_fogTop": 1.5,
  1124. "_fogRange": 1.2,
  1125. "_accurate": false
  1126. },
  1127. {
  1128. "__type__": "cc.OctreeInfo",
  1129. "_enabled": false,
  1130. "_minPos": {
  1131. "__type__": "cc.Vec3",
  1132. "x": -1024,
  1133. "y": -1024,
  1134. "z": -1024
  1135. },
  1136. "_maxPos": {
  1137. "__type__": "cc.Vec3",
  1138. "x": 1024,
  1139. "y": 1024,
  1140. "z": 1024
  1141. },
  1142. "_depth": 8
  1143. },
  1144. {
  1145. "__type__": "cc.SkinInfo",
  1146. "_enabled": true,
  1147. "_blurRadius": 0.01,
  1148. "_sssIntensity": 3
  1149. },
  1150. {
  1151. "__type__": "cc.LightProbeInfo",
  1152. "_giScale": 1,
  1153. "_giSamples": 1024,
  1154. "_bounces": 2,
  1155. "_reduceRinging": 0,
  1156. "_showProbe": true,
  1157. "_showWireframe": true,
  1158. "_showConvex": false,
  1159. "_data": null,
  1160. "_lightProbeSphereVolume": 1
  1161. },
  1162. {
  1163. "__type__": "cc.PostSettingsInfo",
  1164. "_toneMappingType": 0
  1165. }
  1166. ]