Garden.prefab 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788
  1. %YAML 1.1
  2. %TAG !u! tag:unity3d.com,2011:
  3. --- !u!1001 &100100000
  4. Prefab:
  5. m_ObjectHideFlags: 1
  6. serializedVersion: 2
  7. m_Modification:
  8. m_TransformParent: {fileID: 0}
  9. m_Modifications: []
  10. m_RemovedComponents: []
  11. m_ParentPrefab: {fileID: 0}
  12. m_RootGameObject: {fileID: 1422722603004606}
  13. m_IsPrefabParent: 1
  14. --- !u!1 &1005659803182840
  15. GameObject:
  16. m_ObjectHideFlags: 1
  17. m_PrefabParentObject: {fileID: 0}
  18. m_PrefabInternal: {fileID: 100100000}
  19. serializedVersion: 5
  20. m_Component:
  21. - component: {fileID: 4892513243048330}
  22. - component: {fileID: 212095036317392974}
  23. m_Layer: 0
  24. m_Name: 2
  25. m_TagString: Untagged
  26. m_Icon: {fileID: 0}
  27. m_NavMeshLayer: 0
  28. m_StaticEditorFlags: 0
  29. m_IsActive: 1
  30. --- !u!1 &1014274539806606
  31. GameObject:
  32. m_ObjectHideFlags: 1
  33. m_PrefabParentObject: {fileID: 0}
  34. m_PrefabInternal: {fileID: 100100000}
  35. serializedVersion: 5
  36. m_Component:
  37. - component: {fileID: 4896451008180992}
  38. - component: {fileID: 212319376484865296}
  39. m_Layer: 0
  40. m_Name: Tree2
  41. m_TagString: Untagged
  42. m_Icon: {fileID: 0}
  43. m_NavMeshLayer: 0
  44. m_StaticEditorFlags: 0
  45. m_IsActive: 0
  46. --- !u!1 &1030051947937794
  47. GameObject:
  48. m_ObjectHideFlags: 1
  49. m_PrefabParentObject: {fileID: 0}
  50. m_PrefabInternal: {fileID: 100100000}
  51. serializedVersion: 5
  52. m_Component:
  53. - component: {fileID: 4418291439038982}
  54. m_Layer: 0
  55. m_Name: Pos32
  56. m_TagString: Untagged
  57. m_Icon: {fileID: 0}
  58. m_NavMeshLayer: 0
  59. m_StaticEditorFlags: 0
  60. m_IsActive: 1
  61. --- !u!1 &1037154030683062
  62. GameObject:
  63. m_ObjectHideFlags: 1
  64. m_PrefabParentObject: {fileID: 0}
  65. m_PrefabInternal: {fileID: 100100000}
  66. serializedVersion: 5
  67. m_Component:
  68. - component: {fileID: 4929027059194764}
  69. - component: {fileID: 212704068213746162}
  70. m_Layer: 0
  71. m_Name: Cloud3
  72. m_TagString: Untagged
  73. m_Icon: {fileID: 0}
  74. m_NavMeshLayer: 0
  75. m_StaticEditorFlags: 0
  76. m_IsActive: 1
  77. --- !u!1 &1104252770820020
  78. GameObject:
  79. m_ObjectHideFlags: 1
  80. m_PrefabParentObject: {fileID: 0}
  81. m_PrefabInternal: {fileID: 100100000}
  82. serializedVersion: 5
  83. m_Component:
  84. - component: {fileID: 4594713365202588}
  85. m_Layer: 0
  86. m_Name: Pos42
  87. m_TagString: Untagged
  88. m_Icon: {fileID: 0}
  89. m_NavMeshLayer: 0
  90. m_StaticEditorFlags: 0
  91. m_IsActive: 1
  92. --- !u!1 &1166442440200412
  93. GameObject:
  94. m_ObjectHideFlags: 1
  95. m_PrefabParentObject: {fileID: 0}
  96. m_PrefabInternal: {fileID: 100100000}
  97. serializedVersion: 5
  98. m_Component:
  99. - component: {fileID: 4321706706442504}
  100. - component: {fileID: 212309050241798670}
  101. m_Layer: 0
  102. m_Name: Tree1
  103. m_TagString: Untagged
  104. m_Icon: {fileID: 0}
  105. m_NavMeshLayer: 0
  106. m_StaticEditorFlags: 0
  107. m_IsActive: 0
  108. --- !u!1 &1256352428073408
  109. GameObject:
  110. m_ObjectHideFlags: 1
  111. m_PrefabParentObject: {fileID: 0}
  112. m_PrefabInternal: {fileID: 100100000}
  113. serializedVersion: 5
  114. m_Component:
  115. - component: {fileID: 4732436779443374}
  116. - component: {fileID: 212306657225187814}
  117. m_Layer: 0
  118. m_Name: Bird0
  119. m_TagString: Untagged
  120. m_Icon: {fileID: 0}
  121. m_NavMeshLayer: 0
  122. m_StaticEditorFlags: 0
  123. m_IsActive: 0
  124. --- !u!1 &1313790546883648
  125. GameObject:
  126. m_ObjectHideFlags: 1
  127. m_PrefabParentObject: {fileID: 0}
  128. m_PrefabInternal: {fileID: 100100000}
  129. serializedVersion: 5
  130. m_Component:
  131. - component: {fileID: 4131652759941206}
  132. - component: {fileID: 212185477215766394}
  133. m_Layer: 0
  134. m_Name: 1
  135. m_TagString: Untagged
  136. m_Icon: {fileID: 0}
  137. m_NavMeshLayer: 0
  138. m_StaticEditorFlags: 0
  139. m_IsActive: 1
  140. --- !u!1 &1337198292386708
  141. GameObject:
  142. m_ObjectHideFlags: 1
  143. m_PrefabParentObject: {fileID: 0}
  144. m_PrefabInternal: {fileID: 100100000}
  145. serializedVersion: 5
  146. m_Component:
  147. - component: {fileID: 4686788189379672}
  148. m_Layer: 0
  149. m_Name: SlotMini6
  150. m_TagString: Untagged
  151. m_Icon: {fileID: 0}
  152. m_NavMeshLayer: 0
  153. m_StaticEditorFlags: 0
  154. m_IsActive: 1
  155. --- !u!1 &1353785833647074
  156. GameObject:
  157. m_ObjectHideFlags: 1
  158. m_PrefabParentObject: {fileID: 0}
  159. m_PrefabInternal: {fileID: 100100000}
  160. serializedVersion: 5
  161. m_Component:
  162. - component: {fileID: 4342108832289114}
  163. m_Layer: 0
  164. m_Name: SlotMini7
  165. m_TagString: Untagged
  166. m_Icon: {fileID: 0}
  167. m_NavMeshLayer: 0
  168. m_StaticEditorFlags: 0
  169. m_IsActive: 1
  170. --- !u!1 &1358718325619214
  171. GameObject:
  172. m_ObjectHideFlags: 0
  173. m_PrefabParentObject: {fileID: 0}
  174. m_PrefabInternal: {fileID: 100100000}
  175. serializedVersion: 5
  176. m_Component:
  177. - component: {fileID: 4563855069685344}
  178. - component: {fileID: 212678618548551084}
  179. m_Layer: 0
  180. m_Name: Garden4
  181. m_TagString: Untagged
  182. m_Icon: {fileID: 0}
  183. m_NavMeshLayer: 0
  184. m_StaticEditorFlags: 0
  185. m_IsActive: 1
  186. --- !u!1 &1407192791261292
  187. GameObject:
  188. m_ObjectHideFlags: 1
  189. m_PrefabParentObject: {fileID: 0}
  190. m_PrefabInternal: {fileID: 100100000}
  191. serializedVersion: 5
  192. m_Component:
  193. - component: {fileID: 4331496475013004}
  194. m_Layer: 0
  195. m_Name: SlotMini5
  196. m_TagString: Untagged
  197. m_Icon: {fileID: 0}
  198. m_NavMeshLayer: 0
  199. m_StaticEditorFlags: 0
  200. m_IsActive: 1
  201. --- !u!1 &1409527816620330
  202. GameObject:
  203. m_ObjectHideFlags: 0
  204. m_PrefabParentObject: {fileID: 0}
  205. m_PrefabInternal: {fileID: 100100000}
  206. serializedVersion: 5
  207. m_Component:
  208. - component: {fileID: 4477205389848202}
  209. - component: {fileID: 212055427003770650}
  210. m_Layer: 0
  211. m_Name: Garden3
  212. m_TagString: Untagged
  213. m_Icon: {fileID: 0}
  214. m_NavMeshLayer: 0
  215. m_StaticEditorFlags: 0
  216. m_IsActive: 1
  217. --- !u!1 &1415124065836740
  218. GameObject:
  219. m_ObjectHideFlags: 1
  220. m_PrefabParentObject: {fileID: 0}
  221. m_PrefabInternal: {fileID: 100100000}
  222. serializedVersion: 5
  223. m_Component:
  224. - component: {fileID: 4750662320858086}
  225. - component: {fileID: 212548306413466646}
  226. m_Layer: 0
  227. m_Name: Rainbow
  228. m_TagString: Untagged
  229. m_Icon: {fileID: 0}
  230. m_NavMeshLayer: 0
  231. m_StaticEditorFlags: 0
  232. m_IsActive: 0
  233. --- !u!1 &1422722603004606
  234. GameObject:
  235. m_ObjectHideFlags: 0
  236. m_PrefabParentObject: {fileID: 0}
  237. m_PrefabInternal: {fileID: 100100000}
  238. serializedVersion: 5
  239. m_Component:
  240. - component: {fileID: 4257060777002720}
  241. - component: {fileID: 212760045093916298}
  242. m_Layer: 0
  243. m_Name: Garden
  244. m_TagString: Untagged
  245. m_Icon: {fileID: 0}
  246. m_NavMeshLayer: 0
  247. m_StaticEditorFlags: 0
  248. m_IsActive: 1
  249. --- !u!1 &1438454079457150
  250. GameObject:
  251. m_ObjectHideFlags: 1
  252. m_PrefabParentObject: {fileID: 0}
  253. m_PrefabInternal: {fileID: 100100000}
  254. serializedVersion: 5
  255. m_Component:
  256. - component: {fileID: 4660768198459142}
  257. - component: {fileID: 212394763641946984}
  258. m_Layer: 0
  259. m_Name: Cloud1
  260. m_TagString: Untagged
  261. m_Icon: {fileID: 0}
  262. m_NavMeshLayer: 0
  263. m_StaticEditorFlags: 0
  264. m_IsActive: 1
  265. --- !u!1 &1457951344241442
  266. GameObject:
  267. m_ObjectHideFlags: 1
  268. m_PrefabParentObject: {fileID: 0}
  269. m_PrefabInternal: {fileID: 100100000}
  270. serializedVersion: 5
  271. m_Component:
  272. - component: {fileID: 4087460571628550}
  273. m_Layer: 0
  274. m_Name: SlotMini3
  275. m_TagString: Untagged
  276. m_Icon: {fileID: 0}
  277. m_NavMeshLayer: 0
  278. m_StaticEditorFlags: 0
  279. m_IsActive: 1
  280. --- !u!1 &1483355642207330
  281. GameObject:
  282. m_ObjectHideFlags: 0
  283. m_PrefabParentObject: {fileID: 0}
  284. m_PrefabInternal: {fileID: 100100000}
  285. serializedVersion: 5
  286. m_Component:
  287. - component: {fileID: 4771305799930198}
  288. m_Layer: 0
  289. m_Name: GardenPage
  290. m_TagString: Untagged
  291. m_Icon: {fileID: 0}
  292. m_NavMeshLayer: 0
  293. m_StaticEditorFlags: 0
  294. m_IsActive: 1
  295. --- !u!1 &1504532721299822
  296. GameObject:
  297. m_ObjectHideFlags: 0
  298. m_PrefabParentObject: {fileID: 0}
  299. m_PrefabInternal: {fileID: 100100000}
  300. serializedVersion: 5
  301. m_Component:
  302. - component: {fileID: 4351766612335960}
  303. m_Layer: 0
  304. m_Name: PlayerPosTra
  305. m_TagString: Untagged
  306. m_Icon: {fileID: 0}
  307. m_NavMeshLayer: 0
  308. m_StaticEditorFlags: 0
  309. m_IsActive: 1
  310. --- !u!1 &1546464387621508
  311. GameObject:
  312. m_ObjectHideFlags: 1
  313. m_PrefabParentObject: {fileID: 0}
  314. m_PrefabInternal: {fileID: 100100000}
  315. serializedVersion: 5
  316. m_Component:
  317. - component: {fileID: 4134291750328924}
  318. m_Layer: 0
  319. m_Name: MiniLeft
  320. m_TagString: Untagged
  321. m_Icon: {fileID: 0}
  322. m_NavMeshLayer: 0
  323. m_StaticEditorFlags: 0
  324. m_IsActive: 1
  325. --- !u!1 &1556327146945596
  326. GameObject:
  327. m_ObjectHideFlags: 0
  328. m_PrefabParentObject: {fileID: 0}
  329. m_PrefabInternal: {fileID: 100100000}
  330. serializedVersion: 5
  331. m_Component:
  332. - component: {fileID: 4243570825903678}
  333. - component: {fileID: 212800766242443178}
  334. m_Layer: 0
  335. m_Name: Garden2
  336. m_TagString: Untagged
  337. m_Icon: {fileID: 0}
  338. m_NavMeshLayer: 0
  339. m_StaticEditorFlags: 0
  340. m_IsActive: 1
  341. --- !u!1 &1569944901077240
  342. GameObject:
  343. m_ObjectHideFlags: 1
  344. m_PrefabParentObject: {fileID: 0}
  345. m_PrefabInternal: {fileID: 100100000}
  346. serializedVersion: 5
  347. m_Component:
  348. - component: {fileID: 4068698844593858}
  349. - component: {fileID: 212768922091164368}
  350. m_Layer: 0
  351. m_Name: 3
  352. m_TagString: Untagged
  353. m_Icon: {fileID: 0}
  354. m_NavMeshLayer: 0
  355. m_StaticEditorFlags: 0
  356. m_IsActive: 1
  357. --- !u!1 &1582156225098670
  358. GameObject:
  359. m_ObjectHideFlags: 1
  360. m_PrefabParentObject: {fileID: 0}
  361. m_PrefabInternal: {fileID: 100100000}
  362. serializedVersion: 5
  363. m_Component:
  364. - component: {fileID: 4801148949892274}
  365. - component: {fileID: 212779788271210252}
  366. m_Layer: 0
  367. m_Name: Bird
  368. m_TagString: Untagged
  369. m_Icon: {fileID: 0}
  370. m_NavMeshLayer: 0
  371. m_StaticEditorFlags: 0
  372. m_IsActive: 1
  373. --- !u!1 &1612795935123952
  374. GameObject:
  375. m_ObjectHideFlags: 1
  376. m_PrefabParentObject: {fileID: 0}
  377. m_PrefabInternal: {fileID: 100100000}
  378. serializedVersion: 5
  379. m_Component:
  380. - component: {fileID: 4550895456556154}
  381. m_Layer: 0
  382. m_Name: Pos31
  383. m_TagString: Untagged
  384. m_Icon: {fileID: 0}
  385. m_NavMeshLayer: 0
  386. m_StaticEditorFlags: 0
  387. m_IsActive: 1
  388. --- !u!1 &1665676138942020
  389. GameObject:
  390. m_ObjectHideFlags: 1
  391. m_PrefabParentObject: {fileID: 0}
  392. m_PrefabInternal: {fileID: 100100000}
  393. serializedVersion: 5
  394. m_Component:
  395. - component: {fileID: 4595340951015810}
  396. - component: {fileID: 212537051338820940}
  397. m_Layer: 0
  398. m_Name: Cloud2
  399. m_TagString: Untagged
  400. m_Icon: {fileID: 0}
  401. m_NavMeshLayer: 0
  402. m_StaticEditorFlags: 0
  403. m_IsActive: 1
  404. --- !u!1 &1666607326924116
  405. GameObject:
  406. m_ObjectHideFlags: 1
  407. m_PrefabParentObject: {fileID: 0}
  408. m_PrefabInternal: {fileID: 100100000}
  409. serializedVersion: 5
  410. m_Component:
  411. - component: {fileID: 4836477063204880}
  412. - component: {fileID: 95656197025045548}
  413. m_Layer: 0
  414. m_Name: Bird1
  415. m_TagString: Untagged
  416. m_Icon: {fileID: 0}
  417. m_NavMeshLayer: 0
  418. m_StaticEditorFlags: 0
  419. m_IsActive: 1
  420. --- !u!1 &1688176828465330
  421. GameObject:
  422. m_ObjectHideFlags: 1
  423. m_PrefabParentObject: {fileID: 0}
  424. m_PrefabInternal: {fileID: 100100000}
  425. serializedVersion: 5
  426. m_Component:
  427. - component: {fileID: 4479516433550238}
  428. m_Layer: 0
  429. m_Name: Pos41
  430. m_TagString: Untagged
  431. m_Icon: {fileID: 0}
  432. m_NavMeshLayer: 0
  433. m_StaticEditorFlags: 0
  434. m_IsActive: 1
  435. --- !u!1 &1719076243462512
  436. GameObject:
  437. m_ObjectHideFlags: 0
  438. m_PrefabParentObject: {fileID: 0}
  439. m_PrefabInternal: {fileID: 100100000}
  440. serializedVersion: 5
  441. m_Component:
  442. - component: {fileID: 4008559618325982}
  443. - component: {fileID: 212354945701907106}
  444. - component: {fileID: 61724106738148120}
  445. m_Layer: 0
  446. m_Name: GardenMini
  447. m_TagString: Untagged
  448. m_Icon: {fileID: 0}
  449. m_NavMeshLayer: 0
  450. m_StaticEditorFlags: 0
  451. m_IsActive: 0
  452. --- !u!1 &1728925240400126
  453. GameObject:
  454. m_ObjectHideFlags: 1
  455. m_PrefabParentObject: {fileID: 0}
  456. m_PrefabInternal: {fileID: 100100000}
  457. serializedVersion: 5
  458. m_Component:
  459. - component: {fileID: 4511888384554322}
  460. m_Layer: 0
  461. m_Name: SlotMini8
  462. m_TagString: Untagged
  463. m_Icon: {fileID: 0}
  464. m_NavMeshLayer: 0
  465. m_StaticEditorFlags: 0
  466. m_IsActive: 1
  467. --- !u!1 &1743942558304374
  468. GameObject:
  469. m_ObjectHideFlags: 1
  470. m_PrefabParentObject: {fileID: 0}
  471. m_PrefabInternal: {fileID: 100100000}
  472. serializedVersion: 5
  473. m_Component:
  474. - component: {fileID: 4805232444639958}
  475. m_Layer: 0
  476. m_Name: Pos22
  477. m_TagString: Untagged
  478. m_Icon: {fileID: 0}
  479. m_NavMeshLayer: 0
  480. m_StaticEditorFlags: 0
  481. m_IsActive: 1
  482. --- !u!1 &1796299171349130
  483. GameObject:
  484. m_ObjectHideFlags: 1
  485. m_PrefabParentObject: {fileID: 0}
  486. m_PrefabInternal: {fileID: 100100000}
  487. serializedVersion: 5
  488. m_Component:
  489. - component: {fileID: 4894846390083986}
  490. m_Layer: 0
  491. m_Name: Pos21
  492. m_TagString: Untagged
  493. m_Icon: {fileID: 0}
  494. m_NavMeshLayer: 0
  495. m_StaticEditorFlags: 0
  496. m_IsActive: 1
  497. --- !u!1 &1798999995647288
  498. GameObject:
  499. m_ObjectHideFlags: 1
  500. m_PrefabParentObject: {fileID: 0}
  501. m_PrefabInternal: {fileID: 100100000}
  502. serializedVersion: 5
  503. m_Component:
  504. - component: {fileID: 4254189633300472}
  505. m_Layer: 0
  506. m_Name: SlotMini2
  507. m_TagString: Untagged
  508. m_Icon: {fileID: 0}
  509. m_NavMeshLayer: 0
  510. m_StaticEditorFlags: 0
  511. m_IsActive: 1
  512. --- !u!1 &1842028635447454
  513. GameObject:
  514. m_ObjectHideFlags: 1
  515. m_PrefabParentObject: {fileID: 0}
  516. m_PrefabInternal: {fileID: 100100000}
  517. serializedVersion: 5
  518. m_Component:
  519. - component: {fileID: 4210403526360216}
  520. m_Layer: 0
  521. m_Name: SlotMini1
  522. m_TagString: Untagged
  523. m_Icon: {fileID: 0}
  524. m_NavMeshLayer: 0
  525. m_StaticEditorFlags: 0
  526. m_IsActive: 1
  527. --- !u!1 &1879120887127240
  528. GameObject:
  529. m_ObjectHideFlags: 1
  530. m_PrefabParentObject: {fileID: 0}
  531. m_PrefabInternal: {fileID: 100100000}
  532. serializedVersion: 5
  533. m_Component:
  534. - component: {fileID: 4117016694580252}
  535. m_Layer: 0
  536. m_Name: MiniPos
  537. m_TagString: Untagged
  538. m_Icon: {fileID: 0}
  539. m_NavMeshLayer: 0
  540. m_StaticEditorFlags: 0
  541. m_IsActive: 1
  542. --- !u!1 &1909945053765748
  543. GameObject:
  544. m_ObjectHideFlags: 1
  545. m_PrefabParentObject: {fileID: 0}
  546. m_PrefabInternal: {fileID: 100100000}
  547. serializedVersion: 5
  548. m_Component:
  549. - component: {fileID: 4276179709011602}
  550. m_Layer: 0
  551. m_Name: MiniRight2
  552. m_TagString: Untagged
  553. m_Icon: {fileID: 0}
  554. m_NavMeshLayer: 0
  555. m_StaticEditorFlags: 0
  556. m_IsActive: 1
  557. --- !u!1 &1918730323919874
  558. GameObject:
  559. m_ObjectHideFlags: 1
  560. m_PrefabParentObject: {fileID: 0}
  561. m_PrefabInternal: {fileID: 100100000}
  562. serializedVersion: 5
  563. m_Component:
  564. - component: {fileID: 4587352699038540}
  565. m_Layer: 0
  566. m_Name: SlotMini4
  567. m_TagString: Untagged
  568. m_Icon: {fileID: 0}
  569. m_NavMeshLayer: 0
  570. m_StaticEditorFlags: 0
  571. m_IsActive: 1
  572. --- !u!1 &1971484288263226
  573. GameObject:
  574. m_ObjectHideFlags: 0
  575. m_PrefabParentObject: {fileID: 0}
  576. m_PrefabInternal: {fileID: 100100000}
  577. serializedVersion: 5
  578. m_Component:
  579. - component: {fileID: 4321082446622300}
  580. - component: {fileID: 212297538244440076}
  581. m_Layer: 0
  582. m_Name: Garden1
  583. m_TagString: Untagged
  584. m_Icon: {fileID: 0}
  585. m_NavMeshLayer: 0
  586. m_StaticEditorFlags: 0
  587. m_IsActive: 1
  588. --- !u!1 &1991737387278072
  589. GameObject:
  590. m_ObjectHideFlags: 1
  591. m_PrefabParentObject: {fileID: 0}
  592. m_PrefabInternal: {fileID: 100100000}
  593. serializedVersion: 5
  594. m_Component:
  595. - component: {fileID: 4562429071468692}
  596. m_Layer: 0
  597. m_Name: SlotMini9
  598. m_TagString: Untagged
  599. m_Icon: {fileID: 0}
  600. m_NavMeshLayer: 0
  601. m_StaticEditorFlags: 0
  602. m_IsActive: 1
  603. --- !u!1 &1999131675908366
  604. GameObject:
  605. m_ObjectHideFlags: 1
  606. m_PrefabParentObject: {fileID: 0}
  607. m_PrefabInternal: {fileID: 100100000}
  608. serializedVersion: 5
  609. m_Component:
  610. - component: {fileID: 4798948200544626}
  611. m_Layer: 0
  612. m_Name: MiniRight1
  613. m_TagString: Untagged
  614. m_Icon: {fileID: 0}
  615. m_NavMeshLayer: 0
  616. m_StaticEditorFlags: 0
  617. m_IsActive: 1
  618. --- !u!4 &4008559618325982
  619. Transform:
  620. m_ObjectHideFlags: 1
  621. m_PrefabParentObject: {fileID: 0}
  622. m_PrefabInternal: {fileID: 100100000}
  623. m_GameObject: {fileID: 1719076243462512}
  624. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  625. m_LocalPosition: {x: 16.56, y: 2.085, z: -1}
  626. m_LocalScale: {x: 1, y: 1, z: 1}
  627. m_Children:
  628. - {fileID: 4117016694580252}
  629. - {fileID: 4134291750328924}
  630. - {fileID: 4798948200544626}
  631. - {fileID: 4276179709011602}
  632. - {fileID: 4210403526360216}
  633. - {fileID: 4254189633300472}
  634. - {fileID: 4087460571628550}
  635. - {fileID: 4587352699038540}
  636. - {fileID: 4331496475013004}
  637. - {fileID: 4686788189379672}
  638. - {fileID: 4342108832289114}
  639. - {fileID: 4511888384554322}
  640. - {fileID: 4562429071468692}
  641. m_Father: {fileID: 4257060777002720}
  642. m_RootOrder: 4
  643. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  644. --- !u!4 &4068698844593858
  645. Transform:
  646. m_ObjectHideFlags: 1
  647. m_PrefabParentObject: {fileID: 0}
  648. m_PrefabInternal: {fileID: 100100000}
  649. m_GameObject: {fileID: 1569944901077240}
  650. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  651. m_LocalPosition: {x: 0, y: 0, z: -0.5}
  652. m_LocalScale: {x: 1, y: 1, z: 1}
  653. m_Children: []
  654. m_Father: {fileID: 4836477063204880}
  655. m_RootOrder: 3
  656. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  657. --- !u!4 &4087460571628550
  658. Transform:
  659. m_ObjectHideFlags: 1
  660. m_PrefabParentObject: {fileID: 0}
  661. m_PrefabInternal: {fileID: 100100000}
  662. m_GameObject: {fileID: 1457951344241442}
  663. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  664. m_LocalPosition: {x: 2.2, y: 0.5, z: 0}
  665. m_LocalScale: {x: 0.75, y: 0.75, z: 0.75}
  666. m_Children: []
  667. m_Father: {fileID: 4008559618325982}
  668. m_RootOrder: 6
  669. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  670. --- !u!4 &4117016694580252
  671. Transform:
  672. m_ObjectHideFlags: 1
  673. m_PrefabParentObject: {fileID: 0}
  674. m_PrefabInternal: {fileID: 100100000}
  675. m_GameObject: {fileID: 1879120887127240}
  676. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  677. m_LocalPosition: {x: -18.6, y: 0, z: 0}
  678. m_LocalScale: {x: 1, y: 1, z: 1}
  679. m_Children: []
  680. m_Father: {fileID: 4008559618325982}
  681. m_RootOrder: 0
  682. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  683. --- !u!4 &4131652759941206
  684. Transform:
  685. m_ObjectHideFlags: 1
  686. m_PrefabParentObject: {fileID: 0}
  687. m_PrefabInternal: {fileID: 100100000}
  688. m_GameObject: {fileID: 1313790546883648}
  689. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  690. m_LocalPosition: {x: 0, y: 0, z: -0.5}
  691. m_LocalScale: {x: 1, y: 1, z: 1}
  692. m_Children: []
  693. m_Father: {fileID: 4836477063204880}
  694. m_RootOrder: 1
  695. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  696. --- !u!4 &4134291750328924
  697. Transform:
  698. m_ObjectHideFlags: 1
  699. m_PrefabParentObject: {fileID: 0}
  700. m_PrefabInternal: {fileID: 100100000}
  701. m_GameObject: {fileID: 1546464387621508}
  702. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  703. m_LocalPosition: {x: -5.5, y: 6.3, z: -1}
  704. m_LocalScale: {x: 1, y: 1, z: 1}
  705. m_Children: []
  706. m_Father: {fileID: 4008559618325982}
  707. m_RootOrder: 1
  708. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  709. --- !u!4 &4210403526360216
  710. Transform:
  711. m_ObjectHideFlags: 1
  712. m_PrefabParentObject: {fileID: 0}
  713. m_PrefabInternal: {fileID: 100100000}
  714. m_GameObject: {fileID: 1842028635447454}
  715. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  716. m_LocalPosition: {x: -5.2, y: 0.5, z: 0}
  717. m_LocalScale: {x: 0.75, y: 0.75, z: 0.75}
  718. m_Children: []
  719. m_Father: {fileID: 4008559618325982}
  720. m_RootOrder: 4
  721. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  722. --- !u!4 &4243570825903678
  723. Transform:
  724. m_ObjectHideFlags: 1
  725. m_PrefabParentObject: {fileID: 0}
  726. m_PrefabInternal: {fileID: 100100000}
  727. m_GameObject: {fileID: 1556327146945596}
  728. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  729. m_LocalPosition: {x: 3.15, y: 5.3, z: 3}
  730. m_LocalScale: {x: 1, y: 1, z: 1}
  731. m_Children:
  732. - {fileID: 4894846390083986}
  733. - {fileID: 4805232444639958}
  734. - {fileID: 4660768198459142}
  735. - {fileID: 4595340951015810}
  736. - {fileID: 4929027059194764}
  737. - {fileID: 4750662320858086}
  738. m_Father: {fileID: 4257060777002720}
  739. m_RootOrder: 1
  740. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  741. --- !u!4 &4254189633300472
  742. Transform:
  743. m_ObjectHideFlags: 1
  744. m_PrefabParentObject: {fileID: 0}
  745. m_PrefabInternal: {fileID: 100100000}
  746. m_GameObject: {fileID: 1798999995647288}
  747. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  748. m_LocalPosition: {x: -1.5, y: 0.5, z: 0}
  749. m_LocalScale: {x: 0.75, y: 0.75, z: 0.75}
  750. m_Children: []
  751. m_Father: {fileID: 4008559618325982}
  752. m_RootOrder: 5
  753. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  754. --- !u!4 &4257060777002720
  755. Transform:
  756. m_ObjectHideFlags: 1
  757. m_PrefabParentObject: {fileID: 0}
  758. m_PrefabInternal: {fileID: 100100000}
  759. m_GameObject: {fileID: 1422722603004606}
  760. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  761. m_LocalPosition: {x: 0, y: -1.8, z: 0}
  762. m_LocalScale: {x: 1, y: 1, z: 1}
  763. m_Children:
  764. - {fileID: 4321082446622300}
  765. - {fileID: 4243570825903678}
  766. - {fileID: 4477205389848202}
  767. - {fileID: 4563855069685344}
  768. - {fileID: 4008559618325982}
  769. - {fileID: 4771305799930198}
  770. - {fileID: 4351766612335960}
  771. m_Father: {fileID: 0}
  772. m_RootOrder: 0
  773. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  774. --- !u!4 &4276179709011602
  775. Transform:
  776. m_ObjectHideFlags: 1
  777. m_PrefabParentObject: {fileID: 0}
  778. m_PrefabInternal: {fileID: 100100000}
  779. m_GameObject: {fileID: 1909945053765748}
  780. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  781. m_LocalPosition: {x: 1.3, y: 6.3, z: -1}
  782. m_LocalScale: {x: 1, y: 1, z: 1}
  783. m_Children: []
  784. m_Father: {fileID: 4008559618325982}
  785. m_RootOrder: 3
  786. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  787. --- !u!4 &4321082446622300
  788. Transform:
  789. m_ObjectHideFlags: 1
  790. m_PrefabParentObject: {fileID: 0}
  791. m_PrefabInternal: {fileID: 100100000}
  792. m_GameObject: {fileID: 1971484288263226}
  793. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  794. m_LocalPosition: {x: 3.15, y: 5.4700003, z: 4}
  795. m_LocalScale: {x: 1, y: 1, z: 1}
  796. m_Children: []
  797. m_Father: {fileID: 4257060777002720}
  798. m_RootOrder: 0
  799. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  800. --- !u!4 &4321706706442504
  801. Transform:
  802. m_ObjectHideFlags: 1
  803. m_PrefabParentObject: {fileID: 0}
  804. m_PrefabInternal: {fileID: 100100000}
  805. m_GameObject: {fileID: 1166442440200412}
  806. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  807. m_LocalPosition: {x: 1.73, y: -1.65, z: -0.5}
  808. m_LocalScale: {x: 1, y: 1, z: 1}
  809. m_Children: []
  810. m_Father: {fileID: 4563855069685344}
  811. m_RootOrder: 1
  812. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  813. --- !u!4 &4331496475013004
  814. Transform:
  815. m_ObjectHideFlags: 1
  816. m_PrefabParentObject: {fileID: 0}
  817. m_PrefabInternal: {fileID: 100100000}
  818. m_GameObject: {fileID: 1407192791261292}
  819. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  820. m_LocalPosition: {x: 0.3, y: -1.9, z: 0}
  821. m_LocalScale: {x: 0.75, y: 0.75, z: 0.75}
  822. m_Children: []
  823. m_Father: {fileID: 4008559618325982}
  824. m_RootOrder: 8
  825. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  826. --- !u!4 &4342108832289114
  827. Transform:
  828. m_ObjectHideFlags: 1
  829. m_PrefabParentObject: {fileID: 0}
  830. m_PrefabInternal: {fileID: 100100000}
  831. m_GameObject: {fileID: 1353785833647074}
  832. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  833. m_LocalPosition: {x: -5.2, y: -4.3, z: 0}
  834. m_LocalScale: {x: 0.75, y: 0.75, z: 0.75}
  835. m_Children: []
  836. m_Father: {fileID: 4008559618325982}
  837. m_RootOrder: 10
  838. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  839. --- !u!4 &4351766612335960
  840. Transform:
  841. m_ObjectHideFlags: 1
  842. m_PrefabParentObject: {fileID: 0}
  843. m_PrefabInternal: {fileID: 100100000}
  844. m_GameObject: {fileID: 1504532721299822}
  845. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  846. m_LocalPosition: {x: -0.5, y: 4.15, z: -0.05}
  847. m_LocalScale: {x: 0.5, y: 0.5, z: 0.5}
  848. m_Children: []
  849. m_Father: {fileID: 4257060777002720}
  850. m_RootOrder: 6
  851. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  852. --- !u!4 &4418291439038982
  853. Transform:
  854. m_ObjectHideFlags: 1
  855. m_PrefabParentObject: {fileID: 0}
  856. m_PrefabInternal: {fileID: 100100000}
  857. m_GameObject: {fileID: 1030051947937794}
  858. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  859. m_LocalPosition: {x: -5, y: 0, z: 0}
  860. m_LocalScale: {x: 1, y: 1, z: 1}
  861. m_Children: []
  862. m_Father: {fileID: 4477205389848202}
  863. m_RootOrder: 2
  864. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  865. --- !u!4 &4477205389848202
  866. Transform:
  867. m_ObjectHideFlags: 1
  868. m_PrefabParentObject: {fileID: 0}
  869. m_PrefabInternal: {fileID: 100100000}
  870. m_GameObject: {fileID: 1409527816620330}
  871. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  872. m_LocalPosition: {x: 3.15, y: 5.3, z: 2}
  873. m_LocalScale: {x: 1, y: 1, z: 1}
  874. m_Children:
  875. - {fileID: 4896451008180992}
  876. - {fileID: 4550895456556154}
  877. - {fileID: 4418291439038982}
  878. m_Father: {fileID: 4257060777002720}
  879. m_RootOrder: 2
  880. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  881. --- !u!4 &4479516433550238
  882. Transform:
  883. m_ObjectHideFlags: 1
  884. m_PrefabParentObject: {fileID: 0}
  885. m_PrefabInternal: {fileID: 100100000}
  886. m_GameObject: {fileID: 1688176828465330}
  887. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  888. m_LocalPosition: {x: 0, y: 0, z: 0}
  889. m_LocalScale: {x: 1, y: 1, z: 1}
  890. m_Children: []
  891. m_Father: {fileID: 4563855069685344}
  892. m_RootOrder: 2
  893. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  894. --- !u!4 &4511888384554322
  895. Transform:
  896. m_ObjectHideFlags: 1
  897. m_PrefabParentObject: {fileID: 0}
  898. m_PrefabInternal: {fileID: 100100000}
  899. m_GameObject: {fileID: 1728925240400126}
  900. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  901. m_LocalPosition: {x: -1.5, y: -4.3, z: 0}
  902. m_LocalScale: {x: 0.75, y: 0.75, z: 0.75}
  903. m_Children: []
  904. m_Father: {fileID: 4008559618325982}
  905. m_RootOrder: 11
  906. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  907. --- !u!4 &4550895456556154
  908. Transform:
  909. m_ObjectHideFlags: 1
  910. m_PrefabParentObject: {fileID: 0}
  911. m_PrefabInternal: {fileID: 100100000}
  912. m_GameObject: {fileID: 1612795935123952}
  913. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  914. m_LocalPosition: {x: 0, y: 0, z: 0}
  915. m_LocalScale: {x: 1, y: 1, z: 1}
  916. m_Children: []
  917. m_Father: {fileID: 4477205389848202}
  918. m_RootOrder: 1
  919. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  920. --- !u!4 &4562429071468692
  921. Transform:
  922. m_ObjectHideFlags: 1
  923. m_PrefabParentObject: {fileID: 0}
  924. m_PrefabInternal: {fileID: 100100000}
  925. m_GameObject: {fileID: 1991737387278072}
  926. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  927. m_LocalPosition: {x: 2.2, y: -4.3, z: 0}
  928. m_LocalScale: {x: 0.75, y: 0.75, z: 0.75}
  929. m_Children: []
  930. m_Father: {fileID: 4008559618325982}
  931. m_RootOrder: 12
  932. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  933. --- !u!4 &4563855069685344
  934. Transform:
  935. m_ObjectHideFlags: 1
  936. m_PrefabParentObject: {fileID: 0}
  937. m_PrefabInternal: {fileID: 100100000}
  938. m_GameObject: {fileID: 1358718325619214}
  939. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  940. m_LocalPosition: {x: 3.15, y: 4.65, z: 1}
  941. m_LocalScale: {x: 1, y: 1, z: 1}
  942. m_Children:
  943. - {fileID: 4732436779443374}
  944. - {fileID: 4321706706442504}
  945. - {fileID: 4479516433550238}
  946. - {fileID: 4594713365202588}
  947. m_Father: {fileID: 4257060777002720}
  948. m_RootOrder: 3
  949. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  950. --- !u!4 &4587352699038540
  951. Transform:
  952. m_ObjectHideFlags: 1
  953. m_PrefabParentObject: {fileID: 0}
  954. m_PrefabInternal: {fileID: 100100000}
  955. m_GameObject: {fileID: 1918730323919874}
  956. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  957. m_LocalPosition: {x: -3.4, y: -1.9, z: 0}
  958. m_LocalScale: {x: 0.75, y: 0.75, z: 0.75}
  959. m_Children: []
  960. m_Father: {fileID: 4008559618325982}
  961. m_RootOrder: 7
  962. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  963. --- !u!4 &4594713365202588
  964. Transform:
  965. m_ObjectHideFlags: 1
  966. m_PrefabParentObject: {fileID: 0}
  967. m_PrefabInternal: {fileID: 100100000}
  968. m_GameObject: {fileID: 1104252770820020}
  969. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  970. m_LocalPosition: {x: -6.5, y: 0, z: 0}
  971. m_LocalScale: {x: 1, y: 1, z: 1}
  972. m_Children: []
  973. m_Father: {fileID: 4563855069685344}
  974. m_RootOrder: 3
  975. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  976. --- !u!4 &4595340951015810
  977. Transform:
  978. m_ObjectHideFlags: 1
  979. m_PrefabParentObject: {fileID: 0}
  980. m_PrefabInternal: {fileID: 100100000}
  981. m_GameObject: {fileID: 1665676138942020}
  982. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  983. m_LocalPosition: {x: 17.85, y: 0.7399998, z: 0.5}
  984. m_LocalScale: {x: 0.75, y: 0.75, z: 0.75}
  985. m_Children: []
  986. m_Father: {fileID: 4243570825903678}
  987. m_RootOrder: 3
  988. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  989. --- !u!4 &4660768198459142
  990. Transform:
  991. m_ObjectHideFlags: 1
  992. m_PrefabParentObject: {fileID: 0}
  993. m_PrefabInternal: {fileID: 100100000}
  994. m_GameObject: {fileID: 1438454079457150}
  995. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  996. m_LocalPosition: {x: 13.85, y: 0.6999998, z: -1.5}
  997. m_LocalScale: {x: 1, y: 1, z: 1}
  998. m_Children: []
  999. m_Father: {fileID: 4243570825903678}
  1000. m_RootOrder: 2
  1001. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  1002. --- !u!4 &4686788189379672
  1003. Transform:
  1004. m_ObjectHideFlags: 1
  1005. m_PrefabParentObject: {fileID: 0}
  1006. m_PrefabInternal: {fileID: 100100000}
  1007. m_GameObject: {fileID: 1337198292386708}
  1008. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  1009. m_LocalPosition: {x: 4, y: -1.9, z: 0}
  1010. m_LocalScale: {x: 0.75, y: 0.75, z: 0.75}
  1011. m_Children: []
  1012. m_Father: {fileID: 4008559618325982}
  1013. m_RootOrder: 9
  1014. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  1015. --- !u!4 &4732436779443374
  1016. Transform:
  1017. m_ObjectHideFlags: 1
  1018. m_PrefabParentObject: {fileID: 0}
  1019. m_PrefabInternal: {fileID: 100100000}
  1020. m_GameObject: {fileID: 1256352428073408}
  1021. m_LocalRotation: {x: -0, y: 1, z: -0, w: 0}
  1022. m_LocalPosition: {x: 5.07, y: -1.2, z: -1}
  1023. m_LocalScale: {x: 0.5, y: 0.5, z: 0.5}
  1024. m_Children:
  1025. - {fileID: 4836477063204880}
  1026. m_Father: {fileID: 4563855069685344}
  1027. m_RootOrder: 0
  1028. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  1029. --- !u!4 &4750662320858086
  1030. Transform:
  1031. m_ObjectHideFlags: 1
  1032. m_PrefabParentObject: {fileID: 0}
  1033. m_PrefabInternal: {fileID: 100100000}
  1034. m_GameObject: {fileID: 1415124065836740}
  1035. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  1036. m_LocalPosition: {x: 5.16, y: -1.95, z: -0.1}
  1037. m_LocalScale: {x: 1, y: 1, z: 1}
  1038. m_Children: []
  1039. m_Father: {fileID: 4243570825903678}
  1040. m_RootOrder: 5
  1041. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  1042. --- !u!4 &4771305799930198
  1043. Transform:
  1044. m_ObjectHideFlags: 1
  1045. m_PrefabParentObject: {fileID: 0}
  1046. m_PrefabInternal: {fileID: 100100000}
  1047. m_GameObject: {fileID: 1483355642207330}
  1048. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  1049. m_LocalPosition: {x: 0, y: 0, z: 0}
  1050. m_LocalScale: {x: 1, y: 1, z: 1}
  1051. m_Children: []
  1052. m_Father: {fileID: 4257060777002720}
  1053. m_RootOrder: 5
  1054. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  1055. --- !u!4 &4798948200544626
  1056. Transform:
  1057. m_ObjectHideFlags: 1
  1058. m_PrefabParentObject: {fileID: 0}
  1059. m_PrefabInternal: {fileID: 100100000}
  1060. m_GameObject: {fileID: 1999131675908366}
  1061. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  1062. m_LocalPosition: {x: 3.5, y: 6.3, z: -1}
  1063. m_LocalScale: {x: 1, y: 1, z: 1}
  1064. m_Children: []
  1065. m_Father: {fileID: 4008559618325982}
  1066. m_RootOrder: 2
  1067. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  1068. --- !u!4 &4801148949892274
  1069. Transform:
  1070. m_ObjectHideFlags: 1
  1071. m_PrefabParentObject: {fileID: 0}
  1072. m_PrefabInternal: {fileID: 100100000}
  1073. m_GameObject: {fileID: 1582156225098670}
  1074. m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
  1075. m_LocalPosition: {x: 0, y: 0, z: 0}
  1076. m_LocalScale: {x: 1, y: 1, z: 1}
  1077. m_Children: []
  1078. m_Father: {fileID: 4836477063204880}
  1079. m_RootOrder: 0
  1080. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  1081. --- !u!4 &4805232444639958
  1082. Transform:
  1083. m_ObjectHideFlags: 1
  1084. m_PrefabParentObject: {fileID: 0}
  1085. m_PrefabInternal: {fileID: 100100000}
  1086. m_GameObject: {fileID: 1743942558304374}
  1087. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  1088. m_LocalPosition: {x: -3.5, y: 0, z: 0}
  1089. m_LocalScale: {x: 1, y: 1, z: 1}
  1090. m_Children: []
  1091. m_Father: {fileID: 4243570825903678}
  1092. m_RootOrder: 1
  1093. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  1094. --- !u!4 &4836477063204880
  1095. Transform:
  1096. m_ObjectHideFlags: 1
  1097. m_PrefabParentObject: {fileID: 0}
  1098. m_PrefabInternal: {fileID: 100100000}
  1099. m_GameObject: {fileID: 1666607326924116}
  1100. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  1101. m_LocalPosition: {x: 0, y: 3.1399999, z: 0}
  1102. m_LocalScale: {x: 1, y: 1, z: 1}
  1103. m_Children:
  1104. - {fileID: 4801148949892274}
  1105. - {fileID: 4131652759941206}
  1106. - {fileID: 4892513243048330}
  1107. - {fileID: 4068698844593858}
  1108. m_Father: {fileID: 4732436779443374}
  1109. m_RootOrder: 0
  1110. m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0}
  1111. --- !u!4 &4892513243048330
  1112. Transform:
  1113. m_ObjectHideFlags: 1
  1114. m_PrefabParentObject: {fileID: 0}
  1115. m_PrefabInternal: {fileID: 100100000}
  1116. m_GameObject: {fileID: 1005659803182840}
  1117. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  1118. m_LocalPosition: {x: 0, y: 0, z: -0.5}
  1119. m_LocalScale: {x: 1, y: 1, z: 1}
  1120. m_Children: []
  1121. m_Father: {fileID: 4836477063204880}
  1122. m_RootOrder: 2
  1123. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  1124. --- !u!4 &4894846390083986
  1125. Transform:
  1126. m_ObjectHideFlags: 1
  1127. m_PrefabParentObject: {fileID: 0}
  1128. m_PrefabInternal: {fileID: 100100000}
  1129. m_GameObject: {fileID: 1796299171349130}
  1130. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  1131. m_LocalPosition: {x: 0, y: 0, z: 0}
  1132. m_LocalScale: {x: 1, y: 1, z: 1}
  1133. m_Children: []
  1134. m_Father: {fileID: 4243570825903678}
  1135. m_RootOrder: 0
  1136. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  1137. --- !u!4 &4896451008180992
  1138. Transform:
  1139. m_ObjectHideFlags: 1
  1140. m_PrefabParentObject: {fileID: 0}
  1141. m_PrefabInternal: {fileID: 100100000}
  1142. m_GameObject: {fileID: 1014274539806606}
  1143. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  1144. m_LocalPosition: {x: -4.73, y: -0.13999987, z: -0.5}
  1145. m_LocalScale: {x: 0.9153, y: 0.9153, z: 0.9153}
  1146. m_Children: []
  1147. m_Father: {fileID: 4477205389848202}
  1148. m_RootOrder: 0
  1149. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  1150. --- !u!4 &4929027059194764
  1151. Transform:
  1152. m_ObjectHideFlags: 1
  1153. m_PrefabParentObject: {fileID: 0}
  1154. m_PrefabInternal: {fileID: 100100000}
  1155. m_GameObject: {fileID: 1037154030683062}
  1156. m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
  1157. m_LocalPosition: {x: 19.85, y: 0.18999958, z: -0.5}
  1158. m_LocalScale: {x: 0.8, y: 0.8, z: 0.8}
  1159. m_Children: []
  1160. m_Father: {fileID: 4243570825903678}
  1161. m_RootOrder: 4
  1162. m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
  1163. --- !u!61 &61724106738148120
  1164. BoxCollider2D:
  1165. m_ObjectHideFlags: 1
  1166. m_PrefabParentObject: {fileID: 0}
  1167. m_PrefabInternal: {fileID: 100100000}
  1168. m_GameObject: {fileID: 1719076243462512}
  1169. m_Enabled: 1
  1170. m_Density: 1
  1171. m_Material: {fileID: 0}
  1172. m_IsTrigger: 1
  1173. m_UsedByEffector: 0
  1174. m_Offset: {x: 0, y: 0}
  1175. serializedVersion: 2
  1176. m_Size: {x: 15.12, y: 10.8}
  1177. --- !u!95 &95656197025045548
  1178. Animator:
  1179. serializedVersion: 3
  1180. m_ObjectHideFlags: 1
  1181. m_PrefabParentObject: {fileID: 0}
  1182. m_PrefabInternal: {fileID: 100100000}
  1183. m_GameObject: {fileID: 1666607326924116}
  1184. m_Enabled: 1
  1185. m_Avatar: {fileID: 0}
  1186. m_Controller: {fileID: 9100000, guid: 5ca49118cce9e4040bc7c61b04de8bf0, type: 2}
  1187. m_CullingMode: 0
  1188. m_UpdateMode: 0
  1189. m_ApplyRootMotion: 0
  1190. m_LinearVelocityBlending: 0
  1191. m_WarningMessage:
  1192. m_HasTransformHierarchy: 1
  1193. m_AllowConstantClipSamplingOptimization: 1
  1194. --- !u!212 &212055427003770650
  1195. SpriteRenderer:
  1196. m_ObjectHideFlags: 1
  1197. m_PrefabParentObject: {fileID: 0}
  1198. m_PrefabInternal: {fileID: 100100000}
  1199. m_GameObject: {fileID: 1409527816620330}
  1200. m_Enabled: 1
  1201. m_CastShadows: 0
  1202. m_ReceiveShadows: 0
  1203. m_MotionVectors: 1
  1204. m_LightProbeUsage: 0
  1205. m_ReflectionProbeUsage: 0
  1206. m_Materials:
  1207. - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
  1208. m_StaticBatchInfo:
  1209. firstSubMesh: 0
  1210. subMeshCount: 0
  1211. m_StaticBatchRoot: {fileID: 0}
  1212. m_ProbeAnchor: {fileID: 0}
  1213. m_LightProbeVolumeOverride: {fileID: 0}
  1214. m_ScaleInLightmap: 1
  1215. m_PreserveUVs: 0
  1216. m_IgnoreNormalsForChartDetection: 0
  1217. m_ImportantGI: 0
  1218. m_SelectedEditorRenderState: 0
  1219. m_MinimumChartSize: 4
  1220. m_AutoUVMaxDistance: 0.5
  1221. m_AutoUVMaxAngle: 89
  1222. m_LightmapParameters: {fileID: 0}
  1223. m_SortingLayerID: 0
  1224. m_SortingOrder: 0
  1225. m_Sprite: {fileID: 21300000, guid: dcefcdda05dc30744be3ed53c298062b, type: 3}
  1226. m_Color: {r: 1, g: 1, b: 1, a: 1}
  1227. m_FlipX: 0
  1228. m_FlipY: 0
  1229. --- !u!212 &212095036317392974
  1230. SpriteRenderer:
  1231. m_ObjectHideFlags: 1
  1232. m_PrefabParentObject: {fileID: 0}
  1233. m_PrefabInternal: {fileID: 100100000}
  1234. m_GameObject: {fileID: 1005659803182840}
  1235. m_Enabled: 0
  1236. m_CastShadows: 0
  1237. m_ReceiveShadows: 0
  1238. m_MotionVectors: 1
  1239. m_LightProbeUsage: 0
  1240. m_ReflectionProbeUsage: 0
  1241. m_Materials:
  1242. - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
  1243. m_StaticBatchInfo:
  1244. firstSubMesh: 0
  1245. subMeshCount: 0
  1246. m_StaticBatchRoot: {fileID: 0}
  1247. m_ProbeAnchor: {fileID: 0}
  1248. m_LightProbeVolumeOverride: {fileID: 0}
  1249. m_ScaleInLightmap: 1
  1250. m_PreserveUVs: 0
  1251. m_IgnoreNormalsForChartDetection: 0
  1252. m_ImportantGI: 0
  1253. m_SelectedEditorRenderState: 0
  1254. m_MinimumChartSize: 4
  1255. m_AutoUVMaxDistance: 0.5
  1256. m_AutoUVMaxAngle: 89
  1257. m_LightmapParameters: {fileID: 0}
  1258. m_SortingLayerID: 0
  1259. m_SortingOrder: 0
  1260. m_Sprite: {fileID: 21300000, guid: 46af2dea65c80ff42a16f8058d11dc1a, type: 3}
  1261. m_Color: {r: 1, g: 1, b: 1, a: 1}
  1262. m_FlipX: 0
  1263. m_FlipY: 0
  1264. --- !u!212 &212185477215766394
  1265. SpriteRenderer:
  1266. m_ObjectHideFlags: 1
  1267. m_PrefabParentObject: {fileID: 0}
  1268. m_PrefabInternal: {fileID: 100100000}
  1269. m_GameObject: {fileID: 1313790546883648}
  1270. m_Enabled: 0
  1271. m_CastShadows: 0
  1272. m_ReceiveShadows: 0
  1273. m_MotionVectors: 1
  1274. m_LightProbeUsage: 0
  1275. m_ReflectionProbeUsage: 0
  1276. m_Materials:
  1277. - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
  1278. m_StaticBatchInfo:
  1279. firstSubMesh: 0
  1280. subMeshCount: 0
  1281. m_StaticBatchRoot: {fileID: 0}
  1282. m_ProbeAnchor: {fileID: 0}
  1283. m_LightProbeVolumeOverride: {fileID: 0}
  1284. m_ScaleInLightmap: 1
  1285. m_PreserveUVs: 0
  1286. m_IgnoreNormalsForChartDetection: 0
  1287. m_ImportantGI: 0
  1288. m_SelectedEditorRenderState: 0
  1289. m_MinimumChartSize: 4
  1290. m_AutoUVMaxDistance: 0.5
  1291. m_AutoUVMaxAngle: 89
  1292. m_LightmapParameters: {fileID: 0}
  1293. m_SortingLayerID: 0
  1294. m_SortingOrder: 0
  1295. m_Sprite: {fileID: 21300000, guid: 900ebf6ef22db7948a43e5fe1f384c83, type: 3}
  1296. m_Color: {r: 1, g: 1, b: 1, a: 1}
  1297. m_FlipX: 0
  1298. m_FlipY: 0
  1299. --- !u!212 &212297538244440076
  1300. SpriteRenderer:
  1301. m_ObjectHideFlags: 1
  1302. m_PrefabParentObject: {fileID: 0}
  1303. m_PrefabInternal: {fileID: 100100000}
  1304. m_GameObject: {fileID: 1971484288263226}
  1305. m_Enabled: 1
  1306. m_CastShadows: 0
  1307. m_ReceiveShadows: 0
  1308. m_MotionVectors: 1
  1309. m_LightProbeUsage: 0
  1310. m_ReflectionProbeUsage: 0
  1311. m_Materials:
  1312. - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
  1313. m_StaticBatchInfo:
  1314. firstSubMesh: 0
  1315. subMeshCount: 0
  1316. m_StaticBatchRoot: {fileID: 0}
  1317. m_ProbeAnchor: {fileID: 0}
  1318. m_LightProbeVolumeOverride: {fileID: 0}
  1319. m_ScaleInLightmap: 1
  1320. m_PreserveUVs: 0
  1321. m_IgnoreNormalsForChartDetection: 0
  1322. m_ImportantGI: 0
  1323. m_SelectedEditorRenderState: 0
  1324. m_MinimumChartSize: 4
  1325. m_AutoUVMaxDistance: 0.5
  1326. m_AutoUVMaxAngle: 89
  1327. m_LightmapParameters: {fileID: 0}
  1328. m_SortingLayerID: 0
  1329. m_SortingOrder: 0
  1330. m_Sprite: {fileID: 21300000, guid: b2e3a634a9e321c479438f39188aa8d4, type: 3}
  1331. m_Color: {r: 1, g: 1, b: 1, a: 1}
  1332. m_FlipX: 0
  1333. m_FlipY: 0
  1334. --- !u!212 &212306657225187814
  1335. SpriteRenderer:
  1336. m_ObjectHideFlags: 1
  1337. m_PrefabParentObject: {fileID: 0}
  1338. m_PrefabInternal: {fileID: 100100000}
  1339. m_GameObject: {fileID: 1256352428073408}
  1340. m_Enabled: 1
  1341. m_CastShadows: 0
  1342. m_ReceiveShadows: 0
  1343. m_MotionVectors: 1
  1344. m_LightProbeUsage: 0
  1345. m_ReflectionProbeUsage: 0
  1346. m_Materials:
  1347. - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
  1348. m_StaticBatchInfo:
  1349. firstSubMesh: 0
  1350. subMeshCount: 0
  1351. m_StaticBatchRoot: {fileID: 0}
  1352. m_ProbeAnchor: {fileID: 0}
  1353. m_LightProbeVolumeOverride: {fileID: 0}
  1354. m_ScaleInLightmap: 1
  1355. m_PreserveUVs: 0
  1356. m_IgnoreNormalsForChartDetection: 0
  1357. m_ImportantGI: 0
  1358. m_SelectedEditorRenderState: 0
  1359. m_MinimumChartSize: 4
  1360. m_AutoUVMaxDistance: 0.5
  1361. m_AutoUVMaxAngle: 89
  1362. m_LightmapParameters: {fileID: 0}
  1363. m_SortingLayerID: 0
  1364. m_SortingOrder: 0
  1365. m_Sprite: {fileID: 0}
  1366. m_Color: {r: 1, g: 1, b: 1, a: 0}
  1367. m_FlipX: 0
  1368. m_FlipY: 0
  1369. --- !u!212 &212309050241798670
  1370. SpriteRenderer:
  1371. m_ObjectHideFlags: 1
  1372. m_PrefabParentObject: {fileID: 0}
  1373. m_PrefabInternal: {fileID: 100100000}
  1374. m_GameObject: {fileID: 1166442440200412}
  1375. m_Enabled: 1
  1376. m_CastShadows: 0
  1377. m_ReceiveShadows: 0
  1378. m_MotionVectors: 1
  1379. m_LightProbeUsage: 0
  1380. m_ReflectionProbeUsage: 0
  1381. m_Materials:
  1382. - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
  1383. m_StaticBatchInfo:
  1384. firstSubMesh: 0
  1385. subMeshCount: 0
  1386. m_StaticBatchRoot: {fileID: 0}
  1387. m_ProbeAnchor: {fileID: 0}
  1388. m_LightProbeVolumeOverride: {fileID: 0}
  1389. m_ScaleInLightmap: 1
  1390. m_PreserveUVs: 0
  1391. m_IgnoreNormalsForChartDetection: 0
  1392. m_ImportantGI: 0
  1393. m_SelectedEditorRenderState: 0
  1394. m_MinimumChartSize: 4
  1395. m_AutoUVMaxDistance: 0.5
  1396. m_AutoUVMaxAngle: 89
  1397. m_LightmapParameters: {fileID: 0}
  1398. m_SortingLayerID: 0
  1399. m_SortingOrder: 0
  1400. m_Sprite: {fileID: 21300000, guid: 0f304ae6a7e08274bb7a346d5e57d202, type: 3}
  1401. m_Color: {r: 1, g: 1, b: 1, a: 0}
  1402. m_FlipX: 0
  1403. m_FlipY: 0
  1404. --- !u!212 &212319376484865296
  1405. SpriteRenderer:
  1406. m_ObjectHideFlags: 1
  1407. m_PrefabParentObject: {fileID: 0}
  1408. m_PrefabInternal: {fileID: 100100000}
  1409. m_GameObject: {fileID: 1014274539806606}
  1410. m_Enabled: 1
  1411. m_CastShadows: 0
  1412. m_ReceiveShadows: 0
  1413. m_MotionVectors: 1
  1414. m_LightProbeUsage: 0
  1415. m_ReflectionProbeUsage: 0
  1416. m_Materials:
  1417. - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
  1418. m_StaticBatchInfo:
  1419. firstSubMesh: 0
  1420. subMeshCount: 0
  1421. m_StaticBatchRoot: {fileID: 0}
  1422. m_ProbeAnchor: {fileID: 0}
  1423. m_LightProbeVolumeOverride: {fileID: 0}
  1424. m_ScaleInLightmap: 1
  1425. m_PreserveUVs: 0
  1426. m_IgnoreNormalsForChartDetection: 0
  1427. m_ImportantGI: 0
  1428. m_SelectedEditorRenderState: 0
  1429. m_MinimumChartSize: 4
  1430. m_AutoUVMaxDistance: 0.5
  1431. m_AutoUVMaxAngle: 89
  1432. m_LightmapParameters: {fileID: 0}
  1433. m_SortingLayerID: 0
  1434. m_SortingOrder: 0
  1435. m_Sprite: {fileID: 21300000, guid: 2ff363cd320cf0d4a8c7a3d0dd50087f, type: 3}
  1436. m_Color: {r: 1, g: 1, b: 1, a: 0}
  1437. m_FlipX: 0
  1438. m_FlipY: 0
  1439. --- !u!212 &212354945701907106
  1440. SpriteRenderer:
  1441. m_ObjectHideFlags: 1
  1442. m_PrefabParentObject: {fileID: 0}
  1443. m_PrefabInternal: {fileID: 100100000}
  1444. m_GameObject: {fileID: 1719076243462512}
  1445. m_Enabled: 1
  1446. m_CastShadows: 0
  1447. m_ReceiveShadows: 0
  1448. m_MotionVectors: 1
  1449. m_LightProbeUsage: 0
  1450. m_ReflectionProbeUsage: 0
  1451. m_Materials:
  1452. - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
  1453. m_StaticBatchInfo:
  1454. firstSubMesh: 0
  1455. subMeshCount: 0
  1456. m_StaticBatchRoot: {fileID: 0}
  1457. m_ProbeAnchor: {fileID: 0}
  1458. m_LightProbeVolumeOverride: {fileID: 0}
  1459. m_ScaleInLightmap: 1
  1460. m_PreserveUVs: 0
  1461. m_IgnoreNormalsForChartDetection: 0
  1462. m_ImportantGI: 0
  1463. m_SelectedEditorRenderState: 0
  1464. m_MinimumChartSize: 4
  1465. m_AutoUVMaxDistance: 0.5
  1466. m_AutoUVMaxAngle: 89
  1467. m_LightmapParameters: {fileID: 0}
  1468. m_SortingLayerID: 0
  1469. m_SortingOrder: 0
  1470. m_Sprite: {fileID: 21300000, guid: 54686fd365d5bf14db809448705779ed, type: 3}
  1471. m_Color: {r: 1, g: 1, b: 1, a: 1}
  1472. m_FlipX: 0
  1473. m_FlipY: 0
  1474. --- !u!212 &212394763641946984
  1475. SpriteRenderer:
  1476. m_ObjectHideFlags: 1
  1477. m_PrefabParentObject: {fileID: 0}
  1478. m_PrefabInternal: {fileID: 100100000}
  1479. m_GameObject: {fileID: 1438454079457150}
  1480. m_Enabled: 1
  1481. m_CastShadows: 0
  1482. m_ReceiveShadows: 0
  1483. m_MotionVectors: 1
  1484. m_LightProbeUsage: 0
  1485. m_ReflectionProbeUsage: 0
  1486. m_Materials:
  1487. - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
  1488. m_StaticBatchInfo:
  1489. firstSubMesh: 0
  1490. subMeshCount: 0
  1491. m_StaticBatchRoot: {fileID: 0}
  1492. m_ProbeAnchor: {fileID: 0}
  1493. m_LightProbeVolumeOverride: {fileID: 0}
  1494. m_ScaleInLightmap: 1
  1495. m_PreserveUVs: 0
  1496. m_IgnoreNormalsForChartDetection: 0
  1497. m_ImportantGI: 0
  1498. m_SelectedEditorRenderState: 0
  1499. m_MinimumChartSize: 4
  1500. m_AutoUVMaxDistance: 0.5
  1501. m_AutoUVMaxAngle: 89
  1502. m_LightmapParameters: {fileID: 0}
  1503. m_SortingLayerID: 0
  1504. m_SortingOrder: 0
  1505. m_Sprite: {fileID: 21300000, guid: 8c72fe5ef5f71ce4cbefc192b80a5a34, type: 3}
  1506. m_Color: {r: 1, g: 1, b: 1, a: 1}
  1507. m_FlipX: 0
  1508. m_FlipY: 0
  1509. --- !u!212 &212537051338820940
  1510. SpriteRenderer:
  1511. m_ObjectHideFlags: 1
  1512. m_PrefabParentObject: {fileID: 0}
  1513. m_PrefabInternal: {fileID: 100100000}
  1514. m_GameObject: {fileID: 1665676138942020}
  1515. m_Enabled: 1
  1516. m_CastShadows: 0
  1517. m_ReceiveShadows: 0
  1518. m_MotionVectors: 1
  1519. m_LightProbeUsage: 0
  1520. m_ReflectionProbeUsage: 0
  1521. m_Materials:
  1522. - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
  1523. m_StaticBatchInfo:
  1524. firstSubMesh: 0
  1525. subMeshCount: 0
  1526. m_StaticBatchRoot: {fileID: 0}
  1527. m_ProbeAnchor: {fileID: 0}
  1528. m_LightProbeVolumeOverride: {fileID: 0}
  1529. m_ScaleInLightmap: 1
  1530. m_PreserveUVs: 0
  1531. m_IgnoreNormalsForChartDetection: 0
  1532. m_ImportantGI: 0
  1533. m_SelectedEditorRenderState: 0
  1534. m_MinimumChartSize: 4
  1535. m_AutoUVMaxDistance: 0.5
  1536. m_AutoUVMaxAngle: 89
  1537. m_LightmapParameters: {fileID: 0}
  1538. m_SortingLayerID: 0
  1539. m_SortingOrder: 0
  1540. m_Sprite: {fileID: 21300000, guid: 8c72fe5ef5f71ce4cbefc192b80a5a34, type: 3}
  1541. m_Color: {r: 1, g: 1, b: 1, a: 1}
  1542. m_FlipX: 0
  1543. m_FlipY: 0
  1544. --- !u!212 &212548306413466646
  1545. SpriteRenderer:
  1546. m_ObjectHideFlags: 1
  1547. m_PrefabParentObject: {fileID: 0}
  1548. m_PrefabInternal: {fileID: 100100000}
  1549. m_GameObject: {fileID: 1415124065836740}
  1550. m_Enabled: 1
  1551. m_CastShadows: 0
  1552. m_ReceiveShadows: 0
  1553. m_MotionVectors: 1
  1554. m_LightProbeUsage: 0
  1555. m_ReflectionProbeUsage: 0
  1556. m_Materials:
  1557. - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
  1558. m_StaticBatchInfo:
  1559. firstSubMesh: 0
  1560. subMeshCount: 0
  1561. m_StaticBatchRoot: {fileID: 0}
  1562. m_ProbeAnchor: {fileID: 0}
  1563. m_LightProbeVolumeOverride: {fileID: 0}
  1564. m_ScaleInLightmap: 1
  1565. m_PreserveUVs: 0
  1566. m_IgnoreNormalsForChartDetection: 0
  1567. m_ImportantGI: 0
  1568. m_SelectedEditorRenderState: 0
  1569. m_MinimumChartSize: 4
  1570. m_AutoUVMaxDistance: 0.5
  1571. m_AutoUVMaxAngle: 89
  1572. m_LightmapParameters: {fileID: 0}
  1573. m_SortingLayerID: 0
  1574. m_SortingOrder: 0
  1575. m_Sprite: {fileID: 21300000, guid: bad292ba899474c479da729fe383f633, type: 3}
  1576. m_Color: {r: 1, g: 1, b: 1, a: 0}
  1577. m_FlipX: 0
  1578. m_FlipY: 0
  1579. --- !u!212 &212678618548551084
  1580. SpriteRenderer:
  1581. m_ObjectHideFlags: 1
  1582. m_PrefabParentObject: {fileID: 0}
  1583. m_PrefabInternal: {fileID: 100100000}
  1584. m_GameObject: {fileID: 1358718325619214}
  1585. m_Enabled: 1
  1586. m_CastShadows: 0
  1587. m_ReceiveShadows: 0
  1588. m_MotionVectors: 1
  1589. m_LightProbeUsage: 0
  1590. m_ReflectionProbeUsage: 0
  1591. m_Materials:
  1592. - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
  1593. m_StaticBatchInfo:
  1594. firstSubMesh: 0
  1595. subMeshCount: 0
  1596. m_StaticBatchRoot: {fileID: 0}
  1597. m_ProbeAnchor: {fileID: 0}
  1598. m_LightProbeVolumeOverride: {fileID: 0}
  1599. m_ScaleInLightmap: 1
  1600. m_PreserveUVs: 0
  1601. m_IgnoreNormalsForChartDetection: 0
  1602. m_ImportantGI: 0
  1603. m_SelectedEditorRenderState: 0
  1604. m_MinimumChartSize: 4
  1605. m_AutoUVMaxDistance: 0.5
  1606. m_AutoUVMaxAngle: 89
  1607. m_LightmapParameters: {fileID: 0}
  1608. m_SortingLayerID: 0
  1609. m_SortingOrder: 0
  1610. m_Sprite: {fileID: 21300000, guid: 208285e407aecc040abae18a57915b26, type: 3}
  1611. m_Color: {r: 1, g: 1, b: 1, a: 1}
  1612. m_FlipX: 0
  1613. m_FlipY: 0
  1614. --- !u!212 &212704068213746162
  1615. SpriteRenderer:
  1616. m_ObjectHideFlags: 1
  1617. m_PrefabParentObject: {fileID: 0}
  1618. m_PrefabInternal: {fileID: 100100000}
  1619. m_GameObject: {fileID: 1037154030683062}
  1620. m_Enabled: 1
  1621. m_CastShadows: 0
  1622. m_ReceiveShadows: 0
  1623. m_MotionVectors: 1
  1624. m_LightProbeUsage: 0
  1625. m_ReflectionProbeUsage: 0
  1626. m_Materials:
  1627. - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
  1628. m_StaticBatchInfo:
  1629. firstSubMesh: 0
  1630. subMeshCount: 0
  1631. m_StaticBatchRoot: {fileID: 0}
  1632. m_ProbeAnchor: {fileID: 0}
  1633. m_LightProbeVolumeOverride: {fileID: 0}
  1634. m_ScaleInLightmap: 1
  1635. m_PreserveUVs: 0
  1636. m_IgnoreNormalsForChartDetection: 0
  1637. m_ImportantGI: 0
  1638. m_SelectedEditorRenderState: 0
  1639. m_MinimumChartSize: 4
  1640. m_AutoUVMaxDistance: 0.5
  1641. m_AutoUVMaxAngle: 89
  1642. m_LightmapParameters: {fileID: 0}
  1643. m_SortingLayerID: 0
  1644. m_SortingOrder: 0
  1645. m_Sprite: {fileID: 21300000, guid: 8c72fe5ef5f71ce4cbefc192b80a5a34, type: 3}
  1646. m_Color: {r: 1, g: 1, b: 1, a: 1}
  1647. m_FlipX: 0
  1648. m_FlipY: 0
  1649. --- !u!212 &212760045093916298
  1650. SpriteRenderer:
  1651. m_ObjectHideFlags: 1
  1652. m_PrefabParentObject: {fileID: 0}
  1653. m_PrefabInternal: {fileID: 100100000}
  1654. m_GameObject: {fileID: 1422722603004606}
  1655. m_Enabled: 1
  1656. m_CastShadows: 0
  1657. m_ReceiveShadows: 0
  1658. m_MotionVectors: 1
  1659. m_LightProbeUsage: 0
  1660. m_ReflectionProbeUsage: 0
  1661. m_Materials:
  1662. - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
  1663. m_StaticBatchInfo:
  1664. firstSubMesh: 0
  1665. subMeshCount: 0
  1666. m_StaticBatchRoot: {fileID: 0}
  1667. m_ProbeAnchor: {fileID: 0}
  1668. m_LightProbeVolumeOverride: {fileID: 0}
  1669. m_ScaleInLightmap: 1
  1670. m_PreserveUVs: 0
  1671. m_IgnoreNormalsForChartDetection: 0
  1672. m_ImportantGI: 0
  1673. m_SelectedEditorRenderState: 0
  1674. m_MinimumChartSize: 4
  1675. m_AutoUVMaxDistance: 0.5
  1676. m_AutoUVMaxAngle: 89
  1677. m_LightmapParameters: {fileID: 0}
  1678. m_SortingLayerID: 0
  1679. m_SortingOrder: 0
  1680. m_Sprite: {fileID: 0}
  1681. m_Color: {r: 1, g: 1, b: 1, a: 1}
  1682. m_FlipX: 0
  1683. m_FlipY: 0
  1684. --- !u!212 &212768922091164368
  1685. SpriteRenderer:
  1686. m_ObjectHideFlags: 1
  1687. m_PrefabParentObject: {fileID: 0}
  1688. m_PrefabInternal: {fileID: 100100000}
  1689. m_GameObject: {fileID: 1569944901077240}
  1690. m_Enabled: 0
  1691. m_CastShadows: 0
  1692. m_ReceiveShadows: 0
  1693. m_MotionVectors: 1
  1694. m_LightProbeUsage: 0
  1695. m_ReflectionProbeUsage: 0
  1696. m_Materials:
  1697. - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
  1698. m_StaticBatchInfo:
  1699. firstSubMesh: 0
  1700. subMeshCount: 0
  1701. m_StaticBatchRoot: {fileID: 0}
  1702. m_ProbeAnchor: {fileID: 0}
  1703. m_LightProbeVolumeOverride: {fileID: 0}
  1704. m_ScaleInLightmap: 1
  1705. m_PreserveUVs: 0
  1706. m_IgnoreNormalsForChartDetection: 0
  1707. m_ImportantGI: 0
  1708. m_SelectedEditorRenderState: 0
  1709. m_MinimumChartSize: 4
  1710. m_AutoUVMaxDistance: 0.5
  1711. m_AutoUVMaxAngle: 89
  1712. m_LightmapParameters: {fileID: 0}
  1713. m_SortingLayerID: 0
  1714. m_SortingOrder: 0
  1715. m_Sprite: {fileID: 21300000, guid: 4ce180404f7f2014691901510ada5ac6, type: 3}
  1716. m_Color: {r: 1, g: 1, b: 1, a: 1}
  1717. m_FlipX: 0
  1718. m_FlipY: 0
  1719. --- !u!212 &212779788271210252
  1720. SpriteRenderer:
  1721. m_ObjectHideFlags: 1
  1722. m_PrefabParentObject: {fileID: 0}
  1723. m_PrefabInternal: {fileID: 100100000}
  1724. m_GameObject: {fileID: 1582156225098670}
  1725. m_Enabled: 1
  1726. m_CastShadows: 0
  1727. m_ReceiveShadows: 0
  1728. m_MotionVectors: 1
  1729. m_LightProbeUsage: 0
  1730. m_ReflectionProbeUsage: 0
  1731. m_Materials:
  1732. - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
  1733. m_StaticBatchInfo:
  1734. firstSubMesh: 0
  1735. subMeshCount: 0
  1736. m_StaticBatchRoot: {fileID: 0}
  1737. m_ProbeAnchor: {fileID: 0}
  1738. m_LightProbeVolumeOverride: {fileID: 0}
  1739. m_ScaleInLightmap: 1
  1740. m_PreserveUVs: 0
  1741. m_IgnoreNormalsForChartDetection: 0
  1742. m_ImportantGI: 0
  1743. m_SelectedEditorRenderState: 0
  1744. m_MinimumChartSize: 4
  1745. m_AutoUVMaxDistance: 0.5
  1746. m_AutoUVMaxAngle: 89
  1747. m_LightmapParameters: {fileID: 0}
  1748. m_SortingLayerID: 0
  1749. m_SortingOrder: 0
  1750. m_Sprite: {fileID: 21300000, guid: 66bf632fb963b2f438e28510b73c3735, type: 3}
  1751. m_Color: {r: 1, g: 1, b: 1, a: 1}
  1752. m_FlipX: 0
  1753. m_FlipY: 0
  1754. --- !u!212 &212800766242443178
  1755. SpriteRenderer:
  1756. m_ObjectHideFlags: 1
  1757. m_PrefabParentObject: {fileID: 0}
  1758. m_PrefabInternal: {fileID: 100100000}
  1759. m_GameObject: {fileID: 1556327146945596}
  1760. m_Enabled: 1
  1761. m_CastShadows: 0
  1762. m_ReceiveShadows: 0
  1763. m_MotionVectors: 1
  1764. m_LightProbeUsage: 0
  1765. m_ReflectionProbeUsage: 0
  1766. m_Materials:
  1767. - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0}
  1768. m_StaticBatchInfo:
  1769. firstSubMesh: 0
  1770. subMeshCount: 0
  1771. m_StaticBatchRoot: {fileID: 0}
  1772. m_ProbeAnchor: {fileID: 0}
  1773. m_LightProbeVolumeOverride: {fileID: 0}
  1774. m_ScaleInLightmap: 1
  1775. m_PreserveUVs: 0
  1776. m_IgnoreNormalsForChartDetection: 0
  1777. m_ImportantGI: 0
  1778. m_SelectedEditorRenderState: 0
  1779. m_MinimumChartSize: 4
  1780. m_AutoUVMaxDistance: 0.5
  1781. m_AutoUVMaxAngle: 89
  1782. m_LightmapParameters: {fileID: 0}
  1783. m_SortingLayerID: 0
  1784. m_SortingOrder: 0
  1785. m_Sprite: {fileID: 21300000, guid: 4598a2be803928044b11b3bf209a203a, type: 3}
  1786. m_Color: {r: 1, g: 1, b: 1, a: 1}
  1787. m_FlipX: 0
  1788. m_FlipY: 0