Bird.prefab 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "",
  5. "_objFlags": 0,
  6. "_native": "",
  7. "data": {
  8. "__id__": 1
  9. },
  10. "optimizationPolicy": 0,
  11. "asyncLoadAssets": false,
  12. "readonly": false
  13. },
  14. {
  15. "__type__": "cc.Node",
  16. "_name": "Bird",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. }
  23. ],
  24. "_active": true,
  25. "_components": [
  26. {
  27. "__id__": 14
  28. },
  29. {
  30. "__id__": 15
  31. },
  32. {
  33. "__id__": 16
  34. },
  35. {
  36. "__id__": 17
  37. }
  38. ],
  39. "_prefab": {
  40. "__id__": 18
  41. },
  42. "_opacity": 255,
  43. "_color": {
  44. "__type__": "cc.Color",
  45. "r": 255,
  46. "g": 255,
  47. "b": 255,
  48. "a": 255
  49. },
  50. "_contentSize": {
  51. "__type__": "cc.Size",
  52. "width": 0,
  53. "height": 0
  54. },
  55. "_anchorPoint": {
  56. "__type__": "cc.Vec2",
  57. "x": 0.5,
  58. "y": 0.5
  59. },
  60. "_trs": {
  61. "__type__": "TypedArray",
  62. "ctor": "Float64Array",
  63. "array": [
  64. -2000,
  65. 0,
  66. 0,
  67. 0,
  68. 0,
  69. 0,
  70. 1,
  71. 0.4000000059604645,
  72. 0.4000000059604645,
  73. 1
  74. ]
  75. },
  76. "_eulerAngles": {
  77. "__type__": "cc.Vec3",
  78. "x": 0,
  79. "y": 0,
  80. "z": 0
  81. },
  82. "_skewX": 0,
  83. "_skewY": 0,
  84. "_is3DNode": false,
  85. "_groupIndex": 2,
  86. "groupIndex": 2,
  87. "_id": ""
  88. },
  89. {
  90. "__type__": "cc.Node",
  91. "_name": "Body",
  92. "_objFlags": 0,
  93. "_parent": {
  94. "__id__": 1
  95. },
  96. "_children": [
  97. {
  98. "__id__": 3
  99. },
  100. {
  101. "__id__": 6
  102. },
  103. {
  104. "__id__": 9
  105. }
  106. ],
  107. "_active": true,
  108. "_components": [
  109. {
  110. "__id__": 12
  111. }
  112. ],
  113. "_prefab": {
  114. "__id__": 13
  115. },
  116. "_opacity": 255,
  117. "_color": {
  118. "__type__": "cc.Color",
  119. "r": 255,
  120. "g": 255,
  121. "b": 255,
  122. "a": 255
  123. },
  124. "_contentSize": {
  125. "__type__": "cc.Size",
  126. "width": 327,
  127. "height": 188
  128. },
  129. "_anchorPoint": {
  130. "__type__": "cc.Vec2",
  131. "x": 0.5,
  132. "y": 0.5
  133. },
  134. "_trs": {
  135. "__type__": "TypedArray",
  136. "ctor": "Float64Array",
  137. "array": [
  138. 0,
  139. 0,
  140. 0,
  141. 0,
  142. 0,
  143. 0,
  144. 1,
  145. 1,
  146. 1,
  147. 1
  148. ]
  149. },
  150. "_eulerAngles": {
  151. "__type__": "cc.Vec3",
  152. "x": 0,
  153. "y": 0,
  154. "z": 0
  155. },
  156. "_skewX": 0,
  157. "_skewY": 0,
  158. "_is3DNode": false,
  159. "_groupIndex": 2,
  160. "groupIndex": 2,
  161. "_id": ""
  162. },
  163. {
  164. "__type__": "cc.Node",
  165. "_name": "Scream",
  166. "_objFlags": 0,
  167. "_parent": {
  168. "__id__": 2
  169. },
  170. "_children": [],
  171. "_active": false,
  172. "_components": [
  173. {
  174. "__id__": 4
  175. }
  176. ],
  177. "_prefab": {
  178. "__id__": 5
  179. },
  180. "_opacity": 255,
  181. "_color": {
  182. "__type__": "cc.Color",
  183. "r": 255,
  184. "g": 255,
  185. "b": 255,
  186. "a": 255
  187. },
  188. "_contentSize": {
  189. "__type__": "cc.Size",
  190. "width": 64,
  191. "height": 66
  192. },
  193. "_anchorPoint": {
  194. "__type__": "cc.Vec2",
  195. "x": 0.5,
  196. "y": 0.5
  197. },
  198. "_trs": {
  199. "__type__": "TypedArray",
  200. "ctor": "Float64Array",
  201. "array": [
  202. 103.38099670410156,
  203. 19.97100067138672,
  204. 0,
  205. 0,
  206. 0,
  207. 0,
  208. 1,
  209. 1,
  210. 1,
  211. 1
  212. ]
  213. },
  214. "_eulerAngles": {
  215. "__type__": "cc.Vec3",
  216. "x": 0,
  217. "y": 0,
  218. "z": 0
  219. },
  220. "_skewX": 0,
  221. "_skewY": 0,
  222. "_is3DNode": false,
  223. "_groupIndex": 2,
  224. "groupIndex": 2,
  225. "_id": ""
  226. },
  227. {
  228. "__type__": "cc.Sprite",
  229. "_name": "",
  230. "_objFlags": 0,
  231. "node": {
  232. "__id__": 3
  233. },
  234. "_enabled": true,
  235. "_materials": [
  236. {
  237. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  238. }
  239. ],
  240. "_srcBlendFactor": 770,
  241. "_dstBlendFactor": 771,
  242. "_spriteFrame": {
  243. "__uuid__": "b29f64c3-4e57-46d2-993a-071c506075da"
  244. },
  245. "_type": 0,
  246. "_sizeMode": 0,
  247. "_fillType": 0,
  248. "_fillCenter": {
  249. "__type__": "cc.Vec2",
  250. "x": 0,
  251. "y": 0
  252. },
  253. "_fillStart": 0,
  254. "_fillRange": 0,
  255. "_isTrimmedMode": true,
  256. "_atlas": null,
  257. "_id": ""
  258. },
  259. {
  260. "__type__": "cc.PrefabInfo",
  261. "root": {
  262. "__id__": 1
  263. },
  264. "asset": {
  265. "__uuid__": "541924d4-0701-47f1-8a93-9869ae824f3d"
  266. },
  267. "fileId": "99UkKmC2hPlIj+f382tIHj",
  268. "sync": false
  269. },
  270. {
  271. "__type__": "cc.Node",
  272. "_name": "Smart",
  273. "_objFlags": 0,
  274. "_parent": {
  275. "__id__": 2
  276. },
  277. "_children": [],
  278. "_active": false,
  279. "_components": [
  280. {
  281. "__id__": 7
  282. }
  283. ],
  284. "_prefab": {
  285. "__id__": 8
  286. },
  287. "_opacity": 255,
  288. "_color": {
  289. "__type__": "cc.Color",
  290. "r": 255,
  291. "g": 255,
  292. "b": 255,
  293. "a": 255
  294. },
  295. "_contentSize": {
  296. "__type__": "cc.Size",
  297. "width": 59,
  298. "height": 65
  299. },
  300. "_anchorPoint": {
  301. "__type__": "cc.Vec2",
  302. "x": 0.5,
  303. "y": 0.5
  304. },
  305. "_trs": {
  306. "__type__": "TypedArray",
  307. "ctor": "Float64Array",
  308. "array": [
  309. 105.68199920654297,
  310. 19.378000259399414,
  311. 0,
  312. 0,
  313. 0,
  314. 0,
  315. 1,
  316. 1,
  317. 1,
  318. 1
  319. ]
  320. },
  321. "_eulerAngles": {
  322. "__type__": "cc.Vec3",
  323. "x": 0,
  324. "y": 0,
  325. "z": 0
  326. },
  327. "_skewX": 0,
  328. "_skewY": 0,
  329. "_is3DNode": false,
  330. "_groupIndex": 2,
  331. "groupIndex": 2,
  332. "_id": ""
  333. },
  334. {
  335. "__type__": "cc.Sprite",
  336. "_name": "",
  337. "_objFlags": 0,
  338. "node": {
  339. "__id__": 6
  340. },
  341. "_enabled": true,
  342. "_materials": [
  343. {
  344. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  345. }
  346. ],
  347. "_srcBlendFactor": 770,
  348. "_dstBlendFactor": 771,
  349. "_spriteFrame": {
  350. "__uuid__": "e1521e6b-e612-4abf-a852-72e611cd9cba"
  351. },
  352. "_type": 0,
  353. "_sizeMode": 1,
  354. "_fillType": 0,
  355. "_fillCenter": {
  356. "__type__": "cc.Vec2",
  357. "x": 0,
  358. "y": 0
  359. },
  360. "_fillStart": 0,
  361. "_fillRange": 0,
  362. "_isTrimmedMode": true,
  363. "_atlas": null,
  364. "_id": ""
  365. },
  366. {
  367. "__type__": "cc.PrefabInfo",
  368. "root": {
  369. "__id__": 1
  370. },
  371. "asset": {
  372. "__uuid__": "541924d4-0701-47f1-8a93-9869ae824f3d"
  373. },
  374. "fileId": "23TCXK5nJMNprFQieImvpw",
  375. "sync": false
  376. },
  377. {
  378. "__type__": "cc.Node",
  379. "_name": "Quicken",
  380. "_objFlags": 0,
  381. "_parent": {
  382. "__id__": 2
  383. },
  384. "_children": [],
  385. "_active": true,
  386. "_components": [
  387. {
  388. "__id__": 10
  389. }
  390. ],
  391. "_prefab": {
  392. "__id__": 11
  393. },
  394. "_opacity": 255,
  395. "_color": {
  396. "__type__": "cc.Color",
  397. "r": 255,
  398. "g": 255,
  399. "b": 255,
  400. "a": 255
  401. },
  402. "_contentSize": {
  403. "__type__": "cc.Size",
  404. "width": 0,
  405. "height": 0
  406. },
  407. "_anchorPoint": {
  408. "__type__": "cc.Vec2",
  409. "x": 0.5,
  410. "y": 0.5
  411. },
  412. "_trs": {
  413. "__type__": "TypedArray",
  414. "ctor": "Float64Array",
  415. "array": [
  416. 30,
  417. 0,
  418. 0,
  419. 0,
  420. 0,
  421. 0,
  422. 1,
  423. 1,
  424. 1,
  425. 1
  426. ]
  427. },
  428. "_eulerAngles": {
  429. "__type__": "cc.Vec3",
  430. "x": 0,
  431. "y": 0,
  432. "z": 0
  433. },
  434. "_skewX": 0,
  435. "_skewY": 0,
  436. "_is3DNode": false,
  437. "_groupIndex": 2,
  438. "groupIndex": 2,
  439. "_id": ""
  440. },
  441. {
  442. "__type__": "dragonBones.ArmatureDisplay",
  443. "_name": "",
  444. "_objFlags": 0,
  445. "node": {
  446. "__id__": 9
  447. },
  448. "_enabled": true,
  449. "_materials": [
  450. {
  451. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  452. }
  453. ],
  454. "_armatureName": "jiasu",
  455. "_animationName": "",
  456. "_preCacheMode": 0,
  457. "_cacheMode": 0,
  458. "playTimes": -1,
  459. "premultipliedAlpha": false,
  460. "_armatureKey": "d77d2512-c092-4262-b8bd-9edb1f567a3e#17552b78-a89a-4b40-b69a-94252ae889ec",
  461. "_accTime": 0,
  462. "_playCount": 0,
  463. "_frameCache": null,
  464. "_curFrame": null,
  465. "_playing": false,
  466. "_armatureCache": null,
  467. "_N$dragonAsset": {
  468. "__uuid__": "d77d2512-c092-4262-b8bd-9edb1f567a3e"
  469. },
  470. "_N$dragonAtlasAsset": {
  471. "__uuid__": "17552b78-a89a-4b40-b69a-94252ae889ec"
  472. },
  473. "_N$_defaultArmatureIndex": 0,
  474. "_N$_animationIndex": 0,
  475. "_N$_defaultCacheMode": 0,
  476. "_N$timeScale": 1,
  477. "_N$debugBones": false,
  478. "_N$enableBatch": false,
  479. "_id": ""
  480. },
  481. {
  482. "__type__": "cc.PrefabInfo",
  483. "root": {
  484. "__id__": 1
  485. },
  486. "asset": {
  487. "__uuid__": "541924d4-0701-47f1-8a93-9869ae824f3d"
  488. },
  489. "fileId": "1clhLzZNlIh78ID8tQV6hG",
  490. "sync": false
  491. },
  492. {
  493. "__type__": "cc.Sprite",
  494. "_name": "",
  495. "_objFlags": 0,
  496. "node": {
  497. "__id__": 2
  498. },
  499. "_enabled": true,
  500. "_materials": [
  501. {
  502. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  503. }
  504. ],
  505. "_srcBlendFactor": 770,
  506. "_dstBlendFactor": 771,
  507. "_spriteFrame": {
  508. "__uuid__": "10abb3b3-85d9-4fc0-a9cc-75f0f4ea599f"
  509. },
  510. "_type": 0,
  511. "_sizeMode": 0,
  512. "_fillType": 0,
  513. "_fillCenter": {
  514. "__type__": "cc.Vec2",
  515. "x": 0,
  516. "y": 0
  517. },
  518. "_fillStart": 0,
  519. "_fillRange": 0,
  520. "_isTrimmedMode": true,
  521. "_atlas": null,
  522. "_id": ""
  523. },
  524. {
  525. "__type__": "cc.PrefabInfo",
  526. "root": {
  527. "__id__": 1
  528. },
  529. "asset": {
  530. "__uuid__": "541924d4-0701-47f1-8a93-9869ae824f3d"
  531. },
  532. "fileId": "f4YhysW2NNV6mwvdnMzKRf",
  533. "sync": false
  534. },
  535. {
  536. "__type__": "4d9beGcW6hMNIvp0tjW4M4h",
  537. "_name": "",
  538. "_objFlags": 0,
  539. "node": {
  540. "__id__": 1
  541. },
  542. "_enabled": true,
  543. "spFlyingFrames1": [
  544. {
  545. "__uuid__": "10abb3b3-85d9-4fc0-a9cc-75f0f4ea599f"
  546. },
  547. {
  548. "__uuid__": "c41b5aec-07be-4932-9820-3c35943ff33d"
  549. },
  550. {
  551. "__uuid__": "96598244-7b6b-49e1-8c6d-a9712008d283"
  552. }
  553. ],
  554. "spFlyingFrames2": [
  555. {
  556. "__uuid__": "b516402f-24fe-4ec1-811b-9b0cb3373fdf"
  557. },
  558. {
  559. "__uuid__": "e49b4e7f-4bcf-4106-abcb-6b4601bc6a29"
  560. },
  561. {
  562. "__uuid__": "60e56b68-ba94-41cc-b878-187d5a4b1298"
  563. }
  564. ],
  565. "arrowBlue": {
  566. "__uuid__": "e4e6bcf7-ac4b-4f16-b6f0-0062cd299394"
  567. },
  568. "arrowPink": {
  569. "__uuid__": "624d7302-9840-4413-acdf-b0b85b900780"
  570. },
  571. "wing": {
  572. "__uuid__": "b637f2ea-a922-4837-9fb1-a8051e540440"
  573. },
  574. "_id": ""
  575. },
  576. {
  577. "__type__": "cc.RigidBody",
  578. "_name": "",
  579. "_objFlags": 0,
  580. "node": {
  581. "__id__": 1
  582. },
  583. "_enabled": true,
  584. "_type": 2,
  585. "_allowSleep": true,
  586. "_gravityScale": 0,
  587. "_linearDamping": 0,
  588. "_angularDamping": 0,
  589. "_linearVelocity": {
  590. "__type__": "cc.Vec2",
  591. "x": 0,
  592. "y": 0
  593. },
  594. "_angularVelocity": 0,
  595. "_fixedRotation": true,
  596. "enabledContactListener": false,
  597. "bullet": false,
  598. "awakeOnLoad": true,
  599. "_id": ""
  600. },
  601. {
  602. "__type__": "cc.PhysicsCircleCollider",
  603. "_name": "",
  604. "_objFlags": 0,
  605. "node": {
  606. "__id__": 1
  607. },
  608. "_enabled": true,
  609. "tag": 0,
  610. "_density": 1,
  611. "_sensor": false,
  612. "_friction": 0.1,
  613. "_restitution": 0,
  614. "body": null,
  615. "_offset": {
  616. "__type__": "cc.Vec2",
  617. "x": 60,
  618. "y": -7
  619. },
  620. "_radius": 85,
  621. "_id": ""
  622. },
  623. {
  624. "__type__": "cc.CircleCollider",
  625. "_name": "",
  626. "_objFlags": 0,
  627. "node": {
  628. "__id__": 1
  629. },
  630. "_enabled": true,
  631. "tag": 0,
  632. "_offset": {
  633. "__type__": "cc.Vec2",
  634. "x": 60,
  635. "y": -7
  636. },
  637. "_radius": 90,
  638. "_id": ""
  639. },
  640. {
  641. "__type__": "cc.PrefabInfo",
  642. "root": {
  643. "__id__": 1
  644. },
  645. "asset": {
  646. "__uuid__": "541924d4-0701-47f1-8a93-9869ae824f3d"
  647. },
  648. "fileId": "7aUHHAiFVJM5YMH++ABrCY",
  649. "sync": false
  650. }
  651. ]