test.scene 27 KB

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