ui_login.prefab 19 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097
  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. },
  13. {
  14. "__type__": "cc.Node",
  15. "_name": "ui_login",
  16. "_objFlags": 0,
  17. "_parent": null,
  18. "_children": [
  19. {
  20. "__id__": 2
  21. },
  22. {
  23. "__id__": 5
  24. },
  25. {
  26. "__id__": 8
  27. },
  28. {
  29. "__id__": 12
  30. },
  31. {
  32. "__id__": 19
  33. }
  34. ],
  35. "_active": true,
  36. "_level": 2,
  37. "_components": [
  38. {
  39. "__id__": 28
  40. }
  41. ],
  42. "_prefab": {
  43. "__id__": 29
  44. },
  45. "_opacity": 255,
  46. "_color": {
  47. "__type__": "cc.Color",
  48. "r": 255,
  49. "g": 255,
  50. "b": 255,
  51. "a": 255
  52. },
  53. "_contentSize": {
  54. "__type__": "cc.Size",
  55. "width": 720,
  56. "height": 1280
  57. },
  58. "_anchorPoint": {
  59. "__type__": "cc.Vec2",
  60. "x": 0.5,
  61. "y": 0.5
  62. },
  63. "_quat": {
  64. "__type__": "cc.Quat",
  65. "x": 0,
  66. "y": 0,
  67. "z": 0,
  68. "w": 1
  69. },
  70. "_skewX": 0,
  71. "_skewY": 0,
  72. "groupIndex": 0,
  73. "_id": "",
  74. "_trs": {
  75. "__type__": "TypedArray",
  76. "ctor": "Float32Array",
  77. "array": [
  78. 0,
  79. 0,
  80. 0,
  81. 0,
  82. 0,
  83. 0,
  84. 0,
  85. 1,
  86. 1,
  87. 1
  88. ]
  89. }
  90. },
  91. {
  92. "__type__": "cc.Node",
  93. "_name": "role",
  94. "_objFlags": 0,
  95. "_parent": {
  96. "__id__": 1
  97. },
  98. "_children": [],
  99. "_active": true,
  100. "_level": 3,
  101. "_components": [
  102. {
  103. "__id__": 3
  104. }
  105. ],
  106. "_prefab": {
  107. "__id__": 4
  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": 720,
  120. "height": 932
  121. },
  122. "_anchorPoint": {
  123. "__type__": "cc.Vec2",
  124. "x": 0.5,
  125. "y": 0.5
  126. },
  127. "_quat": {
  128. "__type__": "cc.Quat",
  129. "x": 0,
  130. "y": 0,
  131. "z": 0,
  132. "w": 1
  133. },
  134. "_skewX": 0,
  135. "_skewY": 0,
  136. "groupIndex": 0,
  137. "_id": "",
  138. "_trs": {
  139. "__type__": "TypedArray",
  140. "ctor": "Float32Array",
  141. "array": [
  142. 0,
  143. -74,
  144. 0,
  145. 0,
  146. 0,
  147. 0,
  148. 0,
  149. 1,
  150. 1,
  151. 1
  152. ]
  153. }
  154. },
  155. {
  156. "__type__": "cc.Sprite",
  157. "_name": "",
  158. "_objFlags": 0,
  159. "node": {
  160. "__id__": 2
  161. },
  162. "_enabled": true,
  163. "_srcBlendFactor": 770,
  164. "_dstBlendFactor": 771,
  165. "_spriteFrame": {
  166. "__uuid__": "8426f44d-65b9-483d-a6a1-59a8981f9479"
  167. },
  168. "_type": 0,
  169. "_sizeMode": 0,
  170. "_fillType": 0,
  171. "_fillCenter": {
  172. "__type__": "cc.Vec2",
  173. "x": 0,
  174. "y": 0
  175. },
  176. "_fillStart": 0,
  177. "_fillRange": 0,
  178. "_isTrimmedMode": true,
  179. "_state": 0,
  180. "_atlas": null,
  181. "_id": ""
  182. },
  183. {
  184. "__type__": "cc.PrefabInfo",
  185. "root": {
  186. "__id__": 1
  187. },
  188. "asset": {
  189. "__uuid__": "c081347c-d879-4fbe-ac59-9a93f5d2c01d"
  190. },
  191. "fileId": "61xugLFVhNIreZLFwvdZJU",
  192. "sync": false
  193. },
  194. {
  195. "__type__": "cc.Node",
  196. "_name": "title",
  197. "_objFlags": 0,
  198. "_parent": {
  199. "__id__": 1
  200. },
  201. "_children": [],
  202. "_active": true,
  203. "_level": 3,
  204. "_components": [
  205. {
  206. "__id__": 6
  207. }
  208. ],
  209. "_prefab": {
  210. "__id__": 7
  211. },
  212. "_opacity": 255,
  213. "_color": {
  214. "__type__": "cc.Color",
  215. "r": 255,
  216. "g": 255,
  217. "b": 255,
  218. "a": 255
  219. },
  220. "_contentSize": {
  221. "__type__": "cc.Size",
  222. "width": 703,
  223. "height": 322
  224. },
  225. "_anchorPoint": {
  226. "__type__": "cc.Vec2",
  227. "x": 0.5,
  228. "y": 0.5
  229. },
  230. "_quat": {
  231. "__type__": "cc.Quat",
  232. "x": 0,
  233. "y": 0,
  234. "z": 0,
  235. "w": 1
  236. },
  237. "_skewX": 0,
  238. "_skewY": 0,
  239. "groupIndex": 0,
  240. "_id": "",
  241. "_trs": {
  242. "__type__": "TypedArray",
  243. "ctor": "Float32Array",
  244. "array": [
  245. 0,
  246. 421,
  247. 0,
  248. 0,
  249. 0,
  250. 0,
  251. 0,
  252. 1,
  253. 1,
  254. 1
  255. ]
  256. }
  257. },
  258. {
  259. "__type__": "cc.Sprite",
  260. "_name": "",
  261. "_objFlags": 0,
  262. "node": {
  263. "__id__": 5
  264. },
  265. "_enabled": true,
  266. "_srcBlendFactor": 770,
  267. "_dstBlendFactor": 771,
  268. "_spriteFrame": {
  269. "__uuid__": "4ea0e5f0-397e-493a-9276-cb343d336d53"
  270. },
  271. "_type": 0,
  272. "_sizeMode": 1,
  273. "_fillType": 0,
  274. "_fillCenter": {
  275. "__type__": "cc.Vec2",
  276. "x": 0,
  277. "y": 0
  278. },
  279. "_fillStart": 0,
  280. "_fillRange": 0,
  281. "_isTrimmedMode": true,
  282. "_state": 0,
  283. "_atlas": null,
  284. "_id": ""
  285. },
  286. {
  287. "__type__": "cc.PrefabInfo",
  288. "root": {
  289. "__id__": 1
  290. },
  291. "asset": {
  292. "__uuid__": "c081347c-d879-4fbe-ac59-9a93f5d2c01d"
  293. },
  294. "fileId": "dbheVENStJyoQWiKsxF0/j",
  295. "sync": false
  296. },
  297. {
  298. "__type__": "cc.Node",
  299. "_name": "start",
  300. "_objFlags": 0,
  301. "_parent": {
  302. "__id__": 1
  303. },
  304. "_children": [],
  305. "_active": true,
  306. "_level": 3,
  307. "_components": [
  308. {
  309. "__id__": 9
  310. },
  311. {
  312. "__id__": 10
  313. }
  314. ],
  315. "_prefab": {
  316. "__id__": 11
  317. },
  318. "_opacity": 255,
  319. "_color": {
  320. "__type__": "cc.Color",
  321. "r": 255,
  322. "g": 255,
  323. "b": 255,
  324. "a": 255
  325. },
  326. "_contentSize": {
  327. "__type__": "cc.Size",
  328. "width": 417,
  329. "height": 123
  330. },
  331. "_anchorPoint": {
  332. "__type__": "cc.Vec2",
  333. "x": 0.5,
  334. "y": 0.5
  335. },
  336. "_quat": {
  337. "__type__": "cc.Quat",
  338. "x": 0,
  339. "y": 0,
  340. "z": 0,
  341. "w": 1
  342. },
  343. "_skewX": 0,
  344. "_skewY": 0,
  345. "groupIndex": 0,
  346. "_id": "",
  347. "_trs": {
  348. "__type__": "TypedArray",
  349. "ctor": "Float32Array",
  350. "array": [
  351. 0,
  352. -453.5,
  353. 0,
  354. 0,
  355. 0,
  356. 0,
  357. 0,
  358. 1,
  359. 1,
  360. 1
  361. ]
  362. }
  363. },
  364. {
  365. "__type__": "cc.Sprite",
  366. "_name": "",
  367. "_objFlags": 0,
  368. "node": {
  369. "__id__": 8
  370. },
  371. "_enabled": true,
  372. "_srcBlendFactor": 770,
  373. "_dstBlendFactor": 771,
  374. "_spriteFrame": {
  375. "__uuid__": "75160d61-d2cb-414a-afe8-7e66b25f3f61"
  376. },
  377. "_type": 0,
  378. "_sizeMode": 1,
  379. "_fillType": 0,
  380. "_fillCenter": {
  381. "__type__": "cc.Vec2",
  382. "x": 0,
  383. "y": 0
  384. },
  385. "_fillStart": 0,
  386. "_fillRange": 0,
  387. "_isTrimmedMode": true,
  388. "_state": 0,
  389. "_atlas": null,
  390. "_id": ""
  391. },
  392. {
  393. "__type__": "cc.Button",
  394. "_name": "",
  395. "_objFlags": 0,
  396. "node": {
  397. "__id__": 8
  398. },
  399. "_enabled": true,
  400. "duration": 0.1,
  401. "zoomScale": 1.2,
  402. "clickEvents": [],
  403. "_N$interactable": true,
  404. "_N$enableAutoGrayEffect": false,
  405. "_N$transition": 3,
  406. "transition": 3,
  407. "_N$normalColor": {
  408. "__type__": "cc.Color",
  409. "r": 214,
  410. "g": 214,
  411. "b": 214,
  412. "a": 255
  413. },
  414. "_N$pressedColor": {
  415. "__type__": "cc.Color",
  416. "r": 211,
  417. "g": 211,
  418. "b": 211,
  419. "a": 255
  420. },
  421. "pressedColor": {
  422. "__type__": "cc.Color",
  423. "r": 211,
  424. "g": 211,
  425. "b": 211,
  426. "a": 255
  427. },
  428. "_N$hoverColor": {
  429. "__type__": "cc.Color",
  430. "r": 255,
  431. "g": 255,
  432. "b": 255,
  433. "a": 255
  434. },
  435. "hoverColor": {
  436. "__type__": "cc.Color",
  437. "r": 255,
  438. "g": 255,
  439. "b": 255,
  440. "a": 255
  441. },
  442. "_N$disabledColor": {
  443. "__type__": "cc.Color",
  444. "r": 124,
  445. "g": 124,
  446. "b": 124,
  447. "a": 255
  448. },
  449. "_N$normalSprite": null,
  450. "_N$pressedSprite": null,
  451. "pressedSprite": null,
  452. "_N$hoverSprite": null,
  453. "hoverSprite": null,
  454. "_N$disabledSprite": null,
  455. "_N$target": null,
  456. "_id": ""
  457. },
  458. {
  459. "__type__": "cc.PrefabInfo",
  460. "root": {
  461. "__id__": 1
  462. },
  463. "asset": {
  464. "__uuid__": "c081347c-d879-4fbe-ac59-9a93f5d2c01d"
  465. },
  466. "fileId": "8cPompd7RD2qmufWzojlvh",
  467. "sync": false
  468. },
  469. {
  470. "__type__": "cc.Node",
  471. "_name": "teach",
  472. "_objFlags": 0,
  473. "_parent": {
  474. "__id__": 1
  475. },
  476. "_children": [
  477. {
  478. "__id__": 13
  479. }
  480. ],
  481. "_active": true,
  482. "_level": 3,
  483. "_components": [
  484. {
  485. "__id__": 16
  486. },
  487. {
  488. "__id__": 17
  489. }
  490. ],
  491. "_prefab": {
  492. "__id__": 18
  493. },
  494. "_opacity": 255,
  495. "_color": {
  496. "__type__": "cc.Color",
  497. "r": 211,
  498. "g": 211,
  499. "b": 211,
  500. "a": 255
  501. },
  502. "_contentSize": {
  503. "__type__": "cc.Size",
  504. "width": 160,
  505. "height": 40
  506. },
  507. "_anchorPoint": {
  508. "__type__": "cc.Vec2",
  509. "x": 0.5,
  510. "y": 0.5
  511. },
  512. "_quat": {
  513. "__type__": "cc.Quat",
  514. "x": 0,
  515. "y": 0,
  516. "z": 0,
  517. "w": 1
  518. },
  519. "_skewX": 0,
  520. "_skewY": 0,
  521. "groupIndex": 0,
  522. "_id": "",
  523. "_trs": {
  524. "__type__": "TypedArray",
  525. "ctor": "Float32Array",
  526. "array": [
  527. 0,
  528. -570,
  529. 0,
  530. 0,
  531. 0,
  532. 0,
  533. 0,
  534. 1,
  535. 1,
  536. 1
  537. ]
  538. }
  539. },
  540. {
  541. "__type__": "cc.Node",
  542. "_name": "line",
  543. "_objFlags": 0,
  544. "_parent": {
  545. "__id__": 12
  546. },
  547. "_children": [],
  548. "_active": true,
  549. "_level": 4,
  550. "_components": [
  551. {
  552. "__id__": 14
  553. }
  554. ],
  555. "_prefab": {
  556. "__id__": 15
  557. },
  558. "_opacity": 255,
  559. "_color": {
  560. "__type__": "cc.Color",
  561. "r": 211,
  562. "g": 211,
  563. "b": 211,
  564. "a": 255
  565. },
  566. "_contentSize": {
  567. "__type__": "cc.Size",
  568. "width": 180,
  569. "height": 1
  570. },
  571. "_anchorPoint": {
  572. "__type__": "cc.Vec2",
  573. "x": 0.5,
  574. "y": 0.5
  575. },
  576. "_quat": {
  577. "__type__": "cc.Quat",
  578. "x": 0,
  579. "y": 0,
  580. "z": 0,
  581. "w": 1
  582. },
  583. "_skewX": 0,
  584. "_skewY": 0,
  585. "groupIndex": 0,
  586. "_id": "",
  587. "_trs": {
  588. "__type__": "TypedArray",
  589. "ctor": "Float32Array",
  590. "array": [
  591. 0,
  592. -24,
  593. 0,
  594. 0,
  595. 0,
  596. 0,
  597. 0,
  598. 1,
  599. 1,
  600. 1
  601. ]
  602. }
  603. },
  604. {
  605. "__type__": "cc.Sprite",
  606. "_name": "",
  607. "_objFlags": 0,
  608. "node": {
  609. "__id__": 13
  610. },
  611. "_enabled": true,
  612. "_srcBlendFactor": 770,
  613. "_dstBlendFactor": 771,
  614. "_spriteFrame": {
  615. "__uuid__": "8e632ffa-a8e3-4a1b-9c25-900905d0aa92"
  616. },
  617. "_type": 0,
  618. "_sizeMode": 0,
  619. "_fillType": 0,
  620. "_fillCenter": {
  621. "__type__": "cc.Vec2",
  622. "x": 0,
  623. "y": 0
  624. },
  625. "_fillStart": 0,
  626. "_fillRange": 0,
  627. "_isTrimmedMode": true,
  628. "_state": 0,
  629. "_atlas": null,
  630. "_id": ""
  631. },
  632. {
  633. "__type__": "cc.PrefabInfo",
  634. "root": {
  635. "__id__": 1
  636. },
  637. "asset": {
  638. "__uuid__": "c081347c-d879-4fbe-ac59-9a93f5d2c01d"
  639. },
  640. "fileId": "b0DDCGgBNBfqUyC+iPNyx5",
  641. "sync": false
  642. },
  643. {
  644. "__type__": "cc.Label",
  645. "_name": "",
  646. "_objFlags": 0,
  647. "node": {
  648. "__id__": 12
  649. },
  650. "_enabled": true,
  651. "_useOriginalSize": false,
  652. "_string": "新手教程",
  653. "_N$string": "新手教程",
  654. "_fontSize": 40,
  655. "_lineHeight": 40,
  656. "_enableWrapText": true,
  657. "_N$file": null,
  658. "_isSystemFontUsed": true,
  659. "_spacingX": 0,
  660. "_batchAsBitmap": false,
  661. "_N$horizontalAlign": 1,
  662. "_N$verticalAlign": 1,
  663. "_N$fontFamily": "Arial",
  664. "_N$overflow": 0,
  665. "_N$cacheMode": 0,
  666. "_id": ""
  667. },
  668. {
  669. "__type__": "cc.Button",
  670. "_name": "",
  671. "_objFlags": 0,
  672. "node": {
  673. "__id__": 12
  674. },
  675. "_enabled": true,
  676. "duration": 0.1,
  677. "zoomScale": 1.2,
  678. "clickEvents": [],
  679. "_N$interactable": true,
  680. "_N$enableAutoGrayEffect": false,
  681. "_N$transition": 3,
  682. "transition": 3,
  683. "_N$normalColor": {
  684. "__type__": "cc.Color",
  685. "r": 214,
  686. "g": 214,
  687. "b": 214,
  688. "a": 255
  689. },
  690. "_N$pressedColor": {
  691. "__type__": "cc.Color",
  692. "r": 211,
  693. "g": 211,
  694. "b": 211,
  695. "a": 255
  696. },
  697. "pressedColor": {
  698. "__type__": "cc.Color",
  699. "r": 211,
  700. "g": 211,
  701. "b": 211,
  702. "a": 255
  703. },
  704. "_N$hoverColor": {
  705. "__type__": "cc.Color",
  706. "r": 255,
  707. "g": 255,
  708. "b": 255,
  709. "a": 255
  710. },
  711. "hoverColor": {
  712. "__type__": "cc.Color",
  713. "r": 255,
  714. "g": 255,
  715. "b": 255,
  716. "a": 255
  717. },
  718. "_N$disabledColor": {
  719. "__type__": "cc.Color",
  720. "r": 124,
  721. "g": 124,
  722. "b": 124,
  723. "a": 255
  724. },
  725. "_N$normalSprite": null,
  726. "_N$pressedSprite": null,
  727. "pressedSprite": null,
  728. "_N$hoverSprite": null,
  729. "hoverSprite": null,
  730. "_N$disabledSprite": null,
  731. "_N$target": null,
  732. "_id": ""
  733. },
  734. {
  735. "__type__": "cc.PrefabInfo",
  736. "root": {
  737. "__id__": 1
  738. },
  739. "asset": {
  740. "__uuid__": "c081347c-d879-4fbe-ac59-9a93f5d2c01d"
  741. },
  742. "fileId": "24AB8dJcxExr6u3MZgrI6D",
  743. "sync": false
  744. },
  745. {
  746. "__type__": "cc.Node",
  747. "_name": "progress",
  748. "_objFlags": 0,
  749. "_parent": {
  750. "__id__": 1
  751. },
  752. "_children": [
  753. {
  754. "__id__": 20
  755. },
  756. {
  757. "__id__": 23
  758. }
  759. ],
  760. "_active": false,
  761. "_level": 3,
  762. "_components": [
  763. {
  764. "__id__": 26
  765. }
  766. ],
  767. "_prefab": {
  768. "__id__": 27
  769. },
  770. "_opacity": 255,
  771. "_color": {
  772. "__type__": "cc.Color",
  773. "r": 255,
  774. "g": 255,
  775. "b": 255,
  776. "a": 255
  777. },
  778. "_contentSize": {
  779. "__type__": "cc.Size",
  780. "width": 699,
  781. "height": 25
  782. },
  783. "_anchorPoint": {
  784. "__type__": "cc.Vec2",
  785. "x": 0.5,
  786. "y": 0.5
  787. },
  788. "_quat": {
  789. "__type__": "cc.Quat",
  790. "x": 0,
  791. "y": 0,
  792. "z": 0,
  793. "w": 1
  794. },
  795. "_skewX": 0,
  796. "_skewY": 0,
  797. "groupIndex": 0,
  798. "_id": "",
  799. "_trs": {
  800. "__type__": "TypedArray",
  801. "ctor": "Float32Array",
  802. "array": [
  803. 0,
  804. -577.5,
  805. 0,
  806. 0,
  807. 0,
  808. 0,
  809. 0,
  810. 1,
  811. 1,
  812. 1
  813. ]
  814. }
  815. },
  816. {
  817. "__type__": "cc.Node",
  818. "_name": "bar",
  819. "_objFlags": 0,
  820. "_parent": {
  821. "__id__": 19
  822. },
  823. "_children": [],
  824. "_active": true,
  825. "_level": 4,
  826. "_components": [
  827. {
  828. "__id__": 21
  829. }
  830. ],
  831. "_prefab": {
  832. "__id__": 22
  833. },
  834. "_opacity": 255,
  835. "_color": {
  836. "__type__": "cc.Color",
  837. "r": 255,
  838. "g": 255,
  839. "b": 255,
  840. "a": 255
  841. },
  842. "_contentSize": {
  843. "__type__": "cc.Size",
  844. "width": 682,
  845. "height": 18
  846. },
  847. "_anchorPoint": {
  848. "__type__": "cc.Vec2",
  849. "x": 0.5,
  850. "y": 0.5
  851. },
  852. "_quat": {
  853. "__type__": "cc.Quat",
  854. "x": 0,
  855. "y": 0,
  856. "z": 0,
  857. "w": 1
  858. },
  859. "_skewX": 0,
  860. "_skewY": 0,
  861. "groupIndex": 0,
  862. "_id": "",
  863. "_trs": {
  864. "__type__": "TypedArray",
  865. "ctor": "Float32Array",
  866. "array": [
  867. 0,
  868. 0,
  869. 0,
  870. 0,
  871. 0,
  872. 0,
  873. 0,
  874. 1,
  875. 1,
  876. 1
  877. ]
  878. }
  879. },
  880. {
  881. "__type__": "cc.Sprite",
  882. "_name": "",
  883. "_objFlags": 0,
  884. "node": {
  885. "__id__": 20
  886. },
  887. "_enabled": true,
  888. "_srcBlendFactor": 770,
  889. "_dstBlendFactor": 771,
  890. "_spriteFrame": {
  891. "__uuid__": "feb96f8c-9754-4392-8c16-44c85015d2ec"
  892. },
  893. "_type": 3,
  894. "_sizeMode": 1,
  895. "_fillType": 0,
  896. "_fillCenter": {
  897. "__type__": "cc.Vec2",
  898. "x": 0,
  899. "y": 0
  900. },
  901. "_fillStart": 0,
  902. "_fillRange": 0,
  903. "_isTrimmedMode": true,
  904. "_state": 0,
  905. "_atlas": null,
  906. "_id": ""
  907. },
  908. {
  909. "__type__": "cc.PrefabInfo",
  910. "root": {
  911. "__id__": 1
  912. },
  913. "asset": {
  914. "__uuid__": "c081347c-d879-4fbe-ac59-9a93f5d2c01d"
  915. },
  916. "fileId": "7dbMJF5OdE25DNWrWRRtn+",
  917. "sync": false
  918. },
  919. {
  920. "__type__": "cc.Node",
  921. "_name": "label",
  922. "_objFlags": 0,
  923. "_parent": {
  924. "__id__": 19
  925. },
  926. "_children": [],
  927. "_active": true,
  928. "_level": 4,
  929. "_components": [
  930. {
  931. "__id__": 24
  932. }
  933. ],
  934. "_prefab": {
  935. "__id__": 25
  936. },
  937. "_opacity": 255,
  938. "_color": {
  939. "__type__": "cc.Color",
  940. "r": 255,
  941. "g": 255,
  942. "b": 255,
  943. "a": 255
  944. },
  945. "_contentSize": {
  946. "__type__": "cc.Size",
  947. "width": 120,
  948. "height": 30
  949. },
  950. "_anchorPoint": {
  951. "__type__": "cc.Vec2",
  952. "x": 0.5,
  953. "y": 0.5
  954. },
  955. "_quat": {
  956. "__type__": "cc.Quat",
  957. "x": 0,
  958. "y": 0,
  959. "z": 0,
  960. "w": 1
  961. },
  962. "_skewX": 0,
  963. "_skewY": 0,
  964. "groupIndex": 0,
  965. "_id": "",
  966. "_trs": {
  967. "__type__": "TypedArray",
  968. "ctor": "Float32Array",
  969. "array": [
  970. -266,
  971. 29,
  972. 0,
  973. 0,
  974. 0,
  975. 0,
  976. 0,
  977. 1,
  978. 1,
  979. 1
  980. ]
  981. }
  982. },
  983. {
  984. "__type__": "cc.Label",
  985. "_name": "",
  986. "_objFlags": 0,
  987. "node": {
  988. "__id__": 23
  989. },
  990. "_enabled": true,
  991. "_useOriginalSize": false,
  992. "_string": "正在加载中",
  993. "_N$string": "正在加载中",
  994. "_fontSize": 24,
  995. "_lineHeight": 30,
  996. "_enableWrapText": true,
  997. "_N$file": null,
  998. "_isSystemFontUsed": true,
  999. "_spacingX": 0,
  1000. "_batchAsBitmap": false,
  1001. "_N$horizontalAlign": 1,
  1002. "_N$verticalAlign": 1,
  1003. "_N$fontFamily": "Arial",
  1004. "_N$overflow": 0,
  1005. "_N$cacheMode": 0,
  1006. "_id": ""
  1007. },
  1008. {
  1009. "__type__": "cc.PrefabInfo",
  1010. "root": {
  1011. "__id__": 1
  1012. },
  1013. "asset": {
  1014. "__uuid__": "c081347c-d879-4fbe-ac59-9a93f5d2c01d"
  1015. },
  1016. "fileId": "37xbatIndLGZ0gbXzaLxM6",
  1017. "sync": false
  1018. },
  1019. {
  1020. "__type__": "cc.Sprite",
  1021. "_name": "",
  1022. "_objFlags": 0,
  1023. "node": {
  1024. "__id__": 19
  1025. },
  1026. "_enabled": true,
  1027. "_srcBlendFactor": 770,
  1028. "_dstBlendFactor": 771,
  1029. "_spriteFrame": {
  1030. "__uuid__": "edf67e3e-823b-4d7d-9019-00ba0c09087a"
  1031. },
  1032. "_type": 0,
  1033. "_sizeMode": 1,
  1034. "_fillType": 0,
  1035. "_fillCenter": {
  1036. "__type__": "cc.Vec2",
  1037. "x": 0,
  1038. "y": 0
  1039. },
  1040. "_fillStart": 0,
  1041. "_fillRange": 0,
  1042. "_isTrimmedMode": true,
  1043. "_state": 0,
  1044. "_atlas": null,
  1045. "_id": ""
  1046. },
  1047. {
  1048. "__type__": "cc.PrefabInfo",
  1049. "root": {
  1050. "__id__": 1
  1051. },
  1052. "asset": {
  1053. "__uuid__": "c081347c-d879-4fbe-ac59-9a93f5d2c01d"
  1054. },
  1055. "fileId": "ffO5j4kS1PrYOZvBZAj5af",
  1056. "sync": false
  1057. },
  1058. {
  1059. "__type__": "cc.Sprite",
  1060. "_name": "",
  1061. "_objFlags": 0,
  1062. "node": {
  1063. "__id__": 1
  1064. },
  1065. "_enabled": true,
  1066. "_srcBlendFactor": 770,
  1067. "_dstBlendFactor": 771,
  1068. "_spriteFrame": {
  1069. "__uuid__": "0058ba2c-cc21-4c2e-abc7-6b4f1a175a0e"
  1070. },
  1071. "_type": 0,
  1072. "_sizeMode": 0,
  1073. "_fillType": 0,
  1074. "_fillCenter": {
  1075. "__type__": "cc.Vec2",
  1076. "x": 0,
  1077. "y": 0
  1078. },
  1079. "_fillStart": 0,
  1080. "_fillRange": 0,
  1081. "_isTrimmedMode": true,
  1082. "_state": 0,
  1083. "_atlas": null,
  1084. "_id": ""
  1085. },
  1086. {
  1087. "__type__": "cc.PrefabInfo",
  1088. "root": {
  1089. "__id__": 1
  1090. },
  1091. "asset": {
  1092. "__uuid__": "c081347c-d879-4fbe-ac59-9a93f5d2c01d"
  1093. },
  1094. "fileId": "abAwngJiNIXL9vUNL+NRRt",
  1095. "sync": false
  1096. }
  1097. ]