block.prefab 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524
  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": "block",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 5
  25. },
  26. {
  27. "__id__": 11
  28. }
  29. ],
  30. "_active": true,
  31. "_level": 1,
  32. "_components": [
  33. {
  34. "__id__": 14
  35. }
  36. ],
  37. "_prefab": {
  38. "__id__": 15
  39. },
  40. "_opacity": 255,
  41. "_color": {
  42. "__type__": "cc.Color",
  43. "r": 255,
  44. "g": 255,
  45. "b": 255,
  46. "a": 255
  47. },
  48. "_contentSize": {
  49. "__type__": "cc.Size",
  50. "width": 554,
  51. "height": 60
  52. },
  53. "_anchorPoint": {
  54. "__type__": "cc.Vec2",
  55. "x": 0.5,
  56. "y": 0.5
  57. },
  58. "_position": {
  59. "__type__": "cc.Vec3",
  60. "x": 0,
  61. "y": -30,
  62. "z": 0
  63. },
  64. "_scale": {
  65. "__type__": "cc.Vec3",
  66. "x": 1,
  67. "y": 1,
  68. "z": 1
  69. },
  70. "_quat": {
  71. "__type__": "cc.Quat",
  72. "x": 0,
  73. "y": 0,
  74. "z": 0,
  75. "w": 1
  76. },
  77. "_skewX": 0,
  78. "_skewY": 0,
  79. "_zIndex": 0,
  80. "_is3DNode": false,
  81. "groupIndex": 0,
  82. "_rotationX": 0,
  83. "_rotationY": 0,
  84. "_id": ""
  85. },
  86. {
  87. "__type__": "cc.Node",
  88. "_name": "userName",
  89. "_objFlags": 0,
  90. "_parent": {
  91. "__id__": 1
  92. },
  93. "_children": [],
  94. "_active": true,
  95. "_level": 2,
  96. "_components": [
  97. {
  98. "__id__": 3
  99. }
  100. ],
  101. "_prefab": {
  102. "__id__": 4
  103. },
  104. "_opacity": 255,
  105. "_color": {
  106. "__type__": "cc.Color",
  107. "r": 0,
  108. "g": 0,
  109. "b": 0,
  110. "a": 255
  111. },
  112. "_contentSize": {
  113. "__type__": "cc.Size",
  114. "width": 48.94,
  115. "height": 40
  116. },
  117. "_anchorPoint": {
  118. "__type__": "cc.Vec2",
  119. "x": 0.5,
  120. "y": 0.5
  121. },
  122. "_position": {
  123. "__type__": "cc.Vec3",
  124. "x": 0,
  125. "y": 0,
  126. "z": 0
  127. },
  128. "_scale": {
  129. "__type__": "cc.Vec3",
  130. "x": 1,
  131. "y": 1,
  132. "z": 1
  133. },
  134. "_quat": {
  135. "__type__": "cc.Quat",
  136. "x": 0,
  137. "y": 0,
  138. "z": 0,
  139. "w": 1
  140. },
  141. "_skewX": 0,
  142. "_skewY": 0,
  143. "_zIndex": 0,
  144. "_is3DNode": false,
  145. "groupIndex": 0,
  146. "_rotationX": 0,
  147. "_rotationY": 0,
  148. "_id": ""
  149. },
  150. {
  151. "__type__": "cc.Label",
  152. "_name": "",
  153. "_objFlags": 0,
  154. "node": {
  155. "__id__": 2
  156. },
  157. "_enabled": true,
  158. "_srcBlendFactor": 1,
  159. "_dstBlendFactor": 771,
  160. "_useOriginalSize": false,
  161. "_string": "Label",
  162. "_N$string": "Label",
  163. "_fontSize": 20,
  164. "_lineHeight": 40,
  165. "_enableWrapText": true,
  166. "_N$file": null,
  167. "_isSystemFontUsed": true,
  168. "_spacingX": 0,
  169. "_N$horizontalAlign": 1,
  170. "_N$verticalAlign": 1,
  171. "_N$fontFamily": "Arial",
  172. "_N$overflow": 0,
  173. "_id": ""
  174. },
  175. {
  176. "__type__": "cc.PrefabInfo",
  177. "root": {
  178. "__id__": 1
  179. },
  180. "asset": {
  181. "__uuid__": "cb290273-3808-4a58-9ec8-d799c8fee865"
  182. },
  183. "fileId": "2fQcfaB6pAm5ImzuYnWBOS",
  184. "sync": false
  185. },
  186. {
  187. "__type__": "cc.Node",
  188. "_name": "mask",
  189. "_objFlags": 0,
  190. "_parent": {
  191. "__id__": 1
  192. },
  193. "_children": [
  194. {
  195. "__id__": 6
  196. }
  197. ],
  198. "_active": true,
  199. "_level": 2,
  200. "_components": [
  201. {
  202. "__id__": 9
  203. }
  204. ],
  205. "_prefab": {
  206. "__id__": 10
  207. },
  208. "_opacity": 255,
  209. "_color": {
  210. "__type__": "cc.Color",
  211. "r": 255,
  212. "g": 255,
  213. "b": 255,
  214. "a": 255
  215. },
  216. "_contentSize": {
  217. "__type__": "cc.Size",
  218. "width": 60,
  219. "height": 60
  220. },
  221. "_anchorPoint": {
  222. "__type__": "cc.Vec2",
  223. "x": 0.5,
  224. "y": 0.5
  225. },
  226. "_position": {
  227. "__type__": "cc.Vec3",
  228. "x": -150,
  229. "y": 0,
  230. "z": 0
  231. },
  232. "_scale": {
  233. "__type__": "cc.Vec3",
  234. "x": 1,
  235. "y": 1,
  236. "z": 1
  237. },
  238. "_quat": {
  239. "__type__": "cc.Quat",
  240. "x": 0,
  241. "y": 0,
  242. "z": 0,
  243. "w": 1
  244. },
  245. "_skewX": 0,
  246. "_skewY": 0,
  247. "_zIndex": 0,
  248. "_is3DNode": false,
  249. "groupIndex": 0,
  250. "_rotationX": 0,
  251. "_rotationY": 0,
  252. "_id": ""
  253. },
  254. {
  255. "__type__": "cc.Node",
  256. "_name": "userIcon",
  257. "_objFlags": 0,
  258. "_parent": {
  259. "__id__": 5
  260. },
  261. "_children": [],
  262. "_active": true,
  263. "_level": 3,
  264. "_components": [
  265. {
  266. "__id__": 7
  267. }
  268. ],
  269. "_prefab": {
  270. "__id__": 8
  271. },
  272. "_opacity": 255,
  273. "_color": {
  274. "__type__": "cc.Color",
  275. "r": 255,
  276. "g": 255,
  277. "b": 255,
  278. "a": 255
  279. },
  280. "_contentSize": {
  281. "__type__": "cc.Size",
  282. "width": 60,
  283. "height": 60
  284. },
  285. "_anchorPoint": {
  286. "__type__": "cc.Vec2",
  287. "x": 0.5,
  288. "y": 0.5
  289. },
  290. "_position": {
  291. "__type__": "cc.Vec3",
  292. "x": 0,
  293. "y": 0,
  294. "z": 0
  295. },
  296. "_scale": {
  297. "__type__": "cc.Vec3",
  298. "x": 1,
  299. "y": 1,
  300. "z": 1
  301. },
  302. "_quat": {
  303. "__type__": "cc.Quat",
  304. "x": 0,
  305. "y": 0,
  306. "z": 0,
  307. "w": 1
  308. },
  309. "_skewX": 0,
  310. "_skewY": 0,
  311. "_zIndex": 0,
  312. "_is3DNode": false,
  313. "groupIndex": 0,
  314. "_rotationX": 0,
  315. "_rotationY": 0,
  316. "_id": ""
  317. },
  318. {
  319. "__type__": "cc.Sprite",
  320. "_name": "",
  321. "_objFlags": 0,
  322. "node": {
  323. "__id__": 6
  324. },
  325. "_enabled": true,
  326. "_srcBlendFactor": 770,
  327. "_dstBlendFactor": 771,
  328. "_spriteFrame": {
  329. "__uuid__": "8cdb44ac-a3f6-449f-b354-7cd48cf84061"
  330. },
  331. "_type": 0,
  332. "_sizeMode": 0,
  333. "_fillType": 0,
  334. "_fillCenter": {
  335. "__type__": "cc.Vec2",
  336. "x": 0,
  337. "y": 0
  338. },
  339. "_fillStart": 0,
  340. "_fillRange": 0,
  341. "_isTrimmedMode": true,
  342. "_state": 0,
  343. "_atlas": null,
  344. "_id": ""
  345. },
  346. {
  347. "__type__": "cc.PrefabInfo",
  348. "root": {
  349. "__id__": 1
  350. },
  351. "asset": {
  352. "__uuid__": "cb290273-3808-4a58-9ec8-d799c8fee865"
  353. },
  354. "fileId": "fbrqZuJB9Pzp7JC3JQ32o4",
  355. "sync": false
  356. },
  357. {
  358. "__type__": "cc.Mask",
  359. "_name": "",
  360. "_objFlags": 0,
  361. "node": {
  362. "__id__": 5
  363. },
  364. "_enabled": true,
  365. "_srcBlendFactor": 770,
  366. "_dstBlendFactor": 771,
  367. "_spriteFrame": null,
  368. "_type": 1,
  369. "_segments": 30,
  370. "_N$alphaThreshold": 0,
  371. "_N$inverted": false,
  372. "_id": ""
  373. },
  374. {
  375. "__type__": "cc.PrefabInfo",
  376. "root": {
  377. "__id__": 1
  378. },
  379. "asset": {
  380. "__uuid__": "cb290273-3808-4a58-9ec8-d799c8fee865"
  381. },
  382. "fileId": "91zn2IjZRNIp0vvEycCyzg",
  383. "sync": false
  384. },
  385. {
  386. "__type__": "cc.Node",
  387. "_name": "Score",
  388. "_objFlags": 0,
  389. "_parent": {
  390. "__id__": 1
  391. },
  392. "_children": [],
  393. "_active": true,
  394. "_level": 2,
  395. "_components": [
  396. {
  397. "__id__": 12
  398. }
  399. ],
  400. "_prefab": {
  401. "__id__": 13
  402. },
  403. "_opacity": 255,
  404. "_color": {
  405. "__type__": "cc.Color",
  406. "r": 0,
  407. "g": 0,
  408. "b": 0,
  409. "a": 255
  410. },
  411. "_contentSize": {
  412. "__type__": "cc.Size",
  413. "width": 48.94,
  414. "height": 40
  415. },
  416. "_anchorPoint": {
  417. "__type__": "cc.Vec2",
  418. "x": 0.5,
  419. "y": 0.5
  420. },
  421. "_position": {
  422. "__type__": "cc.Vec3",
  423. "x": 99,
  424. "y": 1,
  425. "z": 0
  426. },
  427. "_scale": {
  428. "__type__": "cc.Vec3",
  429. "x": 1,
  430. "y": 1,
  431. "z": 1
  432. },
  433. "_quat": {
  434. "__type__": "cc.Quat",
  435. "x": 0,
  436. "y": 0,
  437. "z": 0,
  438. "w": 1
  439. },
  440. "_skewX": 0,
  441. "_skewY": 0,
  442. "_zIndex": 0,
  443. "_is3DNode": false,
  444. "groupIndex": 0,
  445. "_rotationX": 0,
  446. "_rotationY": 0,
  447. "_id": ""
  448. },
  449. {
  450. "__type__": "cc.Label",
  451. "_name": "",
  452. "_objFlags": 0,
  453. "node": {
  454. "__id__": 11
  455. },
  456. "_enabled": true,
  457. "_srcBlendFactor": 1,
  458. "_dstBlendFactor": 771,
  459. "_useOriginalSize": false,
  460. "_string": "Label",
  461. "_N$string": "Label",
  462. "_fontSize": 20,
  463. "_lineHeight": 40,
  464. "_enableWrapText": true,
  465. "_N$file": null,
  466. "_isSystemFontUsed": true,
  467. "_spacingX": 0,
  468. "_N$horizontalAlign": 1,
  469. "_N$verticalAlign": 1,
  470. "_N$fontFamily": "Arial",
  471. "_N$overflow": 0,
  472. "_id": ""
  473. },
  474. {
  475. "__type__": "cc.PrefabInfo",
  476. "root": {
  477. "__id__": 1
  478. },
  479. "asset": {
  480. "__uuid__": "cb290273-3808-4a58-9ec8-d799c8fee865"
  481. },
  482. "fileId": "4dvQmbuGJBTJdct5Xy1l8T",
  483. "sync": false
  484. },
  485. {
  486. "__type__": "cc.Sprite",
  487. "_name": "",
  488. "_objFlags": 0,
  489. "node": {
  490. "__id__": 1
  491. },
  492. "_enabled": true,
  493. "_srcBlendFactor": 770,
  494. "_dstBlendFactor": 771,
  495. "_spriteFrame": {
  496. "__uuid__": "601c6bc4-9092-48f5-8754-4d87c321c7d4"
  497. },
  498. "_type": 0,
  499. "_sizeMode": 0,
  500. "_fillType": 0,
  501. "_fillCenter": {
  502. "__type__": "cc.Vec2",
  503. "x": 0,
  504. "y": 0
  505. },
  506. "_fillStart": 0,
  507. "_fillRange": 0,
  508. "_isTrimmedMode": true,
  509. "_state": 0,
  510. "_atlas": null,
  511. "_id": ""
  512. },
  513. {
  514. "__type__": "cc.PrefabInfo",
  515. "root": {
  516. "__id__": 1
  517. },
  518. "asset": {
  519. "__uuid__": "cb290273-3808-4a58-9ec8-d799c8fee865"
  520. },
  521. "fileId": "9cRtn0hFBAnb0+E2/DH1Io",
  522. "sync": false
  523. }
  524. ]