aniScene.fire 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005
  1. [
  2. {
  3. "__type__": "cc.SceneAsset",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "_native": "",
  7. "scene": {
  8. "__id__": 1
  9. }
  10. },
  11. {
  12. "__type__": "cc.Scene",
  13. "_objFlags": 0,
  14. "_parent": null,
  15. "_children": [
  16. {
  17. "__id__": 2
  18. }
  19. ],
  20. "_active": false,
  21. "_components": [],
  22. "_prefab": null,
  23. "_opacity": 255,
  24. "_color": {
  25. "__type__": "cc.Color",
  26. "r": 255,
  27. "g": 255,
  28. "b": 255,
  29. "a": 255
  30. },
  31. "_contentSize": {
  32. "__type__": "cc.Size",
  33. "width": 0,
  34. "height": 0
  35. },
  36. "_anchorPoint": {
  37. "__type__": "cc.Vec2",
  38. "x": 0,
  39. "y": 0
  40. },
  41. "_trs": {
  42. "__type__": "TypedArray",
  43. "ctor": "Float64Array",
  44. "array": [
  45. 0,
  46. 0,
  47. 0,
  48. 0,
  49. 0,
  50. 0,
  51. 1,
  52. 1,
  53. 1,
  54. 1
  55. ]
  56. },
  57. "_is3DNode": true,
  58. "_groupIndex": 0,
  59. "groupIndex": 0,
  60. "autoReleaseAssets": false,
  61. "_id": "d1e29572-5b40-464b-8310-504273ee044e"
  62. },
  63. {
  64. "__type__": "cc.Node",
  65. "_name": "Canvas",
  66. "_objFlags": 0,
  67. "_parent": {
  68. "__id__": 1
  69. },
  70. "_children": [
  71. {
  72. "__id__": 3
  73. },
  74. {
  75. "__id__": 6
  76. }
  77. ],
  78. "_active": true,
  79. "_components": [
  80. {
  81. "__id__": 24
  82. },
  83. {
  84. "__id__": 25
  85. }
  86. ],
  87. "_prefab": null,
  88. "_opacity": 255,
  89. "_color": {
  90. "__type__": "cc.Color",
  91. "r": 255,
  92. "g": 255,
  93. "b": 255,
  94. "a": 255
  95. },
  96. "_contentSize": {
  97. "__type__": "cc.Size",
  98. "width": 640,
  99. "height": 1136
  100. },
  101. "_anchorPoint": {
  102. "__type__": "cc.Vec2",
  103. "x": 0.5,
  104. "y": 0.5
  105. },
  106. "_trs": {
  107. "__type__": "TypedArray",
  108. "ctor": "Float64Array",
  109. "array": [
  110. 320,
  111. 568,
  112. 0,
  113. 0,
  114. 0,
  115. 0,
  116. 1,
  117. 1,
  118. 1,
  119. 1
  120. ]
  121. },
  122. "_eulerAngles": {
  123. "__type__": "cc.Vec3",
  124. "x": 0,
  125. "y": 0,
  126. "z": 0
  127. },
  128. "_skewX": 0,
  129. "_skewY": 0,
  130. "_is3DNode": false,
  131. "_groupIndex": 0,
  132. "groupIndex": 0,
  133. "_id": "a5esZu+45LA5mBpvttspPD"
  134. },
  135. {
  136. "__type__": "cc.Node",
  137. "_name": "Main Camera",
  138. "_objFlags": 0,
  139. "_parent": {
  140. "__id__": 2
  141. },
  142. "_children": [],
  143. "_active": true,
  144. "_components": [
  145. {
  146. "__id__": 4
  147. },
  148. {
  149. "__id__": 5
  150. }
  151. ],
  152. "_prefab": null,
  153. "_opacity": 255,
  154. "_color": {
  155. "__type__": "cc.Color",
  156. "r": 255,
  157. "g": 255,
  158. "b": 255,
  159. "a": 255
  160. },
  161. "_contentSize": {
  162. "__type__": "cc.Size",
  163. "width": 640,
  164. "height": 1136
  165. },
  166. "_anchorPoint": {
  167. "__type__": "cc.Vec2",
  168. "x": 0.5,
  169. "y": 0.5
  170. },
  171. "_trs": {
  172. "__type__": "TypedArray",
  173. "ctor": "Float64Array",
  174. "array": [
  175. 0,
  176. 0,
  177. 0,
  178. 0,
  179. 0,
  180. 0,
  181. 1,
  182. 1,
  183. 1,
  184. 1
  185. ]
  186. },
  187. "_eulerAngles": {
  188. "__type__": "cc.Vec3",
  189. "x": 0,
  190. "y": 0,
  191. "z": 0
  192. },
  193. "_skewX": 0,
  194. "_skewY": 0,
  195. "_is3DNode": false,
  196. "_groupIndex": 0,
  197. "groupIndex": 0,
  198. "_id": "e1WoFrQ79G7r4ZuQE3HlNb"
  199. },
  200. {
  201. "__type__": "cc.Camera",
  202. "_name": "",
  203. "_objFlags": 0,
  204. "node": {
  205. "__id__": 3
  206. },
  207. "_enabled": true,
  208. "_cullingMask": 4294967295,
  209. "_clearFlags": 7,
  210. "_backgroundColor": {
  211. "__type__": "cc.Color",
  212. "r": 0,
  213. "g": 0,
  214. "b": 0,
  215. "a": 255
  216. },
  217. "_depth": -1,
  218. "_zoomRatio": 1,
  219. "_targetTexture": null,
  220. "_fov": 60,
  221. "_orthoSize": 10,
  222. "_nearClip": 1,
  223. "_farClip": 4096,
  224. "_ortho": true,
  225. "_rect": {
  226. "__type__": "cc.Rect",
  227. "x": 0,
  228. "y": 0,
  229. "width": 1,
  230. "height": 1
  231. },
  232. "_renderStages": 1,
  233. "_alignWithScreen": true,
  234. "_id": "81GN3uXINKVLeW4+iKSlim"
  235. },
  236. {
  237. "__type__": "cc.Widget",
  238. "_name": "",
  239. "_objFlags": 0,
  240. "node": {
  241. "__id__": 3
  242. },
  243. "_enabled": true,
  244. "alignMode": 1,
  245. "_target": null,
  246. "_alignFlags": 45,
  247. "_left": 0,
  248. "_right": 0,
  249. "_top": 0,
  250. "_bottom": 0,
  251. "_verticalCenter": 0,
  252. "_horizontalCenter": 0,
  253. "_isAbsLeft": true,
  254. "_isAbsRight": true,
  255. "_isAbsTop": true,
  256. "_isAbsBottom": true,
  257. "_isAbsHorizontalCenter": true,
  258. "_isAbsVerticalCenter": true,
  259. "_originalWidth": 960,
  260. "_originalHeight": 640,
  261. "_id": "0c19JipIRBG5meUOwWnsRz"
  262. },
  263. {
  264. "__type__": "cc.Node",
  265. "_name": "top",
  266. "_objFlags": 0,
  267. "_parent": {
  268. "__id__": 2
  269. },
  270. "_children": [
  271. {
  272. "__id__": 7
  273. },
  274. {
  275. "__id__": 19
  276. }
  277. ],
  278. "_active": true,
  279. "_components": [
  280. {
  281. "__id__": 23
  282. }
  283. ],
  284. "_prefab": null,
  285. "_opacity": 255,
  286. "_color": {
  287. "__type__": "cc.Color",
  288. "r": 255,
  289. "g": 255,
  290. "b": 255,
  291. "a": 255
  292. },
  293. "_contentSize": {
  294. "__type__": "cc.Size",
  295. "width": 0,
  296. "height": 0
  297. },
  298. "_anchorPoint": {
  299. "__type__": "cc.Vec2",
  300. "x": 0.5,
  301. "y": 0.5
  302. },
  303. "_trs": {
  304. "__type__": "TypedArray",
  305. "ctor": "Float64Array",
  306. "array": [
  307. -320,
  308. 568,
  309. 0,
  310. 0,
  311. 0,
  312. 0,
  313. 1,
  314. 1,
  315. 1,
  316. 1
  317. ]
  318. },
  319. "_eulerAngles": {
  320. "__type__": "cc.Vec3",
  321. "x": 0,
  322. "y": 0,
  323. "z": 0
  324. },
  325. "_skewX": 0,
  326. "_skewY": 0,
  327. "_is3DNode": false,
  328. "_groupIndex": 0,
  329. "groupIndex": 0,
  330. "_id": "21fhF4ZVVPcKzUZ2iRsiik"
  331. },
  332. {
  333. "__type__": "cc.Node",
  334. "_name": "aniTop",
  335. "_objFlags": 0,
  336. "_parent": {
  337. "__id__": 6
  338. },
  339. "_children": [
  340. {
  341. "__id__": 8
  342. }
  343. ],
  344. "_active": true,
  345. "_components": [],
  346. "_prefab": null,
  347. "_opacity": 255,
  348. "_color": {
  349. "__type__": "cc.Color",
  350. "r": 255,
  351. "g": 255,
  352. "b": 255,
  353. "a": 255
  354. },
  355. "_contentSize": {
  356. "__type__": "cc.Size",
  357. "width": 0,
  358. "height": 0
  359. },
  360. "_anchorPoint": {
  361. "__type__": "cc.Vec2",
  362. "x": 0.5,
  363. "y": 0.5
  364. },
  365. "_trs": {
  366. "__type__": "TypedArray",
  367. "ctor": "Float64Array",
  368. "array": [
  369. 320,
  370. 0,
  371. 0,
  372. 0,
  373. 0,
  374. 0,
  375. 1,
  376. 1,
  377. 1,
  378. 1
  379. ]
  380. },
  381. "_eulerAngles": {
  382. "__type__": "cc.Vec3",
  383. "x": 0,
  384. "y": 0,
  385. "z": 0
  386. },
  387. "_skewX": 0,
  388. "_skewY": 0,
  389. "_is3DNode": false,
  390. "_groupIndex": 0,
  391. "groupIndex": 0,
  392. "_id": "b4gdr+I3VDcLT0Nb/YUKp4"
  393. },
  394. {
  395. "__type__": "cc.Node",
  396. "_name": "ani",
  397. "_objFlags": 0,
  398. "_parent": {
  399. "__id__": 7
  400. },
  401. "_children": [
  402. {
  403. "__id__": 9
  404. }
  405. ],
  406. "_active": true,
  407. "_components": [
  408. {
  409. "__id__": 18
  410. }
  411. ],
  412. "_prefab": null,
  413. "_opacity": 255,
  414. "_color": {
  415. "__type__": "cc.Color",
  416. "r": 255,
  417. "g": 255,
  418. "b": 255,
  419. "a": 255
  420. },
  421. "_contentSize": {
  422. "__type__": "cc.Size",
  423. "width": 0,
  424. "height": 0
  425. },
  426. "_anchorPoint": {
  427. "__type__": "cc.Vec2",
  428. "x": 0.5,
  429. "y": 0.5
  430. },
  431. "_trs": {
  432. "__type__": "TypedArray",
  433. "ctor": "Float64Array",
  434. "array": [
  435. 0,
  436. 0,
  437. 0,
  438. 0,
  439. 0,
  440. 0,
  441. 1,
  442. 1,
  443. 1,
  444. 1
  445. ]
  446. },
  447. "_eulerAngles": {
  448. "__type__": "cc.Vec3",
  449. "x": 0,
  450. "y": 0,
  451. "z": 0
  452. },
  453. "_skewX": 0,
  454. "_skewY": 0,
  455. "_is3DNode": false,
  456. "_groupIndex": 0,
  457. "groupIndex": 0,
  458. "_id": "e4brpqpDdC8rSELTe4Xub0"
  459. },
  460. {
  461. "__type__": "cc.Node",
  462. "_name": "monster",
  463. "_objFlags": 512,
  464. "_parent": {
  465. "__id__": 8
  466. },
  467. "_children": [
  468. {
  469. "__id__": 10
  470. }
  471. ],
  472. "_active": true,
  473. "_components": [
  474. {
  475. "__id__": 14
  476. },
  477. {
  478. "__id__": 15
  479. },
  480. {
  481. "__id__": 16
  482. }
  483. ],
  484. "_prefab": {
  485. "__id__": 17
  486. },
  487. "_opacity": 255,
  488. "_color": {
  489. "__type__": "cc.Color",
  490. "r": 255,
  491. "g": 255,
  492. "b": 255,
  493. "a": 255
  494. },
  495. "_contentSize": {
  496. "__type__": "cc.Size",
  497. "width": 50,
  498. "height": 53
  499. },
  500. "_anchorPoint": {
  501. "__type__": "cc.Vec2",
  502. "x": 0.5,
  503. "y": 0.5
  504. },
  505. "_trs": {
  506. "__type__": "TypedArray",
  507. "ctor": "Float64Array",
  508. "array": [
  509. 0,
  510. 0,
  511. 0,
  512. 0,
  513. 0,
  514. 0,
  515. 1,
  516. 1,
  517. 1,
  518. 1
  519. ]
  520. },
  521. "_eulerAngles": {
  522. "__type__": "cc.Vec3",
  523. "x": 0,
  524. "y": 0,
  525. "z": 0
  526. },
  527. "_skewX": 0,
  528. "_skewY": 0,
  529. "_is3DNode": false,
  530. "_groupIndex": 0,
  531. "groupIndex": 0,
  532. "_id": "d4telNBQZIiKoO4nMBO03b"
  533. },
  534. {
  535. "__type__": "cc.Node",
  536. "_name": "m2",
  537. "_objFlags": 512,
  538. "_parent": {
  539. "__id__": 9
  540. },
  541. "_children": [],
  542. "_active": true,
  543. "_components": [
  544. {
  545. "__id__": 11
  546. },
  547. {
  548. "__id__": 12
  549. }
  550. ],
  551. "_prefab": {
  552. "__id__": 13
  553. },
  554. "_opacity": 255,
  555. "_color": {
  556. "__type__": "cc.Color",
  557. "r": 255,
  558. "g": 255,
  559. "b": 255,
  560. "a": 255
  561. },
  562. "_contentSize": {
  563. "__type__": "cc.Size",
  564. "width": 50,
  565. "height": 53
  566. },
  567. "_anchorPoint": {
  568. "__type__": "cc.Vec2",
  569. "x": 0.5,
  570. "y": 0.5
  571. },
  572. "_trs": {
  573. "__type__": "TypedArray",
  574. "ctor": "Float64Array",
  575. "array": [
  576. 0,
  577. 0,
  578. 0,
  579. 0,
  580. 0,
  581. 0,
  582. 1,
  583. 1,
  584. 1,
  585. 1
  586. ]
  587. },
  588. "_eulerAngles": {
  589. "__type__": "cc.Vec3",
  590. "x": 0,
  591. "y": 0,
  592. "z": 0
  593. },
  594. "_skewX": 0,
  595. "_skewY": 0,
  596. "_is3DNode": false,
  597. "_groupIndex": 0,
  598. "groupIndex": 0,
  599. "_id": "95JnEUs+5DIKYwSodnLse3"
  600. },
  601. {
  602. "__type__": "cc.Sprite",
  603. "_name": "",
  604. "_objFlags": 0,
  605. "node": {
  606. "__id__": 10
  607. },
  608. "_enabled": true,
  609. "_materials": [
  610. {
  611. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  612. }
  613. ],
  614. "_srcBlendFactor": 770,
  615. "_dstBlendFactor": 771,
  616. "_spriteFrame": {
  617. "__uuid__": "0eb27ae6-16db-4b18-9cd6-48e471660ccc"
  618. },
  619. "_type": 0,
  620. "_sizeMode": 1,
  621. "_fillType": 0,
  622. "_fillCenter": {
  623. "__type__": "cc.Vec2",
  624. "x": 0,
  625. "y": 0
  626. },
  627. "_fillStart": 0,
  628. "_fillRange": 0,
  629. "_isTrimmedMode": true,
  630. "_atlas": null,
  631. "_id": "b7O2Sg5tdFSYlRUXZh+uy9"
  632. },
  633. {
  634. "__type__": "37e54QPZ2pBMr/zg2i7rOZu",
  635. "_name": "",
  636. "_objFlags": 0,
  637. "node": {
  638. "__id__": 10
  639. },
  640. "_enabled": true,
  641. "_id": "08OQC0gAZIhIFspD/r4kYk"
  642. },
  643. {
  644. "__type__": "cc.PrefabInfo",
  645. "root": {
  646. "__id__": 9
  647. },
  648. "asset": {
  649. "__uuid__": "028a46d4-54b8-45e5-a0ba-b876325cef91"
  650. },
  651. "fileId": "c9cSlCP85DH6RiPv9OMVIj",
  652. "sync": false
  653. },
  654. {
  655. "__type__": "3491dCwpnhFEqX9BL4D2ZCF",
  656. "_name": "",
  657. "_objFlags": 0,
  658. "node": {
  659. "__id__": 9
  660. },
  661. "_enabled": true,
  662. "auto_update_point": true,
  663. "_id": "ed2ztQoXtItI0DsARfhA+b"
  664. },
  665. {
  666. "__type__": "43ca4XWdF1CwJKowXL8JAQ/",
  667. "_name": "",
  668. "_objFlags": 0,
  669. "node": {
  670. "__id__": 9
  671. },
  672. "_enabled": true,
  673. "_draw_collide": false,
  674. "_collide_shape": 3,
  675. "collide_group_id": 4,
  676. "_radius": 50,
  677. "_size": {
  678. "__type__": "cc.Size",
  679. "width": 100,
  680. "height": 100
  681. },
  682. "_polygon_points": [
  683. {
  684. "__type__": "cc.Vec2",
  685. "x": -25,
  686. "y": -27
  687. },
  688. {
  689. "__type__": "cc.Vec2",
  690. "x": 25,
  691. "y": -27
  692. },
  693. {
  694. "__type__": "cc.Vec2",
  695. "x": 25,
  696. "y": 27
  697. },
  698. {
  699. "__type__": "cc.Vec2",
  700. "x": -25,
  701. "y": 27
  702. }
  703. ],
  704. "_offset": {
  705. "__type__": "cc.Vec2",
  706. "x": 0,
  707. "y": 0
  708. },
  709. "data_string": "",
  710. "_id": "83nxuOfzpD8KUa0gxIf9u0"
  711. },
  712. {
  713. "__type__": "cc.PolygonCollider",
  714. "_name": "",
  715. "_objFlags": 0,
  716. "node": {
  717. "__id__": 9
  718. },
  719. "_enabled": false,
  720. "tag": 0,
  721. "_offset": {
  722. "__type__": "cc.Vec2",
  723. "x": 0,
  724. "y": 0
  725. },
  726. "points": [
  727. {
  728. "__type__": "cc.Vec2",
  729. "x": -25,
  730. "y": -27
  731. },
  732. {
  733. "__type__": "cc.Vec2",
  734. "x": 25,
  735. "y": -27
  736. },
  737. {
  738. "__type__": "cc.Vec2",
  739. "x": 25,
  740. "y": 27
  741. },
  742. {
  743. "__type__": "cc.Vec2",
  744. "x": -25,
  745. "y": 27
  746. }
  747. ],
  748. "_id": "a3f7/oqhtPU6ou773+9xA8"
  749. },
  750. {
  751. "__type__": "cc.PrefabInfo",
  752. "root": {
  753. "__id__": 9
  754. },
  755. "asset": {
  756. "__uuid__": "028a46d4-54b8-45e5-a0ba-b876325cef91"
  757. },
  758. "fileId": "",
  759. "sync": false
  760. },
  761. {
  762. "__type__": "cc.Animation",
  763. "_name": "",
  764. "_objFlags": 0,
  765. "node": {
  766. "__id__": 8
  767. },
  768. "_enabled": true,
  769. "_defaultClip": null,
  770. "_clips": [
  771. {
  772. "__uuid__": "5141118f-c3d9-46fc-b84d-35fd109ec7ac"
  773. }
  774. ],
  775. "playOnLoad": false,
  776. "_id": "10ZPbrw9hOz7/7dy6JWILp"
  777. },
  778. {
  779. "__type__": "cc.Node",
  780. "_name": "nestPlay",
  781. "_objFlags": 0,
  782. "_parent": {
  783. "__id__": 6
  784. },
  785. "_children": [
  786. {
  787. "__id__": 20
  788. }
  789. ],
  790. "_active": true,
  791. "_components": [
  792. {
  793. "__id__": 22
  794. }
  795. ],
  796. "_prefab": null,
  797. "_opacity": 255,
  798. "_color": {
  799. "__type__": "cc.Color",
  800. "r": 255,
  801. "g": 255,
  802. "b": 255,
  803. "a": 255
  804. },
  805. "_contentSize": {
  806. "__type__": "cc.Size",
  807. "width": 0,
  808. "height": 0
  809. },
  810. "_anchorPoint": {
  811. "__type__": "cc.Vec2",
  812. "x": 0.5,
  813. "y": 0.5
  814. },
  815. "_trs": {
  816. "__type__": "TypedArray",
  817. "ctor": "Float64Array",
  818. "array": [
  819. 546.278,
  820. 0,
  821. 0,
  822. 0,
  823. 0,
  824. 0,
  825. 1,
  826. 1,
  827. 1,
  828. 1
  829. ]
  830. },
  831. "_eulerAngles": {
  832. "__type__": "cc.Vec3",
  833. "x": 0,
  834. "y": 0,
  835. "z": 0
  836. },
  837. "_skewX": 0,
  838. "_skewY": 0,
  839. "_is3DNode": false,
  840. "_groupIndex": 0,
  841. "groupIndex": 0,
  842. "_id": "9fl8JavPFOOpn6f1nkGoIa"
  843. },
  844. {
  845. "__type__": "cc.Node",
  846. "_name": "nest",
  847. "_objFlags": 0,
  848. "_parent": {
  849. "__id__": 19
  850. },
  851. "_children": [],
  852. "_active": true,
  853. "_components": [
  854. {
  855. "__id__": 21
  856. }
  857. ],
  858. "_prefab": null,
  859. "_opacity": 255,
  860. "_color": {
  861. "__type__": "cc.Color",
  862. "r": 255,
  863. "g": 255,
  864. "b": 255,
  865. "a": 255
  866. },
  867. "_contentSize": {
  868. "__type__": "cc.Size",
  869. "width": 0,
  870. "height": 0
  871. },
  872. "_anchorPoint": {
  873. "__type__": "cc.Vec2",
  874. "x": 0.5,
  875. "y": 0.5
  876. },
  877. "_trs": {
  878. "__type__": "TypedArray",
  879. "ctor": "Float64Array",
  880. "array": [
  881. 0,
  882. 0,
  883. 0,
  884. 0,
  885. 0,
  886. 0,
  887. 1,
  888. 1,
  889. 1,
  890. 1
  891. ]
  892. },
  893. "_eulerAngles": {
  894. "__type__": "cc.Vec3",
  895. "x": 0,
  896. "y": 0,
  897. "z": 0
  898. },
  899. "_skewX": 0,
  900. "_skewY": 0,
  901. "_is3DNode": false,
  902. "_groupIndex": 0,
  903. "groupIndex": 0,
  904. "_id": "ddw/hj+X1GWq7KxthC2PDk"
  905. },
  906. {
  907. "__type__": "48dfaPtVhdL55Wy24GR/KOY",
  908. "_name": "",
  909. "_objFlags": 0,
  910. "node": {
  911. "__id__": 20
  912. },
  913. "_enabled": true,
  914. "monster": {
  915. "__uuid__": "028a46d4-54b8-45e5-a0ba-b876325cef91"
  916. },
  917. "aniClip": [
  918. {
  919. "__uuid__": "5141118f-c3d9-46fc-b84d-35fd109ec7ac"
  920. }
  921. ],
  922. "_id": "a49EFuIgBANYtzCAMsZ1yW"
  923. },
  924. {
  925. "__type__": "2ee92PWQr5EBIaSgbtCu5ic",
  926. "_name": "",
  927. "_objFlags": 0,
  928. "node": {
  929. "__id__": 19
  930. },
  931. "_enabled": true,
  932. "_id": "9fFirxzAhBu5zXVSSn4NUj"
  933. },
  934. {
  935. "__type__": "cc.Widget",
  936. "_name": "",
  937. "_objFlags": 0,
  938. "node": {
  939. "__id__": 6
  940. },
  941. "_enabled": true,
  942. "alignMode": 1,
  943. "_target": null,
  944. "_alignFlags": 9,
  945. "_left": 0,
  946. "_right": 0,
  947. "_top": 0,
  948. "_bottom": 0,
  949. "_verticalCenter": 0,
  950. "_horizontalCenter": 0,
  951. "_isAbsLeft": true,
  952. "_isAbsRight": true,
  953. "_isAbsTop": true,
  954. "_isAbsBottom": true,
  955. "_isAbsHorizontalCenter": true,
  956. "_isAbsVerticalCenter": true,
  957. "_originalWidth": 0,
  958. "_originalHeight": 0,
  959. "_id": "58PhAQyh9Noaa8YtrZr6B/"
  960. },
  961. {
  962. "__type__": "cc.Canvas",
  963. "_name": "",
  964. "_objFlags": 0,
  965. "node": {
  966. "__id__": 2
  967. },
  968. "_enabled": true,
  969. "_designResolution": {
  970. "__type__": "cc.Size",
  971. "width": 640,
  972. "height": 1136
  973. },
  974. "_fitWidth": false,
  975. "_fitHeight": true,
  976. "_id": "59Cd0ovbdF4byw5sbjJDx7"
  977. },
  978. {
  979. "__type__": "cc.Widget",
  980. "_name": "",
  981. "_objFlags": 0,
  982. "node": {
  983. "__id__": 2
  984. },
  985. "_enabled": true,
  986. "alignMode": 1,
  987. "_target": null,
  988. "_alignFlags": 45,
  989. "_left": 0,
  990. "_right": 0,
  991. "_top": 0,
  992. "_bottom": 0,
  993. "_verticalCenter": 0,
  994. "_horizontalCenter": 0,
  995. "_isAbsLeft": true,
  996. "_isAbsRight": true,
  997. "_isAbsTop": true,
  998. "_isAbsBottom": true,
  999. "_isAbsHorizontalCenter": true,
  1000. "_isAbsVerticalCenter": true,
  1001. "_originalWidth": 0,
  1002. "_originalHeight": 0,
  1003. "_id": "29zXboiXFBKoIV4PQ2liTe"
  1004. }
  1005. ]