101.prefab 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952
  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": "101",
  17. "_objFlags": 0,
  18. "_parent": null,
  19. "_children": [
  20. {
  21. "__id__": 2
  22. },
  23. {
  24. "__id__": 9
  25. },
  26. {
  27. "__id__": 12
  28. },
  29. {
  30. "__id__": 16
  31. },
  32. {
  33. "__id__": 23
  34. }
  35. ],
  36. "_active": true,
  37. "_components": [],
  38. "_prefab": {
  39. "__id__": 27
  40. },
  41. "_opacity": 255,
  42. "_color": {
  43. "__type__": "cc.Color",
  44. "r": 255,
  45. "g": 255,
  46. "b": 255,
  47. "a": 255
  48. },
  49. "_contentSize": {
  50. "__type__": "cc.Size",
  51. "width": 800,
  52. "height": 510
  53. },
  54. "_anchorPoint": {
  55. "__type__": "cc.Vec2",
  56. "x": 0.5,
  57. "y": 1
  58. },
  59. "_trs": {
  60. "__type__": "TypedArray",
  61. "ctor": "Float64Array",
  62. "array": [
  63. 0,
  64. 0,
  65. 0,
  66. 0,
  67. 0,
  68. 0,
  69. 1,
  70. 1,
  71. 1,
  72. 1
  73. ]
  74. },
  75. "_eulerAngles": {
  76. "__type__": "cc.Vec3",
  77. "x": 0,
  78. "y": 0,
  79. "z": 0
  80. },
  81. "_skewX": 0,
  82. "_skewY": 0,
  83. "_is3DNode": false,
  84. "_groupIndex": 0,
  85. "groupIndex": 0,
  86. "_id": ""
  87. },
  88. {
  89. "__type__": "cc.Node",
  90. "_name": "New Sprite",
  91. "_objFlags": 0,
  92. "_parent": {
  93. "__id__": 1
  94. },
  95. "_children": [
  96. {
  97. "__id__": 3
  98. }
  99. ],
  100. "_active": true,
  101. "_components": [
  102. {
  103. "__id__": 7
  104. }
  105. ],
  106. "_prefab": {
  107. "__id__": 8
  108. },
  109. "_opacity": 255,
  110. "_color": {
  111. "__type__": "cc.Color",
  112. "r": 255,
  113. "g": 255,
  114. "b": 255,
  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. -47.757000000000005,
  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.Node",
  158. "_name": "New Label",
  159. "_objFlags": 0,
  160. "_parent": {
  161. "__id__": 2
  162. },
  163. "_children": [],
  164. "_active": true,
  165. "_components": [
  166. {
  167. "__id__": 4
  168. },
  169. {
  170. "__id__": 5
  171. }
  172. ],
  173. "_prefab": {
  174. "__id__": 6
  175. },
  176. "_opacity": 255,
  177. "_color": {
  178. "__type__": "cc.Color",
  179. "r": 255,
  180. "g": 255,
  181. "b": 255,
  182. "a": 255
  183. },
  184. "_contentSize": {
  185. "__type__": "cc.Size",
  186. "width": 104,
  187. "height": 41.8
  188. },
  189. "_anchorPoint": {
  190. "__type__": "cc.Vec2",
  191. "x": 0.5,
  192. "y": 0.5
  193. },
  194. "_trs": {
  195. "__type__": "TypedArray",
  196. "ctor": "Float64Array",
  197. "array": [
  198. 0,
  199. 0,
  200. 0,
  201. 0,
  202. 0,
  203. 0,
  204. 1,
  205. 1,
  206. 1,
  207. 1
  208. ]
  209. },
  210. "_eulerAngles": {
  211. "__type__": "cc.Vec3",
  212. "x": 0,
  213. "y": 0,
  214. "z": 0
  215. },
  216. "_skewX": 0,
  217. "_skewY": 0,
  218. "_is3DNode": false,
  219. "_groupIndex": 0,
  220. "groupIndex": 0,
  221. "_id": ""
  222. },
  223. {
  224. "__type__": "cc.Label",
  225. "_name": "",
  226. "_objFlags": 0,
  227. "node": {
  228. "__id__": 3
  229. },
  230. "_enabled": true,
  231. "_materials": [
  232. {
  233. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  234. }
  235. ],
  236. "_srcBlendFactor": 770,
  237. "_dstBlendFactor": 771,
  238. "_string": "众神令牌",
  239. "_N$string": "众神令牌",
  240. "_fontSize": 25,
  241. "_lineHeight": 30,
  242. "_enableWrapText": true,
  243. "_N$file": {
  244. "__uuid__": "1cdb5762-18d1-4d60-a364-c717229e08e9"
  245. },
  246. "_isSystemFontUsed": false,
  247. "_spacingX": 0,
  248. "_batchAsBitmap": false,
  249. "_styleFlags": 0,
  250. "_underlineHeight": 0,
  251. "_N$horizontalAlign": 1,
  252. "_N$verticalAlign": 1,
  253. "_N$fontFamily": "Arial",
  254. "_N$overflow": 0,
  255. "_N$cacheMode": 0,
  256. "_id": ""
  257. },
  258. {
  259. "__type__": "cc.LabelOutline",
  260. "_name": "",
  261. "_objFlags": 0,
  262. "node": {
  263. "__id__": 3
  264. },
  265. "_enabled": true,
  266. "_color": {
  267. "__type__": "cc.Color",
  268. "r": 8,
  269. "g": 5,
  270. "b": 5,
  271. "a": 255
  272. },
  273. "_width": 2,
  274. "_id": ""
  275. },
  276. {
  277. "__type__": "cc.PrefabInfo",
  278. "root": {
  279. "__id__": 1
  280. },
  281. "asset": {
  282. "__uuid__": "55cf37e6-8366-4c7d-91d8-f40d0d0e3d4d"
  283. },
  284. "fileId": "5bHUrJv+RHQpBHLDOr++aM",
  285. "sync": false
  286. },
  287. {
  288. "__type__": "cc.Sprite",
  289. "_name": "",
  290. "_objFlags": 0,
  291. "node": {
  292. "__id__": 2
  293. },
  294. "_enabled": true,
  295. "_materials": [
  296. {
  297. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  298. }
  299. ],
  300. "_srcBlendFactor": 770,
  301. "_dstBlendFactor": 771,
  302. "_spriteFrame": {
  303. "__uuid__": "027ab1f6-4c19-4be9-99c9-bc4eb7e2a554"
  304. },
  305. "_type": 1,
  306. "_sizeMode": 0,
  307. "_fillType": 0,
  308. "_fillCenter": {
  309. "__type__": "cc.Vec2",
  310. "x": 0,
  311. "y": 0
  312. },
  313. "_fillStart": 0,
  314. "_fillRange": 0,
  315. "_isTrimmedMode": true,
  316. "_atlas": null,
  317. "_id": ""
  318. },
  319. {
  320. "__type__": "cc.PrefabInfo",
  321. "root": {
  322. "__id__": 1
  323. },
  324. "asset": {
  325. "__uuid__": "55cf37e6-8366-4c7d-91d8-f40d0d0e3d4d"
  326. },
  327. "fileId": "4cLpdEjIxMsrwHdRPeK0x8",
  328. "sync": false
  329. },
  330. {
  331. "__type__": "cc.Node",
  332. "_name": "New Sprite",
  333. "_objFlags": 0,
  334. "_parent": {
  335. "__id__": 1
  336. },
  337. "_children": [],
  338. "_active": true,
  339. "_components": [
  340. {
  341. "__id__": 10
  342. }
  343. ],
  344. "_prefab": {
  345. "__id__": 11
  346. },
  347. "_opacity": 255,
  348. "_color": {
  349. "__type__": "cc.Color",
  350. "r": 255,
  351. "g": 255,
  352. "b": 255,
  353. "a": 255
  354. },
  355. "_contentSize": {
  356. "__type__": "cc.Size",
  357. "width": 120,
  358. "height": 100
  359. },
  360. "_anchorPoint": {
  361. "__type__": "cc.Vec2",
  362. "x": 0.5,
  363. "y": 0.5
  364. },
  365. "_trs": {
  366. "__type__": "TypedArray",
  367. "ctor": "Float64Array",
  368. "array": [
  369. 0,
  370. -306.586,
  371. 0,
  372. 0,
  373. 0,
  374. 0,
  375. 1,
  376. 1,
  377. 1,
  378. 1
  379. ]
  380. },
  381. "_eulerAngles": {
  382. "__type__": "cc.Vec3",
  383. "x": 0,
  384. "y": 0,
  385. "z": 0
  386. },
  387. "_skewX": 0,
  388. "_skewY": 0,
  389. "_is3DNode": false,
  390. "_groupIndex": 0,
  391. "groupIndex": 0,
  392. "_id": ""
  393. },
  394. {
  395. "__type__": "cc.Sprite",
  396. "_name": "",
  397. "_objFlags": 0,
  398. "node": {
  399. "__id__": 9
  400. },
  401. "_enabled": true,
  402. "_materials": [
  403. {
  404. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  405. }
  406. ],
  407. "_srcBlendFactor": 770,
  408. "_dstBlendFactor": 771,
  409. "_spriteFrame": {
  410. "__uuid__": "eb19b774-fd7e-4639-b5b6-f3d6da6c94f9"
  411. },
  412. "_type": 0,
  413. "_sizeMode": 0,
  414. "_fillType": 0,
  415. "_fillCenter": {
  416. "__type__": "cc.Vec2",
  417. "x": 0,
  418. "y": 0
  419. },
  420. "_fillStart": 0,
  421. "_fillRange": 0,
  422. "_isTrimmedMode": true,
  423. "_atlas": null,
  424. "_id": ""
  425. },
  426. {
  427. "__type__": "cc.PrefabInfo",
  428. "root": {
  429. "__id__": 1
  430. },
  431. "asset": {
  432. "__uuid__": "55cf37e6-8366-4c7d-91d8-f40d0d0e3d4d"
  433. },
  434. "fileId": "33gOaifXFHSoZlhnHGTEtc",
  435. "sync": false
  436. },
  437. {
  438. "__type__": "cc.Node",
  439. "_name": "New Label",
  440. "_objFlags": 0,
  441. "_parent": {
  442. "__id__": 1
  443. },
  444. "_children": [],
  445. "_active": true,
  446. "_components": [
  447. {
  448. "__id__": 13
  449. },
  450. {
  451. "__id__": 14
  452. }
  453. ],
  454. "_prefab": {
  455. "__id__": 15
  456. },
  457. "_opacity": 255,
  458. "_color": {
  459. "__type__": "cc.Color",
  460. "r": 255,
  461. "g": 255,
  462. "b": 255,
  463. "a": 255
  464. },
  465. "_contentSize": {
  466. "__type__": "cc.Size",
  467. "width": 311.5,
  468. "height": 41.8
  469. },
  470. "_anchorPoint": {
  471. "__type__": "cc.Vec2",
  472. "x": 0.5,
  473. "y": 0.5
  474. },
  475. "_trs": {
  476. "__type__": "TypedArray",
  477. "ctor": "Float64Array",
  478. "array": [
  479. 0,
  480. -100.164,
  481. 0,
  482. 0,
  483. 0,
  484. 0,
  485. 1,
  486. 1,
  487. 1,
  488. 1
  489. ]
  490. },
  491. "_eulerAngles": {
  492. "__type__": "cc.Vec3",
  493. "x": 0,
  494. "y": 0,
  495. "z": 0
  496. },
  497. "_skewX": 0,
  498. "_skewY": 0,
  499. "_is3DNode": false,
  500. "_groupIndex": 0,
  501. "groupIndex": 0,
  502. "_id": ""
  503. },
  504. {
  505. "__type__": "cc.Label",
  506. "_name": "",
  507. "_objFlags": 0,
  508. "node": {
  509. "__id__": 12
  510. },
  511. "_enabled": true,
  512. "_materials": [
  513. {
  514. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  515. }
  516. ],
  517. "_srcBlendFactor": 770,
  518. "_dstBlendFactor": 771,
  519. "_string": "解锁众神令第1季奖励和特权",
  520. "_N$string": "解锁众神令第1季奖励和特权",
  521. "_fontSize": 25,
  522. "_lineHeight": 30,
  523. "_enableWrapText": true,
  524. "_N$file": {
  525. "__uuid__": "1cdb5762-18d1-4d60-a364-c717229e08e9"
  526. },
  527. "_isSystemFontUsed": false,
  528. "_spacingX": 0,
  529. "_batchAsBitmap": false,
  530. "_styleFlags": 0,
  531. "_underlineHeight": 0,
  532. "_N$horizontalAlign": 1,
  533. "_N$verticalAlign": 1,
  534. "_N$fontFamily": "Arial",
  535. "_N$overflow": 0,
  536. "_N$cacheMode": 0,
  537. "_id": ""
  538. },
  539. {
  540. "__type__": "cc.LabelOutline",
  541. "_name": "",
  542. "_objFlags": 0,
  543. "node": {
  544. "__id__": 12
  545. },
  546. "_enabled": true,
  547. "_color": {
  548. "__type__": "cc.Color",
  549. "r": 8,
  550. "g": 5,
  551. "b": 5,
  552. "a": 255
  553. },
  554. "_width": 2,
  555. "_id": ""
  556. },
  557. {
  558. "__type__": "cc.PrefabInfo",
  559. "root": {
  560. "__id__": 1
  561. },
  562. "asset": {
  563. "__uuid__": "55cf37e6-8366-4c7d-91d8-f40d0d0e3d4d"
  564. },
  565. "fileId": "4488cYd1JLe4LclGoHFuR6",
  566. "sync": false
  567. },
  568. {
  569. "__type__": "cc.Node",
  570. "_name": "New Sprite",
  571. "_objFlags": 0,
  572. "_parent": {
  573. "__id__": 1
  574. },
  575. "_children": [
  576. {
  577. "__id__": 17
  578. }
  579. ],
  580. "_active": true,
  581. "_components": [
  582. {
  583. "__id__": 21
  584. }
  585. ],
  586. "_prefab": {
  587. "__id__": 22
  588. },
  589. "_opacity": 255,
  590. "_color": {
  591. "__type__": "cc.Color",
  592. "r": 255,
  593. "g": 255,
  594. "b": 255,
  595. "a": 255
  596. },
  597. "_contentSize": {
  598. "__type__": "cc.Size",
  599. "width": 190,
  600. "height": 76
  601. },
  602. "_anchorPoint": {
  603. "__type__": "cc.Vec2",
  604. "x": 0.5,
  605. "y": 0.5
  606. },
  607. "_trs": {
  608. "__type__": "TypedArray",
  609. "ctor": "Float64Array",
  610. "array": [
  611. 0,
  612. -436.191,
  613. 0,
  614. 0,
  615. 0,
  616. 0,
  617. 1,
  618. 1,
  619. 1,
  620. 1
  621. ]
  622. },
  623. "_eulerAngles": {
  624. "__type__": "cc.Vec3",
  625. "x": 0,
  626. "y": 0,
  627. "z": 0
  628. },
  629. "_skewX": 0,
  630. "_skewY": 0,
  631. "_is3DNode": false,
  632. "_groupIndex": 0,
  633. "groupIndex": 0,
  634. "_id": ""
  635. },
  636. {
  637. "__type__": "cc.Node",
  638. "_name": "New Label",
  639. "_objFlags": 0,
  640. "_parent": {
  641. "__id__": 16
  642. },
  643. "_children": [],
  644. "_active": true,
  645. "_components": [
  646. {
  647. "__id__": 18
  648. },
  649. {
  650. "__id__": 19
  651. }
  652. ],
  653. "_prefab": {
  654. "__id__": 20
  655. },
  656. "_opacity": 255,
  657. "_color": {
  658. "__type__": "cc.Color",
  659. "r": 255,
  660. "g": 255,
  661. "b": 255,
  662. "a": 255
  663. },
  664. "_contentSize": {
  665. "__type__": "cc.Size",
  666. "width": 64,
  667. "height": 60.7
  668. },
  669. "_anchorPoint": {
  670. "__type__": "cc.Vec2",
  671. "x": 0.5,
  672. "y": 0.5
  673. },
  674. "_trs": {
  675. "__type__": "TypedArray",
  676. "ctor": "Float64Array",
  677. "array": [
  678. 0,
  679. 0,
  680. 0,
  681. 0,
  682. 0,
  683. 0,
  684. 1,
  685. 1,
  686. 1,
  687. 1
  688. ]
  689. },
  690. "_eulerAngles": {
  691. "__type__": "cc.Vec3",
  692. "x": 0,
  693. "y": 0,
  694. "z": 0
  695. },
  696. "_skewX": 0,
  697. "_skewY": 0,
  698. "_is3DNode": false,
  699. "_groupIndex": 0,
  700. "groupIndex": 0,
  701. "_id": ""
  702. },
  703. {
  704. "__type__": "cc.Label",
  705. "_name": "",
  706. "_objFlags": 0,
  707. "node": {
  708. "__id__": 17
  709. },
  710. "_enabled": true,
  711. "_materials": [
  712. {
  713. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  714. }
  715. ],
  716. "_srcBlendFactor": 770,
  717. "_dstBlendFactor": 771,
  718. "_string": "¥30",
  719. "_N$string": "¥30",
  720. "_fontSize": 30,
  721. "_lineHeight": 45,
  722. "_enableWrapText": true,
  723. "_N$file": {
  724. "__uuid__": "1cdb5762-18d1-4d60-a364-c717229e08e9"
  725. },
  726. "_isSystemFontUsed": false,
  727. "_spacingX": 0,
  728. "_batchAsBitmap": false,
  729. "_styleFlags": 0,
  730. "_underlineHeight": 0,
  731. "_N$horizontalAlign": 1,
  732. "_N$verticalAlign": 1,
  733. "_N$fontFamily": "Arial",
  734. "_N$overflow": 0,
  735. "_N$cacheMode": 0,
  736. "_id": ""
  737. },
  738. {
  739. "__type__": "cc.LabelOutline",
  740. "_name": "",
  741. "_objFlags": 0,
  742. "node": {
  743. "__id__": 17
  744. },
  745. "_enabled": true,
  746. "_color": {
  747. "__type__": "cc.Color",
  748. "r": 8,
  749. "g": 5,
  750. "b": 5,
  751. "a": 255
  752. },
  753. "_width": 2,
  754. "_id": ""
  755. },
  756. {
  757. "__type__": "cc.PrefabInfo",
  758. "root": {
  759. "__id__": 1
  760. },
  761. "asset": {
  762. "__uuid__": "55cf37e6-8366-4c7d-91d8-f40d0d0e3d4d"
  763. },
  764. "fileId": "01Nr6lA5RKEoL91sWaGBGN",
  765. "sync": false
  766. },
  767. {
  768. "__type__": "cc.Sprite",
  769. "_name": "",
  770. "_objFlags": 0,
  771. "node": {
  772. "__id__": 16
  773. },
  774. "_enabled": true,
  775. "_materials": [
  776. {
  777. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  778. }
  779. ],
  780. "_srcBlendFactor": 770,
  781. "_dstBlendFactor": 771,
  782. "_spriteFrame": {
  783. "__uuid__": "a5f6605f-0689-4bfb-8123-1b1721445855"
  784. },
  785. "_type": 0,
  786. "_sizeMode": 1,
  787. "_fillType": 0,
  788. "_fillCenter": {
  789. "__type__": "cc.Vec2",
  790. "x": 0,
  791. "y": 0
  792. },
  793. "_fillStart": 0,
  794. "_fillRange": 0,
  795. "_isTrimmedMode": true,
  796. "_atlas": null,
  797. "_id": ""
  798. },
  799. {
  800. "__type__": "cc.PrefabInfo",
  801. "root": {
  802. "__id__": 1
  803. },
  804. "asset": {
  805. "__uuid__": "55cf37e6-8366-4c7d-91d8-f40d0d0e3d4d"
  806. },
  807. "fileId": "40TOvPt5ROm7sbFa61mzy3",
  808. "sync": false
  809. },
  810. {
  811. "__type__": "cc.Node",
  812. "_name": "New Label",
  813. "_objFlags": 0,
  814. "_parent": {
  815. "__id__": 1
  816. },
  817. "_children": [],
  818. "_active": true,
  819. "_components": [
  820. {
  821. "__id__": 24
  822. },
  823. {
  824. "__id__": 25
  825. }
  826. ],
  827. "_prefab": {
  828. "__id__": 26
  829. },
  830. "_opacity": 255,
  831. "_color": {
  832. "__type__": "cc.Color",
  833. "r": 255,
  834. "g": 255,
  835. "b": 255,
  836. "a": 255
  837. },
  838. "_contentSize": {
  839. "__type__": "cc.Size",
  840. "width": 285.04,
  841. "height": 41.8
  842. },
  843. "_anchorPoint": {
  844. "__type__": "cc.Vec2",
  845. "x": 0.5,
  846. "y": 0.5
  847. },
  848. "_trs": {
  849. "__type__": "TypedArray",
  850. "ctor": "Float64Array",
  851. "array": [
  852. 0,
  853. -148.604,
  854. 0,
  855. 0,
  856. 0,
  857. 0,
  858. 1,
  859. 1,
  860. 1,
  861. 1
  862. ]
  863. },
  864. "_eulerAngles": {
  865. "__type__": "cc.Vec3",
  866. "x": 0,
  867. "y": 0,
  868. "z": 0
  869. },
  870. "_skewX": 0,
  871. "_skewY": 0,
  872. "_is3DNode": false,
  873. "_groupIndex": 0,
  874. "groupIndex": 0,
  875. "_id": ""
  876. },
  877. {
  878. "__type__": "cc.Label",
  879. "_name": "",
  880. "_objFlags": 0,
  881. "node": {
  882. "__id__": 23
  883. },
  884. "_enabled": true,
  885. "_materials": [
  886. {
  887. "__uuid__": "eca5d2f2-8ef6-41c2-bbe6-f9c79d09c432"
  888. }
  889. ],
  890. "_srcBlendFactor": 770,
  891. "_dstBlendFactor": 771,
  892. "_string": "1月22日10点~1月30日24点",
  893. "_N$string": "1月22日10点~1月30日24点",
  894. "_fontSize": 25,
  895. "_lineHeight": 30,
  896. "_enableWrapText": true,
  897. "_N$file": {
  898. "__uuid__": "1cdb5762-18d1-4d60-a364-c717229e08e9"
  899. },
  900. "_isSystemFontUsed": false,
  901. "_spacingX": 0,
  902. "_batchAsBitmap": false,
  903. "_styleFlags": 0,
  904. "_underlineHeight": 0,
  905. "_N$horizontalAlign": 1,
  906. "_N$verticalAlign": 1,
  907. "_N$fontFamily": "Arial",
  908. "_N$overflow": 0,
  909. "_N$cacheMode": 0,
  910. "_id": ""
  911. },
  912. {
  913. "__type__": "cc.LabelOutline",
  914. "_name": "",
  915. "_objFlags": 0,
  916. "node": {
  917. "__id__": 23
  918. },
  919. "_enabled": true,
  920. "_color": {
  921. "__type__": "cc.Color",
  922. "r": 8,
  923. "g": 5,
  924. "b": 5,
  925. "a": 255
  926. },
  927. "_width": 2,
  928. "_id": ""
  929. },
  930. {
  931. "__type__": "cc.PrefabInfo",
  932. "root": {
  933. "__id__": 1
  934. },
  935. "asset": {
  936. "__uuid__": "55cf37e6-8366-4c7d-91d8-f40d0d0e3d4d"
  937. },
  938. "fileId": "bdPPN+lFNGvYxgzF5ZhEXr",
  939. "sync": false
  940. },
  941. {
  942. "__type__": "cc.PrefabInfo",
  943. "root": {
  944. "__id__": 1
  945. },
  946. "asset": {
  947. "__uuid__": "55cf37e6-8366-4c7d-91d8-f40d0d0e3d4d"
  948. },
  949. "fileId": "",
  950. "sync": false
  951. }
  952. ]