BattleLogItem.prefab 24 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406
  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": "BattleLogItem",
  16. "_objFlags": 0,
  17. "_parent": null,
  18. "_children": [
  19. {
  20. "__id__": 2
  21. },
  22. {
  23. "__id__": 10
  24. },
  25. {
  26. "__id__": 32
  27. }
  28. ],
  29. "_active": true,
  30. "_components": [
  31. {
  32. "__id__": 58
  33. },
  34. {
  35. "__id__": 60
  36. }
  37. ],
  38. "_prefab": {
  39. "__id__": 62
  40. },
  41. "_lpos": {
  42. "__type__": "cc.Vec3",
  43. "x": 0,
  44. "y": 0,
  45. "z": 0
  46. },
  47. "_lrot": {
  48. "__type__": "cc.Quat",
  49. "x": 0,
  50. "y": 0,
  51. "z": 0,
  52. "w": 1
  53. },
  54. "_lscale": {
  55. "__type__": "cc.Vec3",
  56. "x": 1,
  57. "y": 1,
  58. "z": 1
  59. },
  60. "_layer": 1073741824,
  61. "_euler": {
  62. "__type__": "cc.Vec3",
  63. "x": 0,
  64. "y": 0,
  65. "z": 0
  66. },
  67. "_id": ""
  68. },
  69. {
  70. "__type__": "cc.Node",
  71. "_name": "背景",
  72. "_objFlags": 0,
  73. "_parent": {
  74. "__id__": 1
  75. },
  76. "_children": [],
  77. "_active": true,
  78. "_components": [
  79. {
  80. "__id__": 3
  81. },
  82. {
  83. "__id__": 5
  84. },
  85. {
  86. "__id__": 7
  87. }
  88. ],
  89. "_prefab": {
  90. "__id__": 9
  91. },
  92. "_lpos": {
  93. "__type__": "cc.Vec3",
  94. "x": 0,
  95. "y": 0,
  96. "z": 0
  97. },
  98. "_lrot": {
  99. "__type__": "cc.Quat",
  100. "x": 0,
  101. "y": 0,
  102. "z": 0,
  103. "w": 1
  104. },
  105. "_lscale": {
  106. "__type__": "cc.Vec3",
  107. "x": 1,
  108. "y": 1,
  109. "z": 1
  110. },
  111. "_layer": 33554432,
  112. "_euler": {
  113. "__type__": "cc.Vec3",
  114. "x": 0,
  115. "y": 0,
  116. "z": 0
  117. },
  118. "_id": ""
  119. },
  120. {
  121. "__type__": "cc.UITransform",
  122. "_name": "",
  123. "_objFlags": 0,
  124. "node": {
  125. "__id__": 2
  126. },
  127. "_enabled": true,
  128. "__prefab": {
  129. "__id__": 4
  130. },
  131. "_priority": 0,
  132. "_contentSize": {
  133. "__type__": "cc.Size",
  134. "width": 610,
  135. "height": 130
  136. },
  137. "_anchorPoint": {
  138. "__type__": "cc.Vec2",
  139. "x": 0.5,
  140. "y": 0.5
  141. },
  142. "_id": ""
  143. },
  144. {
  145. "__type__": "cc.CompPrefabInfo",
  146. "fileId": "b31b4s/VVMQYul2+wVPXXR"
  147. },
  148. {
  149. "__type__": "cc.Sprite",
  150. "_name": "",
  151. "_objFlags": 0,
  152. "node": {
  153. "__id__": 2
  154. },
  155. "_enabled": true,
  156. "__prefab": {
  157. "__id__": 6
  158. },
  159. "_visFlags": 0,
  160. "_customMaterial": null,
  161. "_srcBlendFactor": 2,
  162. "_dstBlendFactor": 4,
  163. "_color": {
  164. "__type__": "cc.Color",
  165. "r": 255,
  166. "g": 255,
  167. "b": 255,
  168. "a": 255
  169. },
  170. "_spriteFrame": {
  171. "__uuid__": "965f35b1-4c16-4d47-afba-c5018384de87@f9941"
  172. },
  173. "_type": 1,
  174. "_fillType": 0,
  175. "_sizeMode": 0,
  176. "_fillCenter": {
  177. "__type__": "cc.Vec2",
  178. "x": 0,
  179. "y": 0
  180. },
  181. "_fillStart": 0,
  182. "_fillRange": 0,
  183. "_isTrimmedMode": true,
  184. "_useGrayscale": false,
  185. "_atlas": null,
  186. "_id": ""
  187. },
  188. {
  189. "__type__": "cc.CompPrefabInfo",
  190. "fileId": "d4hJuOorBFf50EfjHxT1fJ"
  191. },
  192. {
  193. "__type__": "cc.Widget",
  194. "_name": "",
  195. "_objFlags": 0,
  196. "node": {
  197. "__id__": 2
  198. },
  199. "_enabled": true,
  200. "__prefab": {
  201. "__id__": 8
  202. },
  203. "_alignFlags": 45,
  204. "_target": null,
  205. "_left": 0,
  206. "_right": 0,
  207. "_top": 0,
  208. "_bottom": 0,
  209. "_horizontalCenter": 0,
  210. "_verticalCenter": 0,
  211. "_isAbsLeft": true,
  212. "_isAbsRight": true,
  213. "_isAbsTop": true,
  214. "_isAbsBottom": true,
  215. "_isAbsHorizontalCenter": true,
  216. "_isAbsVerticalCenter": true,
  217. "_originalWidth": 52,
  218. "_originalHeight": 50,
  219. "_alignMode": 2,
  220. "_lockFlags": 0,
  221. "_id": ""
  222. },
  223. {
  224. "__type__": "cc.CompPrefabInfo",
  225. "fileId": "2fvmz2Wf9GnodrDCsIutLV"
  226. },
  227. {
  228. "__type__": "cc.PrefabInfo",
  229. "root": {
  230. "__id__": 1
  231. },
  232. "asset": {
  233. "__id__": 0
  234. },
  235. "fileId": "baF/CwpAlHSJ5XwPpdWUUL"
  236. },
  237. {
  238. "__type__": "cc.Node",
  239. "_name": "头像底",
  240. "_objFlags": 0,
  241. "_parent": {
  242. "__id__": 1
  243. },
  244. "_children": [
  245. {
  246. "__id__": 11
  247. },
  248. {
  249. "__id__": 23
  250. }
  251. ],
  252. "_active": true,
  253. "_components": [
  254. {
  255. "__id__": 29
  256. }
  257. ],
  258. "_prefab": {
  259. "__id__": 31
  260. },
  261. "_lpos": {
  262. "__type__": "cc.Vec3",
  263. "x": -255,
  264. "y": 0,
  265. "z": 0
  266. },
  267. "_lrot": {
  268. "__type__": "cc.Quat",
  269. "x": 0,
  270. "y": 0,
  271. "z": 0,
  272. "w": 1
  273. },
  274. "_lscale": {
  275. "__type__": "cc.Vec3",
  276. "x": 0.8,
  277. "y": 0.8,
  278. "z": 1
  279. },
  280. "_layer": 33554432,
  281. "_euler": {
  282. "__type__": "cc.Vec3",
  283. "x": 0,
  284. "y": 0,
  285. "z": 0
  286. },
  287. "_id": ""
  288. },
  289. {
  290. "__type__": "cc.Node",
  291. "_name": "Mask",
  292. "_objFlags": 0,
  293. "_parent": {
  294. "__id__": 10
  295. },
  296. "_children": [
  297. {
  298. "__id__": 12
  299. }
  300. ],
  301. "_active": true,
  302. "_components": [
  303. {
  304. "__id__": 18
  305. },
  306. {
  307. "__id__": 20
  308. }
  309. ],
  310. "_prefab": {
  311. "__id__": 22
  312. },
  313. "_lpos": {
  314. "__type__": "cc.Vec3",
  315. "x": 0.5,
  316. "y": 0,
  317. "z": 0
  318. },
  319. "_lrot": {
  320. "__type__": "cc.Quat",
  321. "x": 0,
  322. "y": 0,
  323. "z": 0,
  324. "w": 1
  325. },
  326. "_lscale": {
  327. "__type__": "cc.Vec3",
  328. "x": 1,
  329. "y": 1,
  330. "z": 1
  331. },
  332. "_layer": 33554432,
  333. "_euler": {
  334. "__type__": "cc.Vec3",
  335. "x": 0,
  336. "y": 0,
  337. "z": 0
  338. },
  339. "_id": ""
  340. },
  341. {
  342. "__type__": "cc.Node",
  343. "_name": "好友头像",
  344. "_objFlags": 0,
  345. "_parent": {
  346. "__id__": 11
  347. },
  348. "_children": [],
  349. "_active": true,
  350. "_components": [
  351. {
  352. "__id__": 13
  353. },
  354. {
  355. "__id__": 15
  356. }
  357. ],
  358. "_prefab": {
  359. "__id__": 17
  360. },
  361. "_lpos": {
  362. "__type__": "cc.Vec3",
  363. "x": 0,
  364. "y": 0,
  365. "z": 0
  366. },
  367. "_lrot": {
  368. "__type__": "cc.Quat",
  369. "x": 0,
  370. "y": 0,
  371. "z": 0,
  372. "w": 1
  373. },
  374. "_lscale": {
  375. "__type__": "cc.Vec3",
  376. "x": 1,
  377. "y": 1,
  378. "z": 1
  379. },
  380. "_layer": 33554432,
  381. "_euler": {
  382. "__type__": "cc.Vec3",
  383. "x": 0,
  384. "y": 0,
  385. "z": 0
  386. },
  387. "_id": ""
  388. },
  389. {
  390. "__type__": "cc.UITransform",
  391. "_name": "",
  392. "_objFlags": 0,
  393. "node": {
  394. "__id__": 12
  395. },
  396. "_enabled": true,
  397. "__prefab": {
  398. "__id__": 14
  399. },
  400. "_priority": 0,
  401. "_contentSize": {
  402. "__type__": "cc.Size",
  403. "width": 85,
  404. "height": 85
  405. },
  406. "_anchorPoint": {
  407. "__type__": "cc.Vec2",
  408. "x": 0.5,
  409. "y": 0.5
  410. },
  411. "_id": ""
  412. },
  413. {
  414. "__type__": "cc.CompPrefabInfo",
  415. "fileId": "0cssv1PBFAj7hk98z8/B+Y"
  416. },
  417. {
  418. "__type__": "cc.Sprite",
  419. "_name": "",
  420. "_objFlags": 0,
  421. "node": {
  422. "__id__": 12
  423. },
  424. "_enabled": true,
  425. "__prefab": {
  426. "__id__": 16
  427. },
  428. "_visFlags": 0,
  429. "_customMaterial": null,
  430. "_srcBlendFactor": 2,
  431. "_dstBlendFactor": 4,
  432. "_color": {
  433. "__type__": "cc.Color",
  434. "r": 255,
  435. "g": 255,
  436. "b": 255,
  437. "a": 255
  438. },
  439. "_spriteFrame": {
  440. "__uuid__": "76c7d3e8-3913-43fa-99a1-ff944c7046f1@f9941"
  441. },
  442. "_type": 0,
  443. "_fillType": 0,
  444. "_sizeMode": 0,
  445. "_fillCenter": {
  446. "__type__": "cc.Vec2",
  447. "x": 0,
  448. "y": 0
  449. },
  450. "_fillStart": 0,
  451. "_fillRange": 0,
  452. "_isTrimmedMode": true,
  453. "_useGrayscale": false,
  454. "_atlas": null,
  455. "_id": ""
  456. },
  457. {
  458. "__type__": "cc.CompPrefabInfo",
  459. "fileId": "d4+YrZ/5NBs7gtVD9ls+Aq"
  460. },
  461. {
  462. "__type__": "cc.PrefabInfo",
  463. "root": {
  464. "__id__": 1
  465. },
  466. "asset": {
  467. "__id__": 0
  468. },
  469. "fileId": "cftCTSxSpFAqnjIlwB2KBp"
  470. },
  471. {
  472. "__type__": "cc.UITransform",
  473. "_name": "",
  474. "_objFlags": 0,
  475. "node": {
  476. "__id__": 11
  477. },
  478. "_enabled": true,
  479. "__prefab": {
  480. "__id__": 19
  481. },
  482. "_priority": 0,
  483. "_contentSize": {
  484. "__type__": "cc.Size",
  485. "width": 85,
  486. "height": 85
  487. },
  488. "_anchorPoint": {
  489. "__type__": "cc.Vec2",
  490. "x": 0.5,
  491. "y": 0.5
  492. },
  493. "_id": ""
  494. },
  495. {
  496. "__type__": "cc.CompPrefabInfo",
  497. "fileId": "d3I0W3aX9LYK7+Zx6cAB7x"
  498. },
  499. {
  500. "__type__": "cc.Mask",
  501. "_name": "",
  502. "_objFlags": 0,
  503. "node": {
  504. "__id__": 11
  505. },
  506. "_enabled": true,
  507. "__prefab": {
  508. "__id__": 21
  509. },
  510. "_visFlags": 0,
  511. "_customMaterial": null,
  512. "_srcBlendFactor": 2,
  513. "_dstBlendFactor": 4,
  514. "_color": {
  515. "__type__": "cc.Color",
  516. "r": 255,
  517. "g": 255,
  518. "b": 255,
  519. "a": 255
  520. },
  521. "_type": 1,
  522. "_inverted": false,
  523. "_segments": 90,
  524. "_spriteFrame": null,
  525. "_alphaThreshold": 0.1,
  526. "_id": ""
  527. },
  528. {
  529. "__type__": "cc.CompPrefabInfo",
  530. "fileId": "23NHEeK31OGa8sePFnL5v1"
  531. },
  532. {
  533. "__type__": "cc.PrefabInfo",
  534. "root": {
  535. "__id__": 1
  536. },
  537. "asset": {
  538. "__id__": 0
  539. },
  540. "fileId": "f4BNCv/pFLPr0o22KqRtg6"
  541. },
  542. {
  543. "__type__": "cc.Node",
  544. "_name": "头像框",
  545. "_objFlags": 0,
  546. "_parent": {
  547. "__id__": 10
  548. },
  549. "_children": [],
  550. "_active": true,
  551. "_components": [
  552. {
  553. "__id__": 24
  554. },
  555. {
  556. "__id__": 26
  557. }
  558. ],
  559. "_prefab": {
  560. "__id__": 28
  561. },
  562. "_lpos": {
  563. "__type__": "cc.Vec3",
  564. "x": 0,
  565. "y": 0,
  566. "z": 0
  567. },
  568. "_lrot": {
  569. "__type__": "cc.Quat",
  570. "x": 0,
  571. "y": 0,
  572. "z": 0,
  573. "w": 1
  574. },
  575. "_lscale": {
  576. "__type__": "cc.Vec3",
  577. "x": 1,
  578. "y": 1,
  579. "z": 1
  580. },
  581. "_layer": 33554432,
  582. "_euler": {
  583. "__type__": "cc.Vec3",
  584. "x": 0,
  585. "y": 0,
  586. "z": 0
  587. },
  588. "_id": ""
  589. },
  590. {
  591. "__type__": "cc.UITransform",
  592. "_name": "",
  593. "_objFlags": 0,
  594. "node": {
  595. "__id__": 23
  596. },
  597. "_enabled": true,
  598. "__prefab": {
  599. "__id__": 25
  600. },
  601. "_priority": 0,
  602. "_contentSize": {
  603. "__type__": "cc.Size",
  604. "width": 95,
  605. "height": 95
  606. },
  607. "_anchorPoint": {
  608. "__type__": "cc.Vec2",
  609. "x": 0.5,
  610. "y": 0.5
  611. },
  612. "_id": ""
  613. },
  614. {
  615. "__type__": "cc.CompPrefabInfo",
  616. "fileId": "f7NISe7HdAD68SLfhnddy8"
  617. },
  618. {
  619. "__type__": "cc.Sprite",
  620. "_name": "",
  621. "_objFlags": 0,
  622. "node": {
  623. "__id__": 23
  624. },
  625. "_enabled": true,
  626. "__prefab": {
  627. "__id__": 27
  628. },
  629. "_visFlags": 0,
  630. "_customMaterial": null,
  631. "_srcBlendFactor": 2,
  632. "_dstBlendFactor": 4,
  633. "_color": {
  634. "__type__": "cc.Color",
  635. "r": 255,
  636. "g": 255,
  637. "b": 255,
  638. "a": 255
  639. },
  640. "_spriteFrame": {
  641. "__uuid__": "05a89957-8077-40ff-a290-01b282d093dd@f9941"
  642. },
  643. "_type": 0,
  644. "_fillType": 0,
  645. "_sizeMode": 1,
  646. "_fillCenter": {
  647. "__type__": "cc.Vec2",
  648. "x": 0,
  649. "y": 0
  650. },
  651. "_fillStart": 0,
  652. "_fillRange": 0,
  653. "_isTrimmedMode": true,
  654. "_useGrayscale": false,
  655. "_atlas": null,
  656. "_id": ""
  657. },
  658. {
  659. "__type__": "cc.CompPrefabInfo",
  660. "fileId": "e71ctEmpxFC4KlSYRZNz/a"
  661. },
  662. {
  663. "__type__": "cc.PrefabInfo",
  664. "root": {
  665. "__id__": 1
  666. },
  667. "asset": {
  668. "__id__": 0
  669. },
  670. "fileId": "7eZo5XbuNBhrf4rzAr6pV/"
  671. },
  672. {
  673. "__type__": "cc.UITransform",
  674. "_name": "",
  675. "_objFlags": 0,
  676. "node": {
  677. "__id__": 10
  678. },
  679. "_enabled": true,
  680. "__prefab": {
  681. "__id__": 30
  682. },
  683. "_priority": 0,
  684. "_contentSize": {
  685. "__type__": "cc.Size",
  686. "width": 112,
  687. "height": 112
  688. },
  689. "_anchorPoint": {
  690. "__type__": "cc.Vec2",
  691. "x": 0.5,
  692. "y": 0.5
  693. },
  694. "_id": ""
  695. },
  696. {
  697. "__type__": "cc.CompPrefabInfo",
  698. "fileId": "fbiwJp0EpNRa6OD754XubH"
  699. },
  700. {
  701. "__type__": "cc.PrefabInfo",
  702. "root": {
  703. "__id__": 1
  704. },
  705. "asset": {
  706. "__id__": 0
  707. },
  708. "fileId": "1am5szeoJKIIAVXpJAXvdJ"
  709. },
  710. {
  711. "__type__": "cc.Node",
  712. "_name": "战斗信息",
  713. "_objFlags": 0,
  714. "_parent": {
  715. "__id__": 1
  716. },
  717. "_children": [
  718. {
  719. "__id__": 33
  720. },
  721. {
  722. "__id__": 39
  723. }
  724. ],
  725. "_active": true,
  726. "_components": [
  727. {
  728. "__id__": 51
  729. },
  730. {
  731. "__id__": 53
  732. },
  733. {
  734. "__id__": 55
  735. }
  736. ],
  737. "_prefab": {
  738. "__id__": 57
  739. },
  740. "_lpos": {
  741. "__type__": "cc.Vec3",
  742. "x": 45,
  743. "y": 0,
  744. "z": 0
  745. },
  746. "_lrot": {
  747. "__type__": "cc.Quat",
  748. "x": 0,
  749. "y": 0,
  750. "z": 0,
  751. "w": 1
  752. },
  753. "_lscale": {
  754. "__type__": "cc.Vec3",
  755. "x": 1,
  756. "y": 1,
  757. "z": 1
  758. },
  759. "_layer": 1073741824,
  760. "_euler": {
  761. "__type__": "cc.Vec3",
  762. "x": 0,
  763. "y": 0,
  764. "z": 0
  765. },
  766. "_id": ""
  767. },
  768. {
  769. "__type__": "cc.Node",
  770. "_name": "时间",
  771. "_objFlags": 0,
  772. "_parent": {
  773. "__id__": 32
  774. },
  775. "_children": [],
  776. "_active": true,
  777. "_components": [
  778. {
  779. "__id__": 34
  780. },
  781. {
  782. "__id__": 36
  783. }
  784. ],
  785. "_prefab": {
  786. "__id__": 38
  787. },
  788. "_lpos": {
  789. "__type__": "cc.Vec3",
  790. "x": 0,
  791. "y": 7.620000000000001,
  792. "z": 0
  793. },
  794. "_lrot": {
  795. "__type__": "cc.Quat",
  796. "x": 0,
  797. "y": 0,
  798. "z": 0,
  799. "w": 1
  800. },
  801. "_lscale": {
  802. "__type__": "cc.Vec3",
  803. "x": 1,
  804. "y": 1,
  805. "z": 1
  806. },
  807. "_layer": 33554432,
  808. "_euler": {
  809. "__type__": "cc.Vec3",
  810. "x": 0,
  811. "y": 0,
  812. "z": 0
  813. },
  814. "_id": ""
  815. },
  816. {
  817. "__type__": "cc.UITransform",
  818. "_name": "",
  819. "_objFlags": 0,
  820. "node": {
  821. "__id__": 33
  822. },
  823. "_enabled": true,
  824. "__prefab": {
  825. "__id__": 35
  826. },
  827. "_priority": 0,
  828. "_contentSize": {
  829. "__type__": "cc.Size",
  830. "width": 500,
  831. "height": 30.240000000000002
  832. },
  833. "_anchorPoint": {
  834. "__type__": "cc.Vec2",
  835. "x": 0.5,
  836. "y": 0.5
  837. },
  838. "_id": ""
  839. },
  840. {
  841. "__type__": "cc.CompPrefabInfo",
  842. "fileId": "3dN+a9+d5F26IMhXaJJgKA"
  843. },
  844. {
  845. "__type__": "cc.Label",
  846. "_name": "",
  847. "_objFlags": 0,
  848. "node": {
  849. "__id__": 33
  850. },
  851. "_enabled": true,
  852. "__prefab": {
  853. "__id__": 37
  854. },
  855. "_visFlags": 0,
  856. "_customMaterial": null,
  857. "_srcBlendFactor": 2,
  858. "_dstBlendFactor": 4,
  859. "_color": {
  860. "__type__": "cc.Color",
  861. "r": 170,
  862. "g": 52,
  863. "b": 61,
  864. "a": 255
  865. },
  866. "_string": "6时31分26秒前",
  867. "_horizontalAlign": 0,
  868. "_verticalAlign": 1,
  869. "_actualFontSize": 24,
  870. "_fontSize": 24,
  871. "_fontFamily": "Arial",
  872. "_lineHeight": 24,
  873. "_overflow": 3,
  874. "_enableWrapText": true,
  875. "_font": null,
  876. "_isSystemFontUsed": true,
  877. "_isItalic": false,
  878. "_isBold": false,
  879. "_isUnderline": false,
  880. "_underlineHeight": 2,
  881. "_cacheMode": 0,
  882. "_id": ""
  883. },
  884. {
  885. "__type__": "cc.CompPrefabInfo",
  886. "fileId": "48bxXfXfxMgKH45M7kIV5+"
  887. },
  888. {
  889. "__type__": "cc.PrefabInfo",
  890. "root": {
  891. "__id__": 1
  892. },
  893. "asset": {
  894. "__id__": 0
  895. },
  896. "fileId": "45sf9P3oFF2bjKUcOE5q2c"
  897. },
  898. {
  899. "__type__": "cc.Node",
  900. "_name": "玩家信息",
  901. "_objFlags": 0,
  902. "_parent": {
  903. "__id__": 32
  904. },
  905. "_children": [
  906. {
  907. "__id__": 40
  908. },
  909. {
  910. "__id__": 43
  911. }
  912. ],
  913. "_active": true,
  914. "_components": [
  915. {
  916. "__id__": 46
  917. },
  918. {
  919. "__id__": 48
  920. }
  921. ],
  922. "_prefab": {
  923. "__id__": 50
  924. },
  925. "_lpos": {
  926. "__type__": "cc.Vec3",
  927. "x": 0,
  928. "y": -27.62,
  929. "z": 0
  930. },
  931. "_lrot": {
  932. "__type__": "cc.Quat",
  933. "x": 0,
  934. "y": 0,
  935. "z": 0,
  936. "w": 1
  937. },
  938. "_lscale": {
  939. "__type__": "cc.Vec3",
  940. "x": 1,
  941. "y": 1,
  942. "z": 1
  943. },
  944. "_layer": 1073741824,
  945. "_euler": {
  946. "__type__": "cc.Vec3",
  947. "x": 0,
  948. "y": 0,
  949. "z": 0
  950. },
  951. "_id": ""
  952. },
  953. {
  954. "__type__": "cc.PrivateNode",
  955. "_name": "RICHTEXT_CHILD",
  956. "_objFlags": 1024,
  957. "_parent": {
  958. "__id__": 39
  959. },
  960. "_children": [],
  961. "_active": true,
  962. "_components": [
  963. {
  964. "__id__": 41
  965. },
  966. {
  967. "__id__": 42
  968. }
  969. ],
  970. "_prefab": null,
  971. "_lpos": {
  972. "__type__": "cc.Vec3",
  973. "x": -250,
  974. "y": -15.120000000000001,
  975. "z": 0
  976. },
  977. "_lrot": {
  978. "__type__": "cc.Quat",
  979. "x": 0,
  980. "y": 0,
  981. "z": 0,
  982. "w": 1
  983. },
  984. "_lscale": {
  985. "__type__": "cc.Vec3",
  986. "x": 1,
  987. "y": 1,
  988. "z": 1
  989. },
  990. "_layer": 1073741824,
  991. "_euler": {
  992. "__type__": "cc.Vec3",
  993. "x": 0,
  994. "y": 0,
  995. "z": 0
  996. },
  997. "_id": "b3ip4usgFDu4PTfcx+7c6H"
  998. },
  999. {
  1000. "__type__": "cc.UITransform",
  1001. "_name": "",
  1002. "_objFlags": 0,
  1003. "node": {
  1004. "__id__": 40
  1005. },
  1006. "_enabled": true,
  1007. "__prefab": null,
  1008. "_priority": 0,
  1009. "_contentSize": {
  1010. "__type__": "cc.Size",
  1011. "width": 116,
  1012. "height": 30.24
  1013. },
  1014. "_anchorPoint": {
  1015. "__type__": "cc.Vec2",
  1016. "x": 0,
  1017. "y": 0
  1018. },
  1019. "_id": "1bsUwieTtEG6fouy2iHKQ7"
  1020. },
  1021. {
  1022. "__type__": "cc.Label",
  1023. "_name": "",
  1024. "_objFlags": 0,
  1025. "node": {
  1026. "__id__": 40
  1027. },
  1028. "_enabled": true,
  1029. "__prefab": null,
  1030. "_visFlags": 0,
  1031. "_customMaterial": null,
  1032. "_srcBlendFactor": 2,
  1033. "_dstBlendFactor": 4,
  1034. "_color": {
  1035. "__type__": "cc.Color",
  1036. "r": 255,
  1037. "g": 0,
  1038. "b": 0,
  1039. "a": 255
  1040. },
  1041. "_string": "话天在的...",
  1042. "_horizontalAlign": 0,
  1043. "_verticalAlign": 0,
  1044. "_actualFontSize": 24,
  1045. "_fontSize": 24,
  1046. "_fontFamily": "Arial",
  1047. "_lineHeight": 24,
  1048. "_overflow": 0,
  1049. "_enableWrapText": true,
  1050. "_font": null,
  1051. "_isSystemFontUsed": true,
  1052. "_isItalic": false,
  1053. "_isBold": false,
  1054. "_isUnderline": false,
  1055. "_underlineHeight": 2,
  1056. "_cacheMode": 0,
  1057. "_id": "acs0odeN5MKpAaurnXbYv4"
  1058. },
  1059. {
  1060. "__type__": "cc.PrivateNode",
  1061. "_name": "RICHTEXT_CHILD",
  1062. "_objFlags": 1024,
  1063. "_parent": {
  1064. "__id__": 39
  1065. },
  1066. "_children": [],
  1067. "_active": true,
  1068. "_components": [
  1069. {
  1070. "__id__": 44
  1071. },
  1072. {
  1073. "__id__": 45
  1074. }
  1075. ],
  1076. "_prefab": null,
  1077. "_lpos": {
  1078. "__type__": "cc.Vec3",
  1079. "x": -134,
  1080. "y": -15.120000000000001,
  1081. "z": 0
  1082. },
  1083. "_lrot": {
  1084. "__type__": "cc.Quat",
  1085. "x": 0,
  1086. "y": 0,
  1087. "z": 0,
  1088. "w": 1
  1089. },
  1090. "_lscale": {
  1091. "__type__": "cc.Vec3",
  1092. "x": 1,
  1093. "y": 1,
  1094. "z": 1
  1095. },
  1096. "_layer": 1073741824,
  1097. "_euler": {
  1098. "__type__": "cc.Vec3",
  1099. "x": 0,
  1100. "y": 0,
  1101. "z": 0
  1102. },
  1103. "_id": "4fK3kBVclHM6CaSHQkOdBJ"
  1104. },
  1105. {
  1106. "__type__": "cc.UITransform",
  1107. "_name": "",
  1108. "_objFlags": 0,
  1109. "node": {
  1110. "__id__": 43
  1111. },
  1112. "_enabled": true,
  1113. "__prefab": null,
  1114. "_priority": 0,
  1115. "_contentSize": {
  1116. "__type__": "cc.Size",
  1117. "width": 181.34,
  1118. "height": 30.24
  1119. },
  1120. "_anchorPoint": {
  1121. "__type__": "cc.Vec2",
  1122. "x": 0,
  1123. "y": 0
  1124. },
  1125. "_id": "f8xa87ZetPBLv2X21Wt5a4"
  1126. },
  1127. {
  1128. "__type__": "cc.Label",
  1129. "_name": "",
  1130. "_objFlags": 0,
  1131. "node": {
  1132. "__id__": 43
  1133. },
  1134. "_enabled": true,
  1135. "__prefab": null,
  1136. "_visFlags": 0,
  1137. "_customMaterial": null,
  1138. "_srcBlendFactor": 2,
  1139. "_dstBlendFactor": 4,
  1140. "_color": {
  1141. "__type__": "cc.Color",
  1142. "r": 170,
  1143. "g": 52,
  1144. "b": 61,
  1145. "a": 255
  1146. },
  1147. "_string": "攻击了你的[队伍]",
  1148. "_horizontalAlign": 0,
  1149. "_verticalAlign": 0,
  1150. "_actualFontSize": 24,
  1151. "_fontSize": 24,
  1152. "_fontFamily": "Arial",
  1153. "_lineHeight": 24,
  1154. "_overflow": 0,
  1155. "_enableWrapText": true,
  1156. "_font": null,
  1157. "_isSystemFontUsed": true,
  1158. "_isItalic": false,
  1159. "_isBold": false,
  1160. "_isUnderline": false,
  1161. "_underlineHeight": 2,
  1162. "_cacheMode": 0,
  1163. "_id": "f1wzb/sKtMCY63tFDxo4gC"
  1164. },
  1165. {
  1166. "__type__": "cc.UITransform",
  1167. "_name": "",
  1168. "_objFlags": 0,
  1169. "node": {
  1170. "__id__": 39
  1171. },
  1172. "_enabled": true,
  1173. "__prefab": {
  1174. "__id__": 47
  1175. },
  1176. "_priority": 0,
  1177. "_contentSize": {
  1178. "__type__": "cc.Size",
  1179. "width": 500,
  1180. "height": 30.240000000000002
  1181. },
  1182. "_anchorPoint": {
  1183. "__type__": "cc.Vec2",
  1184. "x": 0.5,
  1185. "y": 0.5
  1186. },
  1187. "_id": ""
  1188. },
  1189. {
  1190. "__type__": "cc.CompPrefabInfo",
  1191. "fileId": "35czrf3KNCEatwvtT7lm1a"
  1192. },
  1193. {
  1194. "__type__": "cc.RichText",
  1195. "_name": "",
  1196. "_objFlags": 0,
  1197. "node": {
  1198. "__id__": 39
  1199. },
  1200. "_enabled": true,
  1201. "__prefab": {
  1202. "__id__": 49
  1203. },
  1204. "_lineHeight": 24,
  1205. "_string": "<color=#ff0000>话天在的...</color><color=#AA343D>攻击了你的[队伍]</color>",
  1206. "_horizontalAlign": 0,
  1207. "_fontSize": 24,
  1208. "_maxWidth": 500,
  1209. "_fontFamily": "Arial",
  1210. "_font": null,
  1211. "_isSystemFontUsed": true,
  1212. "_userDefinedFont": null,
  1213. "_cacheMode": 0,
  1214. "_imageAtlas": null,
  1215. "_handleTouchEvent": true,
  1216. "_id": ""
  1217. },
  1218. {
  1219. "__type__": "cc.CompPrefabInfo",
  1220. "fileId": "87pZsx36xDQqEEd22tqa4K"
  1221. },
  1222. {
  1223. "__type__": "cc.PrefabInfo",
  1224. "root": {
  1225. "__id__": 1
  1226. },
  1227. "asset": {
  1228. "__id__": 0
  1229. },
  1230. "fileId": "31EG19eM1H0rMIgVPo+Pzb"
  1231. },
  1232. {
  1233. "__type__": "cc.UITransform",
  1234. "_name": "",
  1235. "_objFlags": 0,
  1236. "node": {
  1237. "__id__": 32
  1238. },
  1239. "_enabled": true,
  1240. "__prefab": {
  1241. "__id__": 52
  1242. },
  1243. "_priority": 0,
  1244. "_contentSize": {
  1245. "__type__": "cc.Size",
  1246. "width": 500,
  1247. "height": 85.48
  1248. },
  1249. "_anchorPoint": {
  1250. "__type__": "cc.Vec2",
  1251. "x": 0.5,
  1252. "y": 0.5
  1253. },
  1254. "_id": ""
  1255. },
  1256. {
  1257. "__type__": "cc.CompPrefabInfo",
  1258. "fileId": "85Sgj9pSZI9osJK848wbda"
  1259. },
  1260. {
  1261. "__type__": "cc.Layout",
  1262. "_name": "",
  1263. "_objFlags": 0,
  1264. "node": {
  1265. "__id__": 32
  1266. },
  1267. "_enabled": true,
  1268. "__prefab": {
  1269. "__id__": 54
  1270. },
  1271. "_resizeMode": 1,
  1272. "_layoutType": 2,
  1273. "_cellSize": {
  1274. "__type__": "cc.Size",
  1275. "width": 40,
  1276. "height": 40
  1277. },
  1278. "_startAxis": 0,
  1279. "_paddingLeft": 0,
  1280. "_paddingRight": 0,
  1281. "_paddingTop": 20,
  1282. "_paddingBottom": 0,
  1283. "_spacingX": 0,
  1284. "_spacingY": 5,
  1285. "_verticalDirection": 1,
  1286. "_horizontalDirection": 0,
  1287. "_constraint": 0,
  1288. "_constraintNum": 2,
  1289. "_affectedByScale": false,
  1290. "_isAlign": true,
  1291. "_id": ""
  1292. },
  1293. {
  1294. "__type__": "cc.CompPrefabInfo",
  1295. "fileId": "b8lK98tiJNqaxhUBObePzx"
  1296. },
  1297. {
  1298. "__type__": "cc.Widget",
  1299. "_name": "",
  1300. "_objFlags": 0,
  1301. "node": {
  1302. "__id__": 32
  1303. },
  1304. "_enabled": true,
  1305. "__prefab": {
  1306. "__id__": 56
  1307. },
  1308. "_alignFlags": 10,
  1309. "_target": null,
  1310. "_left": 100,
  1311. "_right": 0,
  1312. "_top": 0,
  1313. "_bottom": 0,
  1314. "_horizontalCenter": 0,
  1315. "_verticalCenter": 0,
  1316. "_isAbsLeft": true,
  1317. "_isAbsRight": true,
  1318. "_isAbsTop": true,
  1319. "_isAbsBottom": true,
  1320. "_isAbsHorizontalCenter": true,
  1321. "_isAbsVerticalCenter": true,
  1322. "_originalWidth": 0,
  1323. "_originalHeight": 0,
  1324. "_alignMode": 2,
  1325. "_lockFlags": 0,
  1326. "_id": ""
  1327. },
  1328. {
  1329. "__type__": "cc.CompPrefabInfo",
  1330. "fileId": "e4tltUB6ZPXZO/7h/CsiTw"
  1331. },
  1332. {
  1333. "__type__": "cc.PrefabInfo",
  1334. "root": {
  1335. "__id__": 1
  1336. },
  1337. "asset": {
  1338. "__id__": 0
  1339. },
  1340. "fileId": "25YQ7bL/BC25EptbNNg8HM"
  1341. },
  1342. {
  1343. "__type__": "cc.UITransform",
  1344. "_name": "",
  1345. "_objFlags": 0,
  1346. "node": {
  1347. "__id__": 1
  1348. },
  1349. "_enabled": true,
  1350. "__prefab": {
  1351. "__id__": 59
  1352. },
  1353. "_priority": 0,
  1354. "_contentSize": {
  1355. "__type__": "cc.Size",
  1356. "width": 610,
  1357. "height": 130
  1358. },
  1359. "_anchorPoint": {
  1360. "__type__": "cc.Vec2",
  1361. "x": 0.5,
  1362. "y": 0.5
  1363. },
  1364. "_id": ""
  1365. },
  1366. {
  1367. "__type__": "cc.CompPrefabInfo",
  1368. "fileId": "b0A9ZIyN9NUJYWsfbg4vLC"
  1369. },
  1370. {
  1371. "__type__": "636afTXWPhJAbPNEvxLJOWv",
  1372. "_name": "",
  1373. "_objFlags": 0,
  1374. "node": {
  1375. "__id__": 1
  1376. },
  1377. "_enabled": true,
  1378. "__prefab": {
  1379. "__id__": 61
  1380. },
  1381. "headSprite": {
  1382. "__id__": 15
  1383. },
  1384. "timeInfoLabel": {
  1385. "__id__": 36
  1386. },
  1387. "userNameLabel": {
  1388. "__id__": 48
  1389. },
  1390. "_id": ""
  1391. },
  1392. {
  1393. "__type__": "cc.CompPrefabInfo",
  1394. "fileId": "438V1wcyBFU5VE5oi6T0CU"
  1395. },
  1396. {
  1397. "__type__": "cc.PrefabInfo",
  1398. "root": {
  1399. "__id__": 1
  1400. },
  1401. "asset": {
  1402. "__id__": 0
  1403. },
  1404. "fileId": "84ArMRyFdIho0gAidBn5vw"
  1405. }
  1406. ]