TestScene.scene 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506
  1. [
  2. {
  3. "__type__": "cc.SceneAsset",
  4. "_name": "TestScene",
  5. "_objFlags": 0,
  6. "__editorExtras__": {},
  7. "_native": "",
  8. "scene": {
  9. "__id__": 1
  10. }
  11. },
  12. {
  13. "__type__": "cc.Scene",
  14. "_name": "TestScene",
  15. "_objFlags": 0,
  16. "__editorExtras__": {},
  17. "_parent": null,
  18. "_children": [
  19. {
  20. "__id__": 2
  21. }
  22. ],
  23. "_active": true,
  24. "_components": [],
  25. "_prefab": {
  26. "__id__": 36
  27. },
  28. "_lpos": {
  29. "__type__": "cc.Vec3",
  30. "x": 0,
  31. "y": 0,
  32. "z": 0
  33. },
  34. "_lrot": {
  35. "__type__": "cc.Quat",
  36. "x": 0,
  37. "y": 0,
  38. "z": 0,
  39. "w": 1
  40. },
  41. "_lscale": {
  42. "__type__": "cc.Vec3",
  43. "x": 1,
  44. "y": 1,
  45. "z": 1
  46. },
  47. "_mobility": 0,
  48. "_layer": 1073741824,
  49. "_euler": {
  50. "__type__": "cc.Vec3",
  51. "x": 0,
  52. "y": 0,
  53. "z": 0
  54. },
  55. "autoReleaseAssets": false,
  56. "_globals": {
  57. "__id__": 37
  58. },
  59. "_id": "8a125a67-dbc5-4c64-b398-6a616deee4aa"
  60. },
  61. {
  62. "__type__": "cc.Node",
  63. "_name": "Canvas",
  64. "_objFlags": 0,
  65. "__editorExtras__": {},
  66. "_parent": {
  67. "__id__": 1
  68. },
  69. "_children": [
  70. {
  71. "__id__": 3
  72. },
  73. {
  74. "__id__": 11
  75. },
  76. {
  77. "__id__": 31
  78. }
  79. ],
  80. "_active": true,
  81. "_components": [
  82. {
  83. "__id__": 33
  84. },
  85. {
  86. "__id__": 34
  87. },
  88. {
  89. "__id__": 35
  90. }
  91. ],
  92. "_prefab": null,
  93. "_lpos": {
  94. "__type__": "cc.Vec3",
  95. "x": 360,
  96. "y": 667,
  97. "z": 0
  98. },
  99. "_lrot": {
  100. "__type__": "cc.Quat",
  101. "x": 0,
  102. "y": 0,
  103. "z": 0,
  104. "w": 1
  105. },
  106. "_lscale": {
  107. "__type__": "cc.Vec3",
  108. "x": 1,
  109. "y": 1,
  110. "z": 1
  111. },
  112. "_mobility": 0,
  113. "_layer": 33554432,
  114. "_euler": {
  115. "__type__": "cc.Vec3",
  116. "x": 0,
  117. "y": 0,
  118. "z": 0
  119. },
  120. "_id": "beI88Z2HpFELqR4T5EMHpg"
  121. },
  122. {
  123. "__type__": "cc.Node",
  124. "_name": "WeaponBlock",
  125. "_objFlags": 0,
  126. "__editorExtras__": {},
  127. "_parent": {
  128. "__id__": 2
  129. },
  130. "_children": [
  131. {
  132. "__id__": 4
  133. }
  134. ],
  135. "_active": true,
  136. "_components": [
  137. {
  138. "__id__": 27
  139. },
  140. {
  141. "__id__": 28
  142. },
  143. {
  144. "__id__": 29
  145. },
  146. {
  147. "__id__": 30
  148. }
  149. ],
  150. "_prefab": null,
  151. "_lpos": {
  152. "__type__": "cc.Vec3",
  153. "x": 0,
  154. "y": -6.766,
  155. "z": 0
  156. },
  157. "_lrot": {
  158. "__type__": "cc.Quat",
  159. "x": 0,
  160. "y": 0,
  161. "z": 0,
  162. "w": 1
  163. },
  164. "_lscale": {
  165. "__type__": "cc.Vec3",
  166. "x": 1,
  167. "y": 1,
  168. "z": 1
  169. },
  170. "_mobility": 0,
  171. "_layer": 33554432,
  172. "_euler": {
  173. "__type__": "cc.Vec3",
  174. "x": 0,
  175. "y": 0,
  176. "z": 0
  177. },
  178. "_id": "0faX8MIO1FqpP7Oy0AP7mJ"
  179. },
  180. {
  181. "__type__": "cc.Node",
  182. "_name": "B1",
  183. "_objFlags": 0,
  184. "__editorExtras__": {},
  185. "_parent": {
  186. "__id__": 3
  187. },
  188. "_children": [
  189. {
  190. "__id__": 5
  191. },
  192. {
  193. "__id__": 7
  194. }
  195. ],
  196. "_active": true,
  197. "_components": [
  198. {
  199. "__id__": 26
  200. }
  201. ],
  202. "_prefab": null,
  203. "_lpos": {
  204. "__type__": "cc.Vec3",
  205. "x": 0,
  206. "y": 27.912,
  207. "z": 0
  208. },
  209. "_lrot": {
  210. "__type__": "cc.Quat",
  211. "x": 0,
  212. "y": 0,
  213. "z": 0,
  214. "w": 1
  215. },
  216. "_lscale": {
  217. "__type__": "cc.Vec3",
  218. "x": 1,
  219. "y": 1,
  220. "z": 1
  221. },
  222. "_mobility": 0,
  223. "_layer": 33554432,
  224. "_euler": {
  225. "__type__": "cc.Vec3",
  226. "x": 0,
  227. "y": 0,
  228. "z": 0
  229. },
  230. "_id": "4eFl0NHzpF17HZamR5AN8N"
  231. },
  232. {
  233. "__type__": "cc.Node",
  234. "_name": "(0,-1)",
  235. "_objFlags": 0,
  236. "__editorExtras__": {},
  237. "_parent": {
  238. "__id__": 4
  239. },
  240. "_children": [],
  241. "_active": true,
  242. "_components": [
  243. {
  244. "__id__": 6
  245. }
  246. ],
  247. "_prefab": null,
  248. "_lpos": {
  249. "__type__": "cc.Vec3",
  250. "x": 0,
  251. "y": -58.18700000000001,
  252. "z": 0
  253. },
  254. "_lrot": {
  255. "__type__": "cc.Quat",
  256. "x": 0,
  257. "y": 0,
  258. "z": 0,
  259. "w": 1
  260. },
  261. "_lscale": {
  262. "__type__": "cc.Vec3",
  263. "x": 1,
  264. "y": 1,
  265. "z": 1
  266. },
  267. "_mobility": 0,
  268. "_layer": 33554432,
  269. "_euler": {
  270. "__type__": "cc.Vec3",
  271. "x": 0,
  272. "y": 0,
  273. "z": 0
  274. },
  275. "_id": "9d7DuyLyJKJKSE3i5zi5ti"
  276. },
  277. {
  278. "__type__": "cc.UITransform",
  279. "_name": "",
  280. "_objFlags": 0,
  281. "__editorExtras__": {},
  282. "node": {
  283. "__id__": 5
  284. },
  285. "_enabled": true,
  286. "__prefab": null,
  287. "_contentSize": {
  288. "__type__": "cc.Size",
  289. "width": 48,
  290. "height": 48
  291. },
  292. "_anchorPoint": {
  293. "__type__": "cc.Vec2",
  294. "x": 0.5,
  295. "y": 0.5
  296. },
  297. "_id": "27K+UJgpVFX54Zya3WPGHc"
  298. },
  299. {
  300. "__type__": "cc.Node",
  301. "_name": "Weapon",
  302. "_objFlags": 0,
  303. "__editorExtras__": {},
  304. "_parent": {
  305. "__id__": 4
  306. },
  307. "_children": [],
  308. "_active": true,
  309. "_components": [
  310. {
  311. "__id__": 8
  312. },
  313. {
  314. "__id__": 9
  315. },
  316. {
  317. "__id__": 10
  318. }
  319. ],
  320. "_prefab": null,
  321. "_lpos": {
  322. "__type__": "cc.Vec3",
  323. "x": -0.15300000000002,
  324. "y": -31.72199999999998,
  325. "z": 0
  326. },
  327. "_lrot": {
  328. "__type__": "cc.Quat",
  329. "x": 0,
  330. "y": 0,
  331. "z": 0,
  332. "w": 1
  333. },
  334. "_lscale": {
  335. "__type__": "cc.Vec3",
  336. "x": 0.5,
  337. "y": 0.5,
  338. "z": 1
  339. },
  340. "_mobility": 0,
  341. "_layer": 33554432,
  342. "_euler": {
  343. "__type__": "cc.Vec3",
  344. "x": 0,
  345. "y": 0,
  346. "z": 0
  347. },
  348. "_id": "b0N6sWKrBMRKeNRMZQDX0v"
  349. },
  350. {
  351. "__type__": "cc.UITransform",
  352. "_name": "",
  353. "_objFlags": 0,
  354. "__editorExtras__": {},
  355. "node": {
  356. "__id__": 7
  357. },
  358. "_enabled": true,
  359. "__prefab": null,
  360. "_contentSize": {
  361. "__type__": "cc.Size",
  362. "width": 69,
  363. "height": 118
  364. },
  365. "_anchorPoint": {
  366. "__type__": "cc.Vec2",
  367. "x": 0.5,
  368. "y": 0.5
  369. },
  370. "_id": "39vTzmLi5Ae6IRu3ny8gFR"
  371. },
  372. {
  373. "__type__": "cc.Sprite",
  374. "_name": "",
  375. "_objFlags": 0,
  376. "__editorExtras__": {},
  377. "node": {
  378. "__id__": 7
  379. },
  380. "_enabled": true,
  381. "__prefab": null,
  382. "_customMaterial": null,
  383. "_srcBlendFactor": 2,
  384. "_dstBlendFactor": 4,
  385. "_color": {
  386. "__type__": "cc.Color",
  387. "r": 255,
  388. "g": 255,
  389. "b": 255,
  390. "a": 255
  391. },
  392. "_spriteFrame": {
  393. "__uuid__": "7efa8afb-730c-43f8-9d0a-5cbf71082a54@f9941",
  394. "__expectedType__": "cc.SpriteFrame"
  395. },
  396. "_type": 0,
  397. "_fillType": 0,
  398. "_sizeMode": 1,
  399. "_fillCenter": {
  400. "__type__": "cc.Vec2",
  401. "x": 0,
  402. "y": 0
  403. },
  404. "_fillStart": 0,
  405. "_fillRange": 0,
  406. "_isTrimmedMode": true,
  407. "_useGrayscale": false,
  408. "_atlas": null,
  409. "_id": "6a1JrBPgVBCJH7QC807z/s"
  410. },
  411. {
  412. "__type__": "1325eBeZRVH5KbFuC2JSfeY",
  413. "_name": "",
  414. "_objFlags": 0,
  415. "__editorExtras__": {},
  416. "node": {
  417. "__id__": 7
  418. },
  419. "_enabled": true,
  420. "__prefab": null,
  421. "bulletPrefab": {
  422. "__uuid__": "54638943-4461-43b1-b351-a0380e1f30ce",
  423. "__expectedType__": "cc.Prefab"
  424. },
  425. "fireInterval": 0.5,
  426. "bulletSpeed": 800,
  427. "rotateSpeed": 0.5,
  428. "enemyNode": {
  429. "__id__": 11
  430. },
  431. "_id": "b2cAE1d2VPtqVwzqVyYy7a"
  432. },
  433. {
  434. "__type__": "cc.Node",
  435. "_name": "Enemy",
  436. "_objFlags": 0,
  437. "__editorExtras__": {},
  438. "_parent": {
  439. "__id__": 2
  440. },
  441. "_children": [
  442. {
  443. "__id__": 12
  444. },
  445. {
  446. "__id__": 19
  447. }
  448. ],
  449. "_active": true,
  450. "_components": [
  451. {
  452. "__id__": 22
  453. },
  454. {
  455. "__id__": 23
  456. },
  457. {
  458. "__id__": 24
  459. },
  460. {
  461. "__id__": 25
  462. }
  463. ],
  464. "_prefab": null,
  465. "_lpos": {
  466. "__type__": "cc.Vec3",
  467. "x": 203.756,
  468. "y": -352.377,
  469. "z": 0
  470. },
  471. "_lrot": {
  472. "__type__": "cc.Quat",
  473. "x": 0,
  474. "y": 0,
  475. "z": 0,
  476. "w": 1
  477. },
  478. "_lscale": {
  479. "__type__": "cc.Vec3",
  480. "x": 1,
  481. "y": 1,
  482. "z": 1
  483. },
  484. "_mobility": 0,
  485. "_layer": 33554432,
  486. "_euler": {
  487. "__type__": "cc.Vec3",
  488. "x": 0,
  489. "y": 0,
  490. "z": 0
  491. },
  492. "_id": "12eW5Uk8pIaaXDbgFA9yuE"
  493. },
  494. {
  495. "__type__": "cc.Node",
  496. "_name": "HPBar",
  497. "_objFlags": 0,
  498. "__editorExtras__": {},
  499. "_parent": {
  500. "__id__": 11
  501. },
  502. "_children": [
  503. {
  504. "__id__": 13
  505. }
  506. ],
  507. "_active": true,
  508. "_components": [
  509. {
  510. "__id__": 16
  511. },
  512. {
  513. "__id__": 17
  514. },
  515. {
  516. "__id__": 18
  517. }
  518. ],
  519. "_prefab": null,
  520. "_lpos": {
  521. "__type__": "cc.Vec3",
  522. "x": 0,
  523. "y": 72.766,
  524. "z": 0
  525. },
  526. "_lrot": {
  527. "__type__": "cc.Quat",
  528. "x": 0,
  529. "y": 0,
  530. "z": 0,
  531. "w": 1
  532. },
  533. "_lscale": {
  534. "__type__": "cc.Vec3",
  535. "x": 1,
  536. "y": 1,
  537. "z": 1
  538. },
  539. "_mobility": 0,
  540. "_layer": 33554432,
  541. "_euler": {
  542. "__type__": "cc.Vec3",
  543. "x": 0,
  544. "y": 0,
  545. "z": 0
  546. },
  547. "_id": "e6WhYYne1CnquozDT1wZwt"
  548. },
  549. {
  550. "__type__": "cc.Node",
  551. "_name": "HPForeground",
  552. "_objFlags": 0,
  553. "__editorExtras__": {},
  554. "_parent": {
  555. "__id__": 12
  556. },
  557. "_children": [],
  558. "_active": true,
  559. "_components": [
  560. {
  561. "__id__": 14
  562. },
  563. {
  564. "__id__": 15
  565. }
  566. ],
  567. "_prefab": null,
  568. "_lpos": {
  569. "__type__": "cc.Vec3",
  570. "x": -24.351,
  571. "y": 0,
  572. "z": 0
  573. },
  574. "_lrot": {
  575. "__type__": "cc.Quat",
  576. "x": 0,
  577. "y": 0,
  578. "z": 0,
  579. "w": 1
  580. },
  581. "_lscale": {
  582. "__type__": "cc.Vec3",
  583. "x": 1,
  584. "y": 1,
  585. "z": 1
  586. },
  587. "_mobility": 0,
  588. "_layer": 33554432,
  589. "_euler": {
  590. "__type__": "cc.Vec3",
  591. "x": 0,
  592. "y": 0,
  593. "z": 0
  594. },
  595. "_id": "524WNceIpG4KG1zS5kuhKo"
  596. },
  597. {
  598. "__type__": "cc.UITransform",
  599. "_name": "",
  600. "_objFlags": 0,
  601. "__editorExtras__": {},
  602. "node": {
  603. "__id__": 13
  604. },
  605. "_enabled": true,
  606. "__prefab": null,
  607. "_contentSize": {
  608. "__type__": "cc.Size",
  609. "width": 20.400000000000002,
  610. "height": 10
  611. },
  612. "_anchorPoint": {
  613. "__type__": "cc.Vec2",
  614. "x": 0,
  615. "y": 0.5
  616. },
  617. "_id": "a9DfV2nWVE5qjlqrTeOgtA"
  618. },
  619. {
  620. "__type__": "cc.Sprite",
  621. "_name": "",
  622. "_objFlags": 0,
  623. "__editorExtras__": {},
  624. "node": {
  625. "__id__": 13
  626. },
  627. "_enabled": true,
  628. "__prefab": null,
  629. "_customMaterial": null,
  630. "_srcBlendFactor": 2,
  631. "_dstBlendFactor": 4,
  632. "_color": {
  633. "__type__": "cc.Color",
  634. "r": 255,
  635. "g": 255,
  636. "b": 255,
  637. "a": 255
  638. },
  639. "_spriteFrame": {
  640. "__uuid__": "f5b3c771-0b73-4b9e-a778-932e7ee9d8fa@f9941",
  641. "__expectedType__": "cc.SpriteFrame"
  642. },
  643. "_type": 0,
  644. "_fillType": 0,
  645. "_sizeMode": 0,
  646. "_fillCenter": {
  647. "__type__": "cc.Vec2",
  648. "x": 0,
  649. "y": 0
  650. },
  651. "_fillStart": 0,
  652. "_fillRange": 0,
  653. "_isTrimmedMode": true,
  654. "_useGrayscale": false,
  655. "_atlas": null,
  656. "_id": "07oUBETBdMirjFXWC8Wdpm"
  657. },
  658. {
  659. "__type__": "cc.UITransform",
  660. "_name": "",
  661. "_objFlags": 0,
  662. "__editorExtras__": {},
  663. "node": {
  664. "__id__": 12
  665. },
  666. "_enabled": true,
  667. "__prefab": null,
  668. "_contentSize": {
  669. "__type__": "cc.Size",
  670. "width": 51,
  671. "height": 13
  672. },
  673. "_anchorPoint": {
  674. "__type__": "cc.Vec2",
  675. "x": 0.5,
  676. "y": 0.5
  677. },
  678. "_id": "38bIsp3/FG6bNIglkCSedQ"
  679. },
  680. {
  681. "__type__": "cc.Sprite",
  682. "_name": "",
  683. "_objFlags": 0,
  684. "__editorExtras__": {},
  685. "node": {
  686. "__id__": 12
  687. },
  688. "_enabled": true,
  689. "__prefab": null,
  690. "_customMaterial": null,
  691. "_srcBlendFactor": 2,
  692. "_dstBlendFactor": 4,
  693. "_color": {
  694. "__type__": "cc.Color",
  695. "r": 255,
  696. "g": 255,
  697. "b": 255,
  698. "a": 255
  699. },
  700. "_spriteFrame": {
  701. "__uuid__": "45bd99da-8893-435b-8110-5da90043375b@f9941",
  702. "__expectedType__": "cc.SpriteFrame"
  703. },
  704. "_type": 0,
  705. "_fillType": 0,
  706. "_sizeMode": 1,
  707. "_fillCenter": {
  708. "__type__": "cc.Vec2",
  709. "x": 0,
  710. "y": 0
  711. },
  712. "_fillStart": 0,
  713. "_fillRange": 0,
  714. "_isTrimmedMode": true,
  715. "_useGrayscale": false,
  716. "_atlas": null,
  717. "_id": "b7wduIz2hCMIuEPmei2k07"
  718. },
  719. {
  720. "__type__": "cc.ProgressBar",
  721. "_name": "",
  722. "_objFlags": 0,
  723. "__editorExtras__": {},
  724. "node": {
  725. "__id__": 12
  726. },
  727. "_enabled": true,
  728. "__prefab": null,
  729. "_barSprite": {
  730. "__id__": 15
  731. },
  732. "_mode": 0,
  733. "_totalLength": 51,
  734. "_progress": 0.4,
  735. "_reverse": false,
  736. "_id": "70/jd+AJpAzKBzSFLtQzPo"
  737. },
  738. {
  739. "__type__": "cc.Node",
  740. "_name": "HPLabel",
  741. "_objFlags": 0,
  742. "__editorExtras__": {},
  743. "_parent": {
  744. "__id__": 11
  745. },
  746. "_children": [],
  747. "_active": true,
  748. "_components": [
  749. {
  750. "__id__": 20
  751. },
  752. {
  753. "__id__": 21
  754. }
  755. ],
  756. "_prefab": null,
  757. "_lpos": {
  758. "__type__": "cc.Vec3",
  759. "x": 0,
  760. "y": 92.224,
  761. "z": 0
  762. },
  763. "_lrot": {
  764. "__type__": "cc.Quat",
  765. "x": 0,
  766. "y": 0,
  767. "z": 0,
  768. "w": 1
  769. },
  770. "_lscale": {
  771. "__type__": "cc.Vec3",
  772. "x": 1,
  773. "y": 1,
  774. "z": 1
  775. },
  776. "_mobility": 0,
  777. "_layer": 33554432,
  778. "_euler": {
  779. "__type__": "cc.Vec3",
  780. "x": 0,
  781. "y": 0,
  782. "z": 0
  783. },
  784. "_id": "705gZUETpOYqHi2Gr+zJu2"
  785. },
  786. {
  787. "__type__": "cc.UITransform",
  788. "_name": "",
  789. "_objFlags": 0,
  790. "__editorExtras__": {},
  791. "node": {
  792. "__id__": 19
  793. },
  794. "_enabled": true,
  795. "__prefab": null,
  796. "_contentSize": {
  797. "__type__": "cc.Size",
  798. "width": 26.24609375,
  799. "height": 54.4
  800. },
  801. "_anchorPoint": {
  802. "__type__": "cc.Vec2",
  803. "x": 0.5,
  804. "y": 0.5
  805. },
  806. "_id": "31bkRuWV5Of45avhpMFTsh"
  807. },
  808. {
  809. "__type__": "cc.Label",
  810. "_name": "",
  811. "_objFlags": 0,
  812. "__editorExtras__": {},
  813. "node": {
  814. "__id__": 19
  815. },
  816. "_enabled": true,
  817. "__prefab": null,
  818. "_customMaterial": null,
  819. "_srcBlendFactor": 2,
  820. "_dstBlendFactor": 4,
  821. "_color": {
  822. "__type__": "cc.Color",
  823. "r": 255,
  824. "g": 255,
  825. "b": 255,
  826. "a": 255
  827. },
  828. "_string": "12",
  829. "_horizontalAlign": 1,
  830. "_verticalAlign": 1,
  831. "_actualFontSize": 20,
  832. "_fontSize": 20,
  833. "_fontFamily": "Arial",
  834. "_lineHeight": 40,
  835. "_overflow": 0,
  836. "_enableWrapText": true,
  837. "_font": null,
  838. "_isSystemFontUsed": true,
  839. "_spacingX": 0,
  840. "_isItalic": false,
  841. "_isBold": false,
  842. "_isUnderline": false,
  843. "_underlineHeight": 2,
  844. "_cacheMode": 0,
  845. "_enableOutline": true,
  846. "_outlineColor": {
  847. "__type__": "cc.Color",
  848. "r": 0,
  849. "g": 0,
  850. "b": 0,
  851. "a": 255
  852. },
  853. "_outlineWidth": 2,
  854. "_enableShadow": false,
  855. "_shadowColor": {
  856. "__type__": "cc.Color",
  857. "r": 0,
  858. "g": 0,
  859. "b": 0,
  860. "a": 255
  861. },
  862. "_shadowOffset": {
  863. "__type__": "cc.Vec2",
  864. "x": 2,
  865. "y": 2
  866. },
  867. "_shadowBlur": 2,
  868. "_id": "c82UXmQP5LK4ZOHNqqP9yn"
  869. },
  870. {
  871. "__type__": "cc.UITransform",
  872. "_name": "",
  873. "_objFlags": 0,
  874. "__editorExtras__": {},
  875. "node": {
  876. "__id__": 11
  877. },
  878. "_enabled": true,
  879. "__prefab": null,
  880. "_contentSize": {
  881. "__type__": "cc.Size",
  882. "width": 77.5,
  883. "height": 80.5
  884. },
  885. "_anchorPoint": {
  886. "__type__": "cc.Vec2",
  887. "x": 0.3161290322580645,
  888. "y": 0.09316770186335403
  889. },
  890. "_id": "a1uLL5v99Oh7UMkCAPpQ3i"
  891. },
  892. {
  893. "__type__": "sp.Skeleton",
  894. "_name": "",
  895. "_objFlags": 0,
  896. "__editorExtras__": {},
  897. "node": {
  898. "__id__": 11
  899. },
  900. "_enabled": true,
  901. "__prefab": null,
  902. "_customMaterial": null,
  903. "_srcBlendFactor": 2,
  904. "_dstBlendFactor": 4,
  905. "_color": {
  906. "__type__": "cc.Color",
  907. "r": 255,
  908. "g": 255,
  909. "b": 255,
  910. "a": 255
  911. },
  912. "_skeletonData": {
  913. "__uuid__": "32ed47c3-b2bb-4d1b-86d7-4395f374c04b",
  914. "__expectedType__": "sp.SkeletonData"
  915. },
  916. "defaultSkin": "default",
  917. "defaultAnimation": "<None>",
  918. "_premultipliedAlpha": true,
  919. "_timeScale": 1,
  920. "_preCacheMode": 0,
  921. "_cacheMode": 0,
  922. "_sockets": [],
  923. "_useTint": false,
  924. "_debugMesh": false,
  925. "_debugBones": false,
  926. "_debugSlots": false,
  927. "_enableBatch": false,
  928. "loop": true,
  929. "_id": "49xzZeTTlAwpRaBYgSAIEa"
  930. },
  931. {
  932. "__type__": "cc.BoxCollider2D",
  933. "_name": "",
  934. "_objFlags": 0,
  935. "__editorExtras__": {},
  936. "node": {
  937. "__id__": 11
  938. },
  939. "_enabled": true,
  940. "__prefab": null,
  941. "tag": 4,
  942. "_group": 16,
  943. "_density": 1,
  944. "_sensor": true,
  945. "_friction": 0.2,
  946. "_restitution": 0,
  947. "_offset": {
  948. "__type__": "cc.Vec2",
  949. "x": 14.250000000000002,
  950. "y": 32.75
  951. },
  952. "_size": {
  953. "__type__": "cc.Size",
  954. "width": 77.5,
  955. "height": 80.5
  956. },
  957. "_id": "811OconZpIL74P+Cs87pLu"
  958. },
  959. {
  960. "__type__": "cc.RigidBody2D",
  961. "_name": "",
  962. "_objFlags": 0,
  963. "__editorExtras__": {},
  964. "node": {
  965. "__id__": 11
  966. },
  967. "_enabled": true,
  968. "__prefab": null,
  969. "enabledContactListener": false,
  970. "bullet": false,
  971. "awakeOnLoad": true,
  972. "_group": 16,
  973. "_type": 1,
  974. "_allowSleep": true,
  975. "_gravityScale": 1,
  976. "_linearDamping": 0,
  977. "_angularDamping": 0,
  978. "_linearVelocity": {
  979. "__type__": "cc.Vec2",
  980. "x": 0,
  981. "y": 0
  982. },
  983. "_angularVelocity": 0,
  984. "_fixedRotation": false,
  985. "_id": "e5SEKMJENL4bQb3aos/R46"
  986. },
  987. {
  988. "__type__": "cc.UITransform",
  989. "_name": "",
  990. "_objFlags": 0,
  991. "__editorExtras__": {},
  992. "node": {
  993. "__id__": 4
  994. },
  995. "_enabled": true,
  996. "__prefab": null,
  997. "_contentSize": {
  998. "__type__": "cc.Size",
  999. "width": 48,
  1000. "height": 48
  1001. },
  1002. "_anchorPoint": {
  1003. "__type__": "cc.Vec2",
  1004. "x": 0.5,
  1005. "y": 0.5
  1006. },
  1007. "_id": "b3WhZ6389Klo91qBSNxWFx"
  1008. },
  1009. {
  1010. "__type__": "cc.UITransform",
  1011. "_name": "",
  1012. "_objFlags": 0,
  1013. "__editorExtras__": {},
  1014. "node": {
  1015. "__id__": 3
  1016. },
  1017. "_enabled": true,
  1018. "__prefab": null,
  1019. "_contentSize": {
  1020. "__type__": "cc.Size",
  1021. "width": 52,
  1022. "height": 104
  1023. },
  1024. "_anchorPoint": {
  1025. "__type__": "cc.Vec2",
  1026. "x": 0.5,
  1027. "y": 0.5
  1028. },
  1029. "_id": "fa4wQofdxAH6YAPALrhiPW"
  1030. },
  1031. {
  1032. "__type__": "cc.Sprite",
  1033. "_name": "",
  1034. "_objFlags": 0,
  1035. "__editorExtras__": {},
  1036. "node": {
  1037. "__id__": 3
  1038. },
  1039. "_enabled": true,
  1040. "__prefab": null,
  1041. "_customMaterial": null,
  1042. "_srcBlendFactor": 2,
  1043. "_dstBlendFactor": 4,
  1044. "_color": {
  1045. "__type__": "cc.Color",
  1046. "r": 255,
  1047. "g": 255,
  1048. "b": 255,
  1049. "a": 255
  1050. },
  1051. "_spriteFrame": {
  1052. "__uuid__": "b0f7df3c-1a5b-4911-aba8-60347c843197@f9941",
  1053. "__expectedType__": "cc.SpriteFrame"
  1054. },
  1055. "_type": 0,
  1056. "_fillType": 0,
  1057. "_sizeMode": 1,
  1058. "_fillCenter": {
  1059. "__type__": "cc.Vec2",
  1060. "x": 0,
  1061. "y": 0
  1062. },
  1063. "_fillStart": 0,
  1064. "_fillRange": 0,
  1065. "_isTrimmedMode": true,
  1066. "_useGrayscale": false,
  1067. "_atlas": null,
  1068. "_id": "9apGyi8QhMaZ2EyWWsyJYh"
  1069. },
  1070. {
  1071. "__type__": "cc.PolygonCollider2D",
  1072. "_name": "",
  1073. "_objFlags": 0,
  1074. "__editorExtras__": {},
  1075. "node": {
  1076. "__id__": 3
  1077. },
  1078. "_enabled": true,
  1079. "__prefab": null,
  1080. "tag": 2,
  1081. "_group": 4,
  1082. "_density": 1,
  1083. "_sensor": false,
  1084. "_friction": 0.2,
  1085. "_restitution": 1,
  1086. "_offset": {
  1087. "__type__": "cc.Vec2",
  1088. "x": 0,
  1089. "y": 0
  1090. },
  1091. "_points": [
  1092. {
  1093. "__type__": "cc.Vec2",
  1094. "x": -19,
  1095. "y": 52
  1096. },
  1097. {
  1098. "__type__": "cc.Vec2",
  1099. "x": -26,
  1100. "y": 45
  1101. },
  1102. {
  1103. "__type__": "cc.Vec2",
  1104. "x": -26,
  1105. "y": -45
  1106. },
  1107. {
  1108. "__type__": "cc.Vec2",
  1109. "x": -19,
  1110. "y": -52
  1111. },
  1112. {
  1113. "__type__": "cc.Vec2",
  1114. "x": 19,
  1115. "y": -52
  1116. },
  1117. {
  1118. "__type__": "cc.Vec2",
  1119. "x": 26,
  1120. "y": -45
  1121. },
  1122. {
  1123. "__type__": "cc.Vec2",
  1124. "x": 26,
  1125. "y": 45
  1126. },
  1127. {
  1128. "__type__": "cc.Vec2",
  1129. "x": 19,
  1130. "y": 52
  1131. }
  1132. ],
  1133. "_id": "31LfrouANGMaF6CjJ+Jd79"
  1134. },
  1135. {
  1136. "__type__": "cc.RigidBody2D",
  1137. "_name": "",
  1138. "_objFlags": 0,
  1139. "__editorExtras__": {},
  1140. "node": {
  1141. "__id__": 3
  1142. },
  1143. "_enabled": true,
  1144. "__prefab": null,
  1145. "enabledContactListener": true,
  1146. "bullet": false,
  1147. "awakeOnLoad": true,
  1148. "_group": 4,
  1149. "_type": 1,
  1150. "_allowSleep": true,
  1151. "_gravityScale": 0,
  1152. "_linearDamping": 0,
  1153. "_angularDamping": 0,
  1154. "_linearVelocity": {
  1155. "__type__": "cc.Vec2",
  1156. "x": 0,
  1157. "y": 0
  1158. },
  1159. "_angularVelocity": 0,
  1160. "_fixedRotation": false,
  1161. "_id": "d9JnG4ystDy5dVa5AkCANL"
  1162. },
  1163. {
  1164. "__type__": "cc.Node",
  1165. "_name": "Camera",
  1166. "_objFlags": 0,
  1167. "__editorExtras__": {},
  1168. "_parent": {
  1169. "__id__": 2
  1170. },
  1171. "_children": [],
  1172. "_active": true,
  1173. "_components": [
  1174. {
  1175. "__id__": 32
  1176. }
  1177. ],
  1178. "_prefab": null,
  1179. "_lpos": {
  1180. "__type__": "cc.Vec3",
  1181. "x": 0,
  1182. "y": 0,
  1183. "z": 1000
  1184. },
  1185. "_lrot": {
  1186. "__type__": "cc.Quat",
  1187. "x": 0,
  1188. "y": 0,
  1189. "z": 0,
  1190. "w": 1
  1191. },
  1192. "_lscale": {
  1193. "__type__": "cc.Vec3",
  1194. "x": 1,
  1195. "y": 1,
  1196. "z": 1
  1197. },
  1198. "_mobility": 0,
  1199. "_layer": 1073741824,
  1200. "_euler": {
  1201. "__type__": "cc.Vec3",
  1202. "x": 0,
  1203. "y": 0,
  1204. "z": 0
  1205. },
  1206. "_id": "ebFwiq8gBFaYpqYbdoDODe"
  1207. },
  1208. {
  1209. "__type__": "cc.Camera",
  1210. "_name": "",
  1211. "_objFlags": 0,
  1212. "__editorExtras__": {},
  1213. "node": {
  1214. "__id__": 31
  1215. },
  1216. "_enabled": true,
  1217. "__prefab": null,
  1218. "_projection": 0,
  1219. "_priority": 0,
  1220. "_fov": 45,
  1221. "_fovAxis": 0,
  1222. "_orthoHeight": 667,
  1223. "_near": 0,
  1224. "_far": 2000,
  1225. "_color": {
  1226. "__type__": "cc.Color",
  1227. "r": 0,
  1228. "g": 0,
  1229. "b": 0,
  1230. "a": 255
  1231. },
  1232. "_depth": 1,
  1233. "_stencil": 0,
  1234. "_clearFlags": 7,
  1235. "_rect": {
  1236. "__type__": "cc.Rect",
  1237. "x": 0,
  1238. "y": 0,
  1239. "width": 1,
  1240. "height": 1
  1241. },
  1242. "_aperture": 19,
  1243. "_shutter": 7,
  1244. "_iso": 0,
  1245. "_screenScale": 1,
  1246. "_visibility": 1108344832,
  1247. "_targetTexture": null,
  1248. "_postProcess": null,
  1249. "_usePostProcess": false,
  1250. "_cameraType": -1,
  1251. "_trackingType": 0,
  1252. "_id": "63WIch3o5BEYRlXzTT0oWc"
  1253. },
  1254. {
  1255. "__type__": "cc.UITransform",
  1256. "_name": "",
  1257. "_objFlags": 0,
  1258. "__editorExtras__": {},
  1259. "node": {
  1260. "__id__": 2
  1261. },
  1262. "_enabled": true,
  1263. "__prefab": null,
  1264. "_contentSize": {
  1265. "__type__": "cc.Size",
  1266. "width": 720,
  1267. "height": 1334
  1268. },
  1269. "_anchorPoint": {
  1270. "__type__": "cc.Vec2",
  1271. "x": 0.5,
  1272. "y": 0.5
  1273. },
  1274. "_id": "d6rUX5yfhMlKoWX2bSbawx"
  1275. },
  1276. {
  1277. "__type__": "cc.Canvas",
  1278. "_name": "",
  1279. "_objFlags": 0,
  1280. "__editorExtras__": {},
  1281. "node": {
  1282. "__id__": 2
  1283. },
  1284. "_enabled": true,
  1285. "__prefab": null,
  1286. "_cameraComponent": {
  1287. "__id__": 32
  1288. },
  1289. "_alignCanvasWithScreen": true,
  1290. "_id": "12O/ljcVlEqLmVm3U2gEOQ"
  1291. },
  1292. {
  1293. "__type__": "cc.Widget",
  1294. "_name": "",
  1295. "_objFlags": 0,
  1296. "__editorExtras__": {},
  1297. "node": {
  1298. "__id__": 2
  1299. },
  1300. "_enabled": true,
  1301. "__prefab": null,
  1302. "_alignFlags": 45,
  1303. "_target": null,
  1304. "_left": 0,
  1305. "_right": 0,
  1306. "_top": 5.684341886080802e-14,
  1307. "_bottom": 5.684341886080802e-14,
  1308. "_horizontalCenter": 0,
  1309. "_verticalCenter": 0,
  1310. "_isAbsLeft": true,
  1311. "_isAbsRight": true,
  1312. "_isAbsTop": true,
  1313. "_isAbsBottom": true,
  1314. "_isAbsHorizontalCenter": true,
  1315. "_isAbsVerticalCenter": true,
  1316. "_originalWidth": 0,
  1317. "_originalHeight": 0,
  1318. "_alignMode": 2,
  1319. "_lockFlags": 0,
  1320. "_id": "c5V1EV8IpMtrIvY1OE9t2u"
  1321. },
  1322. {
  1323. "__type__": "cc.PrefabInfo",
  1324. "root": null,
  1325. "asset": null,
  1326. "fileId": "8a125a67-dbc5-4c64-b398-6a616deee4aa",
  1327. "instance": null,
  1328. "targetOverrides": null
  1329. },
  1330. {
  1331. "__type__": "cc.SceneGlobals",
  1332. "ambient": {
  1333. "__id__": 38
  1334. },
  1335. "shadows": {
  1336. "__id__": 39
  1337. },
  1338. "_skybox": {
  1339. "__id__": 40
  1340. },
  1341. "fog": {
  1342. "__id__": 41
  1343. },
  1344. "octree": {
  1345. "__id__": 42
  1346. },
  1347. "skin": {
  1348. "__id__": 43
  1349. },
  1350. "lightProbeInfo": {
  1351. "__id__": 44
  1352. },
  1353. "postSettings": {
  1354. "__id__": 45
  1355. },
  1356. "bakedWithStationaryMainLight": false,
  1357. "bakedWithHighpLightmap": false
  1358. },
  1359. {
  1360. "__type__": "cc.AmbientInfo",
  1361. "_skyColorHDR": {
  1362. "__type__": "cc.Vec4",
  1363. "x": 0,
  1364. "y": 0,
  1365. "z": 0,
  1366. "w": 0.520833125
  1367. },
  1368. "_skyColor": {
  1369. "__type__": "cc.Vec4",
  1370. "x": 0,
  1371. "y": 0,
  1372. "z": 0,
  1373. "w": 0.520833125
  1374. },
  1375. "_skyIllumHDR": 20000,
  1376. "_skyIllum": 20000,
  1377. "_groundAlbedoHDR": {
  1378. "__type__": "cc.Vec4",
  1379. "x": 0,
  1380. "y": 0,
  1381. "z": 0,
  1382. "w": 0
  1383. },
  1384. "_groundAlbedo": {
  1385. "__type__": "cc.Vec4",
  1386. "x": 0,
  1387. "y": 0,
  1388. "z": 0,
  1389. "w": 0
  1390. },
  1391. "_skyColorLDR": {
  1392. "__type__": "cc.Vec4",
  1393. "x": 0.2,
  1394. "y": 0.5,
  1395. "z": 0.8,
  1396. "w": 1
  1397. },
  1398. "_skyIllumLDR": 20000,
  1399. "_groundAlbedoLDR": {
  1400. "__type__": "cc.Vec4",
  1401. "x": 0.2,
  1402. "y": 0.2,
  1403. "z": 0.2,
  1404. "w": 1
  1405. }
  1406. },
  1407. {
  1408. "__type__": "cc.ShadowsInfo",
  1409. "_enabled": false,
  1410. "_type": 0,
  1411. "_normal": {
  1412. "__type__": "cc.Vec3",
  1413. "x": 0,
  1414. "y": 1,
  1415. "z": 0
  1416. },
  1417. "_distance": 0,
  1418. "_planeBias": 1,
  1419. "_shadowColor": {
  1420. "__type__": "cc.Color",
  1421. "r": 76,
  1422. "g": 76,
  1423. "b": 76,
  1424. "a": 255
  1425. },
  1426. "_maxReceived": 4,
  1427. "_size": {
  1428. "__type__": "cc.Vec2",
  1429. "x": 512,
  1430. "y": 512
  1431. }
  1432. },
  1433. {
  1434. "__type__": "cc.SkyboxInfo",
  1435. "_envLightingType": 0,
  1436. "_envmapHDR": null,
  1437. "_envmap": null,
  1438. "_envmapLDR": null,
  1439. "_diffuseMapHDR": null,
  1440. "_diffuseMapLDR": null,
  1441. "_enabled": false,
  1442. "_useHDR": true,
  1443. "_editableMaterial": null,
  1444. "_reflectionHDR": null,
  1445. "_reflectionLDR": null,
  1446. "_rotationAngle": 0
  1447. },
  1448. {
  1449. "__type__": "cc.FogInfo",
  1450. "_type": 0,
  1451. "_fogColor": {
  1452. "__type__": "cc.Color",
  1453. "r": 200,
  1454. "g": 200,
  1455. "b": 200,
  1456. "a": 255
  1457. },
  1458. "_enabled": false,
  1459. "_fogDensity": 0.3,
  1460. "_fogStart": 0.5,
  1461. "_fogEnd": 300,
  1462. "_fogAtten": 5,
  1463. "_fogTop": 1.5,
  1464. "_fogRange": 1.2,
  1465. "_accurate": false
  1466. },
  1467. {
  1468. "__type__": "cc.OctreeInfo",
  1469. "_enabled": false,
  1470. "_minPos": {
  1471. "__type__": "cc.Vec3",
  1472. "x": -1024,
  1473. "y": -1024,
  1474. "z": -1024
  1475. },
  1476. "_maxPos": {
  1477. "__type__": "cc.Vec3",
  1478. "x": 1024,
  1479. "y": 1024,
  1480. "z": 1024
  1481. },
  1482. "_depth": 8
  1483. },
  1484. {
  1485. "__type__": "cc.SkinInfo",
  1486. "_enabled": false,
  1487. "_blurRadius": 0.01,
  1488. "_sssIntensity": 3
  1489. },
  1490. {
  1491. "__type__": "cc.LightProbeInfo",
  1492. "_giScale": 1,
  1493. "_giSamples": 1024,
  1494. "_bounces": 2,
  1495. "_reduceRinging": 0,
  1496. "_showProbe": true,
  1497. "_showWireframe": true,
  1498. "_showConvex": false,
  1499. "_data": null,
  1500. "_lightProbeSphereVolume": 1
  1501. },
  1502. {
  1503. "__type__": "cc.PostSettingsInfo",
  1504. "_toneMappingType": 0
  1505. }
  1506. ]