boss_info.prefab 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "boss_info",
  5. "_objFlags": 0,
  6. "__editorExtras__": {},
  7. "_native": "",
  8. "data": {
  9. "__id__": 1
  10. },
  11. "optimizationPolicy": 0,
  12. "persistent": false
  13. },
  14. {
  15. "__type__": "cc.Node",
  16. "_name": "boss_info",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. },
  24. {
  25. "__id__": 8
  26. },
  27. {
  28. "__id__": 34
  29. },
  30. {
  31. "__id__": 42
  32. },
  33. {
  34. "__id__": 48
  35. }
  36. ],
  37. "_active": true,
  38. "_components": [
  39. {
  40. "__id__": 54
  41. },
  42. {
  43. "__id__": 56
  44. },
  45. {
  46. "__id__": 58
  47. },
  48. {
  49. "__id__": 60
  50. }
  51. ],
  52. "_prefab": {
  53. "__id__": 62
  54. },
  55. "_lpos": {
  56. "__type__": "cc.Vec3",
  57. "x": 0,
  58. "y": 0,
  59. "z": 0
  60. },
  61. "_lrot": {
  62. "__type__": "cc.Quat",
  63. "x": 0,
  64. "y": 0,
  65. "z": 0,
  66. "w": 1
  67. },
  68. "_lscale": {
  69. "__type__": "cc.Vec3",
  70. "x": 1,
  71. "y": 1,
  72. "z": 1
  73. },
  74. "_mobility": 0,
  75. "_layer": 33554432,
  76. "_euler": {
  77. "__type__": "cc.Vec3",
  78. "x": 0,
  79. "y": 0,
  80. "z": 0
  81. },
  82. "_id": ""
  83. },
  84. {
  85. "__type__": "cc.Node",
  86. "_name": "bg",
  87. "_objFlags": 0,
  88. "__editorExtras__": {},
  89. "_parent": {
  90. "__id__": 1
  91. },
  92. "_children": [],
  93. "_active": true,
  94. "_components": [
  95. {
  96. "__id__": 3
  97. },
  98. {
  99. "__id__": 5
  100. }
  101. ],
  102. "_prefab": {
  103. "__id__": 7
  104. },
  105. "_lpos": {
  106. "__type__": "cc.Vec3",
  107. "x": 0,
  108. "y": 0,
  109. "z": 0
  110. },
  111. "_lrot": {
  112. "__type__": "cc.Quat",
  113. "x": 0,
  114. "y": 0,
  115. "z": 0,
  116. "w": 1
  117. },
  118. "_lscale": {
  119. "__type__": "cc.Vec3",
  120. "x": 1,
  121. "y": 1,
  122. "z": 1
  123. },
  124. "_mobility": 0,
  125. "_layer": 33554432,
  126. "_euler": {
  127. "__type__": "cc.Vec3",
  128. "x": 0,
  129. "y": 0,
  130. "z": 0
  131. },
  132. "_id": ""
  133. },
  134. {
  135. "__type__": "cc.UITransform",
  136. "_name": "",
  137. "_objFlags": 0,
  138. "__editorExtras__": {},
  139. "node": {
  140. "__id__": 2
  141. },
  142. "_enabled": true,
  143. "__prefab": {
  144. "__id__": 4
  145. },
  146. "_contentSize": {
  147. "__type__": "cc.Size",
  148. "width": 1080,
  149. "height": 1920
  150. },
  151. "_anchorPoint": {
  152. "__type__": "cc.Vec2",
  153. "x": 0.5,
  154. "y": 0.5
  155. },
  156. "_id": ""
  157. },
  158. {
  159. "__type__": "cc.CompPrefabInfo",
  160. "fileId": "74BuQ89FVMEqzIijZSazvi"
  161. },
  162. {
  163. "__type__": "cc.Sprite",
  164. "_name": "",
  165. "_objFlags": 0,
  166. "__editorExtras__": {},
  167. "node": {
  168. "__id__": 2
  169. },
  170. "_enabled": true,
  171. "__prefab": {
  172. "__id__": 6
  173. },
  174. "_customMaterial": null,
  175. "_srcBlendFactor": 2,
  176. "_dstBlendFactor": 4,
  177. "_color": {
  178. "__type__": "cc.Color",
  179. "r": 255,
  180. "g": 255,
  181. "b": 255,
  182. "a": 255
  183. },
  184. "_spriteFrame": null,
  185. "_type": 0,
  186. "_fillType": 0,
  187. "_sizeMode": 0,
  188. "_fillCenter": {
  189. "__type__": "cc.Vec2",
  190. "x": 0,
  191. "y": 0
  192. },
  193. "_fillStart": 0,
  194. "_fillRange": 0,
  195. "_isTrimmedMode": true,
  196. "_useGrayscale": false,
  197. "_atlas": null,
  198. "_id": ""
  199. },
  200. {
  201. "__type__": "cc.CompPrefabInfo",
  202. "fileId": "49LKy67jdEg4O1TlbKuUMv"
  203. },
  204. {
  205. "__type__": "cc.PrefabInfo",
  206. "root": {
  207. "__id__": 1
  208. },
  209. "asset": {
  210. "__id__": 0
  211. },
  212. "fileId": "2aAblLqDxIiruYjYljEIbs",
  213. "instance": null,
  214. "targetOverrides": null,
  215. "nestedPrefabInstanceRoots": null
  216. },
  217. {
  218. "__type__": "cc.Node",
  219. "_name": "ProgressBar",
  220. "_objFlags": 0,
  221. "__editorExtras__": {},
  222. "_parent": {
  223. "__id__": 1
  224. },
  225. "_children": [
  226. {
  227. "__id__": 9
  228. },
  229. {
  230. "__id__": 17
  231. }
  232. ],
  233. "_active": true,
  234. "_components": [
  235. {
  236. "__id__": 25
  237. },
  238. {
  239. "__id__": 27
  240. },
  241. {
  242. "__id__": 29
  243. },
  244. {
  245. "__id__": 31
  246. }
  247. ],
  248. "_prefab": {
  249. "__id__": 33
  250. },
  251. "_lpos": {
  252. "__type__": "cc.Vec3",
  253. "x": 111.432,
  254. "y": 743.392,
  255. "z": 0
  256. },
  257. "_lrot": {
  258. "__type__": "cc.Quat",
  259. "x": 0,
  260. "y": 0,
  261. "z": 0,
  262. "w": 1
  263. },
  264. "_lscale": {
  265. "__type__": "cc.Vec3",
  266. "x": 1,
  267. "y": 1,
  268. "z": 1
  269. },
  270. "_mobility": 0,
  271. "_layer": 33554432,
  272. "_euler": {
  273. "__type__": "cc.Vec3",
  274. "x": 0,
  275. "y": 0,
  276. "z": 0
  277. },
  278. "_id": ""
  279. },
  280. {
  281. "__type__": "cc.Node",
  282. "_name": "Bar",
  283. "_objFlags": 0,
  284. "__editorExtras__": {},
  285. "_parent": {
  286. "__id__": 8
  287. },
  288. "_children": [],
  289. "_active": true,
  290. "_components": [
  291. {
  292. "__id__": 10
  293. },
  294. {
  295. "__id__": 12
  296. },
  297. {
  298. "__id__": 14
  299. }
  300. ],
  301. "_prefab": {
  302. "__id__": 16
  303. },
  304. "_lpos": {
  305. "__type__": "cc.Vec3",
  306. "x": -300,
  307. "y": 0,
  308. "z": 0
  309. },
  310. "_lrot": {
  311. "__type__": "cc.Quat",
  312. "x": 0,
  313. "y": 0,
  314. "z": 0,
  315. "w": 1
  316. },
  317. "_lscale": {
  318. "__type__": "cc.Vec3",
  319. "x": 1,
  320. "y": 1,
  321. "z": 1
  322. },
  323. "_mobility": 0,
  324. "_layer": 33554432,
  325. "_euler": {
  326. "__type__": "cc.Vec3",
  327. "x": 0,
  328. "y": 0,
  329. "z": 0
  330. },
  331. "_id": ""
  332. },
  333. {
  334. "__type__": "cc.UITransform",
  335. "_name": "",
  336. "_objFlags": 0,
  337. "__editorExtras__": {},
  338. "node": {
  339. "__id__": 9
  340. },
  341. "_enabled": true,
  342. "__prefab": {
  343. "__id__": 11
  344. },
  345. "_contentSize": {
  346. "__type__": "cc.Size",
  347. "width": 600,
  348. "height": 30
  349. },
  350. "_anchorPoint": {
  351. "__type__": "cc.Vec2",
  352. "x": 0,
  353. "y": 0.5
  354. },
  355. "_id": ""
  356. },
  357. {
  358. "__type__": "cc.CompPrefabInfo",
  359. "fileId": "aab+VTdpdGRJ0m8lrPPYyW"
  360. },
  361. {
  362. "__type__": "cc.Sprite",
  363. "_name": "",
  364. "_objFlags": 0,
  365. "__editorExtras__": {},
  366. "node": {
  367. "__id__": 9
  368. },
  369. "_enabled": true,
  370. "__prefab": {
  371. "__id__": 13
  372. },
  373. "_customMaterial": null,
  374. "_srcBlendFactor": 2,
  375. "_dstBlendFactor": 4,
  376. "_color": {
  377. "__type__": "cc.Color",
  378. "r": 255,
  379. "g": 255,
  380. "b": 255,
  381. "a": 255
  382. },
  383. "_spriteFrame": {
  384. "__uuid__": "24a704da-2867-446d-8d1a-5e920c75e09d@f9941",
  385. "__expectedType__": "cc.SpriteFrame"
  386. },
  387. "_type": 1,
  388. "_fillType": 0,
  389. "_sizeMode": 0,
  390. "_fillCenter": {
  391. "__type__": "cc.Vec2",
  392. "x": 0,
  393. "y": 0
  394. },
  395. "_fillStart": 0,
  396. "_fillRange": 0,
  397. "_isTrimmedMode": true,
  398. "_useGrayscale": false,
  399. "_atlas": null,
  400. "_id": ""
  401. },
  402. {
  403. "__type__": "cc.CompPrefabInfo",
  404. "fileId": "62Ogvhm+JJKL3u1ojEtL8v"
  405. },
  406. {
  407. "__type__": "ec81fyAgaJMXIMeO+kYybju",
  408. "_name": "",
  409. "_objFlags": 0,
  410. "__editorExtras__": {},
  411. "node": {
  412. "__id__": 9
  413. },
  414. "_enabled": true,
  415. "__prefab": {
  416. "__id__": 15
  417. },
  418. "_id": ""
  419. },
  420. {
  421. "__type__": "cc.CompPrefabInfo",
  422. "fileId": "46susGq69HlrMonrjnr3+Z"
  423. },
  424. {
  425. "__type__": "cc.PrefabInfo",
  426. "root": {
  427. "__id__": 1
  428. },
  429. "asset": {
  430. "__id__": 0
  431. },
  432. "fileId": "d690dt/HNNZooOc++B4dIu",
  433. "instance": null,
  434. "targetOverrides": null,
  435. "nestedPrefabInstanceRoots": null
  436. },
  437. {
  438. "__type__": "cc.Node",
  439. "_name": "hp_ani",
  440. "_objFlags": 0,
  441. "__editorExtras__": {},
  442. "_parent": {
  443. "__id__": 8
  444. },
  445. "_children": [],
  446. "_active": false,
  447. "_components": [
  448. {
  449. "__id__": 18
  450. },
  451. {
  452. "__id__": 20
  453. },
  454. {
  455. "__id__": 22
  456. }
  457. ],
  458. "_prefab": {
  459. "__id__": 24
  460. },
  461. "_lpos": {
  462. "__type__": "cc.Vec3",
  463. "x": -43.771,
  464. "y": -43.771,
  465. "z": 0
  466. },
  467. "_lrot": {
  468. "__type__": "cc.Quat",
  469. "x": 0,
  470. "y": 0,
  471. "z": 0,
  472. "w": 1
  473. },
  474. "_lscale": {
  475. "__type__": "cc.Vec3",
  476. "x": 1,
  477. "y": 1,
  478. "z": 1
  479. },
  480. "_mobility": 0,
  481. "_layer": 33554432,
  482. "_euler": {
  483. "__type__": "cc.Vec3",
  484. "x": 0,
  485. "y": 0,
  486. "z": 0
  487. },
  488. "_id": ""
  489. },
  490. {
  491. "__type__": "cc.UITransform",
  492. "_name": "",
  493. "_objFlags": 0,
  494. "__editorExtras__": {},
  495. "node": {
  496. "__id__": 17
  497. },
  498. "_enabled": true,
  499. "__prefab": {
  500. "__id__": 19
  501. },
  502. "_contentSize": {
  503. "__type__": "cc.Size",
  504. "width": 84.05859375,
  505. "height": 54.4
  506. },
  507. "_anchorPoint": {
  508. "__type__": "cc.Vec2",
  509. "x": 0.5,
  510. "y": 0.5
  511. },
  512. "_id": ""
  513. },
  514. {
  515. "__type__": "cc.CompPrefabInfo",
  516. "fileId": "59Mhlf9UJLfZmQz9/erOcP"
  517. },
  518. {
  519. "__type__": "cc.Label",
  520. "_name": "",
  521. "_objFlags": 0,
  522. "__editorExtras__": {},
  523. "node": {
  524. "__id__": 17
  525. },
  526. "_enabled": true,
  527. "__prefab": {
  528. "__id__": 21
  529. },
  530. "_customMaterial": null,
  531. "_srcBlendFactor": 2,
  532. "_dstBlendFactor": 4,
  533. "_color": {
  534. "__type__": "cc.Color",
  535. "r": 252,
  536. "g": 13,
  537. "b": 13,
  538. "a": 255
  539. },
  540. "_string": "-100",
  541. "_horizontalAlign": 1,
  542. "_verticalAlign": 1,
  543. "_actualFontSize": 40,
  544. "_fontSize": 40,
  545. "_fontFamily": "Arial",
  546. "_lineHeight": 40,
  547. "_overflow": 0,
  548. "_enableWrapText": true,
  549. "_font": null,
  550. "_isSystemFontUsed": true,
  551. "_spacingX": 0,
  552. "_isItalic": false,
  553. "_isBold": true,
  554. "_isUnderline": false,
  555. "_underlineHeight": 2,
  556. "_cacheMode": 0,
  557. "_id": ""
  558. },
  559. {
  560. "__type__": "cc.CompPrefabInfo",
  561. "fileId": "a9347uQfJCDbtZKVWe9IYA"
  562. },
  563. {
  564. "__type__": "cc.LabelOutline",
  565. "_name": "",
  566. "_objFlags": 0,
  567. "__editorExtras__": {},
  568. "node": {
  569. "__id__": 17
  570. },
  571. "_enabled": true,
  572. "__prefab": {
  573. "__id__": 23
  574. },
  575. "_color": {
  576. "__type__": "cc.Color",
  577. "r": 0,
  578. "g": 0,
  579. "b": 0,
  580. "a": 255
  581. },
  582. "_width": 2,
  583. "_id": ""
  584. },
  585. {
  586. "__type__": "cc.CompPrefabInfo",
  587. "fileId": "10iJn8fM1NHpUR/kVx6vVy"
  588. },
  589. {
  590. "__type__": "cc.PrefabInfo",
  591. "root": {
  592. "__id__": 1
  593. },
  594. "asset": {
  595. "__id__": 0
  596. },
  597. "fileId": "665iASySpGObHvgib53sKB",
  598. "instance": null,
  599. "targetOverrides": null,
  600. "nestedPrefabInstanceRoots": null
  601. },
  602. {
  603. "__type__": "cc.UITransform",
  604. "_name": "",
  605. "_objFlags": 0,
  606. "__editorExtras__": {},
  607. "node": {
  608. "__id__": 8
  609. },
  610. "_enabled": true,
  611. "__prefab": {
  612. "__id__": 26
  613. },
  614. "_contentSize": {
  615. "__type__": "cc.Size",
  616. "width": 600,
  617. "height": 30
  618. },
  619. "_anchorPoint": {
  620. "__type__": "cc.Vec2",
  621. "x": 0.5,
  622. "y": 0.5
  623. },
  624. "_id": ""
  625. },
  626. {
  627. "__type__": "cc.CompPrefabInfo",
  628. "fileId": "3eFvRjzC1HcKS/ocew0Gq2"
  629. },
  630. {
  631. "__type__": "cc.Sprite",
  632. "_name": "",
  633. "_objFlags": 0,
  634. "__editorExtras__": {},
  635. "node": {
  636. "__id__": 8
  637. },
  638. "_enabled": true,
  639. "__prefab": {
  640. "__id__": 28
  641. },
  642. "_customMaterial": null,
  643. "_srcBlendFactor": 2,
  644. "_dstBlendFactor": 4,
  645. "_color": {
  646. "__type__": "cc.Color",
  647. "r": 255,
  648. "g": 255,
  649. "b": 255,
  650. "a": 255
  651. },
  652. "_spriteFrame": {
  653. "__uuid__": "9fd900dd-221b-4f89-8f2c-fba34243c835@f9941",
  654. "__expectedType__": "cc.SpriteFrame"
  655. },
  656. "_type": 1,
  657. "_fillType": 0,
  658. "_sizeMode": 0,
  659. "_fillCenter": {
  660. "__type__": "cc.Vec2",
  661. "x": 0,
  662. "y": 0
  663. },
  664. "_fillStart": 0,
  665. "_fillRange": 0,
  666. "_isTrimmedMode": true,
  667. "_useGrayscale": false,
  668. "_atlas": null,
  669. "_id": ""
  670. },
  671. {
  672. "__type__": "cc.CompPrefabInfo",
  673. "fileId": "adcyo5HNlNKaJqwT+yylUX"
  674. },
  675. {
  676. "__type__": "cc.ProgressBar",
  677. "_name": "",
  678. "_objFlags": 0,
  679. "__editorExtras__": {},
  680. "node": {
  681. "__id__": 8
  682. },
  683. "_enabled": true,
  684. "__prefab": {
  685. "__id__": 30
  686. },
  687. "_barSprite": {
  688. "__id__": 12
  689. },
  690. "_mode": 0,
  691. "_totalLength": 600,
  692. "_progress": 1,
  693. "_reverse": false,
  694. "_id": ""
  695. },
  696. {
  697. "__type__": "cc.CompPrefabInfo",
  698. "fileId": "40jLW55HxEDIGSRFRNz1y4"
  699. },
  700. {
  701. "__type__": "ec81fyAgaJMXIMeO+kYybju",
  702. "_name": "",
  703. "_objFlags": 0,
  704. "__editorExtras__": {},
  705. "node": {
  706. "__id__": 8
  707. },
  708. "_enabled": true,
  709. "__prefab": {
  710. "__id__": 32
  711. },
  712. "_id": ""
  713. },
  714. {
  715. "__type__": "cc.CompPrefabInfo",
  716. "fileId": "f40v84EWxGv5P0rNNlH9fj"
  717. },
  718. {
  719. "__type__": "cc.PrefabInfo",
  720. "root": {
  721. "__id__": 1
  722. },
  723. "asset": {
  724. "__id__": 0
  725. },
  726. "fileId": "7eHPoaXBBLe7JHgAIFQR2r",
  727. "instance": null,
  728. "targetOverrides": null,
  729. "nestedPrefabInstanceRoots": null
  730. },
  731. {
  732. "__type__": "cc.Node",
  733. "_name": "head",
  734. "_objFlags": 0,
  735. "__editorExtras__": {},
  736. "_parent": {
  737. "__id__": 1
  738. },
  739. "_children": [],
  740. "_active": true,
  741. "_components": [
  742. {
  743. "__id__": 35
  744. },
  745. {
  746. "__id__": 37
  747. },
  748. {
  749. "__id__": 39
  750. }
  751. ],
  752. "_prefab": {
  753. "__id__": 41
  754. },
  755. "_lpos": {
  756. "__type__": "cc.Vec3",
  757. "x": -334.297,
  758. "y": 743.393,
  759. "z": 0
  760. },
  761. "_lrot": {
  762. "__type__": "cc.Quat",
  763. "x": 0,
  764. "y": 0,
  765. "z": 0,
  766. "w": 1
  767. },
  768. "_lscale": {
  769. "__type__": "cc.Vec3",
  770. "x": 1,
  771. "y": 1,
  772. "z": 1
  773. },
  774. "_mobility": 0,
  775. "_layer": 33554432,
  776. "_euler": {
  777. "__type__": "cc.Vec3",
  778. "x": 0,
  779. "y": 0,
  780. "z": 0
  781. },
  782. "_id": ""
  783. },
  784. {
  785. "__type__": "cc.UITransform",
  786. "_name": "",
  787. "_objFlags": 0,
  788. "__editorExtras__": {},
  789. "node": {
  790. "__id__": 34
  791. },
  792. "_enabled": true,
  793. "__prefab": {
  794. "__id__": 36
  795. },
  796. "_contentSize": {
  797. "__type__": "cc.Size",
  798. "width": 100,
  799. "height": 100
  800. },
  801. "_anchorPoint": {
  802. "__type__": "cc.Vec2",
  803. "x": 0.5,
  804. "y": 0.5
  805. },
  806. "_id": ""
  807. },
  808. {
  809. "__type__": "cc.CompPrefabInfo",
  810. "fileId": "d5MmCmcqtMOY59naFA/aAP"
  811. },
  812. {
  813. "__type__": "cc.Sprite",
  814. "_name": "",
  815. "_objFlags": 0,
  816. "__editorExtras__": {},
  817. "node": {
  818. "__id__": 34
  819. },
  820. "_enabled": true,
  821. "__prefab": {
  822. "__id__": 38
  823. },
  824. "_customMaterial": null,
  825. "_srcBlendFactor": 2,
  826. "_dstBlendFactor": 4,
  827. "_color": {
  828. "__type__": "cc.Color",
  829. "r": 255,
  830. "g": 255,
  831. "b": 255,
  832. "a": 255
  833. },
  834. "_spriteFrame": {
  835. "__uuid__": "57520716-48c8-4a19-8acf-41c9f8777fb0@f9941",
  836. "__expectedType__": "cc.SpriteFrame"
  837. },
  838. "_type": 0,
  839. "_fillType": 0,
  840. "_sizeMode": 0,
  841. "_fillCenter": {
  842. "__type__": "cc.Vec2",
  843. "x": 0,
  844. "y": 0
  845. },
  846. "_fillStart": 0,
  847. "_fillRange": 0,
  848. "_isTrimmedMode": true,
  849. "_useGrayscale": false,
  850. "_atlas": null,
  851. "_id": ""
  852. },
  853. {
  854. "__type__": "cc.CompPrefabInfo",
  855. "fileId": "1bo2nI50RGJYjih7whGQUo"
  856. },
  857. {
  858. "__type__": "ec81fyAgaJMXIMeO+kYybju",
  859. "_name": "",
  860. "_objFlags": 0,
  861. "__editorExtras__": {},
  862. "node": {
  863. "__id__": 34
  864. },
  865. "_enabled": true,
  866. "__prefab": {
  867. "__id__": 40
  868. },
  869. "_id": ""
  870. },
  871. {
  872. "__type__": "cc.CompPrefabInfo",
  873. "fileId": "a6xHaSXCJO+5OjTCtiM86m"
  874. },
  875. {
  876. "__type__": "cc.PrefabInfo",
  877. "root": {
  878. "__id__": 1
  879. },
  880. "asset": {
  881. "__id__": 0
  882. },
  883. "fileId": "65eeLtWKlJqY5PsV8yD4MG",
  884. "instance": null,
  885. "targetOverrides": null,
  886. "nestedPrefabInstanceRoots": null
  887. },
  888. {
  889. "__type__": "cc.Node",
  890. "_name": "btn_close",
  891. "_objFlags": 0,
  892. "__editorExtras__": {},
  893. "_parent": {
  894. "__id__": 1
  895. },
  896. "_children": [],
  897. "_active": true,
  898. "_components": [
  899. {
  900. "__id__": 43
  901. },
  902. {
  903. "__id__": 45
  904. }
  905. ],
  906. "_prefab": {
  907. "__id__": 47
  908. },
  909. "_lpos": {
  910. "__type__": "cc.Vec3",
  911. "x": -5.3559999999999945,
  912. "y": 889.2560000000001,
  913. "z": 0
  914. },
  915. "_lrot": {
  916. "__type__": "cc.Quat",
  917. "x": 0,
  918. "y": 0,
  919. "z": 0,
  920. "w": 1
  921. },
  922. "_lscale": {
  923. "__type__": "cc.Vec3",
  924. "x": 1,
  925. "y": 1,
  926. "z": 1
  927. },
  928. "_mobility": 0,
  929. "_layer": 33554432,
  930. "_euler": {
  931. "__type__": "cc.Vec3",
  932. "x": 0,
  933. "y": 0,
  934. "z": 0
  935. },
  936. "_id": ""
  937. },
  938. {
  939. "__type__": "cc.UITransform",
  940. "_name": "",
  941. "_objFlags": 0,
  942. "__editorExtras__": {},
  943. "node": {
  944. "__id__": 42
  945. },
  946. "_enabled": true,
  947. "__prefab": {
  948. "__id__": 44
  949. },
  950. "_contentSize": {
  951. "__type__": "cc.Size",
  952. "width": 59,
  953. "height": 60
  954. },
  955. "_anchorPoint": {
  956. "__type__": "cc.Vec2",
  957. "x": 0.5,
  958. "y": 0.5
  959. },
  960. "_id": ""
  961. },
  962. {
  963. "__type__": "cc.CompPrefabInfo",
  964. "fileId": "8c41zxET9DtpMNXbzCZaeK"
  965. },
  966. {
  967. "__type__": "cc.Sprite",
  968. "_name": "",
  969. "_objFlags": 0,
  970. "__editorExtras__": {},
  971. "node": {
  972. "__id__": 42
  973. },
  974. "_enabled": true,
  975. "__prefab": {
  976. "__id__": 46
  977. },
  978. "_customMaterial": null,
  979. "_srcBlendFactor": 2,
  980. "_dstBlendFactor": 4,
  981. "_color": {
  982. "__type__": "cc.Color",
  983. "r": 255,
  984. "g": 255,
  985. "b": 255,
  986. "a": 255
  987. },
  988. "_spriteFrame": {
  989. "__uuid__": "64c1f2bf-dc82-4530-bd30-7879d5a3e03e@f9941",
  990. "__expectedType__": "cc.SpriteFrame"
  991. },
  992. "_type": 0,
  993. "_fillType": 0,
  994. "_sizeMode": 0,
  995. "_fillCenter": {
  996. "__type__": "cc.Vec2",
  997. "x": 0,
  998. "y": 0
  999. },
  1000. "_fillStart": 0,
  1001. "_fillRange": 0,
  1002. "_isTrimmedMode": true,
  1003. "_useGrayscale": false,
  1004. "_atlas": null,
  1005. "_id": ""
  1006. },
  1007. {
  1008. "__type__": "cc.CompPrefabInfo",
  1009. "fileId": "47yfoU9SVBj5fAGvlGeJSk"
  1010. },
  1011. {
  1012. "__type__": "cc.PrefabInfo",
  1013. "root": {
  1014. "__id__": 1
  1015. },
  1016. "asset": {
  1017. "__id__": 0
  1018. },
  1019. "fileId": "2e0fkiRoFCqbm+IcYy62zj",
  1020. "instance": null,
  1021. "targetOverrides": null,
  1022. "nestedPrefabInstanceRoots": null
  1023. },
  1024. {
  1025. "__type__": "cc.Node",
  1026. "_name": "btn_jump",
  1027. "_objFlags": 0,
  1028. "__editorExtras__": {},
  1029. "_parent": {
  1030. "__id__": 1
  1031. },
  1032. "_children": [],
  1033. "_active": true,
  1034. "_components": [
  1035. {
  1036. "__id__": 49
  1037. },
  1038. {
  1039. "__id__": 51
  1040. }
  1041. ],
  1042. "_prefab": {
  1043. "__id__": 53
  1044. },
  1045. "_lpos": {
  1046. "__type__": "cc.Vec3",
  1047. "x": -5.3559999999999945,
  1048. "y": -818.282,
  1049. "z": 0
  1050. },
  1051. "_lrot": {
  1052. "__type__": "cc.Quat",
  1053. "x": 0,
  1054. "y": 0,
  1055. "z": 0,
  1056. "w": 1
  1057. },
  1058. "_lscale": {
  1059. "__type__": "cc.Vec3",
  1060. "x": 1,
  1061. "y": 1,
  1062. "z": 1
  1063. },
  1064. "_mobility": 0,
  1065. "_layer": 33554432,
  1066. "_euler": {
  1067. "__type__": "cc.Vec3",
  1068. "x": 0,
  1069. "y": 0,
  1070. "z": 0
  1071. },
  1072. "_id": ""
  1073. },
  1074. {
  1075. "__type__": "cc.UITransform",
  1076. "_name": "",
  1077. "_objFlags": 0,
  1078. "__editorExtras__": {},
  1079. "node": {
  1080. "__id__": 48
  1081. },
  1082. "_enabled": true,
  1083. "__prefab": {
  1084. "__id__": 50
  1085. },
  1086. "_contentSize": {
  1087. "__type__": "cc.Size",
  1088. "width": 261,
  1089. "height": 102
  1090. },
  1091. "_anchorPoint": {
  1092. "__type__": "cc.Vec2",
  1093. "x": 0.5,
  1094. "y": 0.5
  1095. },
  1096. "_id": ""
  1097. },
  1098. {
  1099. "__type__": "cc.CompPrefabInfo",
  1100. "fileId": "d2hQ9kIqVFI6+3NX+ZXhas"
  1101. },
  1102. {
  1103. "__type__": "cc.Sprite",
  1104. "_name": "",
  1105. "_objFlags": 0,
  1106. "__editorExtras__": {},
  1107. "node": {
  1108. "__id__": 48
  1109. },
  1110. "_enabled": true,
  1111. "__prefab": {
  1112. "__id__": 52
  1113. },
  1114. "_customMaterial": null,
  1115. "_srcBlendFactor": 2,
  1116. "_dstBlendFactor": 4,
  1117. "_color": {
  1118. "__type__": "cc.Color",
  1119. "r": 255,
  1120. "g": 255,
  1121. "b": 255,
  1122. "a": 255
  1123. },
  1124. "_spriteFrame": {
  1125. "__uuid__": "35cac69b-7923-4c5b-833e-134c98cf928d@f9941",
  1126. "__expectedType__": "cc.SpriteFrame"
  1127. },
  1128. "_type": 0,
  1129. "_fillType": 0,
  1130. "_sizeMode": 0,
  1131. "_fillCenter": {
  1132. "__type__": "cc.Vec2",
  1133. "x": 0,
  1134. "y": 0
  1135. },
  1136. "_fillStart": 0,
  1137. "_fillRange": 0,
  1138. "_isTrimmedMode": true,
  1139. "_useGrayscale": false,
  1140. "_atlas": null,
  1141. "_id": ""
  1142. },
  1143. {
  1144. "__type__": "cc.CompPrefabInfo",
  1145. "fileId": "c9oJyIr3VFMbmze935LEeD"
  1146. },
  1147. {
  1148. "__type__": "cc.PrefabInfo",
  1149. "root": {
  1150. "__id__": 1
  1151. },
  1152. "asset": {
  1153. "__id__": 0
  1154. },
  1155. "fileId": "d06T3/z11M7aFRAGiGQp8x",
  1156. "instance": null,
  1157. "targetOverrides": null,
  1158. "nestedPrefabInstanceRoots": null
  1159. },
  1160. {
  1161. "__type__": "cc.UITransform",
  1162. "_name": "",
  1163. "_objFlags": 0,
  1164. "__editorExtras__": {},
  1165. "node": {
  1166. "__id__": 1
  1167. },
  1168. "_enabled": true,
  1169. "__prefab": {
  1170. "__id__": 55
  1171. },
  1172. "_contentSize": {
  1173. "__type__": "cc.Size",
  1174. "width": 1919.9999999999998,
  1175. "height": 1919.9999999999998
  1176. },
  1177. "_anchorPoint": {
  1178. "__type__": "cc.Vec2",
  1179. "x": 0.5,
  1180. "y": 0.5
  1181. },
  1182. "_id": ""
  1183. },
  1184. {
  1185. "__type__": "cc.CompPrefabInfo",
  1186. "fileId": "a9swBwM2dGFb662bEOqO94"
  1187. },
  1188. {
  1189. "__type__": "cc.Widget",
  1190. "_name": "",
  1191. "_objFlags": 0,
  1192. "__editorExtras__": {},
  1193. "node": {
  1194. "__id__": 1
  1195. },
  1196. "_enabled": true,
  1197. "__prefab": {
  1198. "__id__": 57
  1199. },
  1200. "_alignFlags": 45,
  1201. "_target": null,
  1202. "_left": 0,
  1203. "_right": 0,
  1204. "_top": 0,
  1205. "_bottom": 0,
  1206. "_horizontalCenter": 0,
  1207. "_verticalCenter": 0,
  1208. "_isAbsLeft": true,
  1209. "_isAbsRight": true,
  1210. "_isAbsTop": true,
  1211. "_isAbsBottom": true,
  1212. "_isAbsHorizontalCenter": true,
  1213. "_isAbsVerticalCenter": true,
  1214. "_originalWidth": 100,
  1215. "_originalHeight": 100,
  1216. "_alignMode": 2,
  1217. "_lockFlags": 0,
  1218. "_id": ""
  1219. },
  1220. {
  1221. "__type__": "cc.CompPrefabInfo",
  1222. "fileId": "bcyvG8W/BK3ZXoJQtuIHQs"
  1223. },
  1224. {
  1225. "__type__": "cc.Sprite",
  1226. "_name": "",
  1227. "_objFlags": 0,
  1228. "__editorExtras__": {},
  1229. "node": {
  1230. "__id__": 1
  1231. },
  1232. "_enabled": true,
  1233. "__prefab": {
  1234. "__id__": 59
  1235. },
  1236. "_customMaterial": null,
  1237. "_srcBlendFactor": 2,
  1238. "_dstBlendFactor": 4,
  1239. "_color": {
  1240. "__type__": "cc.Color",
  1241. "r": 255,
  1242. "g": 255,
  1243. "b": 255,
  1244. "a": 255
  1245. },
  1246. "_spriteFrame": null,
  1247. "_type": 0,
  1248. "_fillType": 0,
  1249. "_sizeMode": 0,
  1250. "_fillCenter": {
  1251. "__type__": "cc.Vec2",
  1252. "x": 0,
  1253. "y": 0
  1254. },
  1255. "_fillStart": 0,
  1256. "_fillRange": 0,
  1257. "_isTrimmedMode": true,
  1258. "_useGrayscale": false,
  1259. "_atlas": null,
  1260. "_id": ""
  1261. },
  1262. {
  1263. "__type__": "cc.CompPrefabInfo",
  1264. "fileId": "4cmTzatZ1AZKl7VUtgXU7Y"
  1265. },
  1266. {
  1267. "__type__": "40a64QLi4tK7K2EEgng585E",
  1268. "_name": "",
  1269. "_objFlags": 0,
  1270. "__editorExtras__": {},
  1271. "node": {
  1272. "__id__": 1
  1273. },
  1274. "_enabled": true,
  1275. "__prefab": {
  1276. "__id__": 61
  1277. },
  1278. "btn_close": {
  1279. "__id__": 42
  1280. },
  1281. "btn_jump": {
  1282. "__id__": 48
  1283. },
  1284. "bg": {
  1285. "__id__": 2
  1286. },
  1287. "bg_bar": {
  1288. "__id__": 8
  1289. },
  1290. "bar": {
  1291. "__id__": 9
  1292. },
  1293. "head": {
  1294. "__id__": 34
  1295. },
  1296. "hp_ani": {
  1297. "__id__": 17
  1298. },
  1299. "_id": ""
  1300. },
  1301. {
  1302. "__type__": "cc.CompPrefabInfo",
  1303. "fileId": "29mNytCrxDx4u2oc3nH415"
  1304. },
  1305. {
  1306. "__type__": "cc.PrefabInfo",
  1307. "root": {
  1308. "__id__": 1
  1309. },
  1310. "asset": {
  1311. "__id__": 0
  1312. },
  1313. "fileId": "33N1ICSDBGd7XexDVG8F9h",
  1314. "instance": null,
  1315. "targetOverrides": null
  1316. }
  1317. ]