pathtest.fire 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131
  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": "c31c1576-fab0-44f6-be30-41ada8095d86"
  62. },
  63. {
  64. "__type__": "cc.Node",
  65. "_name": "pathTest",
  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__": 27
  82. },
  83. {
  84. "__id__": 28
  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": 1500
  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. 750,
  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": 1500
  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": 11,
  260. "_originalHeight": 640,
  261. "_id": "2fj9x2LWBHc6bqfzdROv05"
  262. },
  263. {
  264. "__type__": "cc.Node",
  265. "_name": "level1-2",
  266. "_objFlags": 0,
  267. "_parent": {
  268. "__id__": 2
  269. },
  270. "_children": [
  271. {
  272. "__id__": 7
  273. }
  274. ],
  275. "_active": true,
  276. "_components": [
  277. {
  278. "__id__": 26
  279. }
  280. ],
  281. "_prefab": null,
  282. "_opacity": 255,
  283. "_color": {
  284. "__type__": "cc.Color",
  285. "r": 255,
  286. "g": 255,
  287. "b": 255,
  288. "a": 255
  289. },
  290. "_contentSize": {
  291. "__type__": "cc.Size",
  292. "width": 640,
  293. "height": 1500
  294. },
  295. "_anchorPoint": {
  296. "__type__": "cc.Vec2",
  297. "x": 0.5,
  298. "y": 0.5
  299. },
  300. "_trs": {
  301. "__type__": "TypedArray",
  302. "ctor": "Float64Array",
  303. "array": [
  304. 0,
  305. 0,
  306. 0,
  307. 0,
  308. 0,
  309. 0,
  310. 1,
  311. 1,
  312. 1,
  313. 1
  314. ]
  315. },
  316. "_eulerAngles": {
  317. "__type__": "cc.Vec3",
  318. "x": 0,
  319. "y": 0,
  320. "z": 0
  321. },
  322. "_skewX": 0,
  323. "_skewY": 0,
  324. "_is3DNode": false,
  325. "_groupIndex": 0,
  326. "groupIndex": 0,
  327. "_id": "793nqhrx9EaoWWQwn6Ih2V"
  328. },
  329. {
  330. "__type__": "cc.Node",
  331. "_name": "demo",
  332. "_objFlags": 0,
  333. "_parent": {
  334. "__id__": 6
  335. },
  336. "_children": [
  337. {
  338. "__id__": 8
  339. },
  340. {
  341. "__id__": 18
  342. },
  343. {
  344. "__id__": 20
  345. },
  346. {
  347. "__id__": 22
  348. }
  349. ],
  350. "_active": true,
  351. "_components": [
  352. {
  353. "__id__": 24
  354. },
  355. {
  356. "__id__": 25
  357. }
  358. ],
  359. "_prefab": null,
  360. "_opacity": 255,
  361. "_color": {
  362. "__type__": "cc.Color",
  363. "r": 255,
  364. "g": 255,
  365. "b": 255,
  366. "a": 255
  367. },
  368. "_contentSize": {
  369. "__type__": "cc.Size",
  370. "width": 0,
  371. "height": 0
  372. },
  373. "_anchorPoint": {
  374. "__type__": "cc.Vec2",
  375. "x": 0.5,
  376. "y": 0.5
  377. },
  378. "_trs": {
  379. "__type__": "TypedArray",
  380. "ctor": "Float64Array",
  381. "array": [
  382. 0,
  383. 750,
  384. 0,
  385. 0,
  386. 0,
  387. 0,
  388. 1,
  389. 1,
  390. 1,
  391. 1
  392. ]
  393. },
  394. "_eulerAngles": {
  395. "__type__": "cc.Vec3",
  396. "x": 0,
  397. "y": 0,
  398. "z": 0
  399. },
  400. "_skewX": 0,
  401. "_skewY": 0,
  402. "_is3DNode": false,
  403. "_groupIndex": 0,
  404. "groupIndex": 0,
  405. "_id": "afdBPhBvZNLICxUng2uahf"
  406. },
  407. {
  408. "__type__": "cc.Node",
  409. "_name": "path",
  410. "_objFlags": 0,
  411. "_parent": {
  412. "__id__": 7
  413. },
  414. "_children": [
  415. {
  416. "__id__": 9
  417. }
  418. ],
  419. "_active": false,
  420. "_components": [
  421. {
  422. "__id__": 17
  423. }
  424. ],
  425. "_prefab": null,
  426. "_opacity": 255,
  427. "_color": {
  428. "__type__": "cc.Color",
  429. "r": 255,
  430. "g": 255,
  431. "b": 255,
  432. "a": 255
  433. },
  434. "_contentSize": {
  435. "__type__": "cc.Size",
  436. "width": 0,
  437. "height": 0
  438. },
  439. "_anchorPoint": {
  440. "__type__": "cc.Vec2",
  441. "x": 0.5,
  442. "y": 0.5
  443. },
  444. "_trs": {
  445. "__type__": "TypedArray",
  446. "ctor": "Float64Array",
  447. "array": [
  448. 0,
  449. 0,
  450. 0,
  451. 0,
  452. 0,
  453. 0,
  454. 1,
  455. 1,
  456. 1,
  457. 1
  458. ]
  459. },
  460. "_eulerAngles": {
  461. "__type__": "cc.Vec3",
  462. "x": 0,
  463. "y": 0,
  464. "z": 0
  465. },
  466. "_skewX": 0,
  467. "_skewY": 0,
  468. "_is3DNode": false,
  469. "_groupIndex": 0,
  470. "groupIndex": 0,
  471. "_id": "7dPHCW/wNBPKzKmB4vNNPG"
  472. },
  473. {
  474. "__type__": "cc.Node",
  475. "_name": "monster",
  476. "_objFlags": 512,
  477. "_parent": {
  478. "__id__": 8
  479. },
  480. "_children": [
  481. {
  482. "__id__": 10
  483. }
  484. ],
  485. "_active": true,
  486. "_components": [
  487. {
  488. "__id__": 13
  489. },
  490. {
  491. "__id__": 14
  492. },
  493. {
  494. "__id__": 15
  495. }
  496. ],
  497. "_prefab": {
  498. "__id__": 16
  499. },
  500. "_opacity": 255,
  501. "_color": {
  502. "__type__": "cc.Color",
  503. "r": 255,
  504. "g": 255,
  505. "b": 255,
  506. "a": 255
  507. },
  508. "_contentSize": {
  509. "__type__": "cc.Size",
  510. "width": 50,
  511. "height": 53
  512. },
  513. "_anchorPoint": {
  514. "__type__": "cc.Vec2",
  515. "x": 0.5,
  516. "y": 0.5
  517. },
  518. "_trs": {
  519. "__type__": "TypedArray",
  520. "ctor": "Float64Array",
  521. "array": [
  522. 0,
  523. 0,
  524. 0,
  525. 0,
  526. 0,
  527. 0,
  528. 1,
  529. 1,
  530. 1,
  531. 1
  532. ]
  533. },
  534. "_eulerAngles": {
  535. "__type__": "cc.Vec3",
  536. "x": 0,
  537. "y": 0,
  538. "z": 0
  539. },
  540. "_skewX": 0,
  541. "_skewY": 0,
  542. "_is3DNode": false,
  543. "_groupIndex": 0,
  544. "groupIndex": 0,
  545. "_id": "cdv7pcdutObJgANnW4bz6U"
  546. },
  547. {
  548. "__type__": "cc.Node",
  549. "_name": "m2",
  550. "_objFlags": 0,
  551. "_parent": {
  552. "__id__": 9
  553. },
  554. "_children": [],
  555. "_active": true,
  556. "_components": [
  557. {
  558. "__id__": 11
  559. }
  560. ],
  561. "_prefab": {
  562. "__id__": 12
  563. },
  564. "_opacity": 255,
  565. "_color": {
  566. "__type__": "cc.Color",
  567. "r": 255,
  568. "g": 255,
  569. "b": 255,
  570. "a": 255
  571. },
  572. "_contentSize": {
  573. "__type__": "cc.Size",
  574. "width": 50,
  575. "height": 53
  576. },
  577. "_anchorPoint": {
  578. "__type__": "cc.Vec2",
  579. "x": 0.5,
  580. "y": 0.5
  581. },
  582. "_trs": {
  583. "__type__": "TypedArray",
  584. "ctor": "Float64Array",
  585. "array": [
  586. 0,
  587. 0,
  588. 0,
  589. 0,
  590. 0,
  591. 0,
  592. 1,
  593. 1,
  594. 1,
  595. 1
  596. ]
  597. },
  598. "_eulerAngles": {
  599. "__type__": "cc.Vec3",
  600. "x": 0,
  601. "y": 0,
  602. "z": 0
  603. },
  604. "_skewX": 0,
  605. "_skewY": 0,
  606. "_is3DNode": false,
  607. "_groupIndex": 0,
  608. "groupIndex": 0,
  609. "_id": "15SCjbGQJOQLYqYHX/VQJ0"
  610. },
  611. {
  612. "__type__": "cc.Sprite",
  613. "_name": "",
  614. "_objFlags": 0,
  615. "node": {
  616. "__id__": 10
  617. },
  618. "_enabled": true,
  619. "_materials": [
  620. {
  621. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  622. }
  623. ],
  624. "_srcBlendFactor": 770,
  625. "_dstBlendFactor": 771,
  626. "_spriteFrame": {
  627. "__uuid__": "0eb27ae6-16db-4b18-9cd6-48e471660ccc"
  628. },
  629. "_type": 0,
  630. "_sizeMode": 1,
  631. "_fillType": 0,
  632. "_fillCenter": {
  633. "__type__": "cc.Vec2",
  634. "x": 0,
  635. "y": 0
  636. },
  637. "_fillStart": 0,
  638. "_fillRange": 0,
  639. "_isTrimmedMode": true,
  640. "_atlas": null,
  641. "_id": "39asBSSqpAr76kuA6NikKX"
  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": "e5ODVqvLFNTqCTv8yeKzRE"
  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": "115CkWPhJE/JR64OLpuwsR"
  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": "c7ENrD7a9KSK4RedPriTKn"
  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": {
  770. "__uuid__": "e3ebd73a-0310-4b77-a53f-b172447f8338"
  771. },
  772. "_clips": [
  773. {
  774. "__uuid__": "e3ebd73a-0310-4b77-a53f-b172447f8338"
  775. }
  776. ],
  777. "playOnLoad": false,
  778. "_id": "50s7PbpsNMjrWNXHjVN5BY"
  779. },
  780. {
  781. "__type__": "cc.Node",
  782. "_name": "pathPlay",
  783. "_objFlags": 0,
  784. "_parent": {
  785. "__id__": 7
  786. },
  787. "_children": [],
  788. "_active": true,
  789. "_components": [
  790. {
  791. "__id__": 19
  792. }
  793. ],
  794. "_prefab": null,
  795. "_opacity": 255,
  796. "_color": {
  797. "__type__": "cc.Color",
  798. "r": 255,
  799. "g": 255,
  800. "b": 255,
  801. "a": 255
  802. },
  803. "_contentSize": {
  804. "__type__": "cc.Size",
  805. "width": 0,
  806. "height": 0
  807. },
  808. "_anchorPoint": {
  809. "__type__": "cc.Vec2",
  810. "x": 0.5,
  811. "y": 0.5
  812. },
  813. "_trs": {
  814. "__type__": "TypedArray",
  815. "ctor": "Float64Array",
  816. "array": [
  817. 0,
  818. 0,
  819. 0,
  820. 0,
  821. 0,
  822. 0,
  823. 1,
  824. 1,
  825. 1,
  826. 1
  827. ]
  828. },
  829. "_eulerAngles": {
  830. "__type__": "cc.Vec3",
  831. "x": 0,
  832. "y": 0,
  833. "z": 0
  834. },
  835. "_skewX": 0,
  836. "_skewY": 0,
  837. "_is3DNode": false,
  838. "_groupIndex": 0,
  839. "groupIndex": 0,
  840. "_id": "a19NhB6YNOLZEvsxhIDGic"
  841. },
  842. {
  843. "__type__": "4d3fcHTBlpMkp4oVmYBBuEb",
  844. "_name": "",
  845. "_objFlags": 0,
  846. "node": {
  847. "__id__": 18
  848. },
  849. "_enabled": true,
  850. "monster": {
  851. "__uuid__": "028a46d4-54b8-45e5-a0ba-b876325cef91"
  852. },
  853. "aniClip": {
  854. "__uuid__": "e3ebd73a-0310-4b77-a53f-b172447f8338"
  855. },
  856. "_num": 7,
  857. "_time": 0.2,
  858. "_delay": 0,
  859. "_id": "6es1weDvZKno7apIyDvSwz"
  860. },
  861. {
  862. "__type__": "cc.Node",
  863. "_name": "pathPlay",
  864. "_objFlags": 0,
  865. "_parent": {
  866. "__id__": 7
  867. },
  868. "_children": [],
  869. "_active": true,
  870. "_components": [
  871. {
  872. "__id__": 21
  873. }
  874. ],
  875. "_prefab": null,
  876. "_opacity": 255,
  877. "_color": {
  878. "__type__": "cc.Color",
  879. "r": 255,
  880. "g": 255,
  881. "b": 255,
  882. "a": 255
  883. },
  884. "_contentSize": {
  885. "__type__": "cc.Size",
  886. "width": 0,
  887. "height": 0
  888. },
  889. "_anchorPoint": {
  890. "__type__": "cc.Vec2",
  891. "x": 0.5,
  892. "y": 0.5
  893. },
  894. "_trs": {
  895. "__type__": "TypedArray",
  896. "ctor": "Float64Array",
  897. "array": [
  898. 154.063,
  899. 0,
  900. 0,
  901. 0,
  902. 0,
  903. 0,
  904. 1,
  905. 1,
  906. 1,
  907. 1
  908. ]
  909. },
  910. "_eulerAngles": {
  911. "__type__": "cc.Vec3",
  912. "x": 0,
  913. "y": 0,
  914. "z": 0
  915. },
  916. "_skewX": 0,
  917. "_skewY": 0,
  918. "_is3DNode": false,
  919. "_groupIndex": 0,
  920. "groupIndex": 0,
  921. "_id": "fdahVTGpRMYaAs403XSkTR"
  922. },
  923. {
  924. "__type__": "4d3fcHTBlpMkp4oVmYBBuEb",
  925. "_name": "",
  926. "_objFlags": 0,
  927. "node": {
  928. "__id__": 20
  929. },
  930. "_enabled": true,
  931. "monster": {
  932. "__uuid__": "028a46d4-54b8-45e5-a0ba-b876325cef91"
  933. },
  934. "aniClip": {
  935. "__uuid__": "e3ebd73a-0310-4b77-a53f-b172447f8338"
  936. },
  937. "_num": 7,
  938. "_time": 0.2,
  939. "_delay": 0,
  940. "_id": "4ebaM2n/lEX6VpjCnt/G3q"
  941. },
  942. {
  943. "__type__": "cc.Node",
  944. "_name": "pathPlay",
  945. "_objFlags": 0,
  946. "_parent": {
  947. "__id__": 7
  948. },
  949. "_children": [],
  950. "_active": true,
  951. "_components": [
  952. {
  953. "__id__": 23
  954. }
  955. ],
  956. "_prefab": null,
  957. "_opacity": 255,
  958. "_color": {
  959. "__type__": "cc.Color",
  960. "r": 255,
  961. "g": 255,
  962. "b": 255,
  963. "a": 255
  964. },
  965. "_contentSize": {
  966. "__type__": "cc.Size",
  967. "width": 0,
  968. "height": 0
  969. },
  970. "_anchorPoint": {
  971. "__type__": "cc.Vec2",
  972. "x": 0.5,
  973. "y": 0.5
  974. },
  975. "_trs": {
  976. "__type__": "TypedArray",
  977. "ctor": "Float64Array",
  978. "array": [
  979. -140.858,
  980. 0,
  981. 0,
  982. 0,
  983. 0,
  984. 0,
  985. 1,
  986. 1,
  987. 1,
  988. 1
  989. ]
  990. },
  991. "_eulerAngles": {
  992. "__type__": "cc.Vec3",
  993. "x": 0,
  994. "y": 0,
  995. "z": 0
  996. },
  997. "_skewX": 0,
  998. "_skewY": 0,
  999. "_is3DNode": false,
  1000. "_groupIndex": 0,
  1001. "groupIndex": 0,
  1002. "_id": "8alyf3XY9JKb9FlLd33tye"
  1003. },
  1004. {
  1005. "__type__": "4d3fcHTBlpMkp4oVmYBBuEb",
  1006. "_name": "",
  1007. "_objFlags": 0,
  1008. "node": {
  1009. "__id__": 22
  1010. },
  1011. "_enabled": true,
  1012. "monster": {
  1013. "__uuid__": "028a46d4-54b8-45e5-a0ba-b876325cef91"
  1014. },
  1015. "aniClip": {
  1016. "__uuid__": "e3ebd73a-0310-4b77-a53f-b172447f8338"
  1017. },
  1018. "_num": 7,
  1019. "_time": 0.2,
  1020. "_delay": 0,
  1021. "_id": "bdkxbgmbZMGqiXibXoOycS"
  1022. },
  1023. {
  1024. "__type__": "cc.Widget",
  1025. "_name": "",
  1026. "_objFlags": 0,
  1027. "node": {
  1028. "__id__": 7
  1029. },
  1030. "_enabled": true,
  1031. "alignMode": 1,
  1032. "_target": null,
  1033. "_alignFlags": 1,
  1034. "_left": 0,
  1035. "_right": 0,
  1036. "_top": 0,
  1037. "_bottom": 0,
  1038. "_verticalCenter": 0,
  1039. "_horizontalCenter": 0,
  1040. "_isAbsLeft": true,
  1041. "_isAbsRight": true,
  1042. "_isAbsTop": true,
  1043. "_isAbsBottom": true,
  1044. "_isAbsHorizontalCenter": true,
  1045. "_isAbsVerticalCenter": true,
  1046. "_originalWidth": 0,
  1047. "_originalHeight": 0,
  1048. "_id": "6c1N3byrxNp4L7dQPGc9Ik"
  1049. },
  1050. {
  1051. "__type__": "2ee92PWQr5EBIaSgbtCu5ic",
  1052. "_name": "",
  1053. "_objFlags": 0,
  1054. "node": {
  1055. "__id__": 7
  1056. },
  1057. "_enabled": true,
  1058. "_id": "a8lvG7HE5JL42mPGzSPOtN"
  1059. },
  1060. {
  1061. "__type__": "cc.Widget",
  1062. "_name": "",
  1063. "_objFlags": 0,
  1064. "node": {
  1065. "__id__": 6
  1066. },
  1067. "_enabled": true,
  1068. "alignMode": 1,
  1069. "_target": null,
  1070. "_alignFlags": 45,
  1071. "_left": 0,
  1072. "_right": 0,
  1073. "_top": 0,
  1074. "_bottom": 0,
  1075. "_verticalCenter": 0,
  1076. "_horizontalCenter": 0,
  1077. "_isAbsLeft": true,
  1078. "_isAbsRight": true,
  1079. "_isAbsTop": true,
  1080. "_isAbsBottom": true,
  1081. "_isAbsHorizontalCenter": true,
  1082. "_isAbsVerticalCenter": true,
  1083. "_originalWidth": 0,
  1084. "_originalHeight": 0,
  1085. "_id": "70ScvQJO5HjIHPtAU24zcC"
  1086. },
  1087. {
  1088. "__type__": "cc.Canvas",
  1089. "_name": "",
  1090. "_objFlags": 0,
  1091. "node": {
  1092. "__id__": 2
  1093. },
  1094. "_enabled": true,
  1095. "_designResolution": {
  1096. "__type__": "cc.Size",
  1097. "width": 640,
  1098. "height": 1500
  1099. },
  1100. "_fitWidth": false,
  1101. "_fitHeight": true,
  1102. "_id": "59Cd0ovbdF4byw5sbjJDx7"
  1103. },
  1104. {
  1105. "__type__": "cc.Widget",
  1106. "_name": "",
  1107. "_objFlags": 0,
  1108. "node": {
  1109. "__id__": 2
  1110. },
  1111. "_enabled": true,
  1112. "alignMode": 1,
  1113. "_target": null,
  1114. "_alignFlags": 45,
  1115. "_left": 0,
  1116. "_right": 0,
  1117. "_top": 0,
  1118. "_bottom": 0,
  1119. "_verticalCenter": 0,
  1120. "_horizontalCenter": 0,
  1121. "_isAbsLeft": true,
  1122. "_isAbsRight": true,
  1123. "_isAbsTop": true,
  1124. "_isAbsBottom": true,
  1125. "_isAbsHorizontalCenter": true,
  1126. "_isAbsVerticalCenter": true,
  1127. "_originalWidth": 0,
  1128. "_originalHeight": 0,
  1129. "_id": "29zXboiXFBKoIV4PQ2liTe"
  1130. }
  1131. ]