level_list_item.prefab 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "level_list_item",
  5. "_objFlags": 0,
  6. "__editorExtras__": {},
  7. "_native": "",
  8. "data": {
  9. "__id__": 1
  10. },
  11. "optimizationPolicy": 0,
  12. "persistent": false
  13. },
  14. {
  15. "__type__": "cc.Node",
  16. "_name": "level_list_item",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. }
  24. ],
  25. "_active": true,
  26. "_components": [
  27. {
  28. "__id__": 10
  29. },
  30. {
  31. "__id__": 12
  32. },
  33. {
  34. "__id__": 14
  35. },
  36. {
  37. "__id__": 16
  38. }
  39. ],
  40. "_prefab": {
  41. "__id__": 18
  42. },
  43. "_lpos": {
  44. "__type__": "cc.Vec3",
  45. "x": -630,
  46. "y": -120,
  47. "z": 0
  48. },
  49. "_lrot": {
  50. "__type__": "cc.Quat",
  51. "x": 0,
  52. "y": 0,
  53. "z": 0,
  54. "w": 1
  55. },
  56. "_lscale": {
  57. "__type__": "cc.Vec3",
  58. "x": 1,
  59. "y": 1,
  60. "z": 1
  61. },
  62. "_mobility": 0,
  63. "_layer": 33554432,
  64. "_euler": {
  65. "__type__": "cc.Vec3",
  66. "x": 0,
  67. "y": 0,
  68. "z": 0
  69. },
  70. "_id": ""
  71. },
  72. {
  73. "__type__": "cc.Node",
  74. "_name": "Label",
  75. "_objFlags": 0,
  76. "__editorExtras__": {},
  77. "_parent": {
  78. "__id__": 1
  79. },
  80. "_children": [],
  81. "_active": true,
  82. "_components": [
  83. {
  84. "__id__": 3
  85. },
  86. {
  87. "__id__": 5
  88. },
  89. {
  90. "__id__": 7
  91. }
  92. ],
  93. "_prefab": {
  94. "__id__": 9
  95. },
  96. "_lpos": {
  97. "__type__": "cc.Vec3",
  98. "x": 0,
  99. "y": 0,
  100. "z": 0
  101. },
  102. "_lrot": {
  103. "__type__": "cc.Quat",
  104. "x": 0,
  105. "y": 0,
  106. "z": 0,
  107. "w": 1
  108. },
  109. "_lscale": {
  110. "__type__": "cc.Vec3",
  111. "x": 1,
  112. "y": 1,
  113. "z": 1
  114. },
  115. "_mobility": 0,
  116. "_layer": 33554432,
  117. "_euler": {
  118. "__type__": "cc.Vec3",
  119. "x": 0,
  120. "y": 0,
  121. "z": 0
  122. },
  123. "_id": ""
  124. },
  125. {
  126. "__type__": "cc.UITransform",
  127. "_name": "",
  128. "_objFlags": 0,
  129. "__editorExtras__": {},
  130. "node": {
  131. "__id__": 2
  132. },
  133. "_enabled": true,
  134. "__prefab": {
  135. "__id__": 4
  136. },
  137. "_contentSize": {
  138. "__type__": "cc.Size",
  139. "width": 200,
  140. "height": 50
  141. },
  142. "_anchorPoint": {
  143. "__type__": "cc.Vec2",
  144. "x": 0.5,
  145. "y": 0.5
  146. },
  147. "_id": ""
  148. },
  149. {
  150. "__type__": "cc.CompPrefabInfo",
  151. "fileId": "bfKFcj6HVJI6whH4hrUDYD"
  152. },
  153. {
  154. "__type__": "cc.Label",
  155. "_name": "",
  156. "_objFlags": 0,
  157. "__editorExtras__": {},
  158. "node": {
  159. "__id__": 2
  160. },
  161. "_enabled": true,
  162. "__prefab": {
  163. "__id__": 6
  164. },
  165. "_customMaterial": null,
  166. "_srcBlendFactor": 2,
  167. "_dstBlendFactor": 4,
  168. "_color": {
  169. "__type__": "cc.Color",
  170. "r": 0,
  171. "g": 0,
  172. "b": 0,
  173. "a": 255
  174. },
  175. "_string": "label",
  176. "_horizontalAlign": 1,
  177. "_verticalAlign": 1,
  178. "_actualFontSize": 41,
  179. "_fontSize": 40,
  180. "_fontFamily": "Arial",
  181. "_lineHeight": 40,
  182. "_overflow": 2,
  183. "_enableWrapText": true,
  184. "_font": null,
  185. "_isSystemFontUsed": true,
  186. "_spacingX": 0,
  187. "_isItalic": false,
  188. "_isBold": true,
  189. "_isUnderline": false,
  190. "_underlineHeight": 2,
  191. "_cacheMode": 0,
  192. "_id": ""
  193. },
  194. {
  195. "__type__": "cc.CompPrefabInfo",
  196. "fileId": "043P9zDvhNBbH2Lj6q+PWe"
  197. },
  198. {
  199. "__type__": "cc.Widget",
  200. "_name": "",
  201. "_objFlags": 0,
  202. "__editorExtras__": {},
  203. "node": {
  204. "__id__": 2
  205. },
  206. "_enabled": true,
  207. "__prefab": {
  208. "__id__": 8
  209. },
  210. "_alignFlags": 45,
  211. "_target": null,
  212. "_left": 0,
  213. "_right": 0,
  214. "_top": 75,
  215. "_bottom": 75,
  216. "_horizontalCenter": 0,
  217. "_verticalCenter": 0,
  218. "_isAbsLeft": true,
  219. "_isAbsRight": true,
  220. "_isAbsTop": true,
  221. "_isAbsBottom": true,
  222. "_isAbsHorizontalCenter": true,
  223. "_isAbsVerticalCenter": true,
  224. "_originalWidth": 91.15234375,
  225. "_originalHeight": 50.4,
  226. "_alignMode": 2,
  227. "_lockFlags": 0,
  228. "_id": ""
  229. },
  230. {
  231. "__type__": "cc.CompPrefabInfo",
  232. "fileId": "ccECS2E41FUJOxqqCjs799"
  233. },
  234. {
  235. "__type__": "cc.PrefabInfo",
  236. "root": {
  237. "__id__": 1
  238. },
  239. "asset": {
  240. "__id__": 0
  241. },
  242. "fileId": "ffwTcGOfVKTZh+SoTip6t2",
  243. "instance": null,
  244. "targetOverrides": null,
  245. "nestedPrefabInstanceRoots": null
  246. },
  247. {
  248. "__type__": "cc.UITransform",
  249. "_name": "",
  250. "_objFlags": 0,
  251. "__editorExtras__": {},
  252. "node": {
  253. "__id__": 1
  254. },
  255. "_enabled": true,
  256. "__prefab": {
  257. "__id__": 11
  258. },
  259. "_contentSize": {
  260. "__type__": "cc.Size",
  261. "width": 200,
  262. "height": 200
  263. },
  264. "_anchorPoint": {
  265. "__type__": "cc.Vec2",
  266. "x": 0.5,
  267. "y": 0.5
  268. },
  269. "_id": ""
  270. },
  271. {
  272. "__type__": "cc.CompPrefabInfo",
  273. "fileId": "70LTkuiR1KdbN9mPNrDXMY"
  274. },
  275. {
  276. "__type__": "cc.Sprite",
  277. "_name": "",
  278. "_objFlags": 0,
  279. "__editorExtras__": {},
  280. "node": {
  281. "__id__": 1
  282. },
  283. "_enabled": true,
  284. "__prefab": {
  285. "__id__": 13
  286. },
  287. "_customMaterial": null,
  288. "_srcBlendFactor": 2,
  289. "_dstBlendFactor": 4,
  290. "_color": {
  291. "__type__": "cc.Color",
  292. "r": 255,
  293. "g": 255,
  294. "b": 255,
  295. "a": 255
  296. },
  297. "_spriteFrame": {
  298. "__uuid__": "20835ba4-6145-4fbc-a58a-051ce700aa3e@f9941",
  299. "__expectedType__": "cc.SpriteFrame"
  300. },
  301. "_type": 0,
  302. "_fillType": 0,
  303. "_sizeMode": 0,
  304. "_fillCenter": {
  305. "__type__": "cc.Vec2",
  306. "x": 0,
  307. "y": 0
  308. },
  309. "_fillStart": 0,
  310. "_fillRange": 0,
  311. "_isTrimmedMode": true,
  312. "_useGrayscale": false,
  313. "_atlas": null,
  314. "_id": ""
  315. },
  316. {
  317. "__type__": "cc.CompPrefabInfo",
  318. "fileId": "e6E++6Gl5Ir4p4MMQh4bHq"
  319. },
  320. {
  321. "__type__": "cc.Button",
  322. "_name": "",
  323. "_objFlags": 0,
  324. "__editorExtras__": {},
  325. "node": {
  326. "__id__": 1
  327. },
  328. "_enabled": true,
  329. "__prefab": {
  330. "__id__": 15
  331. },
  332. "clickEvents": [],
  333. "_interactable": true,
  334. "_transition": 3,
  335. "_normalColor": {
  336. "__type__": "cc.Color",
  337. "r": 255,
  338. "g": 255,
  339. "b": 255,
  340. "a": 255
  341. },
  342. "_hoverColor": {
  343. "__type__": "cc.Color",
  344. "r": 211,
  345. "g": 211,
  346. "b": 211,
  347. "a": 255
  348. },
  349. "_pressedColor": {
  350. "__type__": "cc.Color",
  351. "r": 255,
  352. "g": 255,
  353. "b": 255,
  354. "a": 255
  355. },
  356. "_disabledColor": {
  357. "__type__": "cc.Color",
  358. "r": 124,
  359. "g": 124,
  360. "b": 124,
  361. "a": 255
  362. },
  363. "_normalSprite": null,
  364. "_hoverSprite": null,
  365. "_pressedSprite": null,
  366. "_disabledSprite": null,
  367. "_duration": 0.1,
  368. "_zoomScale": 1.2,
  369. "_target": null,
  370. "_id": ""
  371. },
  372. {
  373. "__type__": "cc.CompPrefabInfo",
  374. "fileId": "2fnGzHp11NqKz4Zy2UBYQU"
  375. },
  376. {
  377. "__type__": "55881fUW49Mxaz9sgpYpOHA",
  378. "_name": "",
  379. "_objFlags": 0,
  380. "__editorExtras__": {},
  381. "node": {
  382. "__id__": 1
  383. },
  384. "_enabled": true,
  385. "__prefab": {
  386. "__id__": 17
  387. },
  388. "lab_name": {
  389. "__id__": 2
  390. },
  391. "_id": ""
  392. },
  393. {
  394. "__type__": "cc.CompPrefabInfo",
  395. "fileId": "22DaRAtoNERJ/OPjJIdHZS"
  396. },
  397. {
  398. "__type__": "cc.PrefabInfo",
  399. "root": {
  400. "__id__": 1
  401. },
  402. "asset": {
  403. "__id__": 0
  404. },
  405. "fileId": "3bj4cI7IJFZafBpzAMIJn4",
  406. "instance": null,
  407. "targetOverrides": null
  408. }
  409. ]