CellItem.prefab 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  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": "CellItem",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 6
  25. }
  26. ],
  27. "_active": true,
  28. "_components": [
  29. {
  30. "__id__": 14
  31. }
  32. ],
  33. "_prefab": {
  34. "__id__": 15
  35. },
  36. "_opacity": 255,
  37. "_color": {
  38. "__type__": "cc.Color",
  39. "r": 255,
  40. "g": 255,
  41. "b": 255,
  42. "a": 255
  43. },
  44. "_contentSize": {
  45. "__type__": "cc.Size",
  46. "width": 85,
  47. "height": 85
  48. },
  49. "_anchorPoint": {
  50. "__type__": "cc.Vec2",
  51. "x": 0.5,
  52. "y": 0.5
  53. },
  54. "_trs": {
  55. "__type__": "TypedArray",
  56. "ctor": "Float64Array",
  57. "array": [
  58. 0,
  59. 0,
  60. 0,
  61. 0,
  62. 0,
  63. 0,
  64. 1,
  65. 1,
  66. 1,
  67. 1
  68. ]
  69. },
  70. "_eulerAngles": {
  71. "__type__": "cc.Vec3",
  72. "x": 0,
  73. "y": 0,
  74. "z": 0
  75. },
  76. "_skewX": 0,
  77. "_skewY": 0,
  78. "_is3DNode": false,
  79. "_groupIndex": 0,
  80. "groupIndex": 0,
  81. "_id": ""
  82. },
  83. {
  84. "__type__": "cc.Node",
  85. "_name": "spr_icon",
  86. "_objFlags": 0,
  87. "_parent": {
  88. "__id__": 1
  89. },
  90. "_children": [],
  91. "_active": true,
  92. "_components": [
  93. {
  94. "__id__": 3
  95. },
  96. {
  97. "__id__": 4
  98. }
  99. ],
  100. "_prefab": {
  101. "__id__": 5
  102. },
  103. "_opacity": 255,
  104. "_color": {
  105. "__type__": "cc.Color",
  106. "r": 255,
  107. "g": 255,
  108. "b": 255,
  109. "a": 255
  110. },
  111. "_contentSize": {
  112. "__type__": "cc.Size",
  113. "width": 80,
  114. "height": 80
  115. },
  116. "_anchorPoint": {
  117. "__type__": "cc.Vec2",
  118. "x": 0.5,
  119. "y": 0.5
  120. },
  121. "_trs": {
  122. "__type__": "TypedArray",
  123. "ctor": "Float64Array",
  124. "array": [
  125. 0,
  126. 0,
  127. 0,
  128. 0,
  129. 0,
  130. 0,
  131. 1,
  132. 1,
  133. 1,
  134. 1
  135. ]
  136. },
  137. "_eulerAngles": {
  138. "__type__": "cc.Vec3",
  139. "x": 0,
  140. "y": 0,
  141. "z": 0
  142. },
  143. "_skewX": 0,
  144. "_skewY": 0,
  145. "_is3DNode": false,
  146. "_groupIndex": 0,
  147. "groupIndex": 0,
  148. "_id": ""
  149. },
  150. {
  151. "__type__": "cc.Sprite",
  152. "_name": "",
  153. "_objFlags": 0,
  154. "node": {
  155. "__id__": 2
  156. },
  157. "_enabled": true,
  158. "_materials": [
  159. {
  160. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  161. }
  162. ],
  163. "_srcBlendFactor": 770,
  164. "_dstBlendFactor": 771,
  165. "_spriteFrame": null,
  166. "_type": 0,
  167. "_sizeMode": 0,
  168. "_fillType": 0,
  169. "_fillCenter": {
  170. "__type__": "cc.Vec2",
  171. "x": 0,
  172. "y": 0
  173. },
  174. "_fillStart": 0,
  175. "_fillRange": 0,
  176. "_isTrimmedMode": false,
  177. "_atlas": null,
  178. "_id": ""
  179. },
  180. {
  181. "__type__": "cc.Animation",
  182. "_name": "",
  183. "_objFlags": 0,
  184. "node": {
  185. "__id__": 2
  186. },
  187. "_enabled": true,
  188. "_defaultClip": {
  189. "__uuid__": "b12a5d85-4158-46fe-b471-545519794bb5"
  190. },
  191. "_clips": [
  192. {
  193. "__uuid__": "b12a5d85-4158-46fe-b471-545519794bb5"
  194. },
  195. {
  196. "__uuid__": "26cc47ed-0f96-4888-8e50-a256415640dc"
  197. },
  198. {
  199. "__uuid__": "095a463a-93d1-49d5-b054-22a7f4e64845"
  200. },
  201. {
  202. "__uuid__": "36babb53-b706-4594-bbbd-6cc712b5fdcb"
  203. },
  204. {
  205. "__uuid__": "a491eebe-387a-428c-b686-e4950b02702d"
  206. },
  207. {
  208. "__uuid__": "641aa9b2-c01e-474b-b494-1cbcce081a9e"
  209. }
  210. ],
  211. "playOnLoad": false,
  212. "_id": ""
  213. },
  214. {
  215. "__type__": "cc.PrefabInfo",
  216. "root": {
  217. "__id__": 1
  218. },
  219. "asset": {
  220. "__uuid__": "43529976-dd3c-4e7d-9c15-28537bac2f0b"
  221. },
  222. "fileId": "97zN+eVgJKeI4zAo8fCRyZ",
  223. "sync": false
  224. },
  225. {
  226. "__type__": "cc.Node",
  227. "_name": "node_redPacket",
  228. "_objFlags": 0,
  229. "_parent": {
  230. "__id__": 1
  231. },
  232. "_children": [
  233. {
  234. "__id__": 7
  235. },
  236. {
  237. "__id__": 10
  238. }
  239. ],
  240. "_active": false,
  241. "_components": [],
  242. "_prefab": {
  243. "__id__": 13
  244. },
  245. "_opacity": 255,
  246. "_color": {
  247. "__type__": "cc.Color",
  248. "r": 255,
  249. "g": 255,
  250. "b": 255,
  251. "a": 255
  252. },
  253. "_contentSize": {
  254. "__type__": "cc.Size",
  255. "width": 0,
  256. "height": 0
  257. },
  258. "_anchorPoint": {
  259. "__type__": "cc.Vec2",
  260. "x": 0.5,
  261. "y": 0.5
  262. },
  263. "_trs": {
  264. "__type__": "TypedArray",
  265. "ctor": "Float64Array",
  266. "array": [
  267. 16.384,
  268. -14.534,
  269. 0,
  270. 0,
  271. 0,
  272. 0,
  273. 1,
  274. 0.4,
  275. 0.4,
  276. 1
  277. ]
  278. },
  279. "_eulerAngles": {
  280. "__type__": "cc.Vec3",
  281. "x": 0,
  282. "y": 0,
  283. "z": 0
  284. },
  285. "_skewX": 0,
  286. "_skewY": 0,
  287. "_is3DNode": false,
  288. "_groupIndex": 0,
  289. "groupIndex": 0,
  290. "_id": ""
  291. },
  292. {
  293. "__type__": "cc.Node",
  294. "_name": "qipao",
  295. "_objFlags": 0,
  296. "_parent": {
  297. "__id__": 6
  298. },
  299. "_children": [],
  300. "_active": true,
  301. "_components": [
  302. {
  303. "__id__": 8
  304. }
  305. ],
  306. "_prefab": {
  307. "__id__": 9
  308. },
  309. "_opacity": 255,
  310. "_color": {
  311. "__type__": "cc.Color",
  312. "r": 255,
  313. "g": 255,
  314. "b": 255,
  315. "a": 255
  316. },
  317. "_contentSize": {
  318. "__type__": "cc.Size",
  319. "width": 115,
  320. "height": 108
  321. },
  322. "_anchorPoint": {
  323. "__type__": "cc.Vec2",
  324. "x": 0.5,
  325. "y": 0.5
  326. },
  327. "_trs": {
  328. "__type__": "TypedArray",
  329. "ctor": "Float64Array",
  330. "array": [
  331. 0,
  332. 0,
  333. 0,
  334. 0,
  335. 0,
  336. 0,
  337. 1,
  338. 1,
  339. 1,
  340. 1
  341. ]
  342. },
  343. "_eulerAngles": {
  344. "__type__": "cc.Vec3",
  345. "x": 0,
  346. "y": 0,
  347. "z": 0
  348. },
  349. "_skewX": 0,
  350. "_skewY": 0,
  351. "_is3DNode": false,
  352. "_groupIndex": 0,
  353. "groupIndex": 0,
  354. "_id": ""
  355. },
  356. {
  357. "__type__": "cc.Sprite",
  358. "_name": "",
  359. "_objFlags": 0,
  360. "node": {
  361. "__id__": 7
  362. },
  363. "_enabled": true,
  364. "_materials": [
  365. {
  366. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  367. }
  368. ],
  369. "_srcBlendFactor": 770,
  370. "_dstBlendFactor": 771,
  371. "_spriteFrame": {
  372. "__uuid__": "dc5d4911-076d-4863-a00f-faeea29ceb86"
  373. },
  374. "_type": 0,
  375. "_sizeMode": 1,
  376. "_fillType": 0,
  377. "_fillCenter": {
  378. "__type__": "cc.Vec2",
  379. "x": 0,
  380. "y": 0
  381. },
  382. "_fillStart": 0,
  383. "_fillRange": 0,
  384. "_isTrimmedMode": true,
  385. "_atlas": null,
  386. "_id": ""
  387. },
  388. {
  389. "__type__": "cc.PrefabInfo",
  390. "root": {
  391. "__id__": 1
  392. },
  393. "asset": {
  394. "__uuid__": "43529976-dd3c-4e7d-9c15-28537bac2f0b"
  395. },
  396. "fileId": "8fJhVI6JhIQLmL71+CsfX0",
  397. "sync": false
  398. },
  399. {
  400. "__type__": "cc.Node",
  401. "_name": "qipao_hb",
  402. "_objFlags": 0,
  403. "_parent": {
  404. "__id__": 6
  405. },
  406. "_children": [],
  407. "_active": true,
  408. "_components": [
  409. {
  410. "__id__": 11
  411. }
  412. ],
  413. "_prefab": {
  414. "__id__": 12
  415. },
  416. "_opacity": 255,
  417. "_color": {
  418. "__type__": "cc.Color",
  419. "r": 255,
  420. "g": 255,
  421. "b": 255,
  422. "a": 255
  423. },
  424. "_contentSize": {
  425. "__type__": "cc.Size",
  426. "width": 61,
  427. "height": 79
  428. },
  429. "_anchorPoint": {
  430. "__type__": "cc.Vec2",
  431. "x": 0.5,
  432. "y": 0.5
  433. },
  434. "_trs": {
  435. "__type__": "TypedArray",
  436. "ctor": "Float64Array",
  437. "array": [
  438. 0,
  439. 0,
  440. 0,
  441. 0,
  442. 0,
  443. 0,
  444. 1,
  445. 1,
  446. 1,
  447. 1
  448. ]
  449. },
  450. "_eulerAngles": {
  451. "__type__": "cc.Vec3",
  452. "x": 0,
  453. "y": 0,
  454. "z": 0
  455. },
  456. "_skewX": 0,
  457. "_skewY": 0,
  458. "_is3DNode": false,
  459. "_groupIndex": 0,
  460. "groupIndex": 0,
  461. "_id": ""
  462. },
  463. {
  464. "__type__": "cc.Sprite",
  465. "_name": "",
  466. "_objFlags": 0,
  467. "node": {
  468. "__id__": 10
  469. },
  470. "_enabled": true,
  471. "_materials": [
  472. {
  473. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  474. }
  475. ],
  476. "_srcBlendFactor": 770,
  477. "_dstBlendFactor": 771,
  478. "_spriteFrame": {
  479. "__uuid__": "c4431030-4432-406f-a5e5-715b3bf622a5"
  480. },
  481. "_type": 0,
  482. "_sizeMode": 1,
  483. "_fillType": 0,
  484. "_fillCenter": {
  485. "__type__": "cc.Vec2",
  486. "x": 0,
  487. "y": 0
  488. },
  489. "_fillStart": 0,
  490. "_fillRange": 0,
  491. "_isTrimmedMode": true,
  492. "_atlas": null,
  493. "_id": ""
  494. },
  495. {
  496. "__type__": "cc.PrefabInfo",
  497. "root": {
  498. "__id__": 1
  499. },
  500. "asset": {
  501. "__uuid__": "43529976-dd3c-4e7d-9c15-28537bac2f0b"
  502. },
  503. "fileId": "62/Aa2eLlOaJLjfbXSW4Hn",
  504. "sync": false
  505. },
  506. {
  507. "__type__": "cc.PrefabInfo",
  508. "root": {
  509. "__id__": 1
  510. },
  511. "asset": {
  512. "__uuid__": "43529976-dd3c-4e7d-9c15-28537bac2f0b"
  513. },
  514. "fileId": "3efWeTNLhEarDHBaWKdVQN",
  515. "sync": false
  516. },
  517. {
  518. "__type__": "0eddale281LjITR1VBVSkdJ",
  519. "_name": "",
  520. "_objFlags": 0,
  521. "node": {
  522. "__id__": 1
  523. },
  524. "_enabled": true,
  525. "ani_cellItem": {
  526. "__id__": 4
  527. },
  528. "spr_cellItemIcon": {
  529. "__id__": 3
  530. },
  531. "node_redPackIcon": {
  532. "__id__": 6
  533. },
  534. "_id": ""
  535. },
  536. {
  537. "__type__": "cc.PrefabInfo",
  538. "root": {
  539. "__id__": 1
  540. },
  541. "asset": {
  542. "__uuid__": "43529976-dd3c-4e7d-9c15-28537bac2f0b"
  543. },
  544. "fileId": "",
  545. "sync": false
  546. }
  547. ]