ShelveLocker.prefab 21 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "ShelveLocker",
  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": "ShelveLocker",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. },
  24. {
  25. "__id__": 8
  26. },
  27. {
  28. "__id__": 14
  29. },
  30. {
  31. "__id__": 20
  32. },
  33. {
  34. "__id__": 40
  35. }
  36. ],
  37. "_active": true,
  38. "_components": [
  39. {
  40. "__id__": 48
  41. },
  42. {
  43. "__id__": 50
  44. },
  45. {
  46. "__id__": 52
  47. }
  48. ],
  49. "_prefab": {
  50. "__id__": 54
  51. },
  52. "_lpos": {
  53. "__type__": "cc.Vec3",
  54. "x": 0,
  55. "y": 0,
  56. "z": 0
  57. },
  58. "_lrot": {
  59. "__type__": "cc.Quat",
  60. "x": 0,
  61. "y": 0,
  62. "z": 0,
  63. "w": 1
  64. },
  65. "_lscale": {
  66. "__type__": "cc.Vec3",
  67. "x": 1,
  68. "y": 1,
  69. "z": 1
  70. },
  71. "_mobility": 0,
  72. "_layer": 33554432,
  73. "_euler": {
  74. "__type__": "cc.Vec3",
  75. "x": 0,
  76. "y": 0,
  77. "z": 0
  78. },
  79. "_id": ""
  80. },
  81. {
  82. "__type__": "cc.Node",
  83. "_name": "Glass",
  84. "_objFlags": 0,
  85. "__editorExtras__": {},
  86. "_parent": {
  87. "__id__": 1
  88. },
  89. "_children": [],
  90. "_active": false,
  91. "_components": [
  92. {
  93. "__id__": 3
  94. },
  95. {
  96. "__id__": 5
  97. }
  98. ],
  99. "_prefab": {
  100. "__id__": 7
  101. },
  102. "_lpos": {
  103. "__type__": "cc.Vec3",
  104. "x": 0,
  105. "y": 0,
  106. "z": 0
  107. },
  108. "_lrot": {
  109. "__type__": "cc.Quat",
  110. "x": 0,
  111. "y": 0,
  112. "z": 0,
  113. "w": 1
  114. },
  115. "_lscale": {
  116. "__type__": "cc.Vec3",
  117. "x": 1,
  118. "y": 1,
  119. "z": 1
  120. },
  121. "_mobility": 0,
  122. "_layer": 33554432,
  123. "_euler": {
  124. "__type__": "cc.Vec3",
  125. "x": 0,
  126. "y": 0,
  127. "z": 0
  128. },
  129. "_id": ""
  130. },
  131. {
  132. "__type__": "cc.UITransform",
  133. "_name": "",
  134. "_objFlags": 0,
  135. "__editorExtras__": {},
  136. "node": {
  137. "__id__": 2
  138. },
  139. "_enabled": true,
  140. "__prefab": {
  141. "__id__": 4
  142. },
  143. "_contentSize": {
  144. "__type__": "cc.Size",
  145. "width": 211,
  146. "height": 125
  147. },
  148. "_anchorPoint": {
  149. "__type__": "cc.Vec2",
  150. "x": 0.5,
  151. "y": 0.5
  152. },
  153. "_id": ""
  154. },
  155. {
  156. "__type__": "cc.CompPrefabInfo",
  157. "fileId": "edhtg5F7NDBqXc9QyDot3v"
  158. },
  159. {
  160. "__type__": "cc.Sprite",
  161. "_name": "",
  162. "_objFlags": 0,
  163. "__editorExtras__": {},
  164. "node": {
  165. "__id__": 2
  166. },
  167. "_enabled": true,
  168. "__prefab": {
  169. "__id__": 6
  170. },
  171. "_customMaterial": null,
  172. "_srcBlendFactor": 2,
  173. "_dstBlendFactor": 4,
  174. "_color": {
  175. "__type__": "cc.Color",
  176. "r": 255,
  177. "g": 255,
  178. "b": 255,
  179. "a": 255
  180. },
  181. "_spriteFrame": {
  182. "__uuid__": "908ef7a0-6e40-4def-b8f3-659bda86a27b@f9941",
  183. "__expectedType__": "cc.SpriteFrame"
  184. },
  185. "_type": 0,
  186. "_fillType": 0,
  187. "_sizeMode": 1,
  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": "17lL7vlu9Ew5FA+btlIpTi"
  203. },
  204. {
  205. "__type__": "cc.PrefabInfo",
  206. "root": {
  207. "__id__": 1
  208. },
  209. "asset": {
  210. "__id__": 0
  211. },
  212. "fileId": "08Z1AxFHVL/Y+zL4GNGfXl",
  213. "instance": null,
  214. "targetOverrides": null,
  215. "nestedPrefabInstanceRoots": null
  216. },
  217. {
  218. "__type__": "cc.Node",
  219. "_name": "LbBg",
  220. "_objFlags": 0,
  221. "__editorExtras__": {},
  222. "_parent": {
  223. "__id__": 1
  224. },
  225. "_children": [],
  226. "_active": true,
  227. "_components": [
  228. {
  229. "__id__": 9
  230. },
  231. {
  232. "__id__": 11
  233. }
  234. ],
  235. "_prefab": {
  236. "__id__": 13
  237. },
  238. "_lpos": {
  239. "__type__": "cc.Vec3",
  240. "x": 0,
  241. "y": 32,
  242. "z": 0
  243. },
  244. "_lrot": {
  245. "__type__": "cc.Quat",
  246. "x": 0,
  247. "y": 0,
  248. "z": 0,
  249. "w": 1
  250. },
  251. "_lscale": {
  252. "__type__": "cc.Vec3",
  253. "x": 1.5,
  254. "y": 1.5,
  255. "z": 1
  256. },
  257. "_mobility": 0,
  258. "_layer": 33554432,
  259. "_euler": {
  260. "__type__": "cc.Vec3",
  261. "x": 0,
  262. "y": 0,
  263. "z": 0
  264. },
  265. "_id": ""
  266. },
  267. {
  268. "__type__": "cc.UITransform",
  269. "_name": "",
  270. "_objFlags": 0,
  271. "__editorExtras__": {},
  272. "node": {
  273. "__id__": 8
  274. },
  275. "_enabled": true,
  276. "__prefab": {
  277. "__id__": 10
  278. },
  279. "_contentSize": {
  280. "__type__": "cc.Size",
  281. "width": 33,
  282. "height": 33
  283. },
  284. "_anchorPoint": {
  285. "__type__": "cc.Vec2",
  286. "x": 0.5,
  287. "y": 0.5
  288. },
  289. "_id": ""
  290. },
  291. {
  292. "__type__": "cc.CompPrefabInfo",
  293. "fileId": "b4IWGGcjhAq62UifJuK6Nb"
  294. },
  295. {
  296. "__type__": "cc.Sprite",
  297. "_name": "",
  298. "_objFlags": 0,
  299. "__editorExtras__": {},
  300. "node": {
  301. "__id__": 8
  302. },
  303. "_enabled": true,
  304. "__prefab": {
  305. "__id__": 12
  306. },
  307. "_customMaterial": null,
  308. "_srcBlendFactor": 2,
  309. "_dstBlendFactor": 4,
  310. "_color": {
  311. "__type__": "cc.Color",
  312. "r": 255,
  313. "g": 255,
  314. "b": 255,
  315. "a": 255
  316. },
  317. "_spriteFrame": {
  318. "__uuid__": "21bdd014-754d-4fa2-b883-15e98bfbcfa0@f9941",
  319. "__expectedType__": "cc.SpriteFrame"
  320. },
  321. "_type": 0,
  322. "_fillType": 0,
  323. "_sizeMode": 0,
  324. "_fillCenter": {
  325. "__type__": "cc.Vec2",
  326. "x": 0,
  327. "y": 0
  328. },
  329. "_fillStart": 0,
  330. "_fillRange": 0,
  331. "_isTrimmedMode": true,
  332. "_useGrayscale": false,
  333. "_atlas": null,
  334. "_id": ""
  335. },
  336. {
  337. "__type__": "cc.CompPrefabInfo",
  338. "fileId": "782fpU1AtJhbn+WRT3hJKe"
  339. },
  340. {
  341. "__type__": "cc.PrefabInfo",
  342. "root": {
  343. "__id__": 1
  344. },
  345. "asset": {
  346. "__id__": 0
  347. },
  348. "fileId": "a8SsGL2kBNfrSZogIxp9at",
  349. "instance": null,
  350. "targetOverrides": null,
  351. "nestedPrefabInstanceRoots": null
  352. },
  353. {
  354. "__type__": "cc.Node",
  355. "_name": "LbCnt",
  356. "_objFlags": 0,
  357. "__editorExtras__": {},
  358. "_parent": {
  359. "__id__": 1
  360. },
  361. "_children": [],
  362. "_active": true,
  363. "_components": [
  364. {
  365. "__id__": 15
  366. },
  367. {
  368. "__id__": 17
  369. }
  370. ],
  371. "_prefab": {
  372. "__id__": 19
  373. },
  374. "_lpos": {
  375. "__type__": "cc.Vec3",
  376. "x": 2,
  377. "y": 35.517,
  378. "z": 0
  379. },
  380. "_lrot": {
  381. "__type__": "cc.Quat",
  382. "x": 0,
  383. "y": 0,
  384. "z": 0,
  385. "w": 1
  386. },
  387. "_lscale": {
  388. "__type__": "cc.Vec3",
  389. "x": 1,
  390. "y": 1,
  391. "z": 1
  392. },
  393. "_mobility": 0,
  394. "_layer": 33554432,
  395. "_euler": {
  396. "__type__": "cc.Vec3",
  397. "x": 0,
  398. "y": 0,
  399. "z": 0
  400. },
  401. "_id": ""
  402. },
  403. {
  404. "__type__": "cc.UITransform",
  405. "_name": "",
  406. "_objFlags": 0,
  407. "__editorExtras__": {},
  408. "node": {
  409. "__id__": 14
  410. },
  411. "_enabled": true,
  412. "__prefab": {
  413. "__id__": 16
  414. },
  415. "_contentSize": {
  416. "__type__": "cc.Size",
  417. "width": 27.19,
  418. "height": 36
  419. },
  420. "_anchorPoint": {
  421. "__type__": "cc.Vec2",
  422. "x": 0.5,
  423. "y": 0.5
  424. },
  425. "_id": ""
  426. },
  427. {
  428. "__type__": "cc.CompPrefabInfo",
  429. "fileId": "5398OOe11HkrmEWAzRcthC"
  430. },
  431. {
  432. "__type__": "cc.Label",
  433. "_name": "",
  434. "_objFlags": 0,
  435. "__editorExtras__": {},
  436. "node": {
  437. "__id__": 14
  438. },
  439. "_enabled": true,
  440. "__prefab": {
  441. "__id__": 18
  442. },
  443. "_customMaterial": null,
  444. "_srcBlendFactor": 2,
  445. "_dstBlendFactor": 4,
  446. "_color": {
  447. "__type__": "cc.Color",
  448. "r": 255,
  449. "g": 235,
  450. "b": 121,
  451. "a": 255
  452. },
  453. "_string": "0",
  454. "_horizontalAlign": 1,
  455. "_verticalAlign": 1,
  456. "_actualFontSize": 32,
  457. "_fontSize": 32,
  458. "_fontFamily": "Arial",
  459. "_lineHeight": 32,
  460. "_overflow": 0,
  461. "_enableWrapText": false,
  462. "_font": {
  463. "__uuid__": "b396e0a4-493d-4c5b-af06-66ba37f8dc1e",
  464. "__expectedType__": "cc.TTFFont"
  465. },
  466. "_isSystemFontUsed": false,
  467. "_spacingX": 0,
  468. "_isItalic": false,
  469. "_isBold": false,
  470. "_isUnderline": false,
  471. "_underlineHeight": 2,
  472. "_cacheMode": 2,
  473. "_enableOutline": true,
  474. "_outlineColor": {
  475. "__type__": "cc.Color",
  476. "r": 224,
  477. "g": 55,
  478. "b": 0,
  479. "a": 255
  480. },
  481. "_outlineWidth": 2,
  482. "_enableShadow": false,
  483. "_shadowColor": {
  484. "__type__": "cc.Color",
  485. "r": 0,
  486. "g": 0,
  487. "b": 0,
  488. "a": 255
  489. },
  490. "_shadowOffset": {
  491. "__type__": "cc.Vec2",
  492. "x": 2,
  493. "y": 2
  494. },
  495. "_shadowBlur": 2,
  496. "_id": ""
  497. },
  498. {
  499. "__type__": "cc.CompPrefabInfo",
  500. "fileId": "b18CMr5f9A6Y+kPzxnE28e"
  501. },
  502. {
  503. "__type__": "cc.PrefabInfo",
  504. "root": {
  505. "__id__": 1
  506. },
  507. "asset": {
  508. "__id__": 0
  509. },
  510. "fileId": "4eM/PWiBtMs6qT9Ee3dx4m",
  511. "instance": null,
  512. "targetOverrides": null,
  513. "nestedPrefabInstanceRoots": null
  514. },
  515. {
  516. "__type__": "cc.Node",
  517. "_name": "Chain",
  518. "_objFlags": 0,
  519. "__editorExtras__": {},
  520. "_parent": {
  521. "__id__": 1
  522. },
  523. "_children": [
  524. {
  525. "__id__": 21
  526. },
  527. {
  528. "__id__": 27
  529. },
  530. {
  531. "__id__": 33
  532. }
  533. ],
  534. "_active": true,
  535. "_components": [],
  536. "_prefab": {
  537. "__id__": 39
  538. },
  539. "_lpos": {
  540. "__type__": "cc.Vec3",
  541. "x": 0,
  542. "y": 0,
  543. "z": 0
  544. },
  545. "_lrot": {
  546. "__type__": "cc.Quat",
  547. "x": 0,
  548. "y": 0,
  549. "z": 0,
  550. "w": 1
  551. },
  552. "_lscale": {
  553. "__type__": "cc.Vec3",
  554. "x": 1,
  555. "y": 1,
  556. "z": 1
  557. },
  558. "_mobility": 0,
  559. "_layer": 33554432,
  560. "_euler": {
  561. "__type__": "cc.Vec3",
  562. "x": 0,
  563. "y": 0,
  564. "z": 0
  565. },
  566. "_id": ""
  567. },
  568. {
  569. "__type__": "cc.Node",
  570. "_name": "tl1",
  571. "_objFlags": 0,
  572. "__editorExtras__": {},
  573. "_parent": {
  574. "__id__": 20
  575. },
  576. "_children": [],
  577. "_active": true,
  578. "_components": [
  579. {
  580. "__id__": 22
  581. },
  582. {
  583. "__id__": 24
  584. }
  585. ],
  586. "_prefab": {
  587. "__id__": 26
  588. },
  589. "_lpos": {
  590. "__type__": "cc.Vec3",
  591. "x": 0,
  592. "y": 0,
  593. "z": 0
  594. },
  595. "_lrot": {
  596. "__type__": "cc.Quat",
  597. "x": 0,
  598. "y": 0,
  599. "z": 0,
  600. "w": 1
  601. },
  602. "_lscale": {
  603. "__type__": "cc.Vec3",
  604. "x": 1,
  605. "y": 1,
  606. "z": 1
  607. },
  608. "_mobility": 0,
  609. "_layer": 33554432,
  610. "_euler": {
  611. "__type__": "cc.Vec3",
  612. "x": 0,
  613. "y": 0,
  614. "z": 0
  615. },
  616. "_id": ""
  617. },
  618. {
  619. "__type__": "cc.UITransform",
  620. "_name": "",
  621. "_objFlags": 0,
  622. "__editorExtras__": {},
  623. "node": {
  624. "__id__": 21
  625. },
  626. "_enabled": true,
  627. "__prefab": {
  628. "__id__": 23
  629. },
  630. "_contentSize": {
  631. "__type__": "cc.Size",
  632. "width": 215,
  633. "height": 130
  634. },
  635. "_anchorPoint": {
  636. "__type__": "cc.Vec2",
  637. "x": 0.5,
  638. "y": 0.5
  639. },
  640. "_id": ""
  641. },
  642. {
  643. "__type__": "cc.CompPrefabInfo",
  644. "fileId": "f7/cH68NtME5SAzjCy4DZ0"
  645. },
  646. {
  647. "__type__": "cc.Sprite",
  648. "_name": "",
  649. "_objFlags": 0,
  650. "__editorExtras__": {},
  651. "node": {
  652. "__id__": 21
  653. },
  654. "_enabled": true,
  655. "__prefab": {
  656. "__id__": 25
  657. },
  658. "_customMaterial": null,
  659. "_srcBlendFactor": 2,
  660. "_dstBlendFactor": 4,
  661. "_color": {
  662. "__type__": "cc.Color",
  663. "r": 255,
  664. "g": 255,
  665. "b": 255,
  666. "a": 255
  667. },
  668. "_spriteFrame": {
  669. "__uuid__": "4199e253-6328-4fe7-9898-bccd5af62747@f9941",
  670. "__expectedType__": "cc.SpriteFrame"
  671. },
  672. "_type": 0,
  673. "_fillType": 0,
  674. "_sizeMode": 1,
  675. "_fillCenter": {
  676. "__type__": "cc.Vec2",
  677. "x": 0,
  678. "y": 0
  679. },
  680. "_fillStart": 0,
  681. "_fillRange": 0,
  682. "_isTrimmedMode": true,
  683. "_useGrayscale": false,
  684. "_atlas": null,
  685. "_id": ""
  686. },
  687. {
  688. "__type__": "cc.CompPrefabInfo",
  689. "fileId": "63VVfvDWxDPre5WQ1Y+oKz"
  690. },
  691. {
  692. "__type__": "cc.PrefabInfo",
  693. "root": {
  694. "__id__": 1
  695. },
  696. "asset": {
  697. "__id__": 0
  698. },
  699. "fileId": "19Vs2iR09KjIku4AJyUcXr",
  700. "instance": null,
  701. "targetOverrides": null,
  702. "nestedPrefabInstanceRoots": null
  703. },
  704. {
  705. "__type__": "cc.Node",
  706. "_name": "tl2",
  707. "_objFlags": 0,
  708. "__editorExtras__": {},
  709. "_parent": {
  710. "__id__": 20
  711. },
  712. "_children": [],
  713. "_active": true,
  714. "_components": [
  715. {
  716. "__id__": 28
  717. },
  718. {
  719. "__id__": 30
  720. }
  721. ],
  722. "_prefab": {
  723. "__id__": 32
  724. },
  725. "_lpos": {
  726. "__type__": "cc.Vec3",
  727. "x": 52,
  728. "y": 20,
  729. "z": 0
  730. },
  731. "_lrot": {
  732. "__type__": "cc.Quat",
  733. "x": 0,
  734. "y": 0,
  735. "z": 0,
  736. "w": 1
  737. },
  738. "_lscale": {
  739. "__type__": "cc.Vec3",
  740. "x": -1,
  741. "y": 1,
  742. "z": 1
  743. },
  744. "_mobility": 0,
  745. "_layer": 33554432,
  746. "_euler": {
  747. "__type__": "cc.Vec3",
  748. "x": 0,
  749. "y": 0,
  750. "z": 0
  751. },
  752. "_id": ""
  753. },
  754. {
  755. "__type__": "cc.UITransform",
  756. "_name": "",
  757. "_objFlags": 0,
  758. "__editorExtras__": {},
  759. "node": {
  760. "__id__": 27
  761. },
  762. "_enabled": true,
  763. "__prefab": {
  764. "__id__": 29
  765. },
  766. "_contentSize": {
  767. "__type__": "cc.Size",
  768. "width": 106,
  769. "height": 84
  770. },
  771. "_anchorPoint": {
  772. "__type__": "cc.Vec2",
  773. "x": 0.5,
  774. "y": 0.5
  775. },
  776. "_id": ""
  777. },
  778. {
  779. "__type__": "cc.CompPrefabInfo",
  780. "fileId": "11FoHY5ipDraceQRvAojQN"
  781. },
  782. {
  783. "__type__": "cc.Sprite",
  784. "_name": "",
  785. "_objFlags": 0,
  786. "__editorExtras__": {},
  787. "node": {
  788. "__id__": 27
  789. },
  790. "_enabled": true,
  791. "__prefab": {
  792. "__id__": 31
  793. },
  794. "_customMaterial": null,
  795. "_srcBlendFactor": 2,
  796. "_dstBlendFactor": 4,
  797. "_color": {
  798. "__type__": "cc.Color",
  799. "r": 255,
  800. "g": 255,
  801. "b": 255,
  802. "a": 255
  803. },
  804. "_spriteFrame": {
  805. "__uuid__": "975de1ae-3f1b-44a3-a10f-e7e4a0981b0f@f9941",
  806. "__expectedType__": "cc.SpriteFrame"
  807. },
  808. "_type": 0,
  809. "_fillType": 0,
  810. "_sizeMode": 1,
  811. "_fillCenter": {
  812. "__type__": "cc.Vec2",
  813. "x": 0,
  814. "y": 0
  815. },
  816. "_fillStart": 0,
  817. "_fillRange": 0,
  818. "_isTrimmedMode": true,
  819. "_useGrayscale": false,
  820. "_atlas": null,
  821. "_id": ""
  822. },
  823. {
  824. "__type__": "cc.CompPrefabInfo",
  825. "fileId": "ccSf6LO0BNtaNbB9XVVEEj"
  826. },
  827. {
  828. "__type__": "cc.PrefabInfo",
  829. "root": {
  830. "__id__": 1
  831. },
  832. "asset": {
  833. "__id__": 0
  834. },
  835. "fileId": "9fCMc7vJ1Me5RVwNU+ZUqR",
  836. "instance": null,
  837. "targetOverrides": null,
  838. "nestedPrefabInstanceRoots": null
  839. },
  840. {
  841. "__type__": "cc.Node",
  842. "_name": "tl3",
  843. "_objFlags": 0,
  844. "__editorExtras__": {},
  845. "_parent": {
  846. "__id__": 20
  847. },
  848. "_children": [],
  849. "_active": true,
  850. "_components": [
  851. {
  852. "__id__": 34
  853. },
  854. {
  855. "__id__": 36
  856. }
  857. ],
  858. "_prefab": {
  859. "__id__": 38
  860. },
  861. "_lpos": {
  862. "__type__": "cc.Vec3",
  863. "x": -42,
  864. "y": -33,
  865. "z": 0
  866. },
  867. "_lrot": {
  868. "__type__": "cc.Quat",
  869. "x": 0,
  870. "y": 0,
  871. "z": 0,
  872. "w": 1
  873. },
  874. "_lscale": {
  875. "__type__": "cc.Vec3",
  876. "x": -1,
  877. "y": 1,
  878. "z": 1
  879. },
  880. "_mobility": 0,
  881. "_layer": 33554432,
  882. "_euler": {
  883. "__type__": "cc.Vec3",
  884. "x": 0,
  885. "y": 0,
  886. "z": 0
  887. },
  888. "_id": ""
  889. },
  890. {
  891. "__type__": "cc.UITransform",
  892. "_name": "",
  893. "_objFlags": 0,
  894. "__editorExtras__": {},
  895. "node": {
  896. "__id__": 33
  897. },
  898. "_enabled": true,
  899. "__prefab": {
  900. "__id__": 35
  901. },
  902. "_contentSize": {
  903. "__type__": "cc.Size",
  904. "width": 126,
  905. "height": 60
  906. },
  907. "_anchorPoint": {
  908. "__type__": "cc.Vec2",
  909. "x": 0.5,
  910. "y": 0.5
  911. },
  912. "_id": ""
  913. },
  914. {
  915. "__type__": "cc.CompPrefabInfo",
  916. "fileId": "31QqZC9apOCrdoJ1kzp0UD"
  917. },
  918. {
  919. "__type__": "cc.Sprite",
  920. "_name": "",
  921. "_objFlags": 0,
  922. "__editorExtras__": {},
  923. "node": {
  924. "__id__": 33
  925. },
  926. "_enabled": true,
  927. "__prefab": {
  928. "__id__": 37
  929. },
  930. "_customMaterial": null,
  931. "_srcBlendFactor": 2,
  932. "_dstBlendFactor": 4,
  933. "_color": {
  934. "__type__": "cc.Color",
  935. "r": 255,
  936. "g": 255,
  937. "b": 255,
  938. "a": 255
  939. },
  940. "_spriteFrame": {
  941. "__uuid__": "3042157b-0c00-4c92-b6ec-fe9f5bfcf36c@f9941",
  942. "__expectedType__": "cc.SpriteFrame"
  943. },
  944. "_type": 0,
  945. "_fillType": 0,
  946. "_sizeMode": 1,
  947. "_fillCenter": {
  948. "__type__": "cc.Vec2",
  949. "x": 0,
  950. "y": 0
  951. },
  952. "_fillStart": 0,
  953. "_fillRange": 0,
  954. "_isTrimmedMode": true,
  955. "_useGrayscale": false,
  956. "_atlas": null,
  957. "_id": ""
  958. },
  959. {
  960. "__type__": "cc.CompPrefabInfo",
  961. "fileId": "74Yd1P+jJOfoY5pZsDUiYA"
  962. },
  963. {
  964. "__type__": "cc.PrefabInfo",
  965. "root": {
  966. "__id__": 1
  967. },
  968. "asset": {
  969. "__id__": 0
  970. },
  971. "fileId": "fbqmMl41ZJmrKovpaF07na",
  972. "instance": null,
  973. "targetOverrides": null,
  974. "nestedPrefabInstanceRoots": null
  975. },
  976. {
  977. "__type__": "cc.PrefabInfo",
  978. "root": {
  979. "__id__": 1
  980. },
  981. "asset": {
  982. "__id__": 0
  983. },
  984. "fileId": "aaoDhSaThN8oR2DskdpCB4",
  985. "instance": null,
  986. "targetOverrides": null,
  987. "nestedPrefabInstanceRoots": null
  988. },
  989. {
  990. "__type__": "cc.Node",
  991. "_name": "BtnUnlock",
  992. "_objFlags": 0,
  993. "__editorExtras__": {},
  994. "_parent": {
  995. "__id__": 1
  996. },
  997. "_children": [],
  998. "_active": true,
  999. "_components": [
  1000. {
  1001. "__id__": 41
  1002. },
  1003. {
  1004. "__id__": 43
  1005. },
  1006. {
  1007. "__id__": 45
  1008. }
  1009. ],
  1010. "_prefab": {
  1011. "__id__": 47
  1012. },
  1013. "_lpos": {
  1014. "__type__": "cc.Vec3",
  1015. "x": 0,
  1016. "y": -10,
  1017. "z": 0
  1018. },
  1019. "_lrot": {
  1020. "__type__": "cc.Quat",
  1021. "x": 0,
  1022. "y": 0,
  1023. "z": 0,
  1024. "w": 1
  1025. },
  1026. "_lscale": {
  1027. "__type__": "cc.Vec3",
  1028. "x": 1,
  1029. "y": 1,
  1030. "z": 1
  1031. },
  1032. "_mobility": 0,
  1033. "_layer": 33554432,
  1034. "_euler": {
  1035. "__type__": "cc.Vec3",
  1036. "x": 0,
  1037. "y": 0,
  1038. "z": 0
  1039. },
  1040. "_id": ""
  1041. },
  1042. {
  1043. "__type__": "cc.UITransform",
  1044. "_name": "",
  1045. "_objFlags": 0,
  1046. "__editorExtras__": {},
  1047. "node": {
  1048. "__id__": 40
  1049. },
  1050. "_enabled": true,
  1051. "__prefab": {
  1052. "__id__": 42
  1053. },
  1054. "_contentSize": {
  1055. "__type__": "cc.Size",
  1056. "width": 59,
  1057. "height": 66
  1058. },
  1059. "_anchorPoint": {
  1060. "__type__": "cc.Vec2",
  1061. "x": 0.65,
  1062. "y": 0.9
  1063. },
  1064. "_id": ""
  1065. },
  1066. {
  1067. "__type__": "cc.CompPrefabInfo",
  1068. "fileId": "48zctLLzRLlLt8ckA4jGZN"
  1069. },
  1070. {
  1071. "__type__": "cc.Sprite",
  1072. "_name": "",
  1073. "_objFlags": 0,
  1074. "__editorExtras__": {},
  1075. "node": {
  1076. "__id__": 40
  1077. },
  1078. "_enabled": true,
  1079. "__prefab": {
  1080. "__id__": 44
  1081. },
  1082. "_customMaterial": null,
  1083. "_srcBlendFactor": 2,
  1084. "_dstBlendFactor": 4,
  1085. "_color": {
  1086. "__type__": "cc.Color",
  1087. "r": 255,
  1088. "g": 255,
  1089. "b": 255,
  1090. "a": 255
  1091. },
  1092. "_spriteFrame": {
  1093. "__uuid__": "fabe0183-64fa-41e7-b502-9b7b5f36bc0e@f9941",
  1094. "__expectedType__": "cc.SpriteFrame"
  1095. },
  1096. "_type": 0,
  1097. "_fillType": 0,
  1098. "_sizeMode": 1,
  1099. "_fillCenter": {
  1100. "__type__": "cc.Vec2",
  1101. "x": 0,
  1102. "y": 0
  1103. },
  1104. "_fillStart": 0,
  1105. "_fillRange": 0,
  1106. "_isTrimmedMode": true,
  1107. "_useGrayscale": false,
  1108. "_atlas": null,
  1109. "_id": ""
  1110. },
  1111. {
  1112. "__type__": "cc.CompPrefabInfo",
  1113. "fileId": "36HKB6mFpDTLbCsYIpKOEC"
  1114. },
  1115. {
  1116. "__type__": "2840flXNXFIw61GRpqk0Yl7",
  1117. "_name": "",
  1118. "_objFlags": 0,
  1119. "__editorExtras__": {},
  1120. "node": {
  1121. "__id__": 40
  1122. },
  1123. "_enabled": true,
  1124. "__prefab": {
  1125. "__id__": 46
  1126. },
  1127. "shakeAngle": 15,
  1128. "shakeInterval": 0.1,
  1129. "delay": 2,
  1130. "_id": ""
  1131. },
  1132. {
  1133. "__type__": "cc.CompPrefabInfo",
  1134. "fileId": "4aiGV6iy1LcK7VazX45NnC"
  1135. },
  1136. {
  1137. "__type__": "cc.PrefabInfo",
  1138. "root": {
  1139. "__id__": 1
  1140. },
  1141. "asset": {
  1142. "__id__": 0
  1143. },
  1144. "fileId": "70U8fGJN5PhakBVsqL28iJ",
  1145. "instance": null,
  1146. "targetOverrides": null,
  1147. "nestedPrefabInstanceRoots": null
  1148. },
  1149. {
  1150. "__type__": "cc.UITransform",
  1151. "_name": "",
  1152. "_objFlags": 0,
  1153. "__editorExtras__": {},
  1154. "node": {
  1155. "__id__": 1
  1156. },
  1157. "_enabled": true,
  1158. "__prefab": {
  1159. "__id__": 49
  1160. },
  1161. "_contentSize": {
  1162. "__type__": "cc.Size",
  1163. "width": 230,
  1164. "height": 145
  1165. },
  1166. "_anchorPoint": {
  1167. "__type__": "cc.Vec2",
  1168. "x": 0.5,
  1169. "y": 0.5
  1170. },
  1171. "_id": ""
  1172. },
  1173. {
  1174. "__type__": "cc.CompPrefabInfo",
  1175. "fileId": "88+i8mySZB5JXRz7DolDV8"
  1176. },
  1177. {
  1178. "__type__": "2b95fT+AlBNDITnn29g4dF4",
  1179. "_name": "",
  1180. "_objFlags": 0,
  1181. "__editorExtras__": {},
  1182. "node": {
  1183. "__id__": 1
  1184. },
  1185. "_enabled": true,
  1186. "__prefab": {
  1187. "__id__": 51
  1188. },
  1189. "lbBg": {
  1190. "__id__": 8
  1191. },
  1192. "lbCnt": {
  1193. "__id__": 17
  1194. },
  1195. "glass": {
  1196. "__id__": 5
  1197. },
  1198. "chain": {
  1199. "__id__": 20
  1200. },
  1201. "_id": ""
  1202. },
  1203. {
  1204. "__type__": "cc.CompPrefabInfo",
  1205. "fileId": "53Bk09wpVEbaxF5Q+q2/1A"
  1206. },
  1207. {
  1208. "__type__": "cc.BlockInputEvents",
  1209. "_name": "",
  1210. "_objFlags": 0,
  1211. "__editorExtras__": {},
  1212. "node": {
  1213. "__id__": 1
  1214. },
  1215. "_enabled": true,
  1216. "__prefab": {
  1217. "__id__": 53
  1218. },
  1219. "_id": ""
  1220. },
  1221. {
  1222. "__type__": "cc.CompPrefabInfo",
  1223. "fileId": "315Z8Ed6RNDpo3Xwaah8vO"
  1224. },
  1225. {
  1226. "__type__": "cc.PrefabInfo",
  1227. "root": {
  1228. "__id__": 1
  1229. },
  1230. "asset": {
  1231. "__id__": 0
  1232. },
  1233. "fileId": "dfE+NL75BJE6rgypvg3MBa",
  1234. "instance": null,
  1235. "targetOverrides": null
  1236. }
  1237. ]