Bird.prefab 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  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. "__id__": 5
  25. },
  26. {
  27. "__id__": 8
  28. }
  29. ],
  30. "_active": true,
  31. "_components": [
  32. {
  33. "__id__": 11
  34. },
  35. {
  36. "__id__": 12
  37. }
  38. ],
  39. "_prefab": {
  40. "__id__": 13
  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": 66,
  53. "height": 64
  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. 0,
  65. 0,
  66. 0,
  67. 0,
  68. 0,
  69. 0,
  70. 1,
  71. 1,
  72. 1,
  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": 0,
  86. "groupIndex": 0,
  87. "_id": ""
  88. },
  89. {
  90. "__type__": "cc.Node",
  91. "_name": "select",
  92. "_objFlags": 0,
  93. "_parent": {
  94. "__id__": 1
  95. },
  96. "_children": [],
  97. "_active": false,
  98. "_components": [
  99. {
  100. "__id__": 3
  101. }
  102. ],
  103. "_prefab": {
  104. "__id__": 4
  105. },
  106. "_opacity": 255,
  107. "_color": {
  108. "__type__": "cc.Color",
  109. "r": 255,
  110. "g": 255,
  111. "b": 255,
  112. "a": 255
  113. },
  114. "_contentSize": {
  115. "__type__": "cc.Size",
  116. "width": 71,
  117. "height": 70
  118. },
  119. "_anchorPoint": {
  120. "__type__": "cc.Vec2",
  121. "x": 0.5,
  122. "y": 0.5
  123. },
  124. "_trs": {
  125. "__type__": "TypedArray",
  126. "ctor": "Float64Array",
  127. "array": [
  128. 0,
  129. 0,
  130. 0,
  131. 0,
  132. 0,
  133. 0,
  134. 1,
  135. 1,
  136. 1,
  137. 1
  138. ]
  139. },
  140. "_eulerAngles": {
  141. "__type__": "cc.Vec3",
  142. "x": 0,
  143. "y": 0,
  144. "z": 0
  145. },
  146. "_skewX": 0,
  147. "_skewY": 0,
  148. "_is3DNode": false,
  149. "_groupIndex": 0,
  150. "groupIndex": 0,
  151. "_id": ""
  152. },
  153. {
  154. "__type__": "cc.Sprite",
  155. "_name": "",
  156. "_objFlags": 0,
  157. "node": {
  158. "__id__": 2
  159. },
  160. "_enabled": true,
  161. "_materials": [
  162. {
  163. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  164. }
  165. ],
  166. "_srcBlendFactor": 770,
  167. "_dstBlendFactor": 771,
  168. "_spriteFrame": {
  169. "__uuid__": "822ee80d-6bec-4a8c-89b7-2c4bbefdd81f"
  170. },
  171. "_type": 0,
  172. "_sizeMode": 1,
  173. "_fillType": 0,
  174. "_fillCenter": {
  175. "__type__": "cc.Vec2",
  176. "x": 0,
  177. "y": 0
  178. },
  179. "_fillStart": 0,
  180. "_fillRange": 0,
  181. "_isTrimmedMode": true,
  182. "_atlas": null,
  183. "_id": ""
  184. },
  185. {
  186. "__type__": "cc.PrefabInfo",
  187. "root": {
  188. "__id__": 1
  189. },
  190. "asset": {
  191. "__id__": 0
  192. },
  193. "fileId": "64nc3BvRlDtoLVxnwYIuxr",
  194. "sync": false
  195. },
  196. {
  197. "__type__": "cc.Node",
  198. "_name": "light",
  199. "_objFlags": 0,
  200. "_parent": {
  201. "__id__": 1
  202. },
  203. "_children": [],
  204. "_active": true,
  205. "_components": [
  206. {
  207. "__id__": 6
  208. }
  209. ],
  210. "_prefab": {
  211. "__id__": 7
  212. },
  213. "_opacity": 255,
  214. "_color": {
  215. "__type__": "cc.Color",
  216. "r": 255,
  217. "g": 255,
  218. "b": 255,
  219. "a": 255
  220. },
  221. "_contentSize": {
  222. "__type__": "cc.Size",
  223. "width": 112,
  224. "height": 113
  225. },
  226. "_anchorPoint": {
  227. "__type__": "cc.Vec2",
  228. "x": 0.5,
  229. "y": 0.5
  230. },
  231. "_trs": {
  232. "__type__": "TypedArray",
  233. "ctor": "Float64Array",
  234. "array": [
  235. 0,
  236. 0,
  237. 0,
  238. 0,
  239. 0,
  240. 0,
  241. 1,
  242. 1,
  243. 1,
  244. 1
  245. ]
  246. },
  247. "_eulerAngles": {
  248. "__type__": "cc.Vec3",
  249. "x": 0,
  250. "y": 0,
  251. "z": 0
  252. },
  253. "_skewX": 0,
  254. "_skewY": 0,
  255. "_is3DNode": false,
  256. "_groupIndex": 0,
  257. "groupIndex": 0,
  258. "_id": ""
  259. },
  260. {
  261. "__type__": "cc.Sprite",
  262. "_name": "",
  263. "_objFlags": 0,
  264. "node": {
  265. "__id__": 5
  266. },
  267. "_enabled": true,
  268. "_materials": [
  269. {
  270. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  271. }
  272. ],
  273. "_srcBlendFactor": 770,
  274. "_dstBlendFactor": 771,
  275. "_spriteFrame": {
  276. "__uuid__": "0642fa36-4337-4d96-b7fd-da5cada7a30e"
  277. },
  278. "_type": 0,
  279. "_sizeMode": 1,
  280. "_fillType": 0,
  281. "_fillCenter": {
  282. "__type__": "cc.Vec2",
  283. "x": 0,
  284. "y": 0
  285. },
  286. "_fillStart": 0,
  287. "_fillRange": 0,
  288. "_isTrimmedMode": true,
  289. "_atlas": {
  290. "__uuid__": "5eff41cc-90d2-4dc9-ac32-8ab8534517cb"
  291. },
  292. "_id": ""
  293. },
  294. {
  295. "__type__": "cc.PrefabInfo",
  296. "root": {
  297. "__id__": 1
  298. },
  299. "asset": {
  300. "__id__": 0
  301. },
  302. "fileId": "d4vxAxdBFDOKZwKK9F5eYF",
  303. "sync": false
  304. },
  305. {
  306. "__type__": "cc.Node",
  307. "_name": "sprite",
  308. "_objFlags": 0,
  309. "_parent": {
  310. "__id__": 1
  311. },
  312. "_children": [],
  313. "_active": true,
  314. "_components": [
  315. {
  316. "__id__": 9
  317. }
  318. ],
  319. "_prefab": {
  320. "__id__": 10
  321. },
  322. "_opacity": 255,
  323. "_color": {
  324. "__type__": "cc.Color",
  325. "r": 255,
  326. "g": 255,
  327. "b": 255,
  328. "a": 255
  329. },
  330. "_contentSize": {
  331. "__type__": "cc.Size",
  332. "width": 66,
  333. "height": 64
  334. },
  335. "_anchorPoint": {
  336. "__type__": "cc.Vec2",
  337. "x": 0.5,
  338. "y": 0.5
  339. },
  340. "_trs": {
  341. "__type__": "TypedArray",
  342. "ctor": "Float64Array",
  343. "array": [
  344. 0,
  345. 0,
  346. 0,
  347. 0,
  348. 0,
  349. 0,
  350. 1,
  351. 1,
  352. 1,
  353. 1
  354. ]
  355. },
  356. "_eulerAngles": {
  357. "__type__": "cc.Vec3",
  358. "x": 0,
  359. "y": 0,
  360. "z": 0
  361. },
  362. "_skewX": 0,
  363. "_skewY": 0,
  364. "_is3DNode": false,
  365. "_groupIndex": 0,
  366. "groupIndex": 0,
  367. "_id": ""
  368. },
  369. {
  370. "__type__": "cc.Sprite",
  371. "_name": "",
  372. "_objFlags": 0,
  373. "node": {
  374. "__id__": 8
  375. },
  376. "_enabled": true,
  377. "_materials": [
  378. {
  379. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  380. }
  381. ],
  382. "_srcBlendFactor": 770,
  383. "_dstBlendFactor": 771,
  384. "_spriteFrame": {
  385. "__uuid__": "9c84234c-ecf7-48c9-b99c-18cc5954af51"
  386. },
  387. "_type": 0,
  388. "_sizeMode": 1,
  389. "_fillType": 0,
  390. "_fillCenter": {
  391. "__type__": "cc.Vec2",
  392. "x": 0,
  393. "y": 0
  394. },
  395. "_fillStart": 0,
  396. "_fillRange": 0,
  397. "_isTrimmedMode": true,
  398. "_atlas": {
  399. "__uuid__": "5eff41cc-90d2-4dc9-ac32-8ab8534517cb"
  400. },
  401. "_id": ""
  402. },
  403. {
  404. "__type__": "cc.PrefabInfo",
  405. "root": {
  406. "__id__": 1
  407. },
  408. "asset": {
  409. "__id__": 0
  410. },
  411. "fileId": "dcs2B+7NtFUYA6+vuo3vrk",
  412. "sync": false
  413. },
  414. {
  415. "__type__": "cc.Animation",
  416. "_name": "",
  417. "_objFlags": 0,
  418. "node": {
  419. "__id__": 1
  420. },
  421. "_enabled": true,
  422. "_defaultClip": null,
  423. "_clips": [
  424. {
  425. "__uuid__": "98d3fa9d-9697-4612-8e0e-53a7eb4fd6e2"
  426. },
  427. {
  428. "__uuid__": "e549e63d-badd-47b2-a84a-48df23783738"
  429. },
  430. {
  431. "__uuid__": "334daa21-0793-49d0-bf3b-735429efe177"
  432. }
  433. ],
  434. "playOnLoad": false,
  435. "_id": ""
  436. },
  437. {
  438. "__type__": "61d45KQbQRPjYZeRzZ/5wok",
  439. "_name": "",
  440. "_objFlags": 0,
  441. "node": {
  442. "__id__": 1
  443. },
  444. "_enabled": true,
  445. "defaultFrame": {
  446. "__uuid__": "9c84234c-ecf7-48c9-b99c-18cc5954af51"
  447. },
  448. "_id": ""
  449. },
  450. {
  451. "__type__": "cc.PrefabInfo",
  452. "root": {
  453. "__id__": 1
  454. },
  455. "asset": {
  456. "__id__": 0
  457. },
  458. "fileId": "",
  459. "sync": false
  460. }
  461. ]