PowerUpUI.prefab 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655
  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": "PowerUpUI",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 6
  25. },
  26. {
  27. "__id__": 9
  28. },
  29. {
  30. "__id__": 14
  31. }
  32. ],
  33. "_active": true,
  34. "_components": [
  35. {
  36. "__id__": 19
  37. }
  38. ],
  39. "_prefab": {
  40. "__id__": 20
  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. 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": "bg",
  92. "_objFlags": 0,
  93. "_parent": {
  94. "__id__": 1
  95. },
  96. "_children": [],
  97. "_active": true,
  98. "_components": [
  99. {
  100. "__id__": 3
  101. },
  102. {
  103. "__id__": 4
  104. }
  105. ],
  106. "_prefab": {
  107. "__id__": 5
  108. },
  109. "_opacity": 255,
  110. "_color": {
  111. "__type__": "cc.Color",
  112. "r": 111,
  113. "g": 37,
  114. "b": 37,
  115. "a": 255
  116. },
  117. "_contentSize": {
  118. "__type__": "cc.Size",
  119. "width": 600,
  120. "height": 60
  121. },
  122. "_anchorPoint": {
  123. "__type__": "cc.Vec2",
  124. "x": 0.5,
  125. "y": 0.5
  126. },
  127. "_trs": {
  128. "__type__": "TypedArray",
  129. "ctor": "Float64Array",
  130. "array": [
  131. 0,
  132. 0,
  133. 0,
  134. 0,
  135. 0,
  136. 0,
  137. 1,
  138. 1,
  139. 1,
  140. 1
  141. ]
  142. },
  143. "_eulerAngles": {
  144. "__type__": "cc.Vec3",
  145. "x": 0,
  146. "y": 0,
  147. "z": 0
  148. },
  149. "_skewX": 0,
  150. "_skewY": 0,
  151. "_is3DNode": false,
  152. "_groupIndex": 0,
  153. "groupIndex": 0,
  154. "_id": ""
  155. },
  156. {
  157. "__type__": "cc.Sprite",
  158. "_name": "",
  159. "_objFlags": 0,
  160. "node": {
  161. "__id__": 2
  162. },
  163. "_enabled": true,
  164. "_materials": [
  165. {
  166. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  167. }
  168. ],
  169. "_srcBlendFactor": 770,
  170. "_dstBlendFactor": 771,
  171. "_spriteFrame": null,
  172. "_type": 1,
  173. "_sizeMode": 1,
  174. "_fillType": 0,
  175. "_fillCenter": {
  176. "__type__": "cc.Vec2",
  177. "x": 0,
  178. "y": 0
  179. },
  180. "_fillStart": 0,
  181. "_fillRange": 0,
  182. "_isTrimmedMode": true,
  183. "_atlas": null,
  184. "_id": ""
  185. },
  186. {
  187. "__type__": "cc.Layout",
  188. "_name": "",
  189. "_objFlags": 0,
  190. "node": {
  191. "__id__": 2
  192. },
  193. "_enabled": true,
  194. "_layoutSize": {
  195. "__type__": "cc.Size",
  196. "width": 600,
  197. "height": 60
  198. },
  199. "_resize": 1,
  200. "_N$layoutType": 2,
  201. "_N$cellSize": {
  202. "__type__": "cc.Size",
  203. "width": 40,
  204. "height": 40
  205. },
  206. "_N$startAxis": 0,
  207. "_N$paddingLeft": 0,
  208. "_N$paddingRight": 0,
  209. "_N$paddingTop": 13,
  210. "_N$paddingBottom": 13,
  211. "_N$spacingX": 0,
  212. "_N$spacingY": 0,
  213. "_N$verticalDirection": 1,
  214. "_N$horizontalDirection": 0,
  215. "_N$affectedByScale": false,
  216. "_id": ""
  217. },
  218. {
  219. "__type__": "cc.PrefabInfo",
  220. "root": {
  221. "__id__": 1
  222. },
  223. "asset": {
  224. "__id__": 0
  225. },
  226. "fileId": "73N3loDkRDJpk0xenKF6kK",
  227. "sync": false
  228. },
  229. {
  230. "__type__": "cc.Node",
  231. "_name": "icon_rank_2",
  232. "_objFlags": 0,
  233. "_parent": {
  234. "__id__": 1
  235. },
  236. "_children": [],
  237. "_active": true,
  238. "_components": [
  239. {
  240. "__id__": 7
  241. }
  242. ],
  243. "_prefab": {
  244. "__id__": 8
  245. },
  246. "_opacity": 255,
  247. "_color": {
  248. "__type__": "cc.Color",
  249. "r": 255,
  250. "g": 255,
  251. "b": 255,
  252. "a": 255
  253. },
  254. "_contentSize": {
  255. "__type__": "cc.Size",
  256. "width": 54,
  257. "height": 48
  258. },
  259. "_anchorPoint": {
  260. "__type__": "cc.Vec2",
  261. "x": 0.5,
  262. "y": 0.5
  263. },
  264. "_trs": {
  265. "__type__": "TypedArray",
  266. "ctor": "Float64Array",
  267. "array": [
  268. -163.916,
  269. 0,
  270. 0,
  271. 0,
  272. 0,
  273. 0,
  274. 1,
  275. 1,
  276. 1,
  277. 1
  278. ]
  279. },
  280. "_eulerAngles": {
  281. "__type__": "cc.Vec3",
  282. "x": 0,
  283. "y": 0,
  284. "z": 0
  285. },
  286. "_skewX": 0,
  287. "_skewY": 0,
  288. "_is3DNode": false,
  289. "_groupIndex": 0,
  290. "groupIndex": 0,
  291. "_id": ""
  292. },
  293. {
  294. "__type__": "cc.Sprite",
  295. "_name": "",
  296. "_objFlags": 0,
  297. "node": {
  298. "__id__": 6
  299. },
  300. "_enabled": true,
  301. "_materials": [
  302. {
  303. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  304. }
  305. ],
  306. "_srcBlendFactor": 770,
  307. "_dstBlendFactor": 771,
  308. "_spriteFrame": null,
  309. "_type": 0,
  310. "_sizeMode": 1,
  311. "_fillType": 0,
  312. "_fillCenter": {
  313. "__type__": "cc.Vec2",
  314. "x": 0,
  315. "y": 0
  316. },
  317. "_fillStart": 0,
  318. "_fillRange": 0,
  319. "_isTrimmedMode": true,
  320. "_atlas": null,
  321. "_id": ""
  322. },
  323. {
  324. "__type__": "cc.PrefabInfo",
  325. "root": {
  326. "__id__": 1
  327. },
  328. "asset": {
  329. "__id__": 0
  330. },
  331. "fileId": "c0To16dIBO2q6XuznFGZpR",
  332. "sync": false
  333. },
  334. {
  335. "__type__": "cc.Node",
  336. "_name": "power_lb",
  337. "_objFlags": 0,
  338. "_parent": {
  339. "__id__": 1
  340. },
  341. "_children": [],
  342. "_active": true,
  343. "_components": [
  344. {
  345. "__id__": 10
  346. },
  347. {
  348. "__id__": 11
  349. },
  350. {
  351. "__id__": 12
  352. }
  353. ],
  354. "_prefab": {
  355. "__id__": 13
  356. },
  357. "_opacity": 255,
  358. "_color": {
  359. "__type__": "cc.Color",
  360. "r": 255,
  361. "g": 255,
  362. "b": 255,
  363. "a": 255
  364. },
  365. "_contentSize": {
  366. "__type__": "cc.Size",
  367. "width": 135.09,
  368. "height": 69
  369. },
  370. "_anchorPoint": {
  371. "__type__": "cc.Vec2",
  372. "x": 0.5,
  373. "y": 0.5
  374. },
  375. "_trs": {
  376. "__type__": "TypedArray",
  377. "ctor": "Float64Array",
  378. "array": [
  379. -61.347,
  380. 0,
  381. 0,
  382. 0,
  383. 0,
  384. 0,
  385. 1,
  386. 1,
  387. 1,
  388. 1
  389. ]
  390. },
  391. "_eulerAngles": {
  392. "__type__": "cc.Vec3",
  393. "x": 0,
  394. "y": 0,
  395. "z": 0
  396. },
  397. "_skewX": 0,
  398. "_skewY": 0,
  399. "_is3DNode": false,
  400. "_groupIndex": 0,
  401. "groupIndex": 0,
  402. "_id": ""
  403. },
  404. {
  405. "__type__": "cc.Label",
  406. "_name": "",
  407. "_objFlags": 0,
  408. "node": {
  409. "__id__": 9
  410. },
  411. "_enabled": true,
  412. "_materials": [
  413. {
  414. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  415. }
  416. ],
  417. "_srcBlendFactor": 770,
  418. "_dstBlendFactor": 771,
  419. "_string": "POWER:",
  420. "_N$string": "POWER:",
  421. "_fontSize": 36,
  422. "_lineHeight": 50,
  423. "_enableWrapText": true,
  424. "_N$file": {
  425. "__uuid__": "53fae5bd-72f8-48d5-9465-9798bf9bde5c"
  426. },
  427. "_isSystemFontUsed": false,
  428. "_spacingX": 0,
  429. "_batchAsBitmap": false,
  430. "_styleFlags": 0,
  431. "_underlineHeight": 0,
  432. "_N$horizontalAlign": 1,
  433. "_N$verticalAlign": 1,
  434. "_N$fontFamily": "Arial",
  435. "_N$overflow": 0,
  436. "_N$cacheMode": 0,
  437. "_id": ""
  438. },
  439. {
  440. "__type__": "cc.LabelOutline",
  441. "_name": "",
  442. "_objFlags": 0,
  443. "node": {
  444. "__id__": 9
  445. },
  446. "_enabled": true,
  447. "_color": {
  448. "__type__": "cc.Color",
  449. "r": 35,
  450. "g": 16,
  451. "b": 16,
  452. "a": 255
  453. },
  454. "_width": 3,
  455. "_id": ""
  456. },
  457. {
  458. "__type__": "41ebaVoPpRA4Kp67XEdHfZn",
  459. "_name": "",
  460. "_objFlags": 0,
  461. "node": {
  462. "__id__": 9
  463. },
  464. "_enabled": true,
  465. "_englishCase": 2,
  466. "i18n_string": "t22",
  467. "i18n_params": [
  468. ":"
  469. ],
  470. "_addColon": true,
  471. "_id": ""
  472. },
  473. {
  474. "__type__": "cc.PrefabInfo",
  475. "root": {
  476. "__id__": 1
  477. },
  478. "asset": {
  479. "__id__": 0
  480. },
  481. "fileId": "137SdRen5E7r64dkw/vMFH",
  482. "sync": false
  483. },
  484. {
  485. "__type__": "cc.Node",
  486. "_name": "lb",
  487. "_objFlags": 0,
  488. "_parent": {
  489. "__id__": 1
  490. },
  491. "_children": [],
  492. "_active": true,
  493. "_components": [
  494. {
  495. "__id__": 15
  496. },
  497. {
  498. "__id__": 16
  499. },
  500. {
  501. "__id__": 17
  502. }
  503. ],
  504. "_prefab": {
  505. "__id__": 18
  506. },
  507. "_opacity": 255,
  508. "_color": {
  509. "__type__": "cc.Color",
  510. "r": 255,
  511. "g": 255,
  512. "b": 255,
  513. "a": 255
  514. },
  515. "_contentSize": {
  516. "__type__": "cc.Size",
  517. "width": 146.13,
  518. "height": 69
  519. },
  520. "_anchorPoint": {
  521. "__type__": "cc.Vec2",
  522. "x": 0,
  523. "y": 0.5
  524. },
  525. "_trs": {
  526. "__type__": "TypedArray",
  527. "ctor": "Float64Array",
  528. "array": [
  529. 17.069,
  530. 0,
  531. 0,
  532. 0,
  533. 0,
  534. 0,
  535. 1,
  536. 1,
  537. 1,
  538. 1
  539. ]
  540. },
  541. "_eulerAngles": {
  542. "__type__": "cc.Vec3",
  543. "x": 0,
  544. "y": 0,
  545. "z": 0
  546. },
  547. "_skewX": 0,
  548. "_skewY": 0,
  549. "_is3DNode": false,
  550. "_groupIndex": 0,
  551. "groupIndex": 0,
  552. "_id": ""
  553. },
  554. {
  555. "__type__": "cc.Label",
  556. "_name": "",
  557. "_objFlags": 0,
  558. "node": {
  559. "__id__": 14
  560. },
  561. "_enabled": true,
  562. "_materials": [
  563. {
  564. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  565. }
  566. ],
  567. "_srcBlendFactor": 770,
  568. "_dstBlendFactor": 771,
  569. "_string": "+100K",
  570. "_N$string": "+100K",
  571. "_fontSize": 48,
  572. "_lineHeight": 50,
  573. "_enableWrapText": true,
  574. "_N$file": null,
  575. "_isSystemFontUsed": false,
  576. "_spacingX": 0,
  577. "_batchAsBitmap": false,
  578. "_styleFlags": 0,
  579. "_underlineHeight": 0,
  580. "_N$horizontalAlign": 1,
  581. "_N$verticalAlign": 1,
  582. "_N$fontFamily": "Arial",
  583. "_N$overflow": 0,
  584. "_N$cacheMode": 0,
  585. "_id": ""
  586. },
  587. {
  588. "__type__": "41ebaVoPpRA4Kp67XEdHfZn",
  589. "_name": "",
  590. "_objFlags": 0,
  591. "node": {
  592. "__id__": 14
  593. },
  594. "_enabled": true,
  595. "_englishCase": 0,
  596. "i18n_string": "",
  597. "i18n_params": [],
  598. "_addColon": false,
  599. "_id": ""
  600. },
  601. {
  602. "__type__": "cc.LabelOutline",
  603. "_name": "",
  604. "_objFlags": 0,
  605. "node": {
  606. "__id__": 14
  607. },
  608. "_enabled": true,
  609. "_color": {
  610. "__type__": "cc.Color",
  611. "r": 35,
  612. "g": 16,
  613. "b": 16,
  614. "a": 255
  615. },
  616. "_width": 3,
  617. "_id": ""
  618. },
  619. {
  620. "__type__": "cc.PrefabInfo",
  621. "root": {
  622. "__id__": 1
  623. },
  624. "asset": {
  625. "__id__": 0
  626. },
  627. "fileId": "6faCUpLvRFHqx8W634mwhv",
  628. "sync": false
  629. },
  630. {
  631. "__type__": "01fe9KkPexFqo70ZpzFEqOw",
  632. "_name": "",
  633. "_objFlags": 0,
  634. "node": {
  635. "__id__": 1
  636. },
  637. "_enabled": true,
  638. "quickClose": false,
  639. "cache": true,
  640. "showType": 1000,
  641. "prevent": false,
  642. "_id": ""
  643. },
  644. {
  645. "__type__": "cc.PrefabInfo",
  646. "root": {
  647. "__id__": 1
  648. },
  649. "asset": {
  650. "__id__": 0
  651. },
  652. "fileId": "",
  653. "sync": false
  654. }
  655. ]