level_beiyong.prefab 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359
  1. [
  2. {
  3. "__type__": "cc.Prefab",
  4. "_name": "level_beiyong",
  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": "level_beiyong",
  17. "_objFlags": 0,
  18. "__editorExtras__": {},
  19. "_parent": null,
  20. "_children": [
  21. {
  22. "__id__": 2
  23. },
  24. {
  25. "__id__": 6
  26. },
  27. {
  28. "__id__": 11
  29. },
  30. {
  31. "__id__": 31
  32. },
  33. {
  34. "__id__": 54
  35. },
  36. {
  37. "__id__": 78
  38. }
  39. ],
  40. "_active": true,
  41. "_components": [
  42. {
  43. "__id__": 80
  44. },
  45. {
  46. "__id__": 82
  47. }
  48. ],
  49. "_prefab": {
  50. "__id__": 84
  51. },
  52. "_lpos": {
  53. "__type__": "cc.Vec3",
  54. "x": 0,
  55. "y": 0,
  56. "z": -1.644
  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": 1073741824,
  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": "Origin",
  84. "_objFlags": 0,
  85. "__editorExtras__": {},
  86. "_parent": {
  87. "__id__": 1
  88. },
  89. "_children": [],
  90. "_active": true,
  91. "_components": [
  92. {
  93. "__id__": 3
  94. }
  95. ],
  96. "_prefab": {
  97. "__id__": 5
  98. },
  99. "_lpos": {
  100. "__type__": "cc.Vec3",
  101. "x": 15,
  102. "y": 5,
  103. "z": 20
  104. },
  105. "_lrot": {
  106. "__type__": "cc.Quat",
  107. "x": 0,
  108. "y": 0,
  109. "z": 0,
  110. "w": 1
  111. },
  112. "_lscale": {
  113. "__type__": "cc.Vec3",
  114. "x": 1,
  115. "y": 1,
  116. "z": 1
  117. },
  118. "_mobility": 0,
  119. "_layer": 1073741824,
  120. "_euler": {
  121. "__type__": "cc.Vec3",
  122. "x": 0,
  123. "y": 0,
  124. "z": 0
  125. },
  126. "_id": ""
  127. },
  128. {
  129. "__type__": "cc.UITransform",
  130. "_name": "",
  131. "_objFlags": 0,
  132. "__editorExtras__": {},
  133. "node": {
  134. "__id__": 2
  135. },
  136. "_enabled": true,
  137. "__prefab": {
  138. "__id__": 4
  139. },
  140. "_contentSize": {
  141. "__type__": "cc.Size",
  142. "width": 100,
  143. "height": 100
  144. },
  145. "_anchorPoint": {
  146. "__type__": "cc.Vec2",
  147. "x": 0.5,
  148. "y": 0.5
  149. },
  150. "_id": ""
  151. },
  152. {
  153. "__type__": "cc.CompPrefabInfo",
  154. "fileId": "a0nKm7ruVAEJmE+2mMQM34"
  155. },
  156. {
  157. "__type__": "cc.PrefabInfo",
  158. "root": {
  159. "__id__": 1
  160. },
  161. "asset": {
  162. "__id__": 0
  163. },
  164. "fileId": "6dB8Bnu8lBH50IfJ9WUwlA",
  165. "instance": null,
  166. "targetOverrides": null,
  167. "nestedPrefabInstanceRoots": null
  168. },
  169. {
  170. "__type__": "cc.Node",
  171. "_name": "Directional Light",
  172. "_objFlags": 0,
  173. "__editorExtras__": {},
  174. "_parent": {
  175. "__id__": 1
  176. },
  177. "_children": [],
  178. "_active": true,
  179. "_components": [
  180. {
  181. "__id__": 7
  182. }
  183. ],
  184. "_prefab": {
  185. "__id__": 10
  186. },
  187. "_lpos": {
  188. "__type__": "cc.Vec3",
  189. "x": 0,
  190. "y": 0,
  191. "z": 0
  192. },
  193. "_lrot": {
  194. "__type__": "cc.Quat",
  195. "x": 0,
  196. "y": 0,
  197. "z": 0,
  198. "w": 1
  199. },
  200. "_lscale": {
  201. "__type__": "cc.Vec3",
  202. "x": 1,
  203. "y": 1,
  204. "z": 1
  205. },
  206. "_mobility": 0,
  207. "_layer": 1073741824,
  208. "_euler": {
  209. "__type__": "cc.Vec3",
  210. "x": 0,
  211. "y": 0,
  212. "z": 0
  213. },
  214. "_id": ""
  215. },
  216. {
  217. "__type__": "cc.DirectionalLight",
  218. "_name": "",
  219. "_objFlags": 0,
  220. "__editorExtras__": {},
  221. "node": {
  222. "__id__": 6
  223. },
  224. "_enabled": true,
  225. "__prefab": {
  226. "__id__": 8
  227. },
  228. "_color": {
  229. "__type__": "cc.Color",
  230. "r": 255,
  231. "g": 255,
  232. "b": 255,
  233. "a": 255
  234. },
  235. "_useColorTemperature": false,
  236. "_colorTemperature": 6550,
  237. "_staticSettings": {
  238. "__id__": 9
  239. },
  240. "_visibility": -325058561,
  241. "_illuminanceHDR": 65000,
  242. "_illuminance": 65000,
  243. "_illuminanceLDR": 1.6927083333333335,
  244. "_shadowEnabled": false,
  245. "_shadowPcf": 2,
  246. "_shadowBias": 0.00001,
  247. "_shadowNormalBias": 0,
  248. "_shadowSaturation": 1,
  249. "_shadowDistance": 50,
  250. "_shadowInvisibleOcclusionRange": 200,
  251. "_csmLevel": 4,
  252. "_csmLayerLambda": 0.75,
  253. "_csmOptimizationMode": 2,
  254. "_csmAdvancedOptions": false,
  255. "_csmLayersTransition": false,
  256. "_csmTransitionRange": 0.05,
  257. "_shadowFixedArea": false,
  258. "_shadowNear": 0.1,
  259. "_shadowFar": 10,
  260. "_shadowOrthoSize": 5,
  261. "_id": ""
  262. },
  263. {
  264. "__type__": "cc.CompPrefabInfo",
  265. "fileId": "cfZSJNAzRJtrLqofjTUD1O"
  266. },
  267. {
  268. "__type__": "cc.StaticLightSettings",
  269. "_baked": false,
  270. "_editorOnly": false,
  271. "_castShadow": true
  272. },
  273. {
  274. "__type__": "cc.PrefabInfo",
  275. "root": {
  276. "__id__": 1
  277. },
  278. "asset": {
  279. "__id__": 0
  280. },
  281. "fileId": "628iEy00JCkZGa7o6KHnwA",
  282. "instance": null,
  283. "targetOverrides": null,
  284. "nestedPrefabInstanceRoots": null
  285. },
  286. {
  287. "__type__": "cc.Node",
  288. "_name": "Camera",
  289. "_objFlags": 0,
  290. "__editorExtras__": {},
  291. "_parent": {
  292. "__id__": 1
  293. },
  294. "_children": [
  295. {
  296. "__id__": 12
  297. }
  298. ],
  299. "_active": true,
  300. "_components": [
  301. {
  302. "__id__": 28
  303. }
  304. ],
  305. "_prefab": {
  306. "__id__": 30
  307. },
  308. "_lpos": {
  309. "__type__": "cc.Vec3",
  310. "x": 6.674157668475914,
  311. "y": 1.0982802590599476,
  312. "z": -5.75036893056981
  313. },
  314. "_lrot": {
  315. "__type__": "cc.Quat",
  316. "x": -0.11064921286325563,
  317. "y": 0.3914566562693405,
  318. "z": 0.04747898304270449,
  319. "w": 0.912285144088404
  320. },
  321. "_lscale": {
  322. "__type__": "cc.Vec3",
  323. "x": 1,
  324. "y": 1,
  325. "z": 1
  326. },
  327. "_mobility": 0,
  328. "_layer": 1073741824,
  329. "_euler": {
  330. "__type__": "cc.Vec3",
  331. "x": -13.831019899452224,
  332. "y": 46.447822609361566,
  333. "z": 7.951386703658792e-16
  334. },
  335. "_id": ""
  336. },
  337. {
  338. "__type__": "cc.Node",
  339. "_objFlags": 0,
  340. "_parent": {
  341. "__id__": 11
  342. },
  343. "_prefab": {
  344. "__id__": 13
  345. },
  346. "__editorExtras__": {}
  347. },
  348. {
  349. "__type__": "cc.PrefabInfo",
  350. "root": {
  351. "__id__": 12
  352. },
  353. "asset": {
  354. "__uuid__": "e444abad-cc59-49e7-b1d3-3991fb889333@281d6",
  355. "__expectedType__": "cc.Prefab"
  356. },
  357. "fileId": "90EgWO34JdrbULtMnlTGCL",
  358. "instance": {
  359. "__id__": 14
  360. },
  361. "targetOverrides": null
  362. },
  363. {
  364. "__type__": "cc.PrefabInstance",
  365. "fileId": "e6p3neo8RJT7nF1qzNCZHy",
  366. "prefabRootNode": {
  367. "__id__": 1
  368. },
  369. "mountedChildren": [],
  370. "mountedComponents": [
  371. {
  372. "__id__": 15
  373. }
  374. ],
  375. "propertyOverrides": [
  376. {
  377. "__id__": 19
  378. },
  379. {
  380. "__id__": 21
  381. },
  382. {
  383. "__id__": 22
  384. },
  385. {
  386. "__id__": 23
  387. },
  388. {
  389. "__id__": 24
  390. },
  391. {
  392. "__id__": 26
  393. },
  394. {
  395. "__id__": 27
  396. }
  397. ],
  398. "removedComponents": []
  399. },
  400. {
  401. "__type__": "cc.MountedComponentsInfo",
  402. "targetInfo": {
  403. "__id__": 16
  404. },
  405. "components": [
  406. {
  407. "__id__": 17
  408. }
  409. ]
  410. },
  411. {
  412. "__type__": "cc.TargetInfo",
  413. "localID": [
  414. "90EgWO34JdrbULtMnlTGCL"
  415. ]
  416. },
  417. {
  418. "__type__": "2d900170r9IaYcEBvyODrgE",
  419. "_name": "",
  420. "_objFlags": 0,
  421. "__editorExtras__": {
  422. "mountedRoot": {
  423. "__id__": 12
  424. }
  425. },
  426. "node": {
  427. "__id__": 12
  428. },
  429. "_enabled": true,
  430. "__prefab": {
  431. "__id__": 18
  432. },
  433. "_id": ""
  434. },
  435. {
  436. "__type__": "cc.CompPrefabInfo",
  437. "fileId": "a1KZfB6nlFS4D7f+o5I87B"
  438. },
  439. {
  440. "__type__": "CCPropertyOverrideInfo",
  441. "targetInfo": {
  442. "__id__": 20
  443. },
  444. "propertyPath": [
  445. "_name"
  446. ],
  447. "value": "gun"
  448. },
  449. {
  450. "__type__": "cc.TargetInfo",
  451. "localID": [
  452. "90EgWO34JdrbULtMnlTGCL"
  453. ]
  454. },
  455. {
  456. "__type__": "CCPropertyOverrideInfo",
  457. "targetInfo": {
  458. "__id__": 20
  459. },
  460. "propertyPath": [
  461. "_lpos"
  462. ],
  463. "value": {
  464. "__type__": "cc.Vec3",
  465. "x": 0.179,
  466. "y": -0.385,
  467. "z": -1.042
  468. }
  469. },
  470. {
  471. "__type__": "CCPropertyOverrideInfo",
  472. "targetInfo": {
  473. "__id__": 20
  474. },
  475. "propertyPath": [
  476. "_lrot"
  477. ],
  478. "value": {
  479. "__type__": "cc.Quat",
  480. "x": 0,
  481. "y": 0,
  482. "z": 0,
  483. "w": 1
  484. }
  485. },
  486. {
  487. "__type__": "CCPropertyOverrideInfo",
  488. "targetInfo": {
  489. "__id__": 20
  490. },
  491. "propertyPath": [
  492. "_euler"
  493. ],
  494. "value": {
  495. "__type__": "cc.Vec3",
  496. "x": 0,
  497. "y": 0,
  498. "z": 0
  499. }
  500. },
  501. {
  502. "__type__": "CCPropertyOverrideInfo",
  503. "targetInfo": {
  504. "__id__": 25
  505. },
  506. "propertyPath": [
  507. "playOnLoad"
  508. ],
  509. "value": false
  510. },
  511. {
  512. "__type__": "cc.TargetInfo",
  513. "localID": [
  514. "94hiJZMINfr5fV51l2Q74K"
  515. ]
  516. },
  517. {
  518. "__type__": "CCPropertyOverrideInfo",
  519. "targetInfo": {
  520. "__id__": 20
  521. },
  522. "propertyPath": [
  523. "_lscale"
  524. ],
  525. "value": {
  526. "__type__": "cc.Vec3",
  527. "x": 0.03,
  528. "y": 0.03,
  529. "z": 0.03
  530. }
  531. },
  532. {
  533. "__type__": "CCPropertyOverrideInfo",
  534. "targetInfo": {
  535. "__id__": 20
  536. },
  537. "propertyPath": [
  538. "_active"
  539. ],
  540. "value": true
  541. },
  542. {
  543. "__type__": "cc.Camera",
  544. "_name": "Camera<CameraComponent>",
  545. "_objFlags": 0,
  546. "__editorExtras__": {},
  547. "node": {
  548. "__id__": 11
  549. },
  550. "_enabled": true,
  551. "__prefab": {
  552. "__id__": 29
  553. },
  554. "_projection": 1,
  555. "_priority": 0,
  556. "_fov": 45,
  557. "_fovAxis": 0,
  558. "_orthoHeight": 10,
  559. "_near": 1,
  560. "_far": 1000,
  561. "_color": {
  562. "__type__": "cc.Color",
  563. "r": 164,
  564. "g": 194,
  565. "b": 248,
  566. "a": 255
  567. },
  568. "_depth": 1,
  569. "_stencil": 0,
  570. "_clearFlags": 14,
  571. "_rect": {
  572. "__type__": "cc.Rect",
  573. "x": 0,
  574. "y": 0,
  575. "width": 1,
  576. "height": 1
  577. },
  578. "_aperture": 19,
  579. "_shutter": 7,
  580. "_iso": 0,
  581. "_screenScale": 1,
  582. "_visibility": 1073741824,
  583. "_targetTexture": null,
  584. "_postProcess": null,
  585. "_usePostProcess": false,
  586. "_cameraType": -1,
  587. "_trackingType": 0,
  588. "_id": ""
  589. },
  590. {
  591. "__type__": "cc.CompPrefabInfo",
  592. "fileId": "1fTlbTCo1MBpg/dCSUvK4j"
  593. },
  594. {
  595. "__type__": "cc.PrefabInfo",
  596. "root": {
  597. "__id__": 1
  598. },
  599. "asset": {
  600. "__id__": 0
  601. },
  602. "fileId": "02VZniVslEUIamHwPF076C",
  603. "instance": null,
  604. "targetOverrides": null,
  605. "nestedPrefabInstanceRoots": null
  606. },
  607. {
  608. "__type__": "cc.Node",
  609. "_objFlags": 0,
  610. "_parent": {
  611. "__id__": 1
  612. },
  613. "_prefab": {
  614. "__id__": 32
  615. },
  616. "__editorExtras__": {}
  617. },
  618. {
  619. "__type__": "cc.PrefabInfo",
  620. "root": {
  621. "__id__": 31
  622. },
  623. "asset": {
  624. "__uuid__": "02aebe80-4488-4c7d-9cc6-5b71a0f5351d",
  625. "__expectedType__": "cc.Prefab"
  626. },
  627. "fileId": "c46/YsCPVOJYA4mWEpNYRx",
  628. "instance": {
  629. "__id__": 33
  630. },
  631. "targetOverrides": null
  632. },
  633. {
  634. "__type__": "cc.PrefabInstance",
  635. "fileId": "b5KzVd69VBAbN44ukNxwxQ",
  636. "prefabRootNode": {
  637. "__id__": 1
  638. },
  639. "mountedChildren": [],
  640. "mountedComponents": [
  641. {
  642. "__id__": 34
  643. }
  644. ],
  645. "propertyOverrides": [
  646. {
  647. "__id__": 38
  648. },
  649. {
  650. "__id__": 40
  651. },
  652. {
  653. "__id__": 42
  654. },
  655. {
  656. "__id__": 44
  657. },
  658. {
  659. "__id__": 46
  660. },
  661. {
  662. "__id__": 48
  663. },
  664. {
  665. "__id__": 50
  666. },
  667. {
  668. "__id__": 52
  669. }
  670. ],
  671. "removedComponents": []
  672. },
  673. {
  674. "__type__": "cc.MountedComponentsInfo",
  675. "targetInfo": {
  676. "__id__": 35
  677. },
  678. "components": [
  679. {
  680. "__id__": 36
  681. }
  682. ]
  683. },
  684. {
  685. "__type__": "cc.TargetInfo",
  686. "localID": [
  687. "c46/YsCPVOJYA4mWEpNYRx"
  688. ]
  689. },
  690. {
  691. "__type__": "66dbdhEUfVELox6k0zNf5Ro",
  692. "_name": "",
  693. "_objFlags": 0,
  694. "__editorExtras__": {
  695. "mountedRoot": {
  696. "__id__": 31
  697. }
  698. },
  699. "node": {
  700. "__id__": 31
  701. },
  702. "_enabled": true,
  703. "__prefab": {
  704. "__id__": 37
  705. },
  706. "camera": {
  707. "__id__": 28
  708. },
  709. "_id": ""
  710. },
  711. {
  712. "__type__": "cc.CompPrefabInfo",
  713. "fileId": "98QLN4xT5PPqnRSL2XBSXB"
  714. },
  715. {
  716. "__type__": "CCPropertyOverrideInfo",
  717. "targetInfo": {
  718. "__id__": 39
  719. },
  720. "propertyPath": [
  721. "_name"
  722. ],
  723. "value": "Bullet"
  724. },
  725. {
  726. "__type__": "cc.TargetInfo",
  727. "localID": [
  728. "c46/YsCPVOJYA4mWEpNYRx"
  729. ]
  730. },
  731. {
  732. "__type__": "CCPropertyOverrideInfo",
  733. "targetInfo": {
  734. "__id__": 41
  735. },
  736. "propertyPath": [
  737. "_lpos"
  738. ],
  739. "value": {
  740. "__type__": "cc.Vec3",
  741. "x": -5.352663,
  742. "y": 1.3569521436837704,
  743. "z": -4.693791123218164
  744. }
  745. },
  746. {
  747. "__type__": "cc.TargetInfo",
  748. "localID": [
  749. "c46/YsCPVOJYA4mWEpNYRx"
  750. ]
  751. },
  752. {
  753. "__type__": "CCPropertyOverrideInfo",
  754. "targetInfo": {
  755. "__id__": 43
  756. },
  757. "propertyPath": [
  758. "_lrot"
  759. ],
  760. "value": {
  761. "__type__": "cc.Quat",
  762. "x": -0.13380655819052384,
  763. "y": 0.3504182017400379,
  764. "z": 0.0506571040921491,
  765. "w": 0.9256007490702896
  766. }
  767. },
  768. {
  769. "__type__": "cc.TargetInfo",
  770. "localID": [
  771. "c46/YsCPVOJYA4mWEpNYRx"
  772. ]
  773. },
  774. {
  775. "__type__": "CCPropertyOverrideInfo",
  776. "targetInfo": {
  777. "__id__": 45
  778. },
  779. "propertyPath": [
  780. "_euler"
  781. ],
  782. "value": {
  783. "__type__": "cc.Vec3",
  784. "x": -16.451597187808854,
  785. "y": 41.47178934940468,
  786. "z": -9.994980551752842e-10
  787. }
  788. },
  789. {
  790. "__type__": "cc.TargetInfo",
  791. "localID": [
  792. "c46/YsCPVOJYA4mWEpNYRx"
  793. ]
  794. },
  795. {
  796. "__type__": "CCPropertyOverrideInfo",
  797. "targetInfo": {
  798. "__id__": 47
  799. },
  800. "propertyPath": [
  801. "_lrot"
  802. ],
  803. "value": {
  804. "__type__": "cc.Quat",
  805. "x": 0,
  806. "y": 0,
  807. "z": 0,
  808. "w": 1
  809. }
  810. },
  811. {
  812. "__type__": "cc.TargetInfo",
  813. "localID": [
  814. "b4vNoEE/RIzpq87KlgaVWN",
  815. "d02M6TrmxfzZEjcRl9bXMk"
  816. ]
  817. },
  818. {
  819. "__type__": "CCPropertyOverrideInfo",
  820. "targetInfo": {
  821. "__id__": 49
  822. },
  823. "propertyPath": [
  824. "_euler"
  825. ],
  826. "value": {
  827. "__type__": "cc.Vec3",
  828. "x": 0,
  829. "y": 0,
  830. "z": 0
  831. }
  832. },
  833. {
  834. "__type__": "cc.TargetInfo",
  835. "localID": [
  836. "b4vNoEE/RIzpq87KlgaVWN",
  837. "d02M6TrmxfzZEjcRl9bXMk"
  838. ]
  839. },
  840. {
  841. "__type__": "CCPropertyOverrideInfo",
  842. "targetInfo": {
  843. "__id__": 51
  844. },
  845. "propertyPath": [
  846. "_lscale"
  847. ],
  848. "value": {
  849. "__type__": "cc.Vec3",
  850. "x": 10,
  851. "y": 10,
  852. "z": 10
  853. }
  854. },
  855. {
  856. "__type__": "cc.TargetInfo",
  857. "localID": [
  858. "c46/YsCPVOJYA4mWEpNYRx"
  859. ]
  860. },
  861. {
  862. "__type__": "CCPropertyOverrideInfo",
  863. "targetInfo": {
  864. "__id__": 53
  865. },
  866. "propertyPath": [
  867. "_active"
  868. ],
  869. "value": true
  870. },
  871. {
  872. "__type__": "cc.TargetInfo",
  873. "localID": [
  874. "c46/YsCPVOJYA4mWEpNYRx"
  875. ]
  876. },
  877. {
  878. "__type__": "cc.Node",
  879. "_name": "Map",
  880. "_objFlags": 0,
  881. "__editorExtras__": {},
  882. "_parent": {
  883. "__id__": 1
  884. },
  885. "_children": [
  886. {
  887. "__id__": 55
  888. }
  889. ],
  890. "_active": true,
  891. "_components": [],
  892. "_prefab": {
  893. "__id__": 77
  894. },
  895. "_lpos": {
  896. "__type__": "cc.Vec3",
  897. "x": 0,
  898. "y": 0,
  899. "z": 0
  900. },
  901. "_lrot": {
  902. "__type__": "cc.Quat",
  903. "x": 0,
  904. "y": 0,
  905. "z": 0,
  906. "w": 1
  907. },
  908. "_lscale": {
  909. "__type__": "cc.Vec3",
  910. "x": 1,
  911. "y": 1,
  912. "z": 1
  913. },
  914. "_mobility": 0,
  915. "_layer": 1073741824,
  916. "_euler": {
  917. "__type__": "cc.Vec3",
  918. "x": 0,
  919. "y": 0,
  920. "z": 0
  921. },
  922. "_id": ""
  923. },
  924. {
  925. "__type__": "cc.Node",
  926. "_objFlags": 0,
  927. "_parent": {
  928. "__id__": 54
  929. },
  930. "_prefab": {
  931. "__id__": 56
  932. },
  933. "__editorExtras__": {}
  934. },
  935. {
  936. "__type__": "cc.PrefabInfo",
  937. "root": {
  938. "__id__": 55
  939. },
  940. "asset": {
  941. "__uuid__": "4e0be242-7d4c-400d-a64a-02c12cf9da44@0a6ba",
  942. "__expectedType__": "cc.Prefab"
  943. },
  944. "fileId": "373kPE3YFeEY9QySmRd+AP",
  945. "instance": {
  946. "__id__": 57
  947. },
  948. "targetOverrides": null
  949. },
  950. {
  951. "__type__": "cc.PrefabInstance",
  952. "fileId": "c4r/1n8PlMias15MHxmXDV",
  953. "prefabRootNode": {
  954. "__id__": 1
  955. },
  956. "mountedChildren": [],
  957. "mountedComponents": [],
  958. "propertyOverrides": [
  959. {
  960. "__id__": 58
  961. },
  962. {
  963. "__id__": 60
  964. },
  965. {
  966. "__id__": 61
  967. },
  968. {
  969. "__id__": 62
  970. },
  971. {
  972. "__id__": 63
  973. },
  974. {
  975. "__id__": 65
  976. },
  977. {
  978. "__id__": 67
  979. },
  980. {
  981. "__id__": 69
  982. },
  983. {
  984. "__id__": 71
  985. },
  986. {
  987. "__id__": 72
  988. },
  989. {
  990. "__id__": 73
  991. },
  992. {
  993. "__id__": 74
  994. },
  995. {
  996. "__id__": 75
  997. }
  998. ],
  999. "removedComponents": []
  1000. },
  1001. {
  1002. "__type__": "CCPropertyOverrideInfo",
  1003. "targetInfo": {
  1004. "__id__": 59
  1005. },
  1006. "propertyPath": [
  1007. "_name"
  1008. ],
  1009. "value": "supermarket model2"
  1010. },
  1011. {
  1012. "__type__": "cc.TargetInfo",
  1013. "localID": [
  1014. "373kPE3YFeEY9QySmRd+AP"
  1015. ]
  1016. },
  1017. {
  1018. "__type__": "CCPropertyOverrideInfo",
  1019. "targetInfo": {
  1020. "__id__": 59
  1021. },
  1022. "propertyPath": [
  1023. "_lpos"
  1024. ],
  1025. "value": {
  1026. "__type__": "cc.Vec3",
  1027. "x": 0,
  1028. "y": 0,
  1029. "z": 0
  1030. }
  1031. },
  1032. {
  1033. "__type__": "CCPropertyOverrideInfo",
  1034. "targetInfo": {
  1035. "__id__": 59
  1036. },
  1037. "propertyPath": [
  1038. "_lrot"
  1039. ],
  1040. "value": {
  1041. "__type__": "cc.Quat",
  1042. "x": 0,
  1043. "y": 0,
  1044. "z": 0,
  1045. "w": 1
  1046. }
  1047. },
  1048. {
  1049. "__type__": "CCPropertyOverrideInfo",
  1050. "targetInfo": {
  1051. "__id__": 59
  1052. },
  1053. "propertyPath": [
  1054. "_euler"
  1055. ],
  1056. "value": {
  1057. "__type__": "cc.Vec3",
  1058. "x": 0,
  1059. "y": 0,
  1060. "z": 0
  1061. }
  1062. },
  1063. {
  1064. "__type__": "CCPropertyOverrideInfo",
  1065. "targetInfo": {
  1066. "__id__": 64
  1067. },
  1068. "propertyPath": [
  1069. "_active"
  1070. ],
  1071. "value": false
  1072. },
  1073. {
  1074. "__type__": "cc.TargetInfo",
  1075. "localID": [
  1076. "9eUMlcibxUEKNukbgZob7+"
  1077. ]
  1078. },
  1079. {
  1080. "__type__": "CCPropertyOverrideInfo",
  1081. "targetInfo": {
  1082. "__id__": 66
  1083. },
  1084. "propertyPath": [
  1085. "_active"
  1086. ],
  1087. "value": true
  1088. },
  1089. {
  1090. "__type__": "cc.TargetInfo",
  1091. "localID": [
  1092. "2b9McvRyBesL8P7R9Sf3IK"
  1093. ]
  1094. },
  1095. {
  1096. "__type__": "CCPropertyOverrideInfo",
  1097. "targetInfo": {
  1098. "__id__": 68
  1099. },
  1100. "propertyPath": [
  1101. "_active"
  1102. ],
  1103. "value": false
  1104. },
  1105. {
  1106. "__type__": "cc.TargetInfo",
  1107. "localID": [
  1108. "e297GZOx9TXoguQVfEu81I"
  1109. ]
  1110. },
  1111. {
  1112. "__type__": "CCPropertyOverrideInfo",
  1113. "targetInfo": {
  1114. "__id__": 70
  1115. },
  1116. "propertyPath": [
  1117. "_lpos"
  1118. ],
  1119. "value": {
  1120. "__type__": "cc.Vec3",
  1121. "x": 11.632,
  1122. "y": 0.233,
  1123. "z": 2.588
  1124. }
  1125. },
  1126. {
  1127. "__type__": "cc.TargetInfo",
  1128. "localID": [
  1129. "cbmwka4YdTmbrvvdBma4sp"
  1130. ]
  1131. },
  1132. {
  1133. "__type__": "CCPropertyOverrideInfo",
  1134. "targetInfo": {
  1135. "__id__": 70
  1136. },
  1137. "propertyPath": [
  1138. "_lscale"
  1139. ],
  1140. "value": {
  1141. "__type__": "cc.Vec3",
  1142. "x": 50,
  1143. "y": 50,
  1144. "z": 50
  1145. }
  1146. },
  1147. {
  1148. "__type__": "CCPropertyOverrideInfo",
  1149. "targetInfo": {
  1150. "__id__": 66
  1151. },
  1152. "propertyPath": [
  1153. "_lrot"
  1154. ],
  1155. "value": {
  1156. "__type__": "cc.Quat",
  1157. "x": -0.7071068407911909,
  1158. "y": 0,
  1159. "z": 0,
  1160. "w": 0.7071067215818991
  1161. }
  1162. },
  1163. {
  1164. "__type__": "CCPropertyOverrideInfo",
  1165. "targetInfo": {
  1166. "__id__": 66
  1167. },
  1168. "propertyPath": [
  1169. "_euler"
  1170. ],
  1171. "value": {
  1172. "__type__": "cc.Vec3",
  1173. "x": -90.00000965934635,
  1174. "y": 0,
  1175. "z": 0
  1176. }
  1177. },
  1178. {
  1179. "__type__": "CCPropertyOverrideInfo",
  1180. "targetInfo": {
  1181. "__id__": 66
  1182. },
  1183. "propertyPath": [
  1184. "_lpos"
  1185. ],
  1186. "value": {
  1187. "__type__": "cc.Vec3",
  1188. "x": 20.481306076049805,
  1189. "y": 0,
  1190. "z": 1.3936676979064941
  1191. }
  1192. },
  1193. {
  1194. "__type__": "CCPropertyOverrideInfo",
  1195. "targetInfo": {
  1196. "__id__": 76
  1197. },
  1198. "propertyPath": [
  1199. "_lpos"
  1200. ],
  1201. "value": {
  1202. "__type__": "cc.Vec3",
  1203. "x": 12.463515281677246,
  1204. "y": 0.2985300123691559,
  1205. "z": 1.843816876411438
  1206. }
  1207. },
  1208. {
  1209. "__type__": "cc.TargetInfo",
  1210. "localID": [
  1211. "e51cXsooJWype+jlLZXY/y"
  1212. ]
  1213. },
  1214. {
  1215. "__type__": "cc.PrefabInfo",
  1216. "root": {
  1217. "__id__": 1
  1218. },
  1219. "asset": {
  1220. "__id__": 0
  1221. },
  1222. "fileId": "feCVMgqpBKZI8HCfZM+/q5",
  1223. "instance": null,
  1224. "targetOverrides": null,
  1225. "nestedPrefabInstanceRoots": null
  1226. },
  1227. {
  1228. "__type__": "cc.Node",
  1229. "_name": "Ets",
  1230. "_objFlags": 0,
  1231. "__editorExtras__": {},
  1232. "_parent": {
  1233. "__id__": 1
  1234. },
  1235. "_children": [],
  1236. "_active": true,
  1237. "_components": [],
  1238. "_prefab": {
  1239. "__id__": 79
  1240. },
  1241. "_lpos": {
  1242. "__type__": "cc.Vec3",
  1243. "x": 0,
  1244. "y": 0,
  1245. "z": 0
  1246. },
  1247. "_lrot": {
  1248. "__type__": "cc.Quat",
  1249. "x": 0,
  1250. "y": 0,
  1251. "z": 0,
  1252. "w": 1
  1253. },
  1254. "_lscale": {
  1255. "__type__": "cc.Vec3",
  1256. "x": 1,
  1257. "y": 1,
  1258. "z": 1
  1259. },
  1260. "_mobility": 0,
  1261. "_layer": 1073741824,
  1262. "_euler": {
  1263. "__type__": "cc.Vec3",
  1264. "x": 0,
  1265. "y": 0,
  1266. "z": 0
  1267. },
  1268. "_id": ""
  1269. },
  1270. {
  1271. "__type__": "cc.PrefabInfo",
  1272. "root": {
  1273. "__id__": 1
  1274. },
  1275. "asset": {
  1276. "__id__": 0
  1277. },
  1278. "fileId": "688fpVvzhOnIuUqApx/Euu",
  1279. "instance": null,
  1280. "targetOverrides": null,
  1281. "nestedPrefabInstanceRoots": null
  1282. },
  1283. {
  1284. "__type__": "cc.UITransform",
  1285. "_name": "",
  1286. "_objFlags": 0,
  1287. "__editorExtras__": {},
  1288. "node": {
  1289. "__id__": 1
  1290. },
  1291. "_enabled": true,
  1292. "__prefab": {
  1293. "__id__": 81
  1294. },
  1295. "_contentSize": {
  1296. "__type__": "cc.Size",
  1297. "width": 100,
  1298. "height": 100
  1299. },
  1300. "_anchorPoint": {
  1301. "__type__": "cc.Vec2",
  1302. "x": 0.5,
  1303. "y": 0.5
  1304. },
  1305. "_id": ""
  1306. },
  1307. {
  1308. "__type__": "cc.CompPrefabInfo",
  1309. "fileId": "ddg5Mwv11Hsr+c9AZjy+Sa"
  1310. },
  1311. {
  1312. "__type__": "251b1LD9rlAbJPtECp8FoYX",
  1313. "_name": "",
  1314. "_objFlags": 0,
  1315. "__editorExtras__": {},
  1316. "node": {
  1317. "__id__": 1
  1318. },
  1319. "_enabled": true,
  1320. "__prefab": {
  1321. "__id__": 83
  1322. },
  1323. "camera": {
  1324. "__id__": 28
  1325. },
  1326. "zoomDistance": 10,
  1327. "rotateSpeed": 0.2,
  1328. "horizontalLimit": 50,
  1329. "verticalLimit": 30,
  1330. "_id": ""
  1331. },
  1332. {
  1333. "__type__": "cc.CompPrefabInfo",
  1334. "fileId": "63egnay4tJCra5mhTp2YGN"
  1335. },
  1336. {
  1337. "__type__": "cc.PrefabInfo",
  1338. "root": {
  1339. "__id__": 1
  1340. },
  1341. "asset": {
  1342. "__id__": 0
  1343. },
  1344. "fileId": "c46/YsCPVOJYA4mWEpNYRx",
  1345. "instance": null,
  1346. "targetOverrides": [],
  1347. "nestedPrefabInstanceRoots": [
  1348. {
  1349. "__id__": 55
  1350. },
  1351. {
  1352. "__id__": 31
  1353. },
  1354. {
  1355. "__id__": 12
  1356. }
  1357. ]
  1358. }
  1359. ]