Repository: itsjavi/newbark-unity Branch: master Commit: 79624d142811 Files: 836 Total size: 3.8 MB Directory structure: gitextract_ib53sy6v/ ├── .gitignore ├── Assets/ │ ├── Audio/ │ │ ├── BGM/ │ │ │ ├── 01-MainTheme.mp3.meta │ │ │ ├── 09-Pokemon-Center.mp3.meta │ │ │ ├── 13-Pokemon-Recovery.mp3.meta │ │ │ ├── 19-Bicycle.mp3.meta │ │ │ ├── 33-Surfing.mp3.meta │ │ │ ├── 34-Evolution.mp3.meta │ │ │ ├── 38-Cherrygrove-City.mp3.meta │ │ │ ├── 41-Wild-Battle.mp3.meta │ │ │ ├── 42-Trainer-Battle.mp3.meta │ │ │ ├── 50-Elm-Lab.mp3.meta │ │ │ ├── 52-Route-29.mp3.meta │ │ │ └── 60-NewBarkTown.mp3.meta │ │ ├── BGM.meta │ │ ├── SFX/ │ │ │ ├── collide.ogg │ │ │ ├── collide.ogg.meta │ │ │ ├── collide_slow.mp3.meta │ │ │ ├── door_enter.mp3.meta │ │ │ ├── door_exit.mp3.meta │ │ │ ├── escape.mp3.meta │ │ │ ├── heal.mp3.meta │ │ │ ├── jump.mp3.meta │ │ │ └── select.mp3.meta │ │ └── SFX.meta │ ├── Audio.meta │ ├── Graphics/ │ │ ├── Animations/ │ │ │ ├── DialogArrow.anim │ │ │ ├── DialogArrow.anim.meta │ │ │ ├── DialogArrow.controller │ │ │ ├── DialogArrow.controller.meta │ │ │ ├── Grass/ │ │ │ │ ├── GrassTopMove.anim │ │ │ │ ├── GrassTopMove.anim.meta │ │ │ │ ├── GrassTopMove.controller │ │ │ │ └── GrassTopMove.controller.meta │ │ │ ├── Grass.meta │ │ │ ├── Player/ │ │ │ │ ├── Player.controller │ │ │ │ ├── Player.controller.meta │ │ │ │ ├── Player_Bike_Down.anim │ │ │ │ ├── Player_Bike_Down.anim.meta │ │ │ │ ├── Player_Bike_Left.anim │ │ │ │ ├── Player_Bike_Left.anim.meta │ │ │ │ ├── Player_Bike_Right.anim │ │ │ │ ├── Player_Bike_Right.anim.meta │ │ │ │ ├── Player_Bike_Up.anim │ │ │ │ ├── Player_Bike_Up.anim.meta │ │ │ │ ├── Player_Idle_Down.anim │ │ │ │ ├── Player_Idle_Down.anim.meta │ │ │ │ ├── Player_Idle_Left.anim │ │ │ │ ├── Player_Idle_Left.anim.meta │ │ │ │ ├── Player_Idle_Right.anim │ │ │ │ ├── Player_Idle_Right.anim.meta │ │ │ │ ├── Player_Idle_Up.anim │ │ │ │ ├── Player_Idle_Up.anim.meta │ │ │ │ ├── Player_Walk_Down.anim │ │ │ │ ├── Player_Walk_Down.anim.meta │ │ │ │ ├── Player_Walk_Left.anim │ │ │ │ ├── Player_Walk_Left.anim.meta │ │ │ │ ├── Player_Walk_Right.anim │ │ │ │ ├── Player_Walk_Right.anim.meta │ │ │ │ ├── Player_Walk_Up.anim │ │ │ │ └── Player_Walk_Up.anim.meta │ │ │ ├── Player.meta │ │ │ ├── ScreenFader/ │ │ │ │ ├── FadeIn.anim │ │ │ │ ├── FadeIn.anim.meta │ │ │ │ ├── FadeOut.anim │ │ │ │ ├── FadeOut.anim.meta │ │ │ │ ├── FadedOut.anim │ │ │ │ ├── FadedOut.anim.meta │ │ │ │ ├── ScreenFader.controller │ │ │ │ └── ScreenFader.controller.meta │ │ │ └── ScreenFader.meta │ │ ├── Animations.meta │ │ ├── Fonts/ │ │ │ ├── Pokemon GB Japan HR.ttf.meta │ │ │ ├── Pokemon GB Japan KT.ttf.meta │ │ │ ├── Pokemon GB.ttf.meta │ │ │ └── Pokemon Unown GB.ttf.meta │ │ ├── Fonts.meta │ │ ├── GUI/ │ │ │ ├── dialog_arrows.png.meta │ │ │ ├── dialog_box_1.png.meta │ │ │ ├── dialog_box_2.png.meta │ │ │ ├── dialog_box_3.png.meta │ │ │ ├── dialog_box_4.png.meta │ │ │ ├── dialog_box_5.png.meta │ │ │ ├── dialog_box_6.png.meta │ │ │ ├── dialog_box_7.png.meta │ │ │ ├── dialog_box_8.png.meta │ │ │ └── town_title.png.meta │ │ ├── GUI.meta │ │ ├── Images/ │ │ │ ├── icon.png.meta │ │ │ ├── icon.pxi │ │ │ ├── icon.pxi.meta │ │ │ ├── logo.png.meta │ │ │ └── screenshot.png.meta │ │ ├── Images.meta │ │ ├── Materials/ │ │ │ ├── PixelPerfect2D.mat │ │ │ ├── PixelPerfect2D.mat.meta │ │ │ ├── PixelPerfect2D.physicsMaterial2D │ │ │ └── PixelPerfect2D.physicsMaterial2D.meta │ │ ├── Materials.meta │ │ ├── Renderers/ │ │ │ ├── 2DRendererData.asset │ │ │ ├── 2DRendererData.asset.meta │ │ │ ├── LightweightRenderPipelineAsset.asset │ │ │ └── LightweightRenderPipelineAsset.asset.meta │ │ ├── Renderers.meta │ │ ├── Sprites/ │ │ │ ├── Interiors_Sprite.png.meta │ │ │ ├── NPC01_Sprite.png.meta │ │ │ ├── OverWorld_Sprite.png.meta │ │ │ └── Player_Sprites.png.meta │ │ ├── Sprites.meta │ │ ├── Tiles/ │ │ │ ├── Interiors/ │ │ │ │ ├── Interiors_Palette.prefab │ │ │ │ ├── Interiors_Palette.prefab.meta │ │ │ │ ├── Tiles/ │ │ │ │ │ ├── Interiors_Sprite_0.asset │ │ │ │ │ ├── Interiors_Sprite_0.asset.meta │ │ │ │ │ ├── Interiors_Sprite_1.asset │ │ │ │ │ ├── Interiors_Sprite_1.asset.meta │ │ │ │ │ ├── Interiors_Sprite_10.asset │ │ │ │ │ ├── Interiors_Sprite_10.asset.meta │ │ │ │ │ ├── Interiors_Sprite_100.asset │ │ │ │ │ ├── Interiors_Sprite_100.asset.meta │ │ │ │ │ ├── Interiors_Sprite_101.asset │ │ │ │ │ ├── Interiors_Sprite_101.asset.meta │ │ │ │ │ ├── Interiors_Sprite_102.asset │ │ │ │ │ ├── Interiors_Sprite_102.asset.meta │ │ │ │ │ ├── Interiors_Sprite_103.asset │ │ │ │ │ ├── Interiors_Sprite_103.asset.meta │ │ │ │ │ ├── Interiors_Sprite_104.asset │ │ │ │ │ ├── Interiors_Sprite_104.asset.meta │ │ │ │ │ ├── Interiors_Sprite_105.asset │ │ │ │ │ ├── Interiors_Sprite_105.asset.meta │ │ │ │ │ ├── Interiors_Sprite_106.asset │ │ │ │ │ ├── Interiors_Sprite_106.asset.meta │ │ │ │ │ ├── Interiors_Sprite_107.asset │ │ │ │ │ ├── Interiors_Sprite_107.asset.meta │ │ │ │ │ ├── Interiors_Sprite_108.asset │ │ │ │ │ ├── Interiors_Sprite_108.asset.meta │ │ │ │ │ ├── Interiors_Sprite_109.asset │ │ │ │ │ ├── Interiors_Sprite_109.asset.meta │ │ │ │ │ ├── Interiors_Sprite_11.asset │ │ │ │ │ ├── Interiors_Sprite_11.asset.meta │ │ │ │ │ ├── Interiors_Sprite_110.asset │ │ │ │ │ ├── Interiors_Sprite_110.asset.meta │ │ │ │ │ ├── Interiors_Sprite_111.asset │ │ │ │ │ ├── Interiors_Sprite_111.asset.meta │ │ │ │ │ ├── Interiors_Sprite_112.asset │ │ │ │ │ ├── Interiors_Sprite_112.asset.meta │ │ │ │ │ ├── Interiors_Sprite_113.asset │ │ │ │ │ ├── Interiors_Sprite_113.asset.meta │ │ │ │ │ ├── Interiors_Sprite_114.asset │ │ │ │ │ ├── Interiors_Sprite_114.asset.meta │ │ │ │ │ ├── Interiors_Sprite_115.asset │ │ │ │ │ ├── Interiors_Sprite_115.asset.meta │ │ │ │ │ ├── Interiors_Sprite_116.asset │ │ │ │ │ ├── Interiors_Sprite_116.asset.meta │ │ │ │ │ ├── Interiors_Sprite_117.asset │ │ │ │ │ ├── Interiors_Sprite_117.asset.meta │ │ │ │ │ ├── Interiors_Sprite_118.asset │ │ │ │ │ ├── Interiors_Sprite_118.asset.meta │ │ │ │ │ ├── Interiors_Sprite_119.asset │ │ │ │ │ ├── Interiors_Sprite_119.asset.meta │ │ │ │ │ ├── Interiors_Sprite_12.asset │ │ │ │ │ ├── Interiors_Sprite_12.asset.meta │ │ │ │ │ ├── Interiors_Sprite_120.asset │ │ │ │ │ ├── Interiors_Sprite_120.asset.meta │ │ │ │ │ ├── Interiors_Sprite_121.asset │ │ │ │ │ ├── Interiors_Sprite_121.asset.meta │ │ │ │ │ ├── Interiors_Sprite_122.asset │ │ │ │ │ ├── Interiors_Sprite_122.asset.meta │ │ │ │ │ ├── Interiors_Sprite_123.asset │ │ │ │ │ ├── Interiors_Sprite_123.asset.meta │ │ │ │ │ ├── Interiors_Sprite_124.asset │ │ │ │ │ ├── Interiors_Sprite_124.asset.meta │ │ │ │ │ ├── Interiors_Sprite_125.asset │ │ │ │ │ ├── Interiors_Sprite_125.asset.meta │ │ │ │ │ ├── Interiors_Sprite_126.asset │ │ │ │ │ ├── Interiors_Sprite_126.asset.meta │ │ │ │ │ ├── Interiors_Sprite_127.asset │ │ │ │ │ ├── Interiors_Sprite_127.asset.meta │ │ │ │ │ ├── Interiors_Sprite_128.asset │ │ │ │ │ ├── Interiors_Sprite_128.asset.meta │ │ │ │ │ ├── Interiors_Sprite_129.asset │ │ │ │ │ ├── Interiors_Sprite_129.asset.meta │ │ │ │ │ ├── Interiors_Sprite_13.asset │ │ │ │ │ ├── Interiors_Sprite_13.asset.meta │ │ │ │ │ ├── Interiors_Sprite_130.asset │ │ │ │ │ ├── Interiors_Sprite_130.asset.meta │ │ │ │ │ ├── Interiors_Sprite_131.asset │ │ │ │ │ ├── Interiors_Sprite_131.asset.meta │ │ │ │ │ ├── Interiors_Sprite_132.asset │ │ │ │ │ ├── Interiors_Sprite_132.asset.meta │ │ │ │ │ ├── Interiors_Sprite_133.asset │ │ │ │ │ ├── Interiors_Sprite_133.asset.meta │ │ │ │ │ ├── Interiors_Sprite_134.asset │ │ │ │ │ ├── Interiors_Sprite_134.asset.meta │ │ │ │ │ ├── Interiors_Sprite_135.asset │ │ │ │ │ ├── Interiors_Sprite_135.asset.meta │ │ │ │ │ ├── Interiors_Sprite_136.asset │ │ │ │ │ ├── Interiors_Sprite_136.asset.meta │ │ │ │ │ ├── Interiors_Sprite_137.asset │ │ │ │ │ ├── Interiors_Sprite_137.asset.meta │ │ │ │ │ ├── Interiors_Sprite_138.asset │ │ │ │ │ ├── Interiors_Sprite_138.asset.meta │ │ │ │ │ ├── Interiors_Sprite_139.asset │ │ │ │ │ ├── Interiors_Sprite_139.asset.meta │ │ │ │ │ ├── Interiors_Sprite_14.asset │ │ │ │ │ ├── Interiors_Sprite_14.asset.meta │ │ │ │ │ ├── Interiors_Sprite_140.asset │ │ │ │ │ ├── Interiors_Sprite_140.asset.meta │ │ │ │ │ ├── Interiors_Sprite_141.asset │ │ │ │ │ ├── Interiors_Sprite_141.asset.meta │ │ │ │ │ ├── Interiors_Sprite_142.asset │ │ │ │ │ ├── Interiors_Sprite_142.asset.meta │ │ │ │ │ ├── Interiors_Sprite_143.asset │ │ │ │ │ ├── Interiors_Sprite_143.asset.meta │ │ │ │ │ ├── Interiors_Sprite_144.asset │ │ │ │ │ ├── Interiors_Sprite_144.asset.meta │ │ │ │ │ ├── Interiors_Sprite_145.asset │ │ │ │ │ ├── Interiors_Sprite_145.asset.meta │ │ │ │ │ ├── Interiors_Sprite_146.asset │ │ │ │ │ ├── Interiors_Sprite_146.asset.meta │ │ │ │ │ ├── Interiors_Sprite_147.asset │ │ │ │ │ ├── Interiors_Sprite_147.asset.meta │ │ │ │ │ ├── Interiors_Sprite_148.asset │ │ │ │ │ ├── Interiors_Sprite_148.asset.meta │ │ │ │ │ ├── Interiors_Sprite_149.asset │ │ │ │ │ ├── Interiors_Sprite_149.asset.meta │ │ │ │ │ ├── Interiors_Sprite_15.asset │ │ │ │ │ ├── Interiors_Sprite_15.asset.meta │ │ │ │ │ ├── Interiors_Sprite_150.asset │ │ │ │ │ ├── Interiors_Sprite_150.asset.meta │ │ │ │ │ ├── Interiors_Sprite_151.asset │ │ │ │ │ ├── Interiors_Sprite_151.asset.meta │ │ │ │ │ ├── Interiors_Sprite_152.asset │ │ │ │ │ ├── Interiors_Sprite_152.asset.meta │ │ │ │ │ ├── Interiors_Sprite_153.asset │ │ │ │ │ ├── Interiors_Sprite_153.asset.meta │ │ │ │ │ ├── Interiors_Sprite_154.asset │ │ │ │ │ ├── Interiors_Sprite_154.asset.meta │ │ │ │ │ ├── Interiors_Sprite_155.asset │ │ │ │ │ ├── Interiors_Sprite_155.asset.meta │ │ │ │ │ ├── Interiors_Sprite_156.asset │ │ │ │ │ ├── Interiors_Sprite_156.asset.meta │ │ │ │ │ ├── Interiors_Sprite_157.asset │ │ │ │ │ ├── Interiors_Sprite_157.asset.meta │ │ │ │ │ ├── Interiors_Sprite_158.asset │ │ │ │ │ ├── Interiors_Sprite_158.asset.meta │ │ │ │ │ ├── Interiors_Sprite_159.asset │ │ │ │ │ ├── Interiors_Sprite_159.asset.meta │ │ │ │ │ ├── Interiors_Sprite_16.asset │ │ │ │ │ ├── Interiors_Sprite_16.asset.meta │ │ │ │ │ ├── Interiors_Sprite_160.asset │ │ │ │ │ ├── Interiors_Sprite_160.asset.meta │ │ │ │ │ ├── Interiors_Sprite_161.asset │ │ │ │ │ ├── Interiors_Sprite_161.asset.meta │ │ │ │ │ ├── Interiors_Sprite_162.asset │ │ │ │ │ ├── Interiors_Sprite_162.asset.meta │ │ │ │ │ ├── Interiors_Sprite_163.asset │ │ │ │ │ ├── Interiors_Sprite_163.asset.meta │ │ │ │ │ ├── Interiors_Sprite_164.asset │ │ │ │ │ ├── Interiors_Sprite_164.asset.meta │ │ │ │ │ ├── Interiors_Sprite_165.asset │ │ │ │ │ ├── Interiors_Sprite_165.asset.meta │ │ │ │ │ ├── Interiors_Sprite_166.asset │ │ │ │ │ ├── Interiors_Sprite_166.asset.meta │ │ │ │ │ ├── Interiors_Sprite_167.asset │ │ │ │ │ ├── Interiors_Sprite_167.asset.meta │ │ │ │ │ ├── Interiors_Sprite_168.asset │ │ │ │ │ ├── Interiors_Sprite_168.asset.meta │ │ │ │ │ ├── Interiors_Sprite_169.asset │ │ │ │ │ ├── Interiors_Sprite_169.asset.meta │ │ │ │ │ ├── Interiors_Sprite_17.asset │ │ │ │ │ ├── Interiors_Sprite_17.asset.meta │ │ │ │ │ ├── Interiors_Sprite_170.asset │ │ │ │ │ ├── Interiors_Sprite_170.asset.meta │ │ │ │ │ ├── Interiors_Sprite_18.asset │ │ │ │ │ ├── Interiors_Sprite_18.asset.meta │ │ │ │ │ ├── Interiors_Sprite_19.asset │ │ │ │ │ ├── Interiors_Sprite_19.asset.meta │ │ │ │ │ ├── Interiors_Sprite_2.asset │ │ │ │ │ ├── Interiors_Sprite_2.asset.meta │ │ │ │ │ ├── Interiors_Sprite_20.asset │ │ │ │ │ ├── Interiors_Sprite_20.asset.meta │ │ │ │ │ ├── Interiors_Sprite_21.asset │ │ │ │ │ ├── Interiors_Sprite_21.asset.meta │ │ │ │ │ ├── Interiors_Sprite_22.asset │ │ │ │ │ ├── Interiors_Sprite_22.asset.meta │ │ │ │ │ ├── Interiors_Sprite_23.asset │ │ │ │ │ ├── Interiors_Sprite_23.asset.meta │ │ │ │ │ ├── Interiors_Sprite_24.asset │ │ │ │ │ ├── Interiors_Sprite_24.asset.meta │ │ │ │ │ ├── Interiors_Sprite_25.asset │ │ │ │ │ ├── Interiors_Sprite_25.asset.meta │ │ │ │ │ ├── Interiors_Sprite_26.asset │ │ │ │ │ ├── Interiors_Sprite_26.asset.meta │ │ │ │ │ ├── Interiors_Sprite_27.asset │ │ │ │ │ ├── Interiors_Sprite_27.asset.meta │ │ │ │ │ ├── Interiors_Sprite_28.asset │ │ │ │ │ ├── Interiors_Sprite_28.asset.meta │ │ │ │ │ ├── Interiors_Sprite_29.asset │ │ │ │ │ ├── Interiors_Sprite_29.asset.meta │ │ │ │ │ ├── Interiors_Sprite_3.asset │ │ │ │ │ ├── Interiors_Sprite_3.asset.meta │ │ │ │ │ ├── Interiors_Sprite_30.asset │ │ │ │ │ ├── Interiors_Sprite_30.asset.meta │ │ │ │ │ ├── Interiors_Sprite_31.asset │ │ │ │ │ ├── Interiors_Sprite_31.asset.meta │ │ │ │ │ ├── Interiors_Sprite_32.asset │ │ │ │ │ ├── Interiors_Sprite_32.asset.meta │ │ │ │ │ ├── Interiors_Sprite_33.asset │ │ │ │ │ ├── Interiors_Sprite_33.asset.meta │ │ │ │ │ ├── Interiors_Sprite_34.asset │ │ │ │ │ ├── Interiors_Sprite_34.asset.meta │ │ │ │ │ ├── Interiors_Sprite_35.asset │ │ │ │ │ ├── Interiors_Sprite_35.asset.meta │ │ │ │ │ ├── Interiors_Sprite_36.asset │ │ │ │ │ ├── Interiors_Sprite_36.asset.meta │ │ │ │ │ ├── Interiors_Sprite_37.asset │ │ │ │ │ ├── Interiors_Sprite_37.asset.meta │ │ │ │ │ ├── Interiors_Sprite_38.asset │ │ │ │ │ ├── Interiors_Sprite_38.asset.meta │ │ │ │ │ ├── Interiors_Sprite_39.asset │ │ │ │ │ ├── Interiors_Sprite_39.asset.meta │ │ │ │ │ ├── Interiors_Sprite_4.asset │ │ │ │ │ ├── Interiors_Sprite_4.asset.meta │ │ │ │ │ ├── Interiors_Sprite_40.asset │ │ │ │ │ ├── Interiors_Sprite_40.asset.meta │ │ │ │ │ ├── Interiors_Sprite_41.asset │ │ │ │ │ ├── Interiors_Sprite_41.asset.meta │ │ │ │ │ ├── Interiors_Sprite_42.asset │ │ │ │ │ ├── Interiors_Sprite_42.asset.meta │ │ │ │ │ ├── Interiors_Sprite_43.asset │ │ │ │ │ ├── Interiors_Sprite_43.asset.meta │ │ │ │ │ ├── Interiors_Sprite_44.asset │ │ │ │ │ ├── Interiors_Sprite_44.asset.meta │ │ │ │ │ ├── Interiors_Sprite_45.asset │ │ │ │ │ ├── Interiors_Sprite_45.asset.meta │ │ │ │ │ ├── Interiors_Sprite_46.asset │ │ │ │ │ ├── Interiors_Sprite_46.asset.meta │ │ │ │ │ ├── Interiors_Sprite_47.asset │ │ │ │ │ ├── Interiors_Sprite_47.asset.meta │ │ │ │ │ ├── Interiors_Sprite_48.asset │ │ │ │ │ ├── Interiors_Sprite_48.asset.meta │ │ │ │ │ ├── Interiors_Sprite_49.asset │ │ │ │ │ ├── Interiors_Sprite_49.asset.meta │ │ │ │ │ ├── Interiors_Sprite_5.asset │ │ │ │ │ ├── Interiors_Sprite_5.asset.meta │ │ │ │ │ ├── Interiors_Sprite_50.asset │ │ │ │ │ ├── Interiors_Sprite_50.asset.meta │ │ │ │ │ ├── Interiors_Sprite_51.asset │ │ │ │ │ ├── Interiors_Sprite_51.asset.meta │ │ │ │ │ ├── Interiors_Sprite_52.asset │ │ │ │ │ ├── Interiors_Sprite_52.asset.meta │ │ │ │ │ ├── Interiors_Sprite_53.asset │ │ │ │ │ ├── Interiors_Sprite_53.asset.meta │ │ │ │ │ ├── Interiors_Sprite_54.asset │ │ │ │ │ ├── Interiors_Sprite_54.asset.meta │ │ │ │ │ ├── Interiors_Sprite_55.asset │ │ │ │ │ ├── Interiors_Sprite_55.asset.meta │ │ │ │ │ ├── Interiors_Sprite_56.asset │ │ │ │ │ ├── Interiors_Sprite_56.asset.meta │ │ │ │ │ ├── Interiors_Sprite_57.asset │ │ │ │ │ ├── Interiors_Sprite_57.asset.meta │ │ │ │ │ ├── Interiors_Sprite_58.asset │ │ │ │ │ ├── Interiors_Sprite_58.asset.meta │ │ │ │ │ ├── Interiors_Sprite_59.asset │ │ │ │ │ ├── Interiors_Sprite_59.asset.meta │ │ │ │ │ ├── Interiors_Sprite_6.asset │ │ │ │ │ ├── Interiors_Sprite_6.asset.meta │ │ │ │ │ ├── Interiors_Sprite_60.asset │ │ │ │ │ ├── Interiors_Sprite_60.asset.meta │ │ │ │ │ ├── Interiors_Sprite_61.asset │ │ │ │ │ ├── Interiors_Sprite_61.asset.meta │ │ │ │ │ ├── Interiors_Sprite_62.asset │ │ │ │ │ ├── Interiors_Sprite_62.asset.meta │ │ │ │ │ ├── Interiors_Sprite_63.asset │ │ │ │ │ ├── Interiors_Sprite_63.asset.meta │ │ │ │ │ ├── Interiors_Sprite_64.asset │ │ │ │ │ ├── Interiors_Sprite_64.asset.meta │ │ │ │ │ ├── Interiors_Sprite_65.asset │ │ │ │ │ ├── Interiors_Sprite_65.asset.meta │ │ │ │ │ ├── Interiors_Sprite_66.asset │ │ │ │ │ ├── Interiors_Sprite_66.asset.meta │ │ │ │ │ ├── Interiors_Sprite_67.asset │ │ │ │ │ ├── Interiors_Sprite_67.asset.meta │ │ │ │ │ ├── Interiors_Sprite_68.asset │ │ │ │ │ ├── Interiors_Sprite_68.asset.meta │ │ │ │ │ ├── Interiors_Sprite_69.asset │ │ │ │ │ ├── Interiors_Sprite_69.asset.meta │ │ │ │ │ ├── Interiors_Sprite_7.asset │ │ │ │ │ ├── Interiors_Sprite_7.asset.meta │ │ │ │ │ ├── Interiors_Sprite_70.asset │ │ │ │ │ ├── Interiors_Sprite_70.asset.meta │ │ │ │ │ ├── Interiors_Sprite_71.asset │ │ │ │ │ ├── Interiors_Sprite_71.asset.meta │ │ │ │ │ ├── Interiors_Sprite_72.asset │ │ │ │ │ ├── Interiors_Sprite_72.asset.meta │ │ │ │ │ ├── Interiors_Sprite_73.asset │ │ │ │ │ ├── Interiors_Sprite_73.asset.meta │ │ │ │ │ ├── Interiors_Sprite_74.asset │ │ │ │ │ ├── Interiors_Sprite_74.asset.meta │ │ │ │ │ ├── Interiors_Sprite_75.asset │ │ │ │ │ ├── Interiors_Sprite_75.asset.meta │ │ │ │ │ ├── Interiors_Sprite_76.asset │ │ │ │ │ ├── Interiors_Sprite_76.asset.meta │ │ │ │ │ ├── Interiors_Sprite_77.asset │ │ │ │ │ ├── Interiors_Sprite_77.asset.meta │ │ │ │ │ ├── Interiors_Sprite_78.asset │ │ │ │ │ ├── Interiors_Sprite_78.asset.meta │ │ │ │ │ ├── Interiors_Sprite_79.asset │ │ │ │ │ ├── Interiors_Sprite_79.asset.meta │ │ │ │ │ ├── Interiors_Sprite_8.asset │ │ │ │ │ ├── Interiors_Sprite_8.asset.meta │ │ │ │ │ ├── Interiors_Sprite_80.asset │ │ │ │ │ ├── Interiors_Sprite_80.asset.meta │ │ │ │ │ ├── Interiors_Sprite_81.asset │ │ │ │ │ ├── Interiors_Sprite_81.asset.meta │ │ │ │ │ ├── Interiors_Sprite_82.asset │ │ │ │ │ ├── Interiors_Sprite_82.asset.meta │ │ │ │ │ ├── Interiors_Sprite_83.asset │ │ │ │ │ ├── Interiors_Sprite_83.asset.meta │ │ │ │ │ ├── Interiors_Sprite_84.asset │ │ │ │ │ ├── Interiors_Sprite_84.asset.meta │ │ │ │ │ ├── Interiors_Sprite_85.asset │ │ │ │ │ ├── Interiors_Sprite_85.asset.meta │ │ │ │ │ ├── Interiors_Sprite_86.asset │ │ │ │ │ ├── Interiors_Sprite_86.asset.meta │ │ │ │ │ ├── Interiors_Sprite_87.asset │ │ │ │ │ ├── Interiors_Sprite_87.asset.meta │ │ │ │ │ ├── Interiors_Sprite_88.asset │ │ │ │ │ ├── Interiors_Sprite_88.asset.meta │ │ │ │ │ ├── Interiors_Sprite_89.asset │ │ │ │ │ ├── Interiors_Sprite_89.asset.meta │ │ │ │ │ ├── Interiors_Sprite_9.asset │ │ │ │ │ ├── Interiors_Sprite_9.asset.meta │ │ │ │ │ ├── Interiors_Sprite_90.asset │ │ │ │ │ ├── Interiors_Sprite_90.asset.meta │ │ │ │ │ ├── Interiors_Sprite_91.asset │ │ │ │ │ ├── Interiors_Sprite_91.asset.meta │ │ │ │ │ ├── Interiors_Sprite_92.asset │ │ │ │ │ ├── Interiors_Sprite_92.asset.meta │ │ │ │ │ ├── Interiors_Sprite_93.asset │ │ │ │ │ ├── Interiors_Sprite_93.asset.meta │ │ │ │ │ ├── Interiors_Sprite_94.asset │ │ │ │ │ ├── Interiors_Sprite_94.asset.meta │ │ │ │ │ ├── Interiors_Sprite_95.asset │ │ │ │ │ ├── Interiors_Sprite_95.asset.meta │ │ │ │ │ ├── Interiors_Sprite_96.asset │ │ │ │ │ ├── Interiors_Sprite_96.asset.meta │ │ │ │ │ ├── Interiors_Sprite_97.asset │ │ │ │ │ ├── Interiors_Sprite_97.asset.meta │ │ │ │ │ ├── Interiors_Sprite_98.asset │ │ │ │ │ ├── Interiors_Sprite_98.asset.meta │ │ │ │ │ ├── Interiors_Sprite_99.asset │ │ │ │ │ └── Interiors_Sprite_99.asset.meta │ │ │ │ └── Tiles.meta │ │ │ ├── Interiors.meta │ │ │ ├── OverWorld/ │ │ │ │ ├── AnimatedTiles/ │ │ │ │ │ ├── FlowerBottom-ani.asset │ │ │ │ │ ├── FlowerBottom-ani.asset.meta │ │ │ │ │ ├── FlowerTop-ani.asset │ │ │ │ │ ├── FlowerTop-ani.asset.meta │ │ │ │ │ ├── Water-ani.asset │ │ │ │ │ ├── Water-ani.asset.meta │ │ │ │ │ ├── WaterRock-ani.asset │ │ │ │ │ └── WaterRock-ani.asset.meta │ │ │ │ ├── AnimatedTiles.meta │ │ │ │ ├── OverWorld_Palette.prefab │ │ │ │ ├── OverWorld_Palette.prefab.meta │ │ │ │ ├── PrefabTiles/ │ │ │ │ │ ├── Item Brush.asset │ │ │ │ │ ├── Item Brush.asset.meta │ │ │ │ │ ├── Portal Brush.asset │ │ │ │ │ ├── Portal Brush.asset.meta │ │ │ │ │ ├── Route Post Brush.asset │ │ │ │ │ └── Route Post Brush.asset.meta │ │ │ │ ├── PrefabTiles.meta │ │ │ │ ├── RuleTiles/ │ │ │ │ │ ├── Rocks-rule.asset │ │ │ │ │ └── Rocks-rule.asset.meta │ │ │ │ ├── RuleTiles.meta │ │ │ │ ├── Tiles/ │ │ │ │ │ ├── OverWorld_Sprite_0.asset │ │ │ │ │ ├── OverWorld_Sprite_0.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_1.asset │ │ │ │ │ ├── OverWorld_Sprite_1.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_10.asset │ │ │ │ │ ├── OverWorld_Sprite_10.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_11.asset │ │ │ │ │ ├── OverWorld_Sprite_11.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_12.asset │ │ │ │ │ ├── OverWorld_Sprite_12.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_13.asset │ │ │ │ │ ├── OverWorld_Sprite_13.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_14.asset │ │ │ │ │ ├── OverWorld_Sprite_14.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_15.asset │ │ │ │ │ ├── OverWorld_Sprite_15.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_16.asset │ │ │ │ │ ├── OverWorld_Sprite_16.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_17.asset │ │ │ │ │ ├── OverWorld_Sprite_17.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_18.asset │ │ │ │ │ ├── OverWorld_Sprite_18.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_19.asset │ │ │ │ │ ├── OverWorld_Sprite_19.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_2.asset │ │ │ │ │ ├── OverWorld_Sprite_2.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_20.asset │ │ │ │ │ ├── OverWorld_Sprite_20.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_21.asset │ │ │ │ │ ├── OverWorld_Sprite_21.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_22.asset │ │ │ │ │ ├── OverWorld_Sprite_22.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_23.asset │ │ │ │ │ ├── OverWorld_Sprite_23.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_24.asset │ │ │ │ │ ├── OverWorld_Sprite_24.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_25.asset │ │ │ │ │ ├── OverWorld_Sprite_25.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_26.asset │ │ │ │ │ ├── OverWorld_Sprite_26.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_27.asset │ │ │ │ │ ├── OverWorld_Sprite_27.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_28.asset │ │ │ │ │ ├── OverWorld_Sprite_28.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_29.asset │ │ │ │ │ ├── OverWorld_Sprite_29.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_3.asset │ │ │ │ │ ├── OverWorld_Sprite_3.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_30.asset │ │ │ │ │ ├── OverWorld_Sprite_30.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_31.asset │ │ │ │ │ ├── OverWorld_Sprite_31.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_32.asset │ │ │ │ │ ├── OverWorld_Sprite_32.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_33.asset │ │ │ │ │ ├── OverWorld_Sprite_33.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_34.asset │ │ │ │ │ ├── OverWorld_Sprite_34.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_35.asset │ │ │ │ │ ├── OverWorld_Sprite_35.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_36.asset │ │ │ │ │ ├── OverWorld_Sprite_36.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_37.asset │ │ │ │ │ ├── OverWorld_Sprite_37.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_38.asset │ │ │ │ │ ├── OverWorld_Sprite_38.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_39.asset │ │ │ │ │ ├── OverWorld_Sprite_39.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_4.asset │ │ │ │ │ ├── OverWorld_Sprite_4.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_40.asset │ │ │ │ │ ├── OverWorld_Sprite_40.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_41.asset │ │ │ │ │ ├── OverWorld_Sprite_41.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_42.asset │ │ │ │ │ ├── OverWorld_Sprite_42.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_43.asset │ │ │ │ │ ├── OverWorld_Sprite_43.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_44.asset │ │ │ │ │ ├── OverWorld_Sprite_44.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_45.asset │ │ │ │ │ ├── OverWorld_Sprite_45.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_46.asset │ │ │ │ │ ├── OverWorld_Sprite_46.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_47.asset │ │ │ │ │ ├── OverWorld_Sprite_47.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_48.asset │ │ │ │ │ ├── OverWorld_Sprite_48.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_49.asset │ │ │ │ │ ├── OverWorld_Sprite_49.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_5.asset │ │ │ │ │ ├── OverWorld_Sprite_5.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_50.asset │ │ │ │ │ ├── OverWorld_Sprite_50.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_51.asset │ │ │ │ │ ├── OverWorld_Sprite_51.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_52.asset │ │ │ │ │ ├── OverWorld_Sprite_52.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_53.asset │ │ │ │ │ ├── OverWorld_Sprite_53.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_54.asset │ │ │ │ │ ├── OverWorld_Sprite_54.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_55.asset │ │ │ │ │ ├── OverWorld_Sprite_55.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_56.asset │ │ │ │ │ ├── OverWorld_Sprite_56.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_57.asset │ │ │ │ │ ├── OverWorld_Sprite_57.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_58.asset │ │ │ │ │ ├── OverWorld_Sprite_58.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_59.asset │ │ │ │ │ ├── OverWorld_Sprite_59.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_6.asset │ │ │ │ │ ├── OverWorld_Sprite_6.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_60.asset │ │ │ │ │ ├── OverWorld_Sprite_60.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_61.asset │ │ │ │ │ ├── OverWorld_Sprite_61.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_62.asset │ │ │ │ │ ├── OverWorld_Sprite_62.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_63.asset │ │ │ │ │ ├── OverWorld_Sprite_63.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_64.asset │ │ │ │ │ ├── OverWorld_Sprite_64.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_65.asset │ │ │ │ │ ├── OverWorld_Sprite_65.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_66.asset │ │ │ │ │ ├── OverWorld_Sprite_66.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_67.asset │ │ │ │ │ ├── OverWorld_Sprite_67.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_68.asset │ │ │ │ │ ├── OverWorld_Sprite_68.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_69.asset │ │ │ │ │ ├── OverWorld_Sprite_69.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_7.asset │ │ │ │ │ ├── OverWorld_Sprite_7.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_70.asset │ │ │ │ │ ├── OverWorld_Sprite_70.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_71.asset │ │ │ │ │ ├── OverWorld_Sprite_71.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_72.asset │ │ │ │ │ ├── OverWorld_Sprite_72.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_73.asset │ │ │ │ │ ├── OverWorld_Sprite_73.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_74.asset │ │ │ │ │ ├── OverWorld_Sprite_74.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_75.asset │ │ │ │ │ ├── OverWorld_Sprite_75.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_76.asset │ │ │ │ │ ├── OverWorld_Sprite_76.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_77.asset │ │ │ │ │ ├── OverWorld_Sprite_77.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_78.asset │ │ │ │ │ ├── OverWorld_Sprite_78.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_79.asset │ │ │ │ │ ├── OverWorld_Sprite_79.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_8.asset │ │ │ │ │ ├── OverWorld_Sprite_8.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_80.asset │ │ │ │ │ ├── OverWorld_Sprite_80.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_81.asset │ │ │ │ │ ├── OverWorld_Sprite_81.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_82.asset │ │ │ │ │ ├── OverWorld_Sprite_82.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_83.asset │ │ │ │ │ ├── OverWorld_Sprite_83.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_84.asset │ │ │ │ │ ├── OverWorld_Sprite_84.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_85.asset │ │ │ │ │ ├── OverWorld_Sprite_85.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_86.asset │ │ │ │ │ ├── OverWorld_Sprite_86.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_87.asset │ │ │ │ │ ├── OverWorld_Sprite_87.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_88.asset │ │ │ │ │ ├── OverWorld_Sprite_88.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_89.asset │ │ │ │ │ ├── OverWorld_Sprite_89.asset.meta │ │ │ │ │ ├── OverWorld_Sprite_9.asset │ │ │ │ │ └── OverWorld_Sprite_9.asset.meta │ │ │ │ └── Tiles.meta │ │ │ └── OverWorld.meta │ │ └── Tiles.meta │ ├── Graphics.meta │ ├── InputSystem.inputsettings.asset │ ├── InputSystem.inputsettings.asset.meta │ ├── Objects/ │ │ ├── AreaTitles/ │ │ │ ├── CherryGrove_AreaTitle.asset │ │ │ ├── CherryGrove_AreaTitle.asset.meta │ │ │ ├── ElmsLab_AreaTitle.asset │ │ │ ├── ElmsLab_AreaTitle.asset.meta │ │ │ ├── NewBark_AreaTitle.asset │ │ │ ├── NewBark_AreaTitle.asset.meta │ │ │ ├── Poke_Center.asset │ │ │ ├── Poke_Center.asset.meta │ │ │ ├── Route29_AreaTitle.asset │ │ │ └── Route29_AreaTitle.asset.meta │ │ └── AreaTitles.meta │ ├── Objects.meta │ ├── Prefabs/ │ │ ├── AreaTrigger.prefab │ │ ├── AreaTrigger.prefab.meta │ │ ├── DoubleSprite.prefab │ │ ├── DoubleSprite.prefab.meta │ │ ├── Portal.prefab │ │ ├── Portal.prefab.meta │ │ ├── SignDialog.prefab │ │ ├── SignDialog.prefab.meta │ │ ├── SolidSprite.prefab │ │ ├── SolidSprite.prefab.meta │ │ ├── Sprite.prefab │ │ ├── Sprite.prefab.meta │ │ ├── TilemapCollider.prefab │ │ └── TilemapCollider.prefab.meta │ ├── Prefabs.meta │ ├── Presets/ │ │ ├── PlayerBoxCollider2D.preset │ │ ├── PlayerBoxCollider2D.preset.meta │ │ ├── PlayerRigidbody2D.preset │ │ ├── PlayerRigidbody2D.preset.meta │ │ ├── Sprite.preset │ │ ├── Sprite.preset.meta │ │ ├── TilemapRigidbody2D.preset │ │ └── TilemapRigidbody2D.preset.meta │ ├── Presets.meta │ ├── Scenes/ │ │ ├── Main.unity │ │ └── Main.unity.meta │ ├── Scenes.meta │ ├── Scripts/ │ │ ├── Editor/ │ │ │ ├── FilterHierarchyEditor.cs │ │ │ ├── FilterHierarchyEditor.cs.meta │ │ │ ├── FilterOptions.cs │ │ │ ├── FilterOptions.cs.meta │ │ │ ├── LayerAttributeEditor.cs │ │ │ ├── LayerAttributeEditor.cs.meta │ │ │ ├── TagAttributeEditor.cs │ │ │ └── TagAttributeEditor.cs.meta │ │ ├── Editor.meta │ │ ├── NewBark/ │ │ │ ├── AnimationController.cs │ │ │ ├── AnimationController.cs.meta │ │ │ ├── Attributes/ │ │ │ │ ├── LayerAttribute.cs │ │ │ │ ├── LayerAttribute.cs.meta │ │ │ │ ├── TagAttribute.cs │ │ │ │ └── TagAttribute.cs.meta │ │ │ ├── Attributes.meta │ │ │ ├── Audio/ │ │ │ │ ├── AudioChannel.cs │ │ │ │ ├── AudioChannel.cs.meta │ │ │ │ ├── AudioController.cs │ │ │ │ └── AudioController.cs.meta │ │ │ ├── Audio.meta │ │ │ ├── Dialog/ │ │ │ │ ├── Dialog.cs │ │ │ │ ├── Dialog.cs.meta │ │ │ │ ├── DialogController.cs │ │ │ │ ├── DialogController.cs.meta │ │ │ │ ├── DialogScroller.cs │ │ │ │ └── DialogScroller.cs.meta │ │ │ ├── Dialog.meta │ │ │ ├── DontDestroyList.cs │ │ │ ├── DontDestroyList.cs.meta │ │ │ ├── GameManager.cs │ │ │ ├── GameManager.cs.meta │ │ │ ├── Input/ │ │ │ │ ├── GameButton.cs │ │ │ │ ├── GameButton.cs.meta │ │ │ │ ├── InputActionsMaster.cs │ │ │ │ ├── InputActionsMaster.cs.meta │ │ │ │ ├── InputActionsMaster.inputactions │ │ │ │ ├── InputActionsMaster.inputactions.meta │ │ │ │ ├── InputController.cs │ │ │ │ └── InputController.cs.meta │ │ │ ├── Input.meta │ │ │ ├── InteractionController.cs │ │ │ ├── InteractionController.cs.meta │ │ │ ├── Movement/ │ │ │ │ ├── Direction.cs │ │ │ │ ├── Direction.cs.meta │ │ │ │ ├── Move.cs │ │ │ │ ├── Move.cs.meta │ │ │ │ ├── MoveDirector.cs │ │ │ │ ├── MoveDirector.cs.meta │ │ │ │ ├── MovePath.cs │ │ │ │ ├── MovePath.cs.meta │ │ │ │ ├── PlayerMoveController.cs │ │ │ │ ├── PlayerMoveController.cs.meta │ │ │ │ ├── TeleportController.cs │ │ │ │ ├── TeleportController.cs.meta │ │ │ │ ├── TeleportPortal.cs │ │ │ │ └── TeleportPortal.cs.meta │ │ │ ├── Movement.meta │ │ │ ├── PlayerController.cs │ │ │ ├── PlayerController.cs.meta │ │ │ ├── State/ │ │ │ │ ├── GameData.cs │ │ │ │ ├── GameData.cs.meta │ │ │ │ ├── SaveManager.cs │ │ │ │ └── SaveManager.cs.meta │ │ │ ├── State.meta │ │ │ ├── Support/ │ │ │ │ ├── Extensions/ │ │ │ │ │ ├── GameObjectExtension.cs │ │ │ │ │ └── GameObjectExtension.cs.meta │ │ │ │ ├── Extensions.meta │ │ │ │ ├── Physics/ │ │ │ │ │ ├── CollisionEvent2D.cs │ │ │ │ │ ├── CollisionEvent2D.cs.meta │ │ │ │ │ ├── TriggerEvent2D.cs │ │ │ │ │ ├── TriggerEvent2D.cs.meta │ │ │ │ │ ├── TriggerListener2D.cs │ │ │ │ │ └── TriggerListener2D.cs.meta │ │ │ │ ├── Physics.meta │ │ │ │ ├── README.md │ │ │ │ ├── README.md.meta │ │ │ │ ├── SerializableVector2.cs │ │ │ │ ├── SerializableVector2.cs.meta │ │ │ │ ├── SerializableVector3.cs │ │ │ │ ├── SerializableVector3.cs.meta │ │ │ │ ├── Singleton.cs │ │ │ │ └── Singleton.cs.meta │ │ │ ├── Support.meta │ │ │ ├── Tilemap/ │ │ │ │ ├── AreaTitle.cs │ │ │ │ ├── AreaTitle.cs.meta │ │ │ │ ├── AreaTitleTrigger.cs │ │ │ │ ├── AreaTitleTrigger.cs.meta │ │ │ │ ├── TileSwap.cs │ │ │ │ ├── TileSwap.cs.meta │ │ │ │ ├── TileSwapSchedule.cs │ │ │ │ ├── TileSwapSchedule.cs.meta │ │ │ │ ├── TileSwapScheduler.cs │ │ │ │ └── TileSwapScheduler.cs.meta │ │ │ ├── Tilemap.meta │ │ │ ├── UI/ │ │ │ │ ├── TransitionController.cs │ │ │ │ └── TransitionController.cs.meta │ │ │ └── UI.meta │ │ └── NewBark.meta │ ├── Scripts.meta │ └── Sprites.meta ├── Builders/ │ ├── build-osx.sh │ ├── build-win.sh │ ├── build.sh │ └── changelog.sh ├── CHANGELOG.md ├── Documents/ │ └── DevNotes.md ├── LICENSE ├── Packages/ │ ├── manifest.json │ └── packages-lock.json ├── ProjectSettings/ │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── NetworkManager.asset │ ├── PackageManagerSettings.asset │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ ├── TimelineSettings.asset │ ├── URPProjectSettings.asset │ ├── UnityConnectSettings.asset │ ├── VFXManager.asset │ ├── VersionControlSettings.asset │ └── XRSettings.asset ├── README.md └── UserSettings/ ├── EditorUserSettings.asset └── Search.settings ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ # project related Assets/Gizmos/Cinemachine/ Assets/Gizmos/Cinemachine.meta # IDE directories .vs/ .vscode/ .idea/ # Autogenerated Unity Editor files [Ll]ibrary/ [Tt]emp/ [Oo]bj/ [Ll]ogs/ [Bb]uild/ [Bb]uilds/ Assets/AssetStoreTools* # Autogenerated VS/MD/Consulo solution and project files ExportedObj/ .consulo/ *.csproj *.DotSettings *.unityproj *.sln *.suo *.tmp *.user *.userprefs *.pidb *.booproj *.svd *.pdb *.opendb # Unity3D generated meta files *.pidb.meta *.pdb.meta # Unity3D Generated File On Crash Reports sysinfo.txt # Builds *.apk *.unitypackage # Other *.log *.sqlite *.zip *.gz .DS_Store ================================================ FILE: Assets/Audio/BGM/01-MainTheme.mp3.meta ================================================ fileFormatVersion: 2 guid: e76efa6dbb0c94513b01c1778b73e1a4 AudioImporter: externalObjects: {} serializedVersion: 6 defaultSettings: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 compressionFormat: 1 quality: 1 conversionMode: 0 platformSettingOverrides: {} forceToMono: 0 normalize: 1 preloadAudioData: 1 loadInBackground: 0 ambisonic: 0 3D: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Audio/BGM/09-Pokemon-Center.mp3.meta ================================================ fileFormatVersion: 2 guid: ad97a238c46e04fc8822a01770a4d4d4 AudioImporter: externalObjects: {} serializedVersion: 6 defaultSettings: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 compressionFormat: 1 quality: 1 conversionMode: 0 platformSettingOverrides: {} forceToMono: 0 normalize: 1 preloadAudioData: 1 loadInBackground: 0 ambisonic: 0 3D: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Audio/BGM/13-Pokemon-Recovery.mp3.meta ================================================ fileFormatVersion: 2 guid: 91d16ce777f4f49e69b4913127108dee AudioImporter: externalObjects: {} serializedVersion: 6 defaultSettings: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 compressionFormat: 1 quality: 1 conversionMode: 0 platformSettingOverrides: {} forceToMono: 0 normalize: 1 preloadAudioData: 1 loadInBackground: 0 ambisonic: 0 3D: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Audio/BGM/19-Bicycle.mp3.meta ================================================ fileFormatVersion: 2 guid: 1a160e5d75b86467d992afb165017e67 AudioImporter: externalObjects: {} serializedVersion: 6 defaultSettings: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 compressionFormat: 1 quality: 1 conversionMode: 0 platformSettingOverrides: {} forceToMono: 0 normalize: 1 preloadAudioData: 1 loadInBackground: 0 ambisonic: 0 3D: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Audio/BGM/33-Surfing.mp3.meta ================================================ fileFormatVersion: 2 guid: 36a5196e6248a475db45a64f00c7db79 AudioImporter: externalObjects: {} serializedVersion: 6 defaultSettings: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 compressionFormat: 1 quality: 1 conversionMode: 0 platformSettingOverrides: {} forceToMono: 0 normalize: 1 preloadAudioData: 1 loadInBackground: 0 ambisonic: 0 3D: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Audio/BGM/34-Evolution.mp3.meta ================================================ fileFormatVersion: 2 guid: a09567a98ef6449f18a5576e7cb0966b AudioImporter: externalObjects: {} serializedVersion: 6 defaultSettings: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 compressionFormat: 1 quality: 1 conversionMode: 0 platformSettingOverrides: {} forceToMono: 0 normalize: 1 preloadAudioData: 1 loadInBackground: 0 ambisonic: 0 3D: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Audio/BGM/38-Cherrygrove-City.mp3.meta ================================================ fileFormatVersion: 2 guid: 8aadd26b1614d4563a02f4391fd2325d AudioImporter: externalObjects: {} serializedVersion: 6 defaultSettings: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 compressionFormat: 1 quality: 1 conversionMode: 0 platformSettingOverrides: {} forceToMono: 0 normalize: 1 preloadAudioData: 1 loadInBackground: 0 ambisonic: 0 3D: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Audio/BGM/41-Wild-Battle.mp3.meta ================================================ fileFormatVersion: 2 guid: 358e4f3cc7e1946a197b834b123322f2 AudioImporter: externalObjects: {} serializedVersion: 6 defaultSettings: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 compressionFormat: 1 quality: 1 conversionMode: 0 platformSettingOverrides: {} forceToMono: 0 normalize: 1 preloadAudioData: 1 loadInBackground: 0 ambisonic: 0 3D: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Audio/BGM/42-Trainer-Battle.mp3.meta ================================================ fileFormatVersion: 2 guid: 27dc0adcacc0248ab8df693f685f91fc AudioImporter: externalObjects: {} serializedVersion: 6 defaultSettings: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 compressionFormat: 1 quality: 1 conversionMode: 0 platformSettingOverrides: {} forceToMono: 0 normalize: 1 preloadAudioData: 1 loadInBackground: 0 ambisonic: 0 3D: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Audio/BGM/50-Elm-Lab.mp3.meta ================================================ fileFormatVersion: 2 guid: 8720331172c3f417aa2d686d32bb6c07 AudioImporter: externalObjects: {} serializedVersion: 6 defaultSettings: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 compressionFormat: 1 quality: 1 conversionMode: 0 platformSettingOverrides: {} forceToMono: 0 normalize: 1 preloadAudioData: 1 loadInBackground: 0 ambisonic: 0 3D: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Audio/BGM/52-Route-29.mp3.meta ================================================ fileFormatVersion: 2 guid: 34530ca1152a0447e9a1007af511acb5 AudioImporter: externalObjects: {} serializedVersion: 6 defaultSettings: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 compressionFormat: 1 quality: 1 conversionMode: 0 platformSettingOverrides: {} forceToMono: 0 normalize: 1 preloadAudioData: 1 loadInBackground: 0 ambisonic: 0 3D: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Audio/BGM/60-NewBarkTown.mp3.meta ================================================ fileFormatVersion: 2 guid: 0cad64e6f0971409992d5fb61b56c8d6 AudioImporter: externalObjects: {} serializedVersion: 6 defaultSettings: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 compressionFormat: 1 quality: 1 conversionMode: 0 platformSettingOverrides: {} forceToMono: 0 normalize: 1 preloadAudioData: 1 loadInBackground: 0 ambisonic: 0 3D: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Audio/BGM.meta ================================================ fileFormatVersion: 2 guid: 5a08a9acd6b0846239c9b072992b6c04 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Audio/SFX/collide.ogg.meta ================================================ fileFormatVersion: 2 guid: e7aa1061682754e5f919394e893de652 AudioImporter: externalObjects: {} serializedVersion: 6 defaultSettings: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 compressionFormat: 1 quality: 1 conversionMode: 0 platformSettingOverrides: {} forceToMono: 0 normalize: 1 preloadAudioData: 1 loadInBackground: 0 ambisonic: 0 3D: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Audio/SFX/collide_slow.mp3.meta ================================================ fileFormatVersion: 2 guid: 0d4dc5dc54da04deea49dcd59a869b4e AudioImporter: externalObjects: {} serializedVersion: 6 defaultSettings: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 compressionFormat: 1 quality: 1 conversionMode: 0 platformSettingOverrides: {} forceToMono: 0 normalize: 1 preloadAudioData: 1 loadInBackground: 0 ambisonic: 0 3D: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Audio/SFX/door_enter.mp3.meta ================================================ fileFormatVersion: 2 guid: 33c3c614c27c14c0fa484cf5e8b51dae AudioImporter: externalObjects: {} serializedVersion: 6 defaultSettings: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 compressionFormat: 1 quality: 1 conversionMode: 0 platformSettingOverrides: {} forceToMono: 0 normalize: 1 preloadAudioData: 1 loadInBackground: 0 ambisonic: 0 3D: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Audio/SFX/door_exit.mp3.meta ================================================ fileFormatVersion: 2 guid: 2b20b2775e9ac45efb2dceb2b089a13c AudioImporter: externalObjects: {} serializedVersion: 6 defaultSettings: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 compressionFormat: 1 quality: 1 conversionMode: 0 platformSettingOverrides: {} forceToMono: 0 normalize: 1 preloadAudioData: 1 loadInBackground: 0 ambisonic: 0 3D: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Audio/SFX/escape.mp3.meta ================================================ fileFormatVersion: 2 guid: f19eec16b3d67486497e8c9c3ce6356a AudioImporter: externalObjects: {} serializedVersion: 6 defaultSettings: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 compressionFormat: 1 quality: 1 conversionMode: 0 platformSettingOverrides: {} forceToMono: 0 normalize: 1 preloadAudioData: 1 loadInBackground: 0 ambisonic: 0 3D: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Audio/SFX/heal.mp3.meta ================================================ fileFormatVersion: 2 guid: 4c6f6ace5bf3f4ed2935432d3fda3953 AudioImporter: externalObjects: {} serializedVersion: 6 defaultSettings: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 compressionFormat: 1 quality: 1 conversionMode: 0 platformSettingOverrides: {} forceToMono: 0 normalize: 1 preloadAudioData: 1 loadInBackground: 0 ambisonic: 0 3D: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Audio/SFX/jump.mp3.meta ================================================ fileFormatVersion: 2 guid: 356967ab178d246c0ae1777165702c4a AudioImporter: externalObjects: {} serializedVersion: 6 defaultSettings: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 compressionFormat: 1 quality: 1 conversionMode: 0 platformSettingOverrides: {} forceToMono: 0 normalize: 1 preloadAudioData: 1 loadInBackground: 0 ambisonic: 0 3D: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Audio/SFX/select.mp3.meta ================================================ fileFormatVersion: 2 guid: ff3b0517750ac4472880a1fb447f6ee0 AudioImporter: externalObjects: {} serializedVersion: 6 defaultSettings: loadType: 0 sampleRateSetting: 0 sampleRateOverride: 44100 compressionFormat: 1 quality: 1 conversionMode: 0 platformSettingOverrides: {} forceToMono: 0 normalize: 1 preloadAudioData: 1 loadInBackground: 0 ambisonic: 0 3D: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Audio/SFX.meta ================================================ fileFormatVersion: 2 guid: 93db2b45213ed4957aad45ac8afd8390 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Audio.meta ================================================ fileFormatVersion: 2 guid: 0c6ab9e3700514b608b232b0c61d5884 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/DialogArrow.anim ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: DialogArrow serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m_RotationCurves: [] m_CompressedRotationCurves: [] m_EulerCurves: [] m_PositionCurves: [] m_ScaleCurves: [] m_FloatCurves: - curve: serializedVersion: 2 m_Curve: - serializedVersion: 3 time: 0 value: 0 inSlope: Infinity outSlope: Infinity tangentMode: 103 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.33333334 value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.6666667 value: 0 inSlope: Infinity outSlope: Infinity tangentMode: 103 weightedMode: 0 inWeight: 0 outWeight: 0 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_Enabled path: classID: 114 script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3} m_PPtrCurves: [] m_SampleRate: 60 m_WrapMode: 0 m_Bounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_ClipBindingConstant: genericBindings: - serializedVersion: 2 path: 0 attribute: 3305885265 script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3} typeID: 114 customType: 24 isPPtrCurve: 0 pptrCurveMapping: [] m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 m_StopTime: 0.6666667 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 m_HasAdditiveReferencePose: 0 m_LoopTime: 1 m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 m_KeepOriginalOrientation: 0 m_KeepOriginalPositionY: 1 m_KeepOriginalPositionXZ: 0 m_HeightFromFeet: 0 m_Mirror: 0 m_EditorCurves: - curve: serializedVersion: 2 m_Curve: - serializedVersion: 3 time: 0 value: 0 inSlope: Infinity outSlope: Infinity tangentMode: 103 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.33333334 value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.6666667 value: 0 inSlope: Infinity outSlope: Infinity tangentMode: 103 weightedMode: 0 inWeight: 0 outWeight: 0 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_Enabled path: classID: 114 script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3} m_EulerEditorCurves: [] m_HasGenericRootTransform: 0 m_HasMotionFloatCurves: 0 m_Events: [] ================================================ FILE: Assets/Graphics/Animations/DialogArrow.anim.meta ================================================ fileFormatVersion: 2 guid: e31e75dd50aa7424299478c5ee46fd3a NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/DialogArrow.controller ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!91 &9100000 AnimatorController: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: DialogArrow serializedVersion: 5 m_AnimatorParameters: [] m_AnimatorLayers: - serializedVersion: 5 m_Name: Base Layer m_StateMachine: {fileID: 1107930797135003518} m_Mask: {fileID: 0} m_Motions: [] m_Behaviours: [] m_BlendingMode: 0 m_SyncedLayerIndex: -1 m_DefaultWeight: 0 m_IKPass: 0 m_SyncedLayerAffectsTiming: 0 m_Controller: {fileID: 9100000} --- !u!1102 &1102166292649818184 AnimatorState: serializedVersion: 5 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: DialogArrow m_Speed: 1 m_CycleOffset: 0 m_Transitions: [] m_StateMachineBehaviours: [] m_Position: {x: 50, y: 50, z: 0} m_IKOnFeet: 0 m_WriteDefaultValues: 1 m_Mirror: 0 m_SpeedParameterActive: 0 m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 m_Motion: {fileID: 7400000, guid: e31e75dd50aa7424299478c5ee46fd3a, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: --- !u!1107 &1107930797135003518 AnimatorStateMachine: serializedVersion: 5 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: Base Layer m_ChildStates: - serializedVersion: 1 m_State: {fileID: 1102166292649818184} m_Position: {x: 288, y: 36, z: 0} m_ChildStateMachines: [] m_AnyStateTransitions: [] m_EntryTransitions: [] m_StateMachineTransitions: {} m_StateMachineBehaviours: [] m_AnyStatePosition: {x: 50, y: 20, z: 0} m_EntryPosition: {x: 50, y: 120, z: 0} m_ExitPosition: {x: 288, y: 144, z: 0} m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} m_DefaultState: {fileID: 1102166292649818184} ================================================ FILE: Assets/Graphics/Animations/DialogArrow.controller.meta ================================================ fileFormatVersion: 2 guid: 68b9cbbfbddb143fe9830571f0bab866 NativeFormatImporter: externalObjects: {} mainObjectFileID: 9100000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/Grass/GrassTopMove.anim ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: GrassTopMove serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m_RotationCurves: [] m_CompressedRotationCurves: [] m_EulerCurves: [] m_PositionCurves: [] m_ScaleCurves: [] m_FloatCurves: [] m_PPtrCurves: - curve: - time: 0 value: {fileID: 21300082, guid: 235ac397970f84a0985b517461957e3e, type: 3} - time: 0.06666667 value: {fileID: 21300086, guid: 235ac397970f84a0985b517461957e3e, type: 3} - time: 0.13333334 value: {fileID: 21300082, guid: 235ac397970f84a0985b517461957e3e, type: 3} attribute: m_Sprite path: classID: 212 script: {fileID: 0} m_SampleRate: 15 m_WrapMode: 0 m_Bounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_ClipBindingConstant: genericBindings: - serializedVersion: 2 path: 0 attribute: 0 script: {fileID: 0} typeID: 212 customType: 23 isPPtrCurve: 1 pptrCurveMapping: - {fileID: 21300082, guid: 235ac397970f84a0985b517461957e3e, type: 3} - {fileID: 21300086, guid: 235ac397970f84a0985b517461957e3e, type: 3} - {fileID: 21300082, guid: 235ac397970f84a0985b517461957e3e, type: 3} m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 m_StopTime: 0.20000002 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 m_HasAdditiveReferencePose: 0 m_LoopTime: 1 m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 m_KeepOriginalOrientation: 0 m_KeepOriginalPositionY: 1 m_KeepOriginalPositionXZ: 0 m_HeightFromFeet: 0 m_Mirror: 0 m_EditorCurves: [] m_EulerEditorCurves: [] m_HasGenericRootTransform: 0 m_HasMotionFloatCurves: 0 m_Events: [] ================================================ FILE: Assets/Graphics/Animations/Grass/GrassTopMove.anim.meta ================================================ fileFormatVersion: 2 guid: 0247dfef0510146d08be186e90561fa8 NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/Grass/GrassTopMove.controller ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!91 &9100000 AnimatorController: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: GrassTopMove serializedVersion: 5 m_AnimatorParameters: [] m_AnimatorLayers: - serializedVersion: 5 m_Name: Base Layer m_StateMachine: {fileID: 6088543279581711901} m_Mask: {fileID: 0} m_Motions: [] m_Behaviours: [] m_BlendingMode: 0 m_SyncedLayerIndex: -1 m_DefaultWeight: 0 m_IKPass: 0 m_SyncedLayerAffectsTiming: 0 m_Controller: {fileID: 9100000} --- !u!1102 &6027399479934003757 AnimatorState: serializedVersion: 5 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: GrassTop m_Speed: 1 m_CycleOffset: 0 m_Transitions: [] m_StateMachineBehaviours: [] m_Position: {x: 50, y: 50, z: 0} m_IKOnFeet: 0 m_WriteDefaultValues: 1 m_Mirror: 0 m_SpeedParameterActive: 0 m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 m_Motion: {fileID: 7400000, guid: 0247dfef0510146d08be186e90561fa8, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: --- !u!1107 &6088543279581711901 AnimatorStateMachine: serializedVersion: 5 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: Base Layer m_ChildStates: - serializedVersion: 1 m_State: {fileID: 6027399479934003757} m_Position: {x: 200, y: 0, z: 0} - serializedVersion: 1 m_State: {fileID: 8029127012065713982} m_Position: {x: 235, y: 65, z: 0} m_ChildStateMachines: [] m_AnyStateTransitions: [] m_EntryTransitions: [] m_StateMachineTransitions: {} m_StateMachineBehaviours: [] m_AnyStatePosition: {x: 50, y: 20, z: 0} m_EntryPosition: {x: 50, y: 120, z: 0} m_ExitPosition: {x: 800, y: 120, z: 0} m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} m_DefaultState: {fileID: 6027399479934003757} --- !u!1102 &8029127012065713982 AnimatorState: serializedVersion: 5 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: GrassTopIdle m_Speed: 1 m_CycleOffset: 0 m_Transitions: [] m_StateMachineBehaviours: [] m_Position: {x: 50, y: 50, z: 0} m_IKOnFeet: 0 m_WriteDefaultValues: 1 m_Mirror: 0 m_SpeedParameterActive: 0 m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 m_Motion: {fileID: 7400000, guid: 7d1336250900141209b4fa38f7a76dd0, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: ================================================ FILE: Assets/Graphics/Animations/Grass/GrassTopMove.controller.meta ================================================ fileFormatVersion: 2 guid: 70ac99118934e46e8b17da8e7c40064c NativeFormatImporter: externalObjects: {} mainObjectFileID: 9100000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/Grass.meta ================================================ fileFormatVersion: 2 guid: bb45500559e9747cf98b0ccc3601fce4 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/Player/Player.controller ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!91 &9100000 AnimatorController: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: Player serializedVersion: 5 m_AnimatorParameters: - m_Name: MoveX m_Type: 1 m_DefaultFloat: 0 m_DefaultInt: 0 m_DefaultBool: 0 m_Controller: {fileID: 0} - m_Name: MoveY m_Type: 1 m_DefaultFloat: 0 m_DefaultInt: 0 m_DefaultBool: 0 m_Controller: {fileID: 0} - m_Name: LastMoveX m_Type: 1 m_DefaultFloat: 0 m_DefaultInt: 0 m_DefaultBool: 0 m_Controller: {fileID: 0} - m_Name: LastMoveY m_Type: 1 m_DefaultFloat: 0 m_DefaultInt: 0 m_DefaultBool: 0 m_Controller: {fileID: 0} - m_Name: Speed m_Type: 1 m_DefaultFloat: 0 m_DefaultInt: 0 m_DefaultBool: 0 m_Controller: {fileID: 0} m_AnimatorLayers: - serializedVersion: 5 m_Name: Base Layer m_StateMachine: {fileID: 1107882423114553494} m_Mask: {fileID: 0} m_Motions: [] m_Behaviours: [] m_BlendingMode: 0 m_SyncedLayerIndex: -1 m_DefaultWeight: 0 m_IKPass: 0 m_SyncedLayerAffectsTiming: 0 m_Controller: {fileID: 9100000} --- !u!206 &206515015110427124 BlendTree: m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: Blend Tree m_Childs: - serializedVersion: 2 m_Motion: {fileID: 7400000, guid: b1f115a45f7d742f08e6b325591c2e05, type: 2} m_Threshold: 0 m_Position: {x: 0, y: -1} m_TimeScale: 1 m_CycleOffset: 0 m_DirectBlendParameter: MoveX m_Mirror: 0 - serializedVersion: 2 m_Motion: {fileID: 7400000, guid: 0b5271e3ef31f48b29fe5c61de8b5907, type: 2} m_Threshold: 0.33333334 m_Position: {x: 0, y: 1} m_TimeScale: 1 m_CycleOffset: 0 m_DirectBlendParameter: MoveX m_Mirror: 0 - serializedVersion: 2 m_Motion: {fileID: 7400000, guid: 2ef82b973cb8b41ca97a30eb6cfdfbd3, type: 2} m_Threshold: 0.6666667 m_Position: {x: -1, y: 0} m_TimeScale: 1 m_CycleOffset: 0 m_DirectBlendParameter: MoveX m_Mirror: 0 - serializedVersion: 2 m_Motion: {fileID: 7400000, guid: 8290e7777ab704857bc6ed27168d5622, type: 2} m_Threshold: 1 m_Position: {x: 1, y: 0} m_TimeScale: 1 m_CycleOffset: 0 m_DirectBlendParameter: MoveX m_Mirror: 0 m_BlendParameter: MoveX m_BlendParameterY: MoveY m_MinThreshold: 0 m_MaxThreshold: 1 m_UseAutomaticThresholds: 1 m_NormalizedBlendValues: 0 m_BlendType: 1 --- !u!206 &206636511680642308 BlendTree: m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: Blend Tree m_Childs: - serializedVersion: 2 m_Motion: {fileID: 7400000, guid: f1379f794ca424773b142be2cbd52442, type: 2} m_Threshold: 0 m_Position: {x: 0, y: -1} m_TimeScale: 1 m_CycleOffset: 0 m_DirectBlendParameter: MoveX m_Mirror: 0 - serializedVersion: 2 m_Motion: {fileID: 7400000, guid: 1d735699027404d17a473daaf1cca76e, type: 2} m_Threshold: 0.33333334 m_Position: {x: -1, y: 0} m_TimeScale: 1 m_CycleOffset: 0 m_DirectBlendParameter: MoveX m_Mirror: 0 - serializedVersion: 2 m_Motion: {fileID: 7400000, guid: 3db61df45d3a54566bc44b951b25a082, type: 2} m_Threshold: 0.6666667 m_Position: {x: 1, y: 0} m_TimeScale: 1 m_CycleOffset: 0 m_DirectBlendParameter: MoveX m_Mirror: 0 - serializedVersion: 2 m_Motion: {fileID: 7400000, guid: f75865f74b58a4fcd97a3f84f5903c8e, type: 2} m_Threshold: 1 m_Position: {x: 0, y: 1} m_TimeScale: 1 m_CycleOffset: 0 m_DirectBlendParameter: MoveX m_Mirror: 0 m_BlendParameter: LastMoveX m_BlendParameterY: LastMoveY m_MinThreshold: 0 m_MaxThreshold: 1 m_UseAutomaticThresholds: 1 m_NormalizedBlendValues: 0 m_BlendType: 1 --- !u!206 &206804915527885734 BlendTree: m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: Blend Tree m_Childs: [] m_BlendParameter: MoveX m_BlendParameterY: MoveX m_MinThreshold: 0 m_MaxThreshold: 1 m_UseAutomaticThresholds: 1 m_NormalizedBlendValues: 0 m_BlendType: 0 --- !u!1101 &1101357367479930604 AnimatorStateTransition: m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: m_Conditions: - m_ConditionMode: 3 m_ConditionEvent: Speed m_EventTreshold: 0.1 m_DstStateMachine: {fileID: 0} m_DstState: {fileID: 1102291114095791058} m_Solo: 0 m_Mute: 0 m_IsExit: 0 serializedVersion: 3 m_TransitionDuration: 0 m_TransitionOffset: 0 m_ExitTime: 0.75 m_HasExitTime: 0 m_HasFixedDuration: 0 m_InterruptionSource: 0 m_OrderedInterruption: 1 m_CanTransitionToSelf: 1 --- !u!1101 &1101406451703054364 AnimatorStateTransition: m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: m_Conditions: - m_ConditionMode: 4 m_ConditionEvent: Speed m_EventTreshold: 0.1 m_DstStateMachine: {fileID: 0} m_DstState: {fileID: 1102381980021283108} m_Solo: 0 m_Mute: 0 m_IsExit: 0 serializedVersion: 3 m_TransitionDuration: 0 m_TransitionOffset: 0 m_ExitTime: 0.6875 m_HasExitTime: 0 m_HasFixedDuration: 0 m_InterruptionSource: 0 m_OrderedInterruption: 1 m_CanTransitionToSelf: 1 --- !u!1102 &1102291114095791058 AnimatorState: serializedVersion: 5 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: Player Animation m_Speed: 1 m_CycleOffset: 0.2 m_Transitions: - {fileID: 1101406451703054364} m_StateMachineBehaviours: [] m_Position: {x: 50, y: 50, z: 0} m_IKOnFeet: 0 m_WriteDefaultValues: 1 m_Mirror: 0 m_SpeedParameterActive: 0 m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 m_Motion: {fileID: 206515015110427124} m_Tag: m_SpeedParameter: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: --- !u!1102 &1102381980021283108 AnimatorState: serializedVersion: 5 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: Player Idle m_Speed: 1 m_CycleOffset: 0 m_Transitions: - {fileID: 1101357367479930604} m_StateMachineBehaviours: [] m_Position: {x: 50, y: 50, z: 0} m_IKOnFeet: 0 m_WriteDefaultValues: 1 m_Mirror: 0 m_SpeedParameterActive: 0 m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 m_Motion: {fileID: 206636511680642308} m_Tag: m_SpeedParameter: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: --- !u!1107 &1107882423114553494 AnimatorStateMachine: serializedVersion: 5 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: Base Layer m_ChildStates: - serializedVersion: 1 m_State: {fileID: 1102291114095791058} m_Position: {x: 252, y: -60, z: 0} - serializedVersion: 1 m_State: {fileID: 1102381980021283108} m_Position: {x: 252, y: 24, z: 0} m_ChildStateMachines: [] m_AnyStateTransitions: [] m_EntryTransitions: [] m_StateMachineTransitions: {} m_StateMachineBehaviours: [] m_AnyStatePosition: {x: -24, y: -72, z: 0} m_EntryPosition: {x: -24, y: 24, z: 0} m_ExitPosition: {x: -24, y: 168, z: 0} m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} m_DefaultState: {fileID: 1102381980021283108} ================================================ FILE: Assets/Graphics/Animations/Player/Player.controller.meta ================================================ fileFormatVersion: 2 guid: 962656089424e47048f68ef2d52871d2 NativeFormatImporter: externalObjects: {} mainObjectFileID: 9100000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/Player/Player_Bike_Down.anim ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Player_Bike_Down serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m_RotationCurves: [] m_CompressedRotationCurves: [] m_EulerCurves: [] m_PositionCurves: [] m_ScaleCurves: [] m_FloatCurves: [] m_PPtrCurves: - curve: - time: 0 value: {fileID: 21300070, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.2 value: {fileID: 21300068, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.4 value: {fileID: 21300070, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.6 value: {fileID: 21300072, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} attribute: m_Sprite path: classID: 212 script: {fileID: 0} m_SampleRate: 5 m_WrapMode: 0 m_Bounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_ClipBindingConstant: genericBindings: - serializedVersion: 2 path: 0 attribute: 0 script: {fileID: 0} typeID: 212 customType: 23 isPPtrCurve: 1 pptrCurveMapping: - {fileID: 21300070, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300068, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300070, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300072, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 m_StopTime: 0.8 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 m_HasAdditiveReferencePose: 0 m_LoopTime: 1 m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 m_KeepOriginalOrientation: 0 m_KeepOriginalPositionY: 1 m_KeepOriginalPositionXZ: 0 m_HeightFromFeet: 0 m_Mirror: 0 m_EditorCurves: [] m_EulerEditorCurves: [] m_HasGenericRootTransform: 0 m_HasMotionFloatCurves: 0 m_GenerateMotionCurves: 0 m_Events: [] ================================================ FILE: Assets/Graphics/Animations/Player/Player_Bike_Down.anim.meta ================================================ fileFormatVersion: 2 guid: 2118cd7da98e54b5b94c9eb487cd2037 NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/Player/Player_Bike_Left.anim ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Player_Bike_Left serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m_RotationCurves: [] m_CompressedRotationCurves: [] m_EulerCurves: [] m_PositionCurves: [] m_ScaleCurves: [] m_FloatCurves: [] m_PPtrCurves: - curve: - time: 0 value: {fileID: 21300080, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.2 value: {fileID: 21300082, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.4 value: {fileID: 21300080, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.6 value: {fileID: 21300082, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} attribute: m_Sprite path: classID: 212 script: {fileID: 0} m_SampleRate: 5 m_WrapMode: 0 m_Bounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_ClipBindingConstant: genericBindings: - serializedVersion: 2 path: 0 attribute: 0 script: {fileID: 0} typeID: 212 customType: 23 isPPtrCurve: 1 pptrCurveMapping: - {fileID: 21300080, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300082, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300080, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300082, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 m_StopTime: 0.8 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 m_HasAdditiveReferencePose: 0 m_LoopTime: 1 m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 m_KeepOriginalOrientation: 0 m_KeepOriginalPositionY: 1 m_KeepOriginalPositionXZ: 0 m_HeightFromFeet: 0 m_Mirror: 0 m_EditorCurves: [] m_EulerEditorCurves: [] m_HasGenericRootTransform: 0 m_HasMotionFloatCurves: 0 m_GenerateMotionCurves: 0 m_Events: [] ================================================ FILE: Assets/Graphics/Animations/Player/Player_Bike_Left.anim.meta ================================================ fileFormatVersion: 2 guid: a9b364a4cef12417782a6795de4b5cd4 NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/Player/Player_Bike_Right.anim ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Player_Bike_Right serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m_RotationCurves: [] m_CompressedRotationCurves: [] m_EulerCurves: [] m_PositionCurves: [] m_ScaleCurves: [] m_FloatCurves: [] m_PPtrCurves: - curve: - time: 0 value: {fileID: 21300084, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.2 value: {fileID: 21300086, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.4 value: {fileID: 21300084, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.6 value: {fileID: 21300086, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} attribute: m_Sprite path: classID: 212 script: {fileID: 0} m_SampleRate: 5 m_WrapMode: 0 m_Bounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_ClipBindingConstant: genericBindings: - serializedVersion: 2 path: 0 attribute: 0 script: {fileID: 0} typeID: 212 customType: 23 isPPtrCurve: 1 pptrCurveMapping: - {fileID: 21300084, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300086, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300084, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300086, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 m_StopTime: 0.8 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 m_HasAdditiveReferencePose: 0 m_LoopTime: 1 m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 m_KeepOriginalOrientation: 0 m_KeepOriginalPositionY: 1 m_KeepOriginalPositionXZ: 0 m_HeightFromFeet: 0 m_Mirror: 0 m_EditorCurves: [] m_EulerEditorCurves: [] m_HasGenericRootTransform: 0 m_HasMotionFloatCurves: 0 m_GenerateMotionCurves: 0 m_Events: [] ================================================ FILE: Assets/Graphics/Animations/Player/Player_Bike_Right.anim.meta ================================================ fileFormatVersion: 2 guid: 069469e48d58f4241992261821ae9767 NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/Player/Player_Bike_Up.anim ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Player_Bike_Up serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m_RotationCurves: [] m_CompressedRotationCurves: [] m_EulerCurves: [] m_PositionCurves: [] m_ScaleCurves: [] m_FloatCurves: [] m_PPtrCurves: - curve: - time: 0 value: {fileID: 21300076, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.2 value: {fileID: 21300074, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.4 value: {fileID: 21300076, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.6 value: {fileID: 21300078, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} attribute: m_Sprite path: classID: 212 script: {fileID: 0} m_SampleRate: 5 m_WrapMode: 0 m_Bounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_ClipBindingConstant: genericBindings: - serializedVersion: 2 path: 0 attribute: 0 script: {fileID: 0} typeID: 212 customType: 23 isPPtrCurve: 1 pptrCurveMapping: - {fileID: 21300076, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300074, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300076, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300078, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 m_StopTime: 0.8 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 m_HasAdditiveReferencePose: 0 m_LoopTime: 1 m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 m_KeepOriginalOrientation: 0 m_KeepOriginalPositionY: 1 m_KeepOriginalPositionXZ: 0 m_HeightFromFeet: 0 m_Mirror: 0 m_EditorCurves: [] m_EulerEditorCurves: [] m_HasGenericRootTransform: 0 m_HasMotionFloatCurves: 0 m_GenerateMotionCurves: 0 m_Events: [] ================================================ FILE: Assets/Graphics/Animations/Player/Player_Bike_Up.anim.meta ================================================ fileFormatVersion: 2 guid: 8fb6ed3d5bd1b4c4bbbfab05bd0bb5d5 NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/Player/Player_Idle_Down.anim ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Player_Idle_Down serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m_RotationCurves: [] m_CompressedRotationCurves: [] m_EulerCurves: [] m_PositionCurves: [] m_ScaleCurves: [] m_FloatCurves: [] m_PPtrCurves: - curve: - time: 0 value: {fileID: 21300054, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} attribute: m_Sprite path: classID: 212 script: {fileID: 0} m_SampleRate: 5 m_WrapMode: 0 m_Bounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_ClipBindingConstant: genericBindings: - serializedVersion: 2 path: 0 attribute: 0 script: {fileID: 0} typeID: 212 customType: 23 isPPtrCurve: 1 pptrCurveMapping: - {fileID: 21300054, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 m_StopTime: 0.2 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 m_HasAdditiveReferencePose: 0 m_LoopTime: 1 m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 m_KeepOriginalOrientation: 0 m_KeepOriginalPositionY: 1 m_KeepOriginalPositionXZ: 0 m_HeightFromFeet: 0 m_Mirror: 0 m_EditorCurves: [] m_EulerEditorCurves: [] m_HasGenericRootTransform: 0 m_HasMotionFloatCurves: 0 m_GenerateMotionCurves: 0 m_Events: [] ================================================ FILE: Assets/Graphics/Animations/Player/Player_Idle_Down.anim.meta ================================================ fileFormatVersion: 2 guid: f1379f794ca424773b142be2cbd52442 NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/Player/Player_Idle_Left.anim ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Player_Idle_Left serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m_RotationCurves: [] m_CompressedRotationCurves: [] m_EulerCurves: [] m_PositionCurves: [] m_ScaleCurves: [] m_FloatCurves: [] m_PPtrCurves: - curve: - time: 0 value: {fileID: 21300050, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} attribute: m_Sprite path: classID: 212 script: {fileID: 0} m_SampleRate: 5 m_WrapMode: 0 m_Bounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_ClipBindingConstant: genericBindings: - serializedVersion: 2 path: 0 attribute: 0 script: {fileID: 0} typeID: 212 customType: 23 isPPtrCurve: 1 pptrCurveMapping: - {fileID: 21300050, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 m_StopTime: 0.2 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 m_HasAdditiveReferencePose: 0 m_LoopTime: 1 m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 m_KeepOriginalOrientation: 0 m_KeepOriginalPositionY: 1 m_KeepOriginalPositionXZ: 0 m_HeightFromFeet: 0 m_Mirror: 0 m_EditorCurves: [] m_EulerEditorCurves: [] m_HasGenericRootTransform: 0 m_HasMotionFloatCurves: 0 m_GenerateMotionCurves: 0 m_Events: [] ================================================ FILE: Assets/Graphics/Animations/Player/Player_Idle_Left.anim.meta ================================================ fileFormatVersion: 2 guid: 1d735699027404d17a473daaf1cca76e NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/Player/Player_Idle_Right.anim ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Player_Idle_Right serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m_RotationCurves: [] m_CompressedRotationCurves: [] m_EulerCurves: [] m_PositionCurves: [] m_ScaleCurves: [] m_FloatCurves: [] m_PPtrCurves: - curve: - time: 0 value: {fileID: 21300046, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} attribute: m_Sprite path: classID: 212 script: {fileID: 0} m_SampleRate: 5 m_WrapMode: 0 m_Bounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_ClipBindingConstant: genericBindings: - serializedVersion: 2 path: 0 attribute: 0 script: {fileID: 0} typeID: 212 customType: 23 isPPtrCurve: 1 pptrCurveMapping: - {fileID: 21300046, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 m_StopTime: 0.2 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 m_HasAdditiveReferencePose: 0 m_LoopTime: 1 m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 m_KeepOriginalOrientation: 0 m_KeepOriginalPositionY: 1 m_KeepOriginalPositionXZ: 0 m_HeightFromFeet: 0 m_Mirror: 0 m_EditorCurves: [] m_EulerEditorCurves: [] m_HasGenericRootTransform: 0 m_HasMotionFloatCurves: 0 m_GenerateMotionCurves: 0 m_Events: [] ================================================ FILE: Assets/Graphics/Animations/Player/Player_Idle_Right.anim.meta ================================================ fileFormatVersion: 2 guid: 3db61df45d3a54566bc44b951b25a082 NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/Player/Player_Idle_Up.anim ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Player_Idle_Up serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m_RotationCurves: [] m_CompressedRotationCurves: [] m_EulerCurves: [] m_PositionCurves: [] m_ScaleCurves: [] m_FloatCurves: [] m_PPtrCurves: - curve: - time: 0 value: {fileID: 21300060, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} attribute: m_Sprite path: classID: 212 script: {fileID: 0} m_SampleRate: 5 m_WrapMode: 0 m_Bounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_ClipBindingConstant: genericBindings: - serializedVersion: 2 path: 0 attribute: 0 script: {fileID: 0} typeID: 212 customType: 23 isPPtrCurve: 1 pptrCurveMapping: - {fileID: 21300060, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 m_StopTime: 0.2 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 m_HasAdditiveReferencePose: 0 m_LoopTime: 1 m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 m_KeepOriginalOrientation: 0 m_KeepOriginalPositionY: 1 m_KeepOriginalPositionXZ: 0 m_HeightFromFeet: 0 m_Mirror: 0 m_EditorCurves: [] m_EulerEditorCurves: [] m_HasGenericRootTransform: 0 m_HasMotionFloatCurves: 0 m_GenerateMotionCurves: 0 m_Events: [] ================================================ FILE: Assets/Graphics/Animations/Player/Player_Idle_Up.anim.meta ================================================ fileFormatVersion: 2 guid: f75865f74b58a4fcd97a3f84f5903c8e NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/Player/Player_Walk_Down.anim ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Player_Walk_Down serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m_RotationCurves: [] m_CompressedRotationCurves: [] m_EulerCurves: [] m_PositionCurves: [] m_ScaleCurves: [] m_FloatCurves: [] m_PPtrCurves: - curve: - time: 0 value: {fileID: 21300054, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.2 value: {fileID: 21300056, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.4 value: {fileID: 21300054, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.6 value: {fileID: 21300058, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} attribute: m_Sprite path: classID: 212 script: {fileID: 0} m_SampleRate: 5 m_WrapMode: 0 m_Bounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_ClipBindingConstant: genericBindings: - serializedVersion: 2 path: 0 attribute: 0 script: {fileID: 0} typeID: 212 customType: 23 isPPtrCurve: 1 pptrCurveMapping: - {fileID: 21300054, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300056, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300054, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300058, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 m_StopTime: 0.8 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 m_HasAdditiveReferencePose: 0 m_LoopTime: 1 m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 m_KeepOriginalOrientation: 0 m_KeepOriginalPositionY: 1 m_KeepOriginalPositionXZ: 0 m_HeightFromFeet: 0 m_Mirror: 0 m_EditorCurves: [] m_EulerEditorCurves: [] m_HasGenericRootTransform: 0 m_HasMotionFloatCurves: 0 m_GenerateMotionCurves: 0 m_Events: [] ================================================ FILE: Assets/Graphics/Animations/Player/Player_Walk_Down.anim.meta ================================================ fileFormatVersion: 2 guid: b1f115a45f7d742f08e6b325591c2e05 NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/Player/Player_Walk_Left.anim ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Player_Walk_Left serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m_RotationCurves: [] m_CompressedRotationCurves: [] m_EulerCurves: [] m_PositionCurves: [] m_ScaleCurves: [] m_FloatCurves: [] m_PPtrCurves: - curve: - time: 0 value: {fileID: 21300050, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.2 value: {fileID: 21300052, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.4 value: {fileID: 21300050, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.6 value: {fileID: 21300052, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} attribute: m_Sprite path: classID: 212 script: {fileID: 0} m_SampleRate: 5 m_WrapMode: 0 m_Bounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_ClipBindingConstant: genericBindings: - serializedVersion: 2 path: 0 attribute: 0 script: {fileID: 0} typeID: 212 customType: 23 isPPtrCurve: 1 pptrCurveMapping: - {fileID: 21300050, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300052, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300050, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300052, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 m_StopTime: 0.8 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 m_HasAdditiveReferencePose: 0 m_LoopTime: 1 m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 m_KeepOriginalOrientation: 0 m_KeepOriginalPositionY: 1 m_KeepOriginalPositionXZ: 0 m_HeightFromFeet: 0 m_Mirror: 0 m_EditorCurves: [] m_EulerEditorCurves: [] m_HasGenericRootTransform: 0 m_HasMotionFloatCurves: 0 m_GenerateMotionCurves: 0 m_Events: [] ================================================ FILE: Assets/Graphics/Animations/Player/Player_Walk_Left.anim.meta ================================================ fileFormatVersion: 2 guid: 2ef82b973cb8b41ca97a30eb6cfdfbd3 NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/Player/Player_Walk_Right.anim ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Player_Walk_Right serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m_RotationCurves: [] m_CompressedRotationCurves: [] m_EulerCurves: [] m_PositionCurves: [] m_ScaleCurves: [] m_FloatCurves: [] m_PPtrCurves: - curve: - time: 0 value: {fileID: 21300046, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.2 value: {fileID: 21300048, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.4 value: {fileID: 21300046, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.6 value: {fileID: 21300048, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} attribute: m_Sprite path: classID: 212 script: {fileID: 0} m_SampleRate: 5 m_WrapMode: 0 m_Bounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_ClipBindingConstant: genericBindings: - serializedVersion: 2 path: 0 attribute: 0 script: {fileID: 0} typeID: 212 customType: 23 isPPtrCurve: 1 pptrCurveMapping: - {fileID: 21300046, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300048, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300046, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300048, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 m_StopTime: 0.8 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 m_HasAdditiveReferencePose: 0 m_LoopTime: 1 m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 m_KeepOriginalOrientation: 0 m_KeepOriginalPositionY: 1 m_KeepOriginalPositionXZ: 0 m_HeightFromFeet: 0 m_Mirror: 0 m_EditorCurves: [] m_EulerEditorCurves: [] m_HasGenericRootTransform: 0 m_HasMotionFloatCurves: 0 m_GenerateMotionCurves: 0 m_Events: [] ================================================ FILE: Assets/Graphics/Animations/Player/Player_Walk_Right.anim.meta ================================================ fileFormatVersion: 2 guid: 8290e7777ab704857bc6ed27168d5622 NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/Player/Player_Walk_Up.anim ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Player_Walk_Up serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m_RotationCurves: [] m_CompressedRotationCurves: [] m_EulerCurves: [] m_PositionCurves: [] m_ScaleCurves: [] m_FloatCurves: [] m_PPtrCurves: - curve: - time: 0 value: {fileID: 21300060, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.2 value: {fileID: 21300062, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.4 value: {fileID: 21300060, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - time: 0.6 value: {fileID: 21300064, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} attribute: m_Sprite path: classID: 212 script: {fileID: 0} m_SampleRate: 5 m_WrapMode: 0 m_Bounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_ClipBindingConstant: genericBindings: - serializedVersion: 2 path: 0 attribute: 0 script: {fileID: 0} typeID: 212 customType: 23 isPPtrCurve: 1 pptrCurveMapping: - {fileID: 21300060, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300062, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300060, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} - {fileID: 21300064, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 m_StopTime: 0.8 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 m_HasAdditiveReferencePose: 0 m_LoopTime: 1 m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 m_KeepOriginalOrientation: 0 m_KeepOriginalPositionY: 1 m_KeepOriginalPositionXZ: 0 m_HeightFromFeet: 0 m_Mirror: 0 m_EditorCurves: [] m_EulerEditorCurves: [] m_HasGenericRootTransform: 0 m_HasMotionFloatCurves: 0 m_GenerateMotionCurves: 0 m_Events: [] ================================================ FILE: Assets/Graphics/Animations/Player/Player_Walk_Up.anim.meta ================================================ fileFormatVersion: 2 guid: 0b5271e3ef31f48b29fe5c61de8b5907 NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/Player.meta ================================================ fileFormatVersion: 2 guid: 56d8bde384ca74d0e8c7578eafad7e3e folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/ScreenFader/FadeIn.anim ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: FadeIn serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m_RotationCurves: [] m_CompressedRotationCurves: [] m_EulerCurves: [] m_PositionCurves: [] m_ScaleCurves: [] m_FloatCurves: - curve: serializedVersion: 2 m_Curve: - serializedVersion: 3 time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 136 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.75 value: 0 inSlope: 0 outSlope: 0 tangentMode: 136 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_Color.a path: Canvas/BlackFade classID: 114 script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - curve: serializedVersion: 2 m_Curve: - serializedVersion: 3 time: 0 value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.75 value: 0 inSlope: Infinity outSlope: Infinity tangentMode: 103 weightedMode: 0 inWeight: 0 outWeight: 0 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_Enabled path: Canvas/BlackFade classID: 114 script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_PPtrCurves: [] m_SampleRate: 60 m_WrapMode: 0 m_Bounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_ClipBindingConstant: genericBindings: - serializedVersion: 2 path: 3602832736 attribute: 304273561 script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} typeID: 114 customType: 0 isPPtrCurve: 0 - serializedVersion: 2 path: 3602832736 attribute: 3305885265 script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} typeID: 114 customType: 24 isPPtrCurve: 0 pptrCurveMapping: [] m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 m_StopTime: 0.75 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 m_HasAdditiveReferencePose: 0 m_LoopTime: 0 m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 m_KeepOriginalOrientation: 0 m_KeepOriginalPositionY: 1 m_KeepOriginalPositionXZ: 0 m_HeightFromFeet: 0 m_Mirror: 0 m_EditorCurves: - curve: serializedVersion: 2 m_Curve: - serializedVersion: 3 time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 136 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.75 value: 0 inSlope: 0 outSlope: 0 tangentMode: 136 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_Color.a path: Canvas/BlackFade classID: 114 script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - curve: serializedVersion: 2 m_Curve: - serializedVersion: 3 time: 0 value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 weightedMode: 0 inWeight: 0 outWeight: 0 - serializedVersion: 3 time: 0.75 value: 0 inSlope: Infinity outSlope: Infinity tangentMode: 103 weightedMode: 0 inWeight: 0 outWeight: 0 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_Enabled path: Canvas/BlackFade classID: 114 script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_EulerEditorCurves: [] m_HasGenericRootTransform: 0 m_HasMotionFloatCurves: 0 m_Events: - time: 0.75 functionName: OnTransitionInAnimationComplete data: objectReferenceParameter: {fileID: 0} floatParameter: 0 intParameter: 0 messageOptions: 0 ================================================ FILE: Assets/Graphics/Animations/ScreenFader/FadeIn.anim.meta ================================================ fileFormatVersion: 2 guid: f833ea8bb69b04e21b32f9cf87c51a08 NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/ScreenFader/FadeOut.anim ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: FadeOut serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m_RotationCurves: [] m_CompressedRotationCurves: [] m_EulerCurves: [] m_PositionCurves: [] m_ScaleCurves: [] m_FloatCurves: - curve: serializedVersion: 2 m_Curve: - serializedVersion: 3 time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 136 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.75 value: 1 inSlope: 0 outSlope: 0 tangentMode: 136 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_Color.a path: Canvas/BlackFade classID: 114 script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - curve: serializedVersion: 2 m_Curve: - serializedVersion: 3 time: 0 value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 weightedMode: 0 inWeight: 0 outWeight: 0 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_Enabled path: Canvas/BlackFade classID: 114 script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_PPtrCurves: [] m_SampleRate: 60 m_WrapMode: 0 m_Bounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_ClipBindingConstant: genericBindings: - serializedVersion: 2 path: 3602832736 attribute: 304273561 script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} typeID: 114 customType: 0 isPPtrCurve: 0 - serializedVersion: 2 path: 3602832736 attribute: 3305885265 script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} typeID: 114 customType: 24 isPPtrCurve: 0 pptrCurveMapping: [] m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 m_StopTime: 0.75 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 m_HasAdditiveReferencePose: 0 m_LoopTime: 0 m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 m_KeepOriginalOrientation: 0 m_KeepOriginalPositionY: 1 m_KeepOriginalPositionXZ: 0 m_HeightFromFeet: 0 m_Mirror: 0 m_EditorCurves: - curve: serializedVersion: 2 m_Curve: - serializedVersion: 3 time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 136 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 0.75 value: 1 inSlope: 0 outSlope: 0 tangentMode: 136 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_Color.a path: Canvas/BlackFade classID: 114 script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - curve: serializedVersion: 2 m_Curve: - serializedVersion: 3 time: 0 value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 weightedMode: 0 inWeight: 0 outWeight: 0 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_Enabled path: Canvas/BlackFade classID: 114 script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_EulerEditorCurves: [] m_HasGenericRootTransform: 0 m_HasMotionFloatCurves: 0 m_Events: [] ================================================ FILE: Assets/Graphics/Animations/ScreenFader/FadeOut.anim.meta ================================================ fileFormatVersion: 2 guid: d33233c9cab29492d81c0c1005e37c23 NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/ScreenFader/FadedOut.anim ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: FadedOut serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m_RotationCurves: [] m_CompressedRotationCurves: [] m_EulerCurves: [] m_PositionCurves: [] m_ScaleCurves: [] m_FloatCurves: - curve: serializedVersion: 2 m_Curve: - serializedVersion: 3 time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 136 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_Color.a path: Canvas/BlackFade classID: 114 script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - curve: serializedVersion: 2 m_Curve: - serializedVersion: 3 time: 0 value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 weightedMode: 0 inWeight: 0 outWeight: 0 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_Enabled path: Canvas/BlackFade classID: 114 script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_PPtrCurves: [] m_SampleRate: 60 m_WrapMode: 0 m_Bounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_ClipBindingConstant: genericBindings: - serializedVersion: 2 path: 3602832736 attribute: 3305885265 script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} typeID: 114 customType: 24 isPPtrCurve: 0 - serializedVersion: 2 path: 3602832736 attribute: 304273561 script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} typeID: 114 customType: 0 isPPtrCurve: 0 pptrCurveMapping: [] m_AnimationClipSettings: serializedVersion: 2 m_AdditiveReferencePoseClip: {fileID: 0} m_AdditiveReferencePoseTime: 0 m_StartTime: 0 m_StopTime: 0.016666668 m_OrientationOffsetY: 0 m_Level: 0 m_CycleOffset: 0 m_HasAdditiveReferencePose: 0 m_LoopTime: 0 m_LoopBlend: 0 m_LoopBlendOrientation: 0 m_LoopBlendPositionY: 0 m_LoopBlendPositionXZ: 0 m_KeepOriginalOrientation: 0 m_KeepOriginalPositionY: 1 m_KeepOriginalPositionXZ: 0 m_HeightFromFeet: 0 m_Mirror: 0 m_EditorCurves: - curve: serializedVersion: 2 m_Curve: - serializedVersion: 3 time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 136 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_Color.a path: Canvas/BlackFade classID: 114 script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - curve: serializedVersion: 2 m_Curve: - serializedVersion: 3 time: 0 value: 1 inSlope: Infinity outSlope: Infinity tangentMode: 103 weightedMode: 0 inWeight: 0 outWeight: 0 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 attribute: m_Enabled path: Canvas/BlackFade classID: 114 script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_EulerEditorCurves: [] m_HasGenericRootTransform: 0 m_HasMotionFloatCurves: 0 m_Events: - time: 0.016666668 functionName: OnTransitionOutAnimationComplete data: objectReferenceParameter: {fileID: 0} floatParameter: 0 intParameter: 0 messageOptions: 0 ================================================ FILE: Assets/Graphics/Animations/ScreenFader/FadedOut.anim.meta ================================================ fileFormatVersion: 2 guid: e867cae1ac21447049691f451bcb9c3d NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/ScreenFader/ScreenFader.controller ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1102 &-6825106704780455547 AnimatorState: serializedVersion: 5 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: FadeIn m_Speed: 1 m_CycleOffset: 0 m_Transitions: - {fileID: -4817809885406340583} m_StateMachineBehaviours: [] m_Position: {x: 50, y: 50, z: 0} m_IKOnFeet: 0 m_WriteDefaultValues: 1 m_Mirror: 0 m_SpeedParameterActive: 0 m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 m_Motion: {fileID: 7400000, guid: f833ea8bb69b04e21b32f9cf87c51a08, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: --- !u!1101 &-6079113867906654000 AnimatorStateTransition: m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: m_Conditions: - m_ConditionMode: 1 m_ConditionEvent: FadeInTrigger m_EventTreshold: 0 m_DstStateMachine: {fileID: 0} m_DstState: {fileID: -6825106704780455547} m_Solo: 0 m_Mute: 0 m_IsExit: 0 serializedVersion: 3 m_TransitionDuration: 0.2 m_TransitionOffset: 0 m_ExitTime: 0.1 m_HasExitTime: 1 m_HasFixedDuration: 1 m_InterruptionSource: 0 m_OrderedInterruption: 1 m_CanTransitionToSelf: 1 --- !u!1107 &-6063834391128836266 AnimatorStateMachine: serializedVersion: 5 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: Base Layer m_ChildStates: - serializedVersion: 1 m_State: {fileID: -6825106704780455547} m_Position: {x: 240, y: 210, z: 0} - serializedVersion: 1 m_State: {fileID: -6056484272548558366} m_Position: {x: 410, y: 90, z: 0} - serializedVersion: 1 m_State: {fileID: -1700274297437722873} m_Position: {x: 240, y: -20, z: 0} - serializedVersion: 1 m_State: {fileID: 4664800646131329080} m_Position: {x: 590, y: 210, z: 0} m_ChildStateMachines: [] m_AnyStateTransitions: - {fileID: -1226484982146979812} m_EntryTransitions: [] m_StateMachineTransitions: {} m_StateMachineBehaviours: [] m_AnyStatePosition: {x: 70, y: -130, z: 0} m_EntryPosition: {x: 50, y: 120, z: 0} m_ExitPosition: {x: 360, y: -90, z: 0} m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} m_DefaultState: {fileID: -1700274297437722873} --- !u!1102 &-6056484272548558366 AnimatorState: serializedVersion: 5 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: FadeOut m_Speed: 1 m_CycleOffset: 0 m_Transitions: - {fileID: -6079113867906654000} - {fileID: 5957936478276451058} m_StateMachineBehaviours: [] m_Position: {x: 50, y: 50, z: 0} m_IKOnFeet: 0 m_WriteDefaultValues: 1 m_Mirror: 0 m_SpeedParameterActive: 0 m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 m_Motion: {fileID: 7400000, guid: d33233c9cab29492d81c0c1005e37c23, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: --- !u!1101 &-5558351517801822222 AnimatorStateTransition: m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: m_Conditions: [] m_DstStateMachine: {fileID: 0} m_DstState: {fileID: -6825106704780455547} m_Solo: 0 m_Mute: 0 m_IsExit: 0 serializedVersion: 3 m_TransitionDuration: 0.25 m_TransitionOffset: 0 m_ExitTime: 0.75 m_HasExitTime: 1 m_HasFixedDuration: 1 m_InterruptionSource: 0 m_OrderedInterruption: 1 m_CanTransitionToSelf: 1 --- !u!1101 &-4817809885406340583 AnimatorStateTransition: m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: m_Conditions: [] m_DstStateMachine: {fileID: 0} m_DstState: {fileID: -1700274297437722873} m_Solo: 0 m_Mute: 0 m_IsExit: 0 serializedVersion: 3 m_TransitionDuration: 0 m_TransitionOffset: 0 m_ExitTime: 0.1 m_HasExitTime: 1 m_HasFixedDuration: 0 m_InterruptionSource: 0 m_OrderedInterruption: 1 m_CanTransitionToSelf: 1 --- !u!1101 &-2929661842527165013 AnimatorStateTransition: m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: m_Conditions: - m_ConditionMode: 1 m_ConditionEvent: FadeInTrigger m_EventTreshold: 0 m_DstStateMachine: {fileID: 0} m_DstState: {fileID: -6825106704780455547} m_Solo: 0 m_Mute: 0 m_IsExit: 0 serializedVersion: 3 m_TransitionDuration: 0.25 m_TransitionOffset: 0 m_ExitTime: 0.75 m_HasExitTime: 0 m_HasFixedDuration: 1 m_InterruptionSource: 0 m_OrderedInterruption: 1 m_CanTransitionToSelf: 1 --- !u!1102 &-1700274297437722873 AnimatorState: serializedVersion: 5 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: FadedIn m_Speed: 1.3 m_CycleOffset: 0 m_Transitions: - {fileID: 6882430788788871994} m_StateMachineBehaviours: [] m_Position: {x: 50, y: 50, z: 0} m_IKOnFeet: 0 m_WriteDefaultValues: 1 m_Mirror: 0 m_SpeedParameterActive: 0 m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 m_Motion: {fileID: 0} m_Tag: m_SpeedParameter: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: --- !u!1101 &-1226484982146979812 AnimatorStateTransition: m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: Disable Fade on invalid trigger m_Conditions: - m_ConditionMode: 1 m_ConditionEvent: FadeOutTrigger m_EventTreshold: 0 - m_ConditionMode: 1 m_ConditionEvent: FadeInTrigger m_EventTreshold: 0 m_DstStateMachine: {fileID: 0} m_DstState: {fileID: -1700274297437722873} m_Solo: 0 m_Mute: 0 m_IsExit: 0 serializedVersion: 3 m_TransitionDuration: 1 m_TransitionOffset: 0 m_ExitTime: 0.75 m_HasExitTime: 0 m_HasFixedDuration: 1 m_InterruptionSource: 0 m_OrderedInterruption: 1 m_CanTransitionToSelf: 1 --- !u!91 &9100000 AnimatorController: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: ScreenFader serializedVersion: 5 m_AnimatorParameters: - m_Name: FadeOutTrigger m_Type: 9 m_DefaultFloat: 0 m_DefaultInt: 0 m_DefaultBool: 0 m_Controller: {fileID: 9100000} - m_Name: FadeInTrigger m_Type: 9 m_DefaultFloat: 0 m_DefaultInt: 0 m_DefaultBool: 0 m_Controller: {fileID: 9100000} m_AnimatorLayers: - serializedVersion: 5 m_Name: Base Layer m_StateMachine: {fileID: -6063834391128836266} m_Mask: {fileID: 0} m_Motions: [] m_Behaviours: [] m_BlendingMode: 0 m_SyncedLayerIndex: -1 m_DefaultWeight: 0 m_IKPass: 0 m_SyncedLayerAffectsTiming: 0 m_Controller: {fileID: 9100000} --- !u!1102 &4664800646131329080 AnimatorState: serializedVersion: 5 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: FadedOut m_Speed: 1 m_CycleOffset: 0 m_Transitions: - {fileID: -2929661842527165013} m_StateMachineBehaviours: [] m_Position: {x: 50, y: 50, z: 0} m_IKOnFeet: 0 m_WriteDefaultValues: 1 m_Mirror: 0 m_SpeedParameterActive: 0 m_MirrorParameterActive: 0 m_CycleOffsetParameterActive: 0 m_TimeParameterActive: 0 m_Motion: {fileID: 7400000, guid: e867cae1ac21447049691f451bcb9c3d, type: 2} m_Tag: m_SpeedParameter: m_MirrorParameter: m_CycleOffsetParameter: m_TimeParameter: --- !u!1101 &5957936478276451058 AnimatorStateTransition: m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: m_Conditions: [] m_DstStateMachine: {fileID: 0} m_DstState: {fileID: 4664800646131329080} m_Solo: 0 m_Mute: 0 m_IsExit: 0 serializedVersion: 3 m_TransitionDuration: 0 m_TransitionOffset: 0 m_ExitTime: 0 m_HasExitTime: 1 m_HasFixedDuration: 1 m_InterruptionSource: 0 m_OrderedInterruption: 1 m_CanTransitionToSelf: 1 --- !u!1101 &6882430788788871994 AnimatorStateTransition: m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: m_Conditions: - m_ConditionMode: 1 m_ConditionEvent: FadeOutTrigger m_EventTreshold: 0 m_DstStateMachine: {fileID: 0} m_DstState: {fileID: -6056484272548558366} m_Solo: 0 m_Mute: 0 m_IsExit: 0 serializedVersion: 3 m_TransitionDuration: 0 m_TransitionOffset: 0 m_ExitTime: 0.1 m_HasExitTime: 0 m_HasFixedDuration: 0 m_InterruptionSource: 0 m_OrderedInterruption: 1 m_CanTransitionToSelf: 1 ================================================ FILE: Assets/Graphics/Animations/ScreenFader/ScreenFader.controller.meta ================================================ fileFormatVersion: 2 guid: 0debc3d6b6d5c465e9ceb6cb547bc16f NativeFormatImporter: externalObjects: {} mainObjectFileID: 9100000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations/ScreenFader.meta ================================================ fileFormatVersion: 2 guid: 1cac9f9de508d4ef6a93bb3c7df934a8 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Animations.meta ================================================ fileFormatVersion: 2 guid: 902e1975279454683ba386330dc5c1ff folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Fonts/Pokemon GB Japan HR.ttf.meta ================================================ fileFormatVersion: 2 guid: a6a0a0ed942bd474f9c0daf9b281276e TrueTypeFontImporter: externalObjects: {} serializedVersion: 4 fontSize: 16 forceTextureCase: -2 characterSpacing: 0 characterPadding: 1 includeFontData: 1 fontName: Pokemon GB Japan HR fontNames: - Pokemon GB Japan HR fallbackFontReferences: [] customCharacters: fontRenderingMode: 0 ascentCalculationMode: 1 useLegacyBoundsCalculation: 0 shouldRoundAdvanceValue: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Fonts/Pokemon GB Japan KT.ttf.meta ================================================ fileFormatVersion: 2 guid: c99374b767e9241f5855af83f4ebda01 TrueTypeFontImporter: externalObjects: {} serializedVersion: 4 fontSize: 16 forceTextureCase: -2 characterSpacing: 0 characterPadding: 1 includeFontData: 1 fontName: Pokemon GB Japan KT fontNames: - Pokemon GB Japan KT fallbackFontReferences: [] customCharacters: fontRenderingMode: 0 ascentCalculationMode: 1 useLegacyBoundsCalculation: 0 shouldRoundAdvanceValue: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Fonts/Pokemon GB.ttf.meta ================================================ fileFormatVersion: 2 guid: ab52b803826884382a618d8cc76c5834 TrueTypeFontImporter: externalObjects: {} serializedVersion: 4 fontSize: 16 forceTextureCase: -2 characterSpacing: 0 characterPadding: 1 includeFontData: 1 fontName: Pokemon GB fontNames: - Pokemon GB fallbackFontReferences: [] customCharacters: fontRenderingMode: 0 ascentCalculationMode: 1 useLegacyBoundsCalculation: 0 shouldRoundAdvanceValue: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Fonts/Pokemon Unown GB.ttf.meta ================================================ fileFormatVersion: 2 guid: 4abb2fb5cb93d423693e022287942620 TrueTypeFontImporter: externalObjects: {} serializedVersion: 4 fontSize: 16 forceTextureCase: -2 characterSpacing: 0 characterPadding: 1 includeFontData: 1 fontName: Pokemon Unown GB fontNames: - Pokemon Unown GB fallbackFontReferences: [] customCharacters: fontRenderingMode: 0 ascentCalculationMode: 1 useLegacyBoundsCalculation: 0 shouldRoundAdvanceValue: 1 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Fonts.meta ================================================ fileFormatVersion: 2 guid: 316a8e003f096456b9442398c1d9bb1c folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/GUI/dialog_arrows.png.meta ================================================ fileFormatVersion: 2 guid: 99f5fc8c6bed2462abd55058ffa4d470 TextureImporter: internalIDToNameTable: - first: 213: 21300000 second: dialog_arrows_0 - first: 213: 21300002 second: dialog_arrows_1 externalObjects: {} serializedVersion: 10 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestReferenceValue: 0.5 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 isReadable: 0 streamingMipmaps: 0 streamingMipmapsPriority: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 seamlessCubemap: 0 textureFormat: 1 maxTextureSize: 2048 textureSettings: serializedVersion: 2 filterMode: 0 aniso: -1 mipBias: -100 wrapU: 1 wrapV: 1 wrapW: 1 nPOTScale: 0 lightmap: 0 compressionQuality: 50 spriteMode: 2 spriteExtrude: 0 spriteMeshType: 0 alignment: 0 spritePivot: {x: 0.5, y: 0.5} spritePixelsToUnits: 32 spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 alphaIsTransparency: 1 spriteTessellationDetail: -1 textureType: 8 textureShape: 1 singleChannelComponent: 0 maxTextureSizeSet: 0 compressionQualitySet: 0 textureFormatSet: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform maxTextureSize: 64 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: Standalone maxTextureSize: 64 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: Android maxTextureSize: 64 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: WebGL maxTextureSize: 64 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 spriteSheet: serializedVersion: 2 sprites: - serializedVersion: 2 name: dialog_arrows_0 rect: serializedVersion: 2 x: 0 y: 32 width: 16 height: 16 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 16, w: 16} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 4e1b786e6734140a49f8e09a57bd1254 internalID: 21300000 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_arrows_1 rect: serializedVersion: 2 x: 0 y: 0 width: 12 height: 20 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: a765d0ce18c0b4afe8c41b05fc349417 internalID: 21300002 vertices: [] indices: edges: [] weights: [] outline: [] physicsShape: [] bones: [] spriteID: 0d97497d2bba1417aa29123f8541b702 internalID: 0 vertices: [] indices: edges: [] weights: [] secondaryTextures: [] spritePackingTag: pSDRemoveMatte: 0 pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/GUI/dialog_box_1.png.meta ================================================ fileFormatVersion: 2 guid: 5cd9259e5112c42b781a498519164c98 TextureImporter: internalIDToNameTable: - first: 213: 21300000 second: dialog_box_1_0 - first: 213: 21300002 second: dialog_box_1_1 - first: 213: 21300004 second: dialog_box_1_2 - first: 213: 21300006 second: dialog_box_1_3 - first: 213: 21300008 second: dialog_box_1_4 - first: 213: 21300010 second: dialog_box_1_5 - first: 213: 21300012 second: dialog_box_1_6 - first: 213: 21300014 second: dialog_box_1_7 - first: 213: 21300016 second: dialog_box_1_8 externalObjects: {} serializedVersion: 10 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestReferenceValue: 0.5 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 isReadable: 0 streamingMipmaps: 0 streamingMipmapsPriority: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 seamlessCubemap: 0 textureFormat: 1 maxTextureSize: 2048 textureSettings: serializedVersion: 2 filterMode: 0 aniso: -1 mipBias: -100 wrapU: 1 wrapV: 1 wrapW: 1 nPOTScale: 0 lightmap: 0 compressionQuality: 50 spriteMode: 1 spriteExtrude: 0 spriteMeshType: 0 alignment: 0 spritePivot: {x: 0.5, y: 0.5} spritePixelsToUnits: 32 spriteBorder: {x: 32, y: 32, z: 32, w: 32} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 alphaIsTransparency: 1 spriteTessellationDetail: -1 textureType: 8 textureShape: 1 singleChannelComponent: 0 maxTextureSizeSet: 0 compressionQualitySet: 0 textureFormatSet: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: Standalone maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: Android maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: WebGL maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 spriteSheet: serializedVersion: 2 sprites: - serializedVersion: 2 name: dialog_box_1_0 rect: serializedVersion: 2 x: 0 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: cd81751f10c734067a43d22198c7efbf internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_1 rect: serializedVersion: 2 x: 32 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 563f7aee0295446fab9fd20500a5258d internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_2 rect: serializedVersion: 2 x: 64 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 660535bf016d14674b7850793796feec internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_3 rect: serializedVersion: 2 x: 0 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b979edc6e25de48acb59249aa755fe75 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_4 rect: serializedVersion: 2 x: 32 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: f4740d0b556364da4a5c43ce5e831480 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_5 rect: serializedVersion: 2 x: 64 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: af9cd1b9ea9844b4eb162feee9d2cf1b internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_6 rect: serializedVersion: 2 x: 0 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: ba4ffdbcbd7144e26959228332319ab8 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_7 rect: serializedVersion: 2 x: 32 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: dc495da48e7024ff89459129b7339a66 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_8 rect: serializedVersion: 2 x: 64 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6744f8cc3a2cb401697d476ea1d6485b internalID: 0 vertices: [] indices: edges: [] weights: [] outline: [] physicsShape: [] bones: [] spriteID: bee3b59d34af746ee9a1b42839999b4e internalID: 0 vertices: [] indices: edges: [] weights: [] secondaryTextures: [] spritePackingTag: pSDRemoveMatte: 0 pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/GUI/dialog_box_2.png.meta ================================================ fileFormatVersion: 2 guid: b5b3265b369da419388bc047d28adf9e TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 10 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestReferenceValue: 0.5 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 isReadable: 0 streamingMipmaps: 0 streamingMipmapsPriority: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 seamlessCubemap: 0 textureFormat: 1 maxTextureSize: 2048 textureSettings: serializedVersion: 2 filterMode: 0 aniso: -1 mipBias: -100 wrapU: 1 wrapV: 1 wrapW: 1 nPOTScale: 0 lightmap: 0 compressionQuality: 50 spriteMode: 1 spriteExtrude: 0 spriteMeshType: 0 alignment: 0 spritePivot: {x: 0.5, y: 0.5} spritePixelsToUnits: 32 spriteBorder: {x: 32, y: 32, z: 32, w: 32} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 alphaIsTransparency: 1 spriteTessellationDetail: -1 textureType: 8 textureShape: 1 singleChannelComponent: 0 maxTextureSizeSet: 0 compressionQualitySet: 0 textureFormatSet: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: Standalone maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: Android maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: WebGL maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 spriteSheet: serializedVersion: 2 sprites: - serializedVersion: 2 name: dialog_box_1_0 rect: serializedVersion: 2 x: 0 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: cd81751f10c734067a43d22198c7efbf internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_1 rect: serializedVersion: 2 x: 32 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 563f7aee0295446fab9fd20500a5258d internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_2 rect: serializedVersion: 2 x: 64 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 660535bf016d14674b7850793796feec internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_3 rect: serializedVersion: 2 x: 0 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b979edc6e25de48acb59249aa755fe75 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_4 rect: serializedVersion: 2 x: 32 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: f4740d0b556364da4a5c43ce5e831480 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_5 rect: serializedVersion: 2 x: 64 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: af9cd1b9ea9844b4eb162feee9d2cf1b internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_6 rect: serializedVersion: 2 x: 0 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: ba4ffdbcbd7144e26959228332319ab8 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_7 rect: serializedVersion: 2 x: 32 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: dc495da48e7024ff89459129b7339a66 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_8 rect: serializedVersion: 2 x: 64 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6744f8cc3a2cb401697d476ea1d6485b internalID: 0 vertices: [] indices: edges: [] weights: [] outline: [] physicsShape: [] bones: [] spriteID: bee3b59d34af746ee9a1b42839999b4e internalID: 0 vertices: [] indices: edges: [] weights: [] secondaryTextures: [] spritePackingTag: pSDRemoveMatte: 0 pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/GUI/dialog_box_3.png.meta ================================================ fileFormatVersion: 2 guid: 51e4abb1383f341ffaa86aa85cd8a430 TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 10 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestReferenceValue: 0.5 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 isReadable: 0 streamingMipmaps: 0 streamingMipmapsPriority: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 seamlessCubemap: 0 textureFormat: 1 maxTextureSize: 2048 textureSettings: serializedVersion: 2 filterMode: 0 aniso: -1 mipBias: -100 wrapU: 1 wrapV: 1 wrapW: 1 nPOTScale: 0 lightmap: 0 compressionQuality: 50 spriteMode: 1 spriteExtrude: 0 spriteMeshType: 0 alignment: 0 spritePivot: {x: 0.5, y: 0.5} spritePixelsToUnits: 32 spriteBorder: {x: 32, y: 32, z: 32, w: 32} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 alphaIsTransparency: 1 spriteTessellationDetail: -1 textureType: 8 textureShape: 1 singleChannelComponent: 0 maxTextureSizeSet: 0 compressionQualitySet: 0 textureFormatSet: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: Standalone maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: Android maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: WebGL maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 spriteSheet: serializedVersion: 2 sprites: - serializedVersion: 2 name: dialog_box_1_0 rect: serializedVersion: 2 x: 0 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: cd81751f10c734067a43d22198c7efbf internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_1 rect: serializedVersion: 2 x: 32 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 563f7aee0295446fab9fd20500a5258d internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_2 rect: serializedVersion: 2 x: 64 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 660535bf016d14674b7850793796feec internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_3 rect: serializedVersion: 2 x: 0 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b979edc6e25de48acb59249aa755fe75 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_4 rect: serializedVersion: 2 x: 32 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: f4740d0b556364da4a5c43ce5e831480 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_5 rect: serializedVersion: 2 x: 64 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: af9cd1b9ea9844b4eb162feee9d2cf1b internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_6 rect: serializedVersion: 2 x: 0 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: ba4ffdbcbd7144e26959228332319ab8 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_7 rect: serializedVersion: 2 x: 32 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: dc495da48e7024ff89459129b7339a66 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_8 rect: serializedVersion: 2 x: 64 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6744f8cc3a2cb401697d476ea1d6485b internalID: 0 vertices: [] indices: edges: [] weights: [] outline: [] physicsShape: [] bones: [] spriteID: bee3b59d34af746ee9a1b42839999b4e internalID: 0 vertices: [] indices: edges: [] weights: [] secondaryTextures: [] spritePackingTag: pSDRemoveMatte: 0 pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/GUI/dialog_box_4.png.meta ================================================ fileFormatVersion: 2 guid: 70f0502a5ac5c45e8ad4172aa2478a99 TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 10 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestReferenceValue: 0.5 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 isReadable: 0 streamingMipmaps: 0 streamingMipmapsPriority: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 seamlessCubemap: 0 textureFormat: 1 maxTextureSize: 2048 textureSettings: serializedVersion: 2 filterMode: 0 aniso: -1 mipBias: -100 wrapU: 1 wrapV: 1 wrapW: 1 nPOTScale: 0 lightmap: 0 compressionQuality: 50 spriteMode: 1 spriteExtrude: 0 spriteMeshType: 0 alignment: 0 spritePivot: {x: 0.5, y: 0.5} spritePixelsToUnits: 32 spriteBorder: {x: 32, y: 32, z: 32, w: 32} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 alphaIsTransparency: 1 spriteTessellationDetail: -1 textureType: 8 textureShape: 1 singleChannelComponent: 0 maxTextureSizeSet: 0 compressionQualitySet: 0 textureFormatSet: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: Standalone maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: Android maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: WebGL maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 spriteSheet: serializedVersion: 2 sprites: - serializedVersion: 2 name: dialog_box_1_0 rect: serializedVersion: 2 x: 0 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: cd81751f10c734067a43d22198c7efbf internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_1 rect: serializedVersion: 2 x: 32 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 563f7aee0295446fab9fd20500a5258d internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_2 rect: serializedVersion: 2 x: 64 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 660535bf016d14674b7850793796feec internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_3 rect: serializedVersion: 2 x: 0 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b979edc6e25de48acb59249aa755fe75 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_4 rect: serializedVersion: 2 x: 32 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: f4740d0b556364da4a5c43ce5e831480 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_5 rect: serializedVersion: 2 x: 64 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: af9cd1b9ea9844b4eb162feee9d2cf1b internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_6 rect: serializedVersion: 2 x: 0 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: ba4ffdbcbd7144e26959228332319ab8 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_7 rect: serializedVersion: 2 x: 32 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: dc495da48e7024ff89459129b7339a66 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_8 rect: serializedVersion: 2 x: 64 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6744f8cc3a2cb401697d476ea1d6485b internalID: 0 vertices: [] indices: edges: [] weights: [] outline: [] physicsShape: [] bones: [] spriteID: bee3b59d34af746ee9a1b42839999b4e internalID: 0 vertices: [] indices: edges: [] weights: [] secondaryTextures: [] spritePackingTag: pSDRemoveMatte: 0 pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/GUI/dialog_box_5.png.meta ================================================ fileFormatVersion: 2 guid: bc44dc2a76e4d42bda924f43f76546cb TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 10 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestReferenceValue: 0.5 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 isReadable: 0 streamingMipmaps: 0 streamingMipmapsPriority: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 seamlessCubemap: 0 textureFormat: 1 maxTextureSize: 2048 textureSettings: serializedVersion: 2 filterMode: 0 aniso: -1 mipBias: -100 wrapU: 1 wrapV: 1 wrapW: 1 nPOTScale: 0 lightmap: 0 compressionQuality: 50 spriteMode: 1 spriteExtrude: 0 spriteMeshType: 0 alignment: 0 spritePivot: {x: 0.5, y: 0.5} spritePixelsToUnits: 32 spriteBorder: {x: 32, y: 32, z: 32, w: 32} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 alphaIsTransparency: 1 spriteTessellationDetail: -1 textureType: 8 textureShape: 1 singleChannelComponent: 0 maxTextureSizeSet: 0 compressionQualitySet: 0 textureFormatSet: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: Standalone maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: Android maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: WebGL maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 spriteSheet: serializedVersion: 2 sprites: - serializedVersion: 2 name: dialog_box_1_0 rect: serializedVersion: 2 x: 0 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: cd81751f10c734067a43d22198c7efbf internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_1 rect: serializedVersion: 2 x: 32 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 563f7aee0295446fab9fd20500a5258d internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_2 rect: serializedVersion: 2 x: 64 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 660535bf016d14674b7850793796feec internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_3 rect: serializedVersion: 2 x: 0 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b979edc6e25de48acb59249aa755fe75 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_4 rect: serializedVersion: 2 x: 32 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: f4740d0b556364da4a5c43ce5e831480 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_5 rect: serializedVersion: 2 x: 64 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: af9cd1b9ea9844b4eb162feee9d2cf1b internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_6 rect: serializedVersion: 2 x: 0 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: ba4ffdbcbd7144e26959228332319ab8 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_7 rect: serializedVersion: 2 x: 32 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: dc495da48e7024ff89459129b7339a66 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_8 rect: serializedVersion: 2 x: 64 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6744f8cc3a2cb401697d476ea1d6485b internalID: 0 vertices: [] indices: edges: [] weights: [] outline: [] physicsShape: [] bones: [] spriteID: bee3b59d34af746ee9a1b42839999b4e internalID: 0 vertices: [] indices: edges: [] weights: [] secondaryTextures: [] spritePackingTag: pSDRemoveMatte: 0 pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/GUI/dialog_box_6.png.meta ================================================ fileFormatVersion: 2 guid: 927182ad2ff15440e930a0deef42161f TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 10 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestReferenceValue: 0.5 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 isReadable: 0 streamingMipmaps: 0 streamingMipmapsPriority: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 seamlessCubemap: 0 textureFormat: 1 maxTextureSize: 2048 textureSettings: serializedVersion: 2 filterMode: 0 aniso: -1 mipBias: -100 wrapU: 1 wrapV: 1 wrapW: 1 nPOTScale: 0 lightmap: 0 compressionQuality: 50 spriteMode: 1 spriteExtrude: 0 spriteMeshType: 0 alignment: 0 spritePivot: {x: 0.5, y: 0.5} spritePixelsToUnits: 32 spriteBorder: {x: 32, y: 32, z: 32, w: 32} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 alphaIsTransparency: 1 spriteTessellationDetail: -1 textureType: 8 textureShape: 1 singleChannelComponent: 0 maxTextureSizeSet: 0 compressionQualitySet: 0 textureFormatSet: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: Standalone maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: Android maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: WebGL maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 spriteSheet: serializedVersion: 2 sprites: - serializedVersion: 2 name: dialog_box_1_0 rect: serializedVersion: 2 x: 0 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: cd81751f10c734067a43d22198c7efbf internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_1 rect: serializedVersion: 2 x: 32 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 563f7aee0295446fab9fd20500a5258d internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_2 rect: serializedVersion: 2 x: 64 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 660535bf016d14674b7850793796feec internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_3 rect: serializedVersion: 2 x: 0 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b979edc6e25de48acb59249aa755fe75 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_4 rect: serializedVersion: 2 x: 32 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: f4740d0b556364da4a5c43ce5e831480 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_5 rect: serializedVersion: 2 x: 64 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: af9cd1b9ea9844b4eb162feee9d2cf1b internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_6 rect: serializedVersion: 2 x: 0 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: ba4ffdbcbd7144e26959228332319ab8 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_7 rect: serializedVersion: 2 x: 32 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: dc495da48e7024ff89459129b7339a66 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_8 rect: serializedVersion: 2 x: 64 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6744f8cc3a2cb401697d476ea1d6485b internalID: 0 vertices: [] indices: edges: [] weights: [] outline: [] physicsShape: [] bones: [] spriteID: bee3b59d34af746ee9a1b42839999b4e internalID: 0 vertices: [] indices: edges: [] weights: [] secondaryTextures: [] spritePackingTag: pSDRemoveMatte: 0 pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/GUI/dialog_box_7.png.meta ================================================ fileFormatVersion: 2 guid: 28e231ec6c4154293b8558df93edd76f TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 10 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestReferenceValue: 0.5 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 isReadable: 0 streamingMipmaps: 0 streamingMipmapsPriority: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 seamlessCubemap: 0 textureFormat: 1 maxTextureSize: 2048 textureSettings: serializedVersion: 2 filterMode: 0 aniso: -1 mipBias: -100 wrapU: 1 wrapV: 1 wrapW: 1 nPOTScale: 0 lightmap: 0 compressionQuality: 50 spriteMode: 1 spriteExtrude: 0 spriteMeshType: 0 alignment: 0 spritePivot: {x: 0.5, y: 0.5} spritePixelsToUnits: 32 spriteBorder: {x: 32, y: 32, z: 32, w: 32} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 alphaIsTransparency: 1 spriteTessellationDetail: -1 textureType: 8 textureShape: 1 singleChannelComponent: 0 maxTextureSizeSet: 0 compressionQualitySet: 0 textureFormatSet: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: Standalone maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: Android maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: WebGL maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 spriteSheet: serializedVersion: 2 sprites: - serializedVersion: 2 name: dialog_box_1_0 rect: serializedVersion: 2 x: 0 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: cd81751f10c734067a43d22198c7efbf internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_1 rect: serializedVersion: 2 x: 32 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 563f7aee0295446fab9fd20500a5258d internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_2 rect: serializedVersion: 2 x: 64 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 660535bf016d14674b7850793796feec internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_3 rect: serializedVersion: 2 x: 0 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b979edc6e25de48acb59249aa755fe75 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_4 rect: serializedVersion: 2 x: 32 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: f4740d0b556364da4a5c43ce5e831480 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_5 rect: serializedVersion: 2 x: 64 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: af9cd1b9ea9844b4eb162feee9d2cf1b internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_6 rect: serializedVersion: 2 x: 0 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: ba4ffdbcbd7144e26959228332319ab8 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_7 rect: serializedVersion: 2 x: 32 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: dc495da48e7024ff89459129b7339a66 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_8 rect: serializedVersion: 2 x: 64 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6744f8cc3a2cb401697d476ea1d6485b internalID: 0 vertices: [] indices: edges: [] weights: [] outline: [] physicsShape: [] bones: [] spriteID: bee3b59d34af746ee9a1b42839999b4e internalID: 0 vertices: [] indices: edges: [] weights: [] secondaryTextures: [] spritePackingTag: pSDRemoveMatte: 0 pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/GUI/dialog_box_8.png.meta ================================================ fileFormatVersion: 2 guid: 17db97c85540f404e8f3037f0a05aecc TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 10 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestReferenceValue: 0.5 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 isReadable: 0 streamingMipmaps: 0 streamingMipmapsPriority: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 seamlessCubemap: 0 textureFormat: 1 maxTextureSize: 2048 textureSettings: serializedVersion: 2 filterMode: 0 aniso: -1 mipBias: -100 wrapU: 1 wrapV: 1 wrapW: 1 nPOTScale: 0 lightmap: 0 compressionQuality: 50 spriteMode: 1 spriteExtrude: 0 spriteMeshType: 0 alignment: 0 spritePivot: {x: 0.5, y: 0.5} spritePixelsToUnits: 32 spriteBorder: {x: 32, y: 32, z: 32, w: 32} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 alphaIsTransparency: 1 spriteTessellationDetail: -1 textureType: 8 textureShape: 1 singleChannelComponent: 0 maxTextureSizeSet: 0 compressionQualitySet: 0 textureFormatSet: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: Standalone maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: Android maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: WebGL maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 spriteSheet: serializedVersion: 2 sprites: - serializedVersion: 2 name: dialog_box_1_0 rect: serializedVersion: 2 x: 0 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: cd81751f10c734067a43d22198c7efbf internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_1 rect: serializedVersion: 2 x: 32 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 563f7aee0295446fab9fd20500a5258d internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_2 rect: serializedVersion: 2 x: 64 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 660535bf016d14674b7850793796feec internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_3 rect: serializedVersion: 2 x: 0 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b979edc6e25de48acb59249aa755fe75 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_4 rect: serializedVersion: 2 x: 32 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: f4740d0b556364da4a5c43ce5e831480 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_5 rect: serializedVersion: 2 x: 64 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: af9cd1b9ea9844b4eb162feee9d2cf1b internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_6 rect: serializedVersion: 2 x: 0 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: ba4ffdbcbd7144e26959228332319ab8 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_7 rect: serializedVersion: 2 x: 32 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: dc495da48e7024ff89459129b7339a66 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_8 rect: serializedVersion: 2 x: 64 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6744f8cc3a2cb401697d476ea1d6485b internalID: 0 vertices: [] indices: edges: [] weights: [] outline: [] physicsShape: [] bones: [] spriteID: bee3b59d34af746ee9a1b42839999b4e internalID: 0 vertices: [] indices: edges: [] weights: [] secondaryTextures: [] spritePackingTag: pSDRemoveMatte: 0 pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/GUI/town_title.png.meta ================================================ fileFormatVersion: 2 guid: f40848776c04c45cda7c7bd74a9cc3a7 TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 10 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestReferenceValue: 0.5 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 isReadable: 0 streamingMipmaps: 0 streamingMipmapsPriority: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 seamlessCubemap: 0 textureFormat: 1 maxTextureSize: 2048 textureSettings: serializedVersion: 2 filterMode: 0 aniso: -1 mipBias: -100 wrapU: 1 wrapV: 1 wrapW: 1 nPOTScale: 0 lightmap: 0 compressionQuality: 50 spriteMode: 1 spriteExtrude: 0 spriteMeshType: 0 alignment: 0 spritePivot: {x: 0.5, y: 0.5} spritePixelsToUnits: 32 spriteBorder: {x: 32, y: 32, z: 32, w: 32} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 alphaIsTransparency: 1 spriteTessellationDetail: -1 textureType: 8 textureShape: 1 singleChannelComponent: 0 maxTextureSizeSet: 0 compressionQualitySet: 0 textureFormatSet: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: Standalone maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: Android maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: WebGL maxTextureSize: 128 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 spriteSheet: serializedVersion: 2 sprites: - serializedVersion: 2 name: dialog_box_1_0 rect: serializedVersion: 2 x: 0 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: cd81751f10c734067a43d22198c7efbf internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_1 rect: serializedVersion: 2 x: 32 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 563f7aee0295446fab9fd20500a5258d internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_2 rect: serializedVersion: 2 x: 64 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 660535bf016d14674b7850793796feec internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_3 rect: serializedVersion: 2 x: 0 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b979edc6e25de48acb59249aa755fe75 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_4 rect: serializedVersion: 2 x: 32 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: f4740d0b556364da4a5c43ce5e831480 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_5 rect: serializedVersion: 2 x: 64 y: 32 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: af9cd1b9ea9844b4eb162feee9d2cf1b internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_6 rect: serializedVersion: 2 x: 0 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: ba4ffdbcbd7144e26959228332319ab8 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_7 rect: serializedVersion: 2 x: 32 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: dc495da48e7024ff89459129b7339a66 internalID: 0 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: dialog_box_1_8 rect: serializedVersion: 2 x: 64 y: 0 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6744f8cc3a2cb401697d476ea1d6485b internalID: 0 vertices: [] indices: edges: [] weights: [] outline: [] physicsShape: [] bones: [] spriteID: bee3b59d34af746ee9a1b42839999b4e internalID: 0 vertices: [] indices: edges: [] weights: [] secondaryTextures: [] spritePackingTag: pSDRemoveMatte: 0 pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/GUI.meta ================================================ fileFormatVersion: 2 guid: 1db1cb27cbf2b401fb87f6b3326c5eb1 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Images/icon.png.meta ================================================ fileFormatVersion: 2 guid: ffd424e25af764767904b0ec3806b73b TextureImporter: fileIDToRecycleName: {} externalObjects: {} serializedVersion: 9 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestReferenceValue: 0.5 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 isReadable: 0 streamingMipmaps: 0 streamingMipmapsPriority: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 seamlessCubemap: 0 textureFormat: 1 maxTextureSize: 2048 textureSettings: serializedVersion: 2 filterMode: 0 aniso: -1 mipBias: -100 wrapU: 1 wrapV: 1 wrapW: 1 nPOTScale: 0 lightmap: 0 compressionQuality: 50 spriteMode: 1 spriteExtrude: 0 spriteMeshType: 0 alignment: 0 spritePivot: {x: 0.5, y: 0.5} spritePixelsToUnits: 32 spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 alphaIsTransparency: 1 spriteTessellationDetail: -1 textureType: 8 textureShape: 1 singleChannelComponent: 0 maxTextureSizeSet: 0 compressionQualitySet: 0 textureFormatSet: 0 platformSettings: - serializedVersion: 2 buildTarget: DefaultTexturePlatform maxTextureSize: 1024 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 - serializedVersion: 2 buildTarget: Standalone maxTextureSize: 1024 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 - serializedVersion: 2 buildTarget: Android maxTextureSize: 1024 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 - serializedVersion: 2 buildTarget: WebGL maxTextureSize: 1024 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 spriteSheet: serializedVersion: 2 sprites: [] outline: [] physicsShape: [] bones: [] spriteID: 62d9d1e3c61fe4148b82d49805f8da14 vertices: [] indices: edges: [] weights: [] spritePackingTag: pSDRemoveMatte: 0 pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Images/icon.pxi.meta ================================================ fileFormatVersion: 2 guid: 0a2f7183e403f47c48a8071af1b7e029 DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Images/logo.png.meta ================================================ fileFormatVersion: 2 guid: 7a53733a3aeac49cab4a1fbaafacba73 TextureImporter: fileIDToRecycleName: {} externalObjects: {} serializedVersion: 9 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestReferenceValue: 0.5 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 isReadable: 0 streamingMipmaps: 0 streamingMipmapsPriority: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 seamlessCubemap: 0 textureFormat: 1 maxTextureSize: 2048 textureSettings: serializedVersion: 2 filterMode: 0 aniso: -1 mipBias: -100 wrapU: 1 wrapV: 1 wrapW: 1 nPOTScale: 0 lightmap: 0 compressionQuality: 50 spriteMode: 1 spriteExtrude: 0 spriteMeshType: 0 alignment: 0 spritePivot: {x: 0.5, y: 0.5} spritePixelsToUnits: 32 spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 0 alphaUsage: 1 alphaIsTransparency: 1 spriteTessellationDetail: -1 textureType: 8 textureShape: 1 singleChannelComponent: 0 maxTextureSizeSet: 0 compressionQualitySet: 0 textureFormatSet: 0 platformSettings: - serializedVersion: 2 buildTarget: DefaultTexturePlatform maxTextureSize: 512 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 - serializedVersion: 2 buildTarget: Standalone maxTextureSize: 512 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 - serializedVersion: 2 buildTarget: Android maxTextureSize: 512 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 - serializedVersion: 2 buildTarget: WebGL maxTextureSize: 512 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 spriteSheet: serializedVersion: 2 sprites: [] outline: [] physicsShape: [] bones: [] spriteID: f959a59e2044542b1943d3f1a8d6468c vertices: [] indices: edges: [] weights: [] spritePackingTag: pSDRemoveMatte: 0 pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Images/screenshot.png.meta ================================================ fileFormatVersion: 2 guid: cc32e5ce3ecef4ae68e95a17b96ddb94 TextureImporter: fileIDToRecycleName: {} externalObjects: {} serializedVersion: 9 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestReferenceValue: 0.5 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 isReadable: 0 streamingMipmaps: 0 streamingMipmapsPriority: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 seamlessCubemap: 0 textureFormat: 1 maxTextureSize: 2048 textureSettings: serializedVersion: 2 filterMode: -1 aniso: -1 mipBias: -100 wrapU: 1 wrapV: 1 wrapW: 1 nPOTScale: 0 lightmap: 0 compressionQuality: 50 spriteMode: 1 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 spritePivot: {x: 0.5, y: 0.5} spritePixelsToUnits: 100 spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 alphaIsTransparency: 1 spriteTessellationDetail: -1 textureType: 8 textureShape: 1 singleChannelComponent: 0 maxTextureSizeSet: 0 compressionQualitySet: 0 textureFormatSet: 0 platformSettings: - serializedVersion: 2 buildTarget: DefaultTexturePlatform maxTextureSize: 2048 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 - serializedVersion: 2 buildTarget: Standalone maxTextureSize: 2048 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 - serializedVersion: 2 buildTarget: Android maxTextureSize: 2048 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 - serializedVersion: 2 buildTarget: WebGL maxTextureSize: 2048 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 spriteSheet: serializedVersion: 2 sprites: [] outline: [] physicsShape: [] bones: [] spriteID: fa89a683dd49c4ce19a22b527fc4dfdd vertices: [] indices: edges: [] weights: [] spritePackingTag: pSDRemoveMatte: 0 pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Images.meta ================================================ fileFormatVersion: 2 guid: 44918fbd3b80347f2a697ae62cc3b529 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Materials/PixelPerfect2D.mat ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 6 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: PixelPerfect2D m_Shader: {fileID: 4800000, guid: e260cfa7296ee7642b167f1eb5be5023, type: 3} m_ShaderKeywords: m_LightmapFlags: 4 m_EnableInstancingVariants: 0 m_DoubleSidedGI: 0 m_CustomRenderQueue: -1 stringTagMap: {} disabledShaderPasses: [] m_SavedProperties: serializedVersion: 3 m_TexEnvs: - _AlphaTex: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _BaseMap: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _BumpMap: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _DetailAlbedoMap: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _DetailMask: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _DetailNormalMap: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _EmissionMap: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MainTex: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MaskTex: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MetallicGlossMap: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _NormalMap: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _OcclusionMap: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _ParallaxMap: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _SpecGlossMap: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - unity_Lightmaps: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - unity_LightmapsInd: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - unity_ShadowMasks: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} m_Ints: [] m_Floats: - PixelSnap: 1 - _AlphaClip: 0 - _Blend: 0 - _BumpScale: 1 - _ClearCoatMask: 0 - _ClearCoatSmoothness: 0 - _Cull: 2 - _Cutoff: 0.5 - _DetailAlbedoMapScale: 1 - _DetailNormalMapScale: 1 - _DstBlend: 0 - _EnableExternalAlpha: 0 - _EnvironmentReflections: 1 - _GlossMapScale: 1 - _Glossiness: 0.5 - _GlossinessSource: 0 - _GlossyReflections: 1 - _Metallic: 0 - _Mode: 0 - _OcclusionStrength: 1 - _Opacity: 1 - _Parallax: 0.02 - _QueueOffset: 0 - _ReceiveShadows: 1 - _Shininess: 0 - _Smoothness: 0.5 - _SmoothnessSource: 0 - _SmoothnessTextureChannel: 0 - _SpecSource: 0 - _SpecularHighlights: 1 - _SrcBlend: 1 - _Surface: 0 - _UVSec: 0 - _UseAoMap: 0 - _UseColorMap: 0 - _UseEmissiveMap: 0 - _UseMetallicMap: 0 - _UseNormalMap: 0 - _UseOpacityMap: 0 - _UseRoughnessMap: 0 - _WorkflowMode: 1 - _ZWrite: 1 m_Colors: - _BaseColor: {r: 1, g: 1, b: 1, a: 1} - _Color: {r: 1, g: 1, b: 1, a: 1} - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - _Flip: {r: 1, g: 1, b: 1, a: 1} - _RendererColor: {r: 1, g: 1, b: 1, a: 1} - _SpecColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - _UvOffset: {r: 0, g: 0, b: 0, a: 0} - _UvTiling: {r: 1, g: 1, b: 0, a: 0} m_BuildTextureStacks: [] ================================================ FILE: Assets/Graphics/Materials/PixelPerfect2D.mat.meta ================================================ fileFormatVersion: 2 guid: bb7bc1886e4454253a61be555c2343e5 NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Materials/PixelPerfect2D.physicsMaterial2D ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!62 &6200000 PhysicsMaterial2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: PixelPerfect2D friction: 0 bounciness: 0 ================================================ FILE: Assets/Graphics/Materials/PixelPerfect2D.physicsMaterial2D.meta ================================================ fileFormatVersion: 2 guid: ccd6a316686b94c969501bac8d9a5cef NativeFormatImporter: externalObjects: {} mainObjectFileID: 6200000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Materials.meta ================================================ fileFormatVersion: 2 guid: 3e1c9326f43db4711889893dee21b4fa folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Renderers/2DRendererData.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 11145981673336645838492a2d98e247, type: 3} m_Name: 2DRendererData m_EditorClassIdentifier: m_RendererFeatures: [] m_RendererFeatureMap: m_TransparencySortMode: 0 m_TransparencySortAxis: {x: 0, y: 1, z: 0} m_HDREmulationScale: 1 m_LightRenderTextureScale: 0.5 m_LightBlendStyles: - name: Default maskTextureChannel: 0 blendMode: 1 - name: Blend Style 1 maskTextureChannel: 0 blendMode: 1 - name: Blend Style 2 maskTextureChannel: 0 blendMode: 1 - name: Blend Style 3 maskTextureChannel: 0 blendMode: 1 m_UseDepthStencilBuffer: 1 m_UseCameraSortingLayersTexture: 0 m_CameraSortingLayersTextureBound: -1 m_CameraSortingLayerDownsamplingMethod: 0 m_MaxLightRenderTextureCount: 16 m_MaxShadowRenderTextureCount: 1 m_ShapeLightShader: {fileID: 4800000, guid: d79e1c784eaf80c4585c0be7391f757a, type: 3} m_ShapeLightVolumeShader: {fileID: 4800000, guid: 7e60080c8cd24a2468cb08b4bfee5606, type: 3} m_PointLightShader: {fileID: 4800000, guid: e35a31e1679aeff489e202f5cc4853d5, type: 3} m_PointLightVolumeShader: {fileID: 4800000, guid: c7d04ca57e5449d49ad9cee1c604bc26, type: 3} m_BlitShader: {fileID: 4800000, guid: c17132b1f77d20942aa75f8429c0f8bc, type: 3} m_SamplingShader: {fileID: 4800000, guid: 04c410c9937594faa893a11dceb85f7e, type: 3} m_ShadowGroupShader: {fileID: 4800000, guid: d33b6d70b14697547ad0dc2d4debb009, type: 3} m_RemoveSelfShadowShader: {fileID: 4800000, guid: 02e071f10b6a15d4d87dac88ce529302, type: 3} m_FallbackErrorShader: {fileID: 4800000, guid: e6e9a19c3678ded42a3bc431ebef7dbd, type: 3} m_PostProcessData: {fileID: 0} m_FallOffLookup: {fileID: 2800000, guid: 5688ab254e4c0634f8d6c8e0792331ca, type: 3} m_DefaultMaterialType: 0 m_DefaultCustomMaterial: {fileID: 2100000, guid: a97c105638bdf8b4a8650670310a4cd3, type: 2} m_DefaultLitMaterial: {fileID: 2100000, guid: a97c105638bdf8b4a8650670310a4cd3, type: 2} m_DefaultUnlitMaterial: {fileID: 2100000, guid: 9dfc825aed78fcd4ba02077103263b40, type: 2} ================================================ FILE: Assets/Graphics/Renderers/2DRendererData.asset.meta ================================================ fileFormatVersion: 2 guid: 50e81370596324372b5f8dda5b036b32 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Renderers/LightweightRenderPipelineAsset.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: bf2edee5c58d82540a51f03df9d42094, type: 3} m_Name: LightweightRenderPipelineAsset m_EditorClassIdentifier: k_AssetVersion: 7 k_AssetPreviousVersion: 7 m_RendererType: 0 m_RendererData: {fileID: 11400000, guid: 50e81370596324372b5f8dda5b036b32, type: 2} m_RendererDataList: - {fileID: 11400000, guid: 50e81370596324372b5f8dda5b036b32, type: 2} m_DefaultRendererIndex: 0 m_RequireDepthTexture: 0 m_RequireOpaqueTexture: 0 m_OpaqueDownsampling: 1 m_SupportsTerrainHoles: 1 m_SupportsHDR: 0 m_MSAA: 1 m_RenderScale: 1 m_MainLightRenderingMode: 1 m_MainLightShadowsSupported: 1 m_MainLightShadowmapResolution: 2048 m_AdditionalLightsRenderingMode: 1 m_AdditionalLightsPerObjectLimit: 4 m_AdditionalLightShadowsSupported: 0 m_AdditionalLightsShadowmapResolution: 512 m_AdditionalLightsShadowResolutionTierLow: 256 m_AdditionalLightsShadowResolutionTierMedium: 512 m_AdditionalLightsShadowResolutionTierHigh: 1024 m_ShadowDistance: 50 m_ShadowCascadeCount: 1 m_Cascade2Split: 0.25 m_Cascade3Split: {x: 0.1, y: 0.3} m_Cascade4Split: {x: 0.067, y: 0.2, z: 0.467} m_ShadowDepthBias: 1 m_ShadowNormalBias: 1 m_SoftShadowsSupported: 0 m_UseSRPBatcher: 1 m_SupportsDynamicBatching: 0 m_MixedLightingSupported: 1 m_DebugLevel: 0 m_UseAdaptivePerformance: 1 m_ColorGradingMode: 0 m_ColorGradingLutSize: 32 m_UseFastSRGBLinearConversion: 0 m_ShadowType: 1 m_LocalShadowsSupported: 0 m_LocalShadowsAtlasResolution: 256 m_MaxPixelLights: 0 m_ShadowAtlasResolution: 256 m_ShaderVariantLogLevel: 0 m_ShadowCascades: 0 ================================================ FILE: Assets/Graphics/Renderers/LightweightRenderPipelineAsset.asset.meta ================================================ fileFormatVersion: 2 guid: a2b196409c51940e9a9801dc05084d2e NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Renderers.meta ================================================ fileFormatVersion: 2 guid: 957252196e8c44ef68bb6c60daf6f5ab folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Sprites/Interiors_Sprite.png.meta ================================================ fileFormatVersion: 2 guid: c86e76f8f11294c61b982790cdc31a7a TextureImporter: internalIDToNameTable: - first: 213: -1994815558598048078 second: Interiors_Sprite_0 - first: 213: 3581459634774553480 second: Interiors_Sprite_1 - first: 213: 5584033553562372461 second: Interiors_Sprite_2 - first: 213: -3838007109810617419 second: Interiors_Sprite_3 - first: 213: -5526361776410949495 second: Interiors_Sprite_4 - first: 213: 2079669565422393126 second: Interiors_Sprite_5 - first: 213: -6467428717977735684 second: Interiors_Sprite_6 - first: 213: -6219553135145730623 second: Interiors_Sprite_7 - first: 213: -1280272306710096283 second: Interiors_Sprite_8 - first: 213: 8162984903519991801 second: Interiors_Sprite_9 - first: 213: 4886710465093614363 second: Interiors_Sprite_10 - first: 213: 653651819388467099 second: Interiors_Sprite_11 - first: 213: 4986362610476662348 second: Interiors_Sprite_12 - first: 213: 7443684796252736154 second: Interiors_Sprite_13 - first: 213: 7234455594494481336 second: Interiors_Sprite_14 - first: 213: -2754013563472796421 second: Interiors_Sprite_15 - first: 213: -709937780074799717 second: Interiors_Sprite_16 - first: 213: 4899058717430357564 second: Interiors_Sprite_17 - first: 213: -5445366449517411533 second: Interiors_Sprite_18 - first: 213: -6318088294437955039 second: Interiors_Sprite_19 - first: 213: -495026916666360474 second: Interiors_Sprite_20 - first: 213: -6764359214332405165 second: Interiors_Sprite_21 - first: 213: 7872490021980558025 second: Interiors_Sprite_22 - first: 213: -1194263762362268185 second: Interiors_Sprite_23 - first: 213: 8688033531064527495 second: Interiors_Sprite_24 - first: 213: -2935090911227358794 second: Interiors_Sprite_25 - first: 213: -5528395504281270661 second: Interiors_Sprite_26 - first: 213: 643501752688554648 second: Interiors_Sprite_27 - first: 213: 3712617545215329947 second: Interiors_Sprite_28 - first: 213: 5592303569442548319 second: Interiors_Sprite_29 - first: 213: -2693647430605637699 second: Interiors_Sprite_30 - first: 213: 5213884991685046242 second: Interiors_Sprite_31 - first: 213: 3079305771045789676 second: Interiors_Sprite_32 - first: 213: 6700128343260277038 second: Interiors_Sprite_33 - first: 213: 3596163607000166796 second: Interiors_Sprite_34 - first: 213: 8972131383135289267 second: Interiors_Sprite_35 - first: 213: 279785331541404895 second: Interiors_Sprite_36 - first: 213: -9190741782080039947 second: Interiors_Sprite_37 - first: 213: 7204644776391253335 second: Interiors_Sprite_38 - first: 213: -1725927285106379604 second: Interiors_Sprite_39 - first: 213: 7252642840250912593 second: Interiors_Sprite_40 - first: 213: 5592338209706119914 second: Interiors_Sprite_41 - first: 213: 7092965023151624551 second: Interiors_Sprite_42 - first: 213: 5382558132768275836 second: Interiors_Sprite_43 - first: 213: 4038923380512991829 second: Interiors_Sprite_44 - first: 213: -289858249506859642 second: Interiors_Sprite_45 - first: 213: 3685935900388721544 second: Interiors_Sprite_46 - first: 213: -2565564675274502851 second: Interiors_Sprite_47 - first: 213: 7578447567894400979 second: Interiors_Sprite_48 - first: 213: 7428155905403073375 second: Interiors_Sprite_49 - first: 213: -3881396255989407173 second: Interiors_Sprite_50 - first: 213: 6490536211893382032 second: Interiors_Sprite_51 - first: 213: -9153213544408949813 second: Interiors_Sprite_52 - first: 213: 4978760603711221393 second: Interiors_Sprite_53 - first: 213: -5010755725024597380 second: Interiors_Sprite_54 - first: 213: 2529360370791791798 second: Interiors_Sprite_55 - first: 213: -2089911216950098662 second: Interiors_Sprite_56 - first: 213: -9007592377622202510 second: Interiors_Sprite_57 - first: 213: 2756715244893874834 second: Interiors_Sprite_58 - first: 213: 4645399500427768008 second: Interiors_Sprite_59 - first: 213: -7421441034157446083 second: Interiors_Sprite_60 - first: 213: 1215786876898312014 second: Interiors_Sprite_61 - first: 213: 518167470389085147 second: Interiors_Sprite_62 - first: 213: 7305191798261147612 second: Interiors_Sprite_63 - first: 213: 7765108612895701319 second: Interiors_Sprite_64 - first: 213: -8540156601270784251 second: Interiors_Sprite_65 - first: 213: -2739063477020025616 second: Interiors_Sprite_66 - first: 213: -8852308559366320166 second: Interiors_Sprite_67 - first: 213: -7685745680699691715 second: Interiors_Sprite_68 - first: 213: -6876093561343039877 second: Interiors_Sprite_69 - first: 213: -2741816213876755252 second: Interiors_Sprite_70 - first: 213: -9191320834391544161 second: Interiors_Sprite_71 - first: 213: 4469567370986994969 second: Interiors_Sprite_72 - first: 213: -4163221646251589804 second: Interiors_Sprite_73 - first: 213: -6903296824831171216 second: Interiors_Sprite_74 - first: 213: 2531983442268618771 second: Interiors_Sprite_75 - first: 213: -8906671858202755068 second: Interiors_Sprite_76 - first: 213: -5909441163392605983 second: Interiors_Sprite_77 - first: 213: -6736209575069689517 second: Interiors_Sprite_78 - first: 213: -5134403477793945142 second: Interiors_Sprite_79 - first: 213: 1948487508243003930 second: Interiors_Sprite_80 - first: 213: 3915227295686642372 second: Interiors_Sprite_81 - first: 213: -2274682027915378 second: Interiors_Sprite_82 - first: 213: -4605264281627938210 second: Interiors_Sprite_83 - first: 213: -2155471488290710995 second: Interiors_Sprite_84 - first: 213: -1635316056935899677 second: Interiors_Sprite_85 - first: 213: -770373116713969740 second: Interiors_Sprite_86 - first: 213: 252373955758730048 second: Interiors_Sprite_87 - first: 213: 97070456372808837 second: Interiors_Sprite_88 - first: 213: -6101237804161858725 second: Interiors_Sprite_89 - first: 213: 4083334271573546787 second: Interiors_Sprite_90 - first: 213: -120415494867393529 second: Interiors_Sprite_91 - first: 213: 9175990552355112093 second: Interiors_Sprite_92 - first: 213: 6726261659303741813 second: Interiors_Sprite_93 - first: 213: -5977954221317057432 second: Interiors_Sprite_94 - first: 213: -5413388010774672672 second: Interiors_Sprite_95 - first: 213: -4821082286465148949 second: Interiors_Sprite_96 - first: 213: 1168899817041338214 second: Interiors_Sprite_97 - first: 213: 8202940090449954 second: Interiors_Sprite_98 - first: 213: 5601105188434543042 second: Interiors_Sprite_99 - first: 213: -6650780849725831475 second: Interiors_Sprite_100 - first: 213: -6071310196590116972 second: Interiors_Sprite_101 - first: 213: 7804390140241659612 second: Interiors_Sprite_102 - first: 213: 4455973288606875421 second: Interiors_Sprite_103 - first: 213: 7476530111355086014 second: Interiors_Sprite_104 - first: 213: -6055261062687405600 second: Interiors_Sprite_105 - first: 213: 8835475853588116408 second: Interiors_Sprite_106 - first: 213: -6298136934381285252 second: Interiors_Sprite_107 - first: 213: 1141702706182252605 second: Interiors_Sprite_108 - first: 213: -7054866937645642075 second: Interiors_Sprite_109 - first: 213: -5408744191670167166 second: Interiors_Sprite_110 - first: 213: 3893153448265120450 second: Interiors_Sprite_111 - first: 213: -7713318200697883962 second: Interiors_Sprite_112 - first: 213: -6785528459822481436 second: Interiors_Sprite_113 - first: 213: -7427719571591809827 second: Interiors_Sprite_114 - first: 213: -456595448253866263 second: Interiors_Sprite_115 - first: 213: -2084367463886992218 second: Interiors_Sprite_116 - first: 213: -1327181356759894128 second: Interiors_Sprite_117 - first: 213: 8304495916799713078 second: Interiors_Sprite_118 - first: 213: 3734681705750905743 second: Interiors_Sprite_119 - first: 213: 1703291497612268831 second: Interiors_Sprite_120 - first: 213: 6109971651724931356 second: Interiors_Sprite_121 - first: 213: -1104770975880780266 second: Interiors_Sprite_122 - first: 213: 7100674302676234884 second: Interiors_Sprite_123 - first: 213: 3792212374978827206 second: Interiors_Sprite_124 - first: 213: -4640849057094323608 second: Interiors_Sprite_125 - first: 213: 7251327245626479180 second: Interiors_Sprite_126 - first: 213: 3685542636995339162 second: Interiors_Sprite_127 - first: 213: 6024013473661151926 second: Interiors_Sprite_128 - first: 213: 224262608783525212 second: Interiors_Sprite_129 - first: 213: 2828083932887934783 second: Interiors_Sprite_130 - first: 213: 5023973052122537557 second: Interiors_Sprite_131 - first: 213: 4847042185176754206 second: Interiors_Sprite_132 - first: 213: -5776410613939667368 second: Interiors_Sprite_133 - first: 213: 1989394544614235681 second: Interiors_Sprite_134 - first: 213: 108958236029740739 second: Interiors_Sprite_135 - first: 213: -8179519815280972424 second: Interiors_Sprite_136 - first: 213: 1042005050854024905 second: Interiors_Sprite_137 - first: 213: -6206676672422019109 second: Interiors_Sprite_138 - first: 213: 6999531418014689937 second: Interiors_Sprite_139 - first: 213: -7194287553332152477 second: Interiors_Sprite_140 - first: 213: 5122771274799039803 second: Interiors_Sprite_141 - first: 213: 7413105301146028050 second: Interiors_Sprite_142 - first: 213: 5507000092204679983 second: Interiors_Sprite_143 - first: 213: -6029230558926807374 second: Interiors_Sprite_144 - first: 213: -5165577502383575846 second: Interiors_Sprite_145 - first: 213: 3691302282077265432 second: Interiors_Sprite_146 - first: 213: -8697916275300481654 second: Interiors_Sprite_147 - first: 213: 766895057108868486 second: Interiors_Sprite_148 - first: 213: 6762122087660663855 second: Interiors_Sprite_149 - first: 213: -4065334697723809938 second: Interiors_Sprite_150 - first: 213: -6604256018405975402 second: Interiors_Sprite_151 - first: 213: 2133074900646508996 second: Interiors_Sprite_152 - first: 213: -2835818597608283757 second: Interiors_Sprite_153 - first: 213: -2477469063207616680 second: Interiors_Sprite_154 - first: 213: -2864263304063772932 second: Interiors_Sprite_155 - first: 213: -7562170634286428383 second: Interiors_Sprite_156 - first: 213: 1510515084674506786 second: Interiors_Sprite_157 - first: 213: 8365806230130388301 second: Interiors_Sprite_158 - first: 213: -2348948854243272327 second: Interiors_Sprite_159 - first: 213: 6311932977253920442 second: Interiors_Sprite_160 - first: 213: -7689282411108215467 second: Interiors_Sprite_161 - first: 213: 9038609297353114866 second: Interiors_Sprite_162 - first: 213: -3581932947388399444 second: Interiors_Sprite_163 - first: 213: 5462909790212512140 second: Interiors_Sprite_164 - first: 213: 3713639288023962438 second: Interiors_Sprite_165 - first: 213: 8133799384259157695 second: Interiors_Sprite_166 - first: 213: 8227784380409013075 second: Interiors_Sprite_167 - first: 213: 8060785774651751038 second: Interiors_Sprite_168 - first: 213: 4812232726409014206 second: Interiors_Sprite_169 - first: 213: -5985934968585419232 second: Interiors_Sprite_170 externalObjects: {} serializedVersion: 10 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestReferenceValue: 0.5 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 isReadable: 0 streamingMipmaps: 0 streamingMipmapsPriority: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 seamlessCubemap: 0 textureFormat: 1 maxTextureSize: 2048 textureSettings: serializedVersion: 2 filterMode: 0 aniso: -1 mipBias: -100 wrapU: 1 wrapV: 1 wrapW: 1 nPOTScale: 0 lightmap: 0 compressionQuality: 50 spriteMode: 2 spriteExtrude: 0 spriteMeshType: 0 alignment: 0 spritePivot: {x: 0.5, y: 0.5} spritePixelsToUnits: 32 spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 alphaIsTransparency: 1 spriteTessellationDetail: -1 textureType: 8 textureShape: 1 singleChannelComponent: 0 maxTextureSizeSet: 0 compressionQualitySet: 0 textureFormatSet: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform maxTextureSize: 1024 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 - serializedVersion: 3 buildTarget: Standalone maxTextureSize: 1024 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: - serializedVersion: 2 name: Interiors_Sprite_0 rect: serializedVersion: 2 x: 0 y: 608 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 79fbabe2baba541c1b1c10b2d4c0e944 internalID: -1994815558598048078 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_1 rect: serializedVersion: 2 x: 32 y: 608 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: dab947547d7ac478ba1a8c795b9928ab internalID: 3581459634774553480 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_2 rect: serializedVersion: 2 x: 64 y: 608 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 60ddcc46ae0af4b20a27068df8b092c9 internalID: 5584033553562372461 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_3 rect: serializedVersion: 2 x: 96 y: 608 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6037e7c095c8d466c80f5accfcf76b4f internalID: -3838007109810617419 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_4 rect: serializedVersion: 2 x: 128 y: 608 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 66851021afbb3425384cc6f095e6b43d internalID: -5526361776410949495 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_5 rect: serializedVersion: 2 x: 160 y: 608 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 0fb90ffacd9164e87a7fd1ae5b042d99 internalID: 2079669565422393126 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_6 rect: serializedVersion: 2 x: 192 y: 608 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6c0ba111c9d22436cbcedfb9a0bd37aa internalID: -6467428717977735684 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_7 rect: serializedVersion: 2 x: 224 y: 608 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 75a3de7e942cf434a874fc09edb75ea6 internalID: -6219553135145730623 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_8 rect: serializedVersion: 2 x: 256 y: 608 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 8faa8908b6fb24554910922500ea5d77 internalID: -1280272306710096283 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_9 rect: serializedVersion: 2 x: 288 y: 608 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 71b08a744e9a54bc8b4734d745906f59 internalID: 8162984903519991801 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_10 rect: serializedVersion: 2 x: 0 y: 576 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: d9c5d1e53933b43e18a3f78520a47425 internalID: 4886710465093614363 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_11 rect: serializedVersion: 2 x: 32 y: 576 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 8ab68b8e53e7346e3a6353745f79f9bc internalID: 653651819388467099 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_12 rect: serializedVersion: 2 x: 64 y: 576 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b939f32049091473eaa45125114ea050 internalID: 4986362610476662348 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_13 rect: serializedVersion: 2 x: 96 y: 576 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: a2cadbc34011f4b6dbdc12fd7bc63bdf internalID: 7443684796252736154 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_14 rect: serializedVersion: 2 x: 128 y: 576 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b3e9e7144c1254f0681c065c582a149f internalID: 7234455594494481336 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_15 rect: serializedVersion: 2 x: 160 y: 576 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: db255dfa473b048b78f64bd66e81f348 internalID: -2754013563472796421 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_16 rect: serializedVersion: 2 x: 192 y: 576 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 230c6f819ba344cb1a06758de416cfb6 internalID: -709937780074799717 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_17 rect: serializedVersion: 2 x: 224 y: 576 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b5b9117a4a7fb448eb8cae0381fff5be internalID: 4899058717430357564 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_18 rect: serializedVersion: 2 x: 256 y: 576 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 953339532cfb647549e62e23d74a91fe internalID: -5445366449517411533 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_19 rect: serializedVersion: 2 x: 288 y: 576 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: d8ce913af5b3c4e8c83973d03e3e473c internalID: -6318088294437955039 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_20 rect: serializedVersion: 2 x: 0 y: 544 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: f3998143a33fb423c86eb5fdb7222500 internalID: -495026916666360474 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_21 rect: serializedVersion: 2 x: 32 y: 544 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: a186fd74b79b24083959873e890de36c internalID: -6764359214332405165 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_22 rect: serializedVersion: 2 x: 64 y: 544 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 77faa939cd9e74d3386b826c2eb66166 internalID: 7872490021980558025 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_23 rect: serializedVersion: 2 x: 128 y: 544 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 8abd01108342642009df6a9d1fec661c internalID: -1194263762362268185 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_24 rect: serializedVersion: 2 x: 160 y: 544 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 37a6516d621c14e5d8d2e6bb8e6efdcc internalID: 8688033531064527495 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_25 rect: serializedVersion: 2 x: 192 y: 544 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 70f225af3752f4a9e989518dee77107a internalID: -2935090911227358794 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_26 rect: serializedVersion: 2 x: 224 y: 544 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: f0402efa15d164d92a0ca27c6c55097c internalID: -5528395504281270661 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_27 rect: serializedVersion: 2 x: 256 y: 544 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: d9ff72f18e2f341f4bf8e133147efcea internalID: 643501752688554648 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_28 rect: serializedVersion: 2 x: 288 y: 544 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6cd9a7f759005470b9748178b986cf0f internalID: 3712617545215329947 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_29 rect: serializedVersion: 2 x: 0 y: 512 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 1f50ff134258a4501b9f0ec4b835c88f internalID: 5592303569442548319 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_30 rect: serializedVersion: 2 x: 32 y: 512 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6f33694178006422d930b63693aee8a1 internalID: -2693647430605637699 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_31 rect: serializedVersion: 2 x: 64 y: 512 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 4f31bf0d3b2a049a784eb1947718ddb7 internalID: 5213884991685046242 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_32 rect: serializedVersion: 2 x: 96 y: 512 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 9d0c3ca87e6444ae691cc69aabca9a1b internalID: 3079305771045789676 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_33 rect: serializedVersion: 2 x: 128 y: 512 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b2c6771692d614261b7052bff8da5209 internalID: 6700128343260277038 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_34 rect: serializedVersion: 2 x: 160 y: 512 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6cb30f02a10cb4edd864ae2651b85948 internalID: 3596163607000166796 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_35 rect: serializedVersion: 2 x: 192 y: 512 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 511bc5a0f5ebc47419277cc02cec36c8 internalID: 8972131383135289267 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_36 rect: serializedVersion: 2 x: 224 y: 512 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 0e0844571df7d4ca2ab397eef5f8b426 internalID: 279785331541404895 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_37 rect: serializedVersion: 2 x: 256 y: 512 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 25164c1579cb5460fa8e66f162ad6abf internalID: -9190741782080039947 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_38 rect: serializedVersion: 2 x: 288 y: 512 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6f0e2a99add514854839dca21a5a7540 internalID: 7204644776391253335 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_39 rect: serializedVersion: 2 x: 0 y: 480 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: faf1a46f04ed241b39a104f0d8a4434f internalID: -1725927285106379604 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_40 rect: serializedVersion: 2 x: 32 y: 480 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6f74ceb2652914294831f6d072dc8ced internalID: 7252642840250912593 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_41 rect: serializedVersion: 2 x: 64 y: 480 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6a468ac9bba294cd5827cf9bf9e388be internalID: 5592338209706119914 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_42 rect: serializedVersion: 2 x: 96 y: 480 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 4a22647b87fe4405394298fd4188ddc2 internalID: 7092965023151624551 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_43 rect: serializedVersion: 2 x: 128 y: 480 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 415cf6014a337413c8f681793c3f42c4 internalID: 5382558132768275836 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_44 rect: serializedVersion: 2 x: 160 y: 480 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 7cf9767e079d34622b639dce72053fbd internalID: 4038923380512991829 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_45 rect: serializedVersion: 2 x: 192 y: 480 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 94517dd1b53f3404cb841780d9db6dda internalID: -289858249506859642 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_46 rect: serializedVersion: 2 x: 224 y: 480 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 9b20fa79ae19040ad92da2acc83a9ebd internalID: 3685935900388721544 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_47 rect: serializedVersion: 2 x: 256 y: 480 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b1f849c9955034b4d86f4af3e808e50d internalID: -2565564675274502851 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_48 rect: serializedVersion: 2 x: 288 y: 480 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 5ded34a036eee4c9bac3f7ca664dc830 internalID: 7578447567894400979 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_49 rect: serializedVersion: 2 x: 0 y: 448 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: f46bf1ce6044148ffb26ac0f869a39c7 internalID: 7428155905403073375 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_50 rect: serializedVersion: 2 x: 32 y: 448 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6871859ce11a144e988312aad3e35882 internalID: -3881396255989407173 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_51 rect: serializedVersion: 2 x: 64 y: 448 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: a7653d8671b574efa8114bcb3d410b0a internalID: 6490536211893382032 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_52 rect: serializedVersion: 2 x: 96 y: 448 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: e2313c9b4157c4885a718a7056219fb3 internalID: -9153213544408949813 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_53 rect: serializedVersion: 2 x: 128 y: 448 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: a2a37fd0b133d4095be7dc8a7ae9befe internalID: 4978760603711221393 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_54 rect: serializedVersion: 2 x: 160 y: 448 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: a6cce320707cb4ed093f8816481f3ff8 internalID: -5010755725024597380 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_55 rect: serializedVersion: 2 x: 192 y: 448 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 4fa41ad63cbe44fd7b8373b543b8cc2e internalID: 2529360370791791798 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_56 rect: serializedVersion: 2 x: 224 y: 448 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: ea6c0dbb569b74753a60cf816ef412b5 internalID: -2089911216950098662 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_57 rect: serializedVersion: 2 x: 256 y: 448 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: a5d577b251cfe449b856b4a631796888 internalID: -9007592377622202510 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_58 rect: serializedVersion: 2 x: 288 y: 448 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 1b702ec039b764cbfa070c0075794cc2 internalID: 2756715244893874834 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_59 rect: serializedVersion: 2 x: 0 y: 416 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 4708ac488adfd4f2eb82eae10748bff2 internalID: 4645399500427768008 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_60 rect: serializedVersion: 2 x: 32 y: 416 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 2588c31adf1e344b080d2089b0d78a52 internalID: -7421441034157446083 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_61 rect: serializedVersion: 2 x: 64 y: 416 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 77d647a681fec4b8fa850f2bf31ac0dc internalID: 1215786876898312014 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_62 rect: serializedVersion: 2 x: 96 y: 416 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6e6b9fb173f654939927efdc3a9af777 internalID: 518167470389085147 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_63 rect: serializedVersion: 2 x: 128 y: 416 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 998dffaea555547cfb9baecd20510e42 internalID: 7305191798261147612 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_64 rect: serializedVersion: 2 x: 160 y: 416 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b9eb805b160a64131a6ae8702f103671 internalID: 7765108612895701319 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_65 rect: serializedVersion: 2 x: 192 y: 416 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 5d0d4056b3dda4f7ba27f72f53b268ac internalID: -8540156601270784251 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_66 rect: serializedVersion: 2 x: 224 y: 416 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 0fef53efdbe7a485f8f96252c8096519 internalID: -2739063477020025616 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_67 rect: serializedVersion: 2 x: 256 y: 416 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: ba37e47630ba948c9970869af69dc518 internalID: -8852308559366320166 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_68 rect: serializedVersion: 2 x: 288 y: 416 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 22b66bcbfc42747d88a14c2639e1e919 internalID: -7685745680699691715 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_69 rect: serializedVersion: 2 x: 0 y: 384 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: e7725ab0ad211475f8aa8a564b32e836 internalID: -6876093561343039877 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_70 rect: serializedVersion: 2 x: 32 y: 384 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 37d4d35bb52444d6ea931ee0c43ab2e9 internalID: -2741816213876755252 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_71 rect: serializedVersion: 2 x: 64 y: 384 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b4147e32d6d824c86a29c8311e2e4817 internalID: -9191320834391544161 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_72 rect: serializedVersion: 2 x: 96 y: 384 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 12a4afb572b9244829bf39faea6d198f internalID: 4469567370986994969 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_73 rect: serializedVersion: 2 x: 128 y: 384 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: d68ae47f5c82e470fb9e6bb0639ac1b7 internalID: -4163221646251589804 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_74 rect: serializedVersion: 2 x: 160 y: 384 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: f7fe65b6a66334c67ae5e3ecb23f4c04 internalID: -6903296824831171216 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_75 rect: serializedVersion: 2 x: 192 y: 384 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b8e5e4de712614ce69bbe3be10c34e47 internalID: 2531983442268618771 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_76 rect: serializedVersion: 2 x: 224 y: 384 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 9b45e2bcc49de4ace8993fe250f6d2ec internalID: -8906671858202755068 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_77 rect: serializedVersion: 2 x: 256 y: 384 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 782672adc158e4264b1cea73c65676ca internalID: -5909441163392605983 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_78 rect: serializedVersion: 2 x: 288 y: 384 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: faff895a2b76c43489bc8a0964b90144 internalID: -6736209575069689517 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_79 rect: serializedVersion: 2 x: 0 y: 352 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 1fdb2f02303154f64951f36d1f8e1dcf internalID: -5134403477793945142 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_80 rect: serializedVersion: 2 x: 32 y: 352 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 65fcf2c1c32c444d9ab2baa7442d1253 internalID: 1948487508243003930 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_81 rect: serializedVersion: 2 x: 64 y: 352 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 26a329bc6d0344b2f8a6322fe7b04fc2 internalID: 3915227295686642372 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_82 rect: serializedVersion: 2 x: 96 y: 352 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: c3f15c30498d6479f8411c8b966577bb internalID: -2274682027915378 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_83 rect: serializedVersion: 2 x: 128 y: 352 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 5d5e7a1eb70f94cff93476ef913b633e internalID: -4605264281627938210 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_84 rect: serializedVersion: 2 x: 160 y: 352 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b4da20bbade0345c48cbdad61a60a8c7 internalID: -2155471488290710995 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_85 rect: serializedVersion: 2 x: 192 y: 352 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 47d5e166e7c54495a81d47626072a459 internalID: -1635316056935899677 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_86 rect: serializedVersion: 2 x: 224 y: 352 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 171f5d4f1eb2d4147b6a40a5f7e2917f internalID: -770373116713969740 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_87 rect: serializedVersion: 2 x: 256 y: 352 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: d849a078a3bbe49faaf768d8b5e93523 internalID: 252373955758730048 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_88 rect: serializedVersion: 2 x: 288 y: 352 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 77d4d52f001664ec59f49e9366e6e873 internalID: 97070456372808837 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_89 rect: serializedVersion: 2 x: 0 y: 320 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: be2736f0aee0c495fa914010de54d597 internalID: -6101237804161858725 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_90 rect: serializedVersion: 2 x: 32 y: 320 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 87038fa47e03c4ce88b3bb012e56f768 internalID: 4083334271573546787 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_91 rect: serializedVersion: 2 x: 64 y: 320 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b851033d3fb5e4bc09bdf496f90eb020 internalID: -120415494867393529 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_92 rect: serializedVersion: 2 x: 96 y: 320 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 357e2409a18ac4a728a89e31c964602f internalID: 9175990552355112093 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_93 rect: serializedVersion: 2 x: 128 y: 320 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 89cb2879c3c19447da317f97f14b8e9a internalID: 6726261659303741813 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_94 rect: serializedVersion: 2 x: 160 y: 320 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: f61fc2c6b38e54bd6b05e8d613090523 internalID: -5977954221317057432 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_95 rect: serializedVersion: 2 x: 192 y: 320 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: ce4b43bd4d5b049a19f2e5dde642504a internalID: -5413388010774672672 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_96 rect: serializedVersion: 2 x: 224 y: 320 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 179bca928b1f04a559b86c82c5dd05a7 internalID: -4821082286465148949 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_97 rect: serializedVersion: 2 x: 256 y: 320 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 947dcd6d482a74e498ff5a8c67bb11b7 internalID: 1168899817041338214 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_98 rect: serializedVersion: 2 x: 288 y: 320 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b401c5436e9c445bda542308917c1211 internalID: 8202940090449954 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_99 rect: serializedVersion: 2 x: 0 y: 288 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 9afbcf6dd15d346bda6dcbef04c05121 internalID: 5601105188434543042 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_100 rect: serializedVersion: 2 x: 32 y: 288 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: dafb8ad8f63e448158bac1f425f88ee7 internalID: -6650780849725831475 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_101 rect: serializedVersion: 2 x: 64 y: 288 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 4148f32eab72c45368e42ab7ef4516b3 internalID: -6071310196590116972 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_102 rect: serializedVersion: 2 x: 96 y: 288 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 8dd7e1fb7ede441078099b9d033365ba internalID: 7804390140241659612 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_103 rect: serializedVersion: 2 x: 128 y: 288 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 671cc904135bc470fa4e71c222474216 internalID: 4455973288606875421 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_104 rect: serializedVersion: 2 x: 160 y: 288 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b3511bd324af2499cbe035221c6ea261 internalID: 7476530111355086014 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_105 rect: serializedVersion: 2 x: 192 y: 288 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 08d250638a6bf4521b0fc9a6010c03a6 internalID: -6055261062687405600 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_106 rect: serializedVersion: 2 x: 224 y: 288 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 8d8576f19856344f6b1f5bd00becb010 internalID: 8835475853588116408 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_107 rect: serializedVersion: 2 x: 256 y: 288 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 63790b364669640d4be2453bfbc990c0 internalID: -6298136934381285252 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_108 rect: serializedVersion: 2 x: 288 y: 288 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: edb774d50723d48d997e9563562da0bb internalID: 1141702706182252605 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_109 rect: serializedVersion: 2 x: 0 y: 256 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: dc99777a8b77d49018a8e20cd6fc6082 internalID: -7054866937645642075 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_110 rect: serializedVersion: 2 x: 32 y: 256 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: e61daca27acda45e2857021123503d1a internalID: -5408744191670167166 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_111 rect: serializedVersion: 2 x: 64 y: 256 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: da435f4375d424bfca9abe23cc6e685a internalID: 3893153448265120450 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_112 rect: serializedVersion: 2 x: 96 y: 256 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 9ab9925368f9149edaf298a8ae25b6f0 internalID: -7713318200697883962 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_113 rect: serializedVersion: 2 x: 128 y: 256 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: df078d6aef81240cfb90ad2def71afc3 internalID: -6785528459822481436 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_114 rect: serializedVersion: 2 x: 160 y: 256 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: c8ea42e546f574abd920af80c0d974be internalID: -7427719571591809827 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_115 rect: serializedVersion: 2 x: 192 y: 256 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 8852ae872ec4e45778fe08a105fe3304 internalID: -456595448253866263 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_116 rect: serializedVersion: 2 x: 224 y: 256 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 29d432572ff514a2db19f343dbd9fd7e internalID: -2084367463886992218 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_117 rect: serializedVersion: 2 x: 256 y: 256 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: eb2217bb39853434a98abcc2d6af59f2 internalID: -1327181356759894128 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_118 rect: serializedVersion: 2 x: 288 y: 256 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: aecad35bc64824c0abd7953fbcdd7a18 internalID: 8304495916799713078 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_119 rect: serializedVersion: 2 x: 0 y: 224 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 232215a705fa942a7bb65678beccb10e internalID: 3734681705750905743 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_120 rect: serializedVersion: 2 x: 32 y: 224 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 92ee792099086477ba5559e18281e331 internalID: 1703291497612268831 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_121 rect: serializedVersion: 2 x: 64 y: 224 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 37aa0a1ed544949e1a6198f3377fbbf9 internalID: 6109971651724931356 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_122 rect: serializedVersion: 2 x: 96 y: 224 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 1f1e6bb862ab641d3a254acbefd524db internalID: -1104770975880780266 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_123 rect: serializedVersion: 2 x: 128 y: 224 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 7630dd20c3ce34585a6ec022268b422d internalID: 7100674302676234884 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_124 rect: serializedVersion: 2 x: 160 y: 224 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 04c3c8505fa704b92b73bdfcf8fe52d4 internalID: 3792212374978827206 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_125 rect: serializedVersion: 2 x: 192 y: 224 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: bfb2a928a7e0e477e807fb5fdf4e6fda internalID: -4640849057094323608 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_126 rect: serializedVersion: 2 x: 224 y: 224 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 826f5e58312774d01b3618281078c81e internalID: 7251327245626479180 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_127 rect: serializedVersion: 2 x: 256 y: 224 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 34533a37ea128408a8e3c9d393d2cc6e internalID: 3685542636995339162 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_128 rect: serializedVersion: 2 x: 288 y: 224 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: e54165861e26749b3b6971ce77a7e346 internalID: 6024013473661151926 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_129 rect: serializedVersion: 2 x: 0 y: 192 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: fc8359b74416f40af8d3bc7a8b2d41b7 internalID: 224262608783525212 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_130 rect: serializedVersion: 2 x: 32 y: 192 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b2a9ad3512d9c4ae691649a1e44778ce internalID: 2828083932887934783 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_131 rect: serializedVersion: 2 x: 64 y: 192 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 802d6a1764f9a43deb8d520a16e0648a internalID: 5023973052122537557 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_132 rect: serializedVersion: 2 x: 96 y: 192 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: eeb3e8102adb84a0aa8af80a5e3d07cd internalID: 4847042185176754206 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_133 rect: serializedVersion: 2 x: 128 y: 192 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: a0e351306107a431889d5801855d0625 internalID: -5776410613939667368 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_134 rect: serializedVersion: 2 x: 160 y: 192 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 4dd67bdc9744245b2b3010c8eecaffc6 internalID: 1989394544614235681 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_135 rect: serializedVersion: 2 x: 192 y: 192 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 53f3c84a5cbdf487c896cd67a5826b32 internalID: 108958236029740739 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_136 rect: serializedVersion: 2 x: 224 y: 192 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 25d94d013fc184e33a103d922a7298f4 internalID: -8179519815280972424 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_137 rect: serializedVersion: 2 x: 256 y: 192 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 5ac69704023714923ae152b88a37218b internalID: 1042005050854024905 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_138 rect: serializedVersion: 2 x: 288 y: 192 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 4fb83c88fa170438a81629e52ab97406 internalID: -6206676672422019109 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_139 rect: serializedVersion: 2 x: 0 y: 160 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: ebe5dd9b719774221ba290faa63585f8 internalID: 6999531418014689937 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_140 rect: serializedVersion: 2 x: 32 y: 160 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 8a76f9758cc414b4f8ad219d1ee6a476 internalID: -7194287553332152477 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_141 rect: serializedVersion: 2 x: 64 y: 160 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: d69c03f85ab0b4d9ab99fe58549e49b8 internalID: 5122771274799039803 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_142 rect: serializedVersion: 2 x: 96 y: 160 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 8993c0f33cda949778fa10f10cce2076 internalID: 7413105301146028050 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_143 rect: serializedVersion: 2 x: 128 y: 160 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b98e9baa474bd40ec8e37d27e736ce7d internalID: 5507000092204679983 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_144 rect: serializedVersion: 2 x: 160 y: 160 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: d060b5a9c04794459bb2851c9371db08 internalID: -6029230558926807374 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_145 rect: serializedVersion: 2 x: 192 y: 160 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: e7e8e831f194e4cea9d769a2a1709679 internalID: -5165577502383575846 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_146 rect: serializedVersion: 2 x: 224 y: 160 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 4f37f46d659e8483f984ef5cb9e775d8 internalID: 3691302282077265432 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_147 rect: serializedVersion: 2 x: 256 y: 160 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6d2d26d190f2f46399a5010c368b56a3 internalID: -8697916275300481654 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_148 rect: serializedVersion: 2 x: 288 y: 160 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: cefe1ae719d65469081eb8b37cdf84e1 internalID: 766895057108868486 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_149 rect: serializedVersion: 2 x: 0 y: 128 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 92b2ca4522a904d2495a936415635cdb internalID: 6762122087660663855 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_150 rect: serializedVersion: 2 x: 32 y: 128 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 907a7b8e6328b425f82623d2bce575e2 internalID: -4065334697723809938 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_151 rect: serializedVersion: 2 x: 64 y: 128 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 99246e989bbeb4463ad6632fd31f1834 internalID: -6604256018405975402 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_152 rect: serializedVersion: 2 x: 96 y: 128 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: ff54ab0db807e43499f0b2d1671acefd internalID: 2133074900646508996 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_153 rect: serializedVersion: 2 x: 192 y: 128 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: e70fc272e02da4c33befe8d07df470ee internalID: -2835818597608283757 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_154 rect: serializedVersion: 2 x: 224 y: 128 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: ea40c5e87002341afbb833f17704a15b internalID: -2477469063207616680 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_155 rect: serializedVersion: 2 x: 288 y: 128 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 32fb129d1f8cb468dabe08892510ee4b internalID: -2864263304063772932 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_156 rect: serializedVersion: 2 x: 0 y: 96 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: e9f27079e5c2b42c9aeaeb509e270675 internalID: -7562170634286428383 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_157 rect: serializedVersion: 2 x: 32 y: 96 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: f914c69dfe6124ca48033bf9a51172d6 internalID: 1510515084674506786 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_158 rect: serializedVersion: 2 x: 64 y: 96 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: ffeed38e8864b4ba9a23c4fbb595960d internalID: 8365806230130388301 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_159 rect: serializedVersion: 2 x: 96 y: 96 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 3ab74402b8a3444ebb7260c9f2989788 internalID: -2348948854243272327 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_160 rect: serializedVersion: 2 x: 128 y: 96 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: f786f23d9e1114033a2d98d2d1c0f21c internalID: 6311932977253920442 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_161 rect: serializedVersion: 2 x: 160 y: 96 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 7ab72fc0938f9405294e2b6ed5e817b9 internalID: -7689282411108215467 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_162 rect: serializedVersion: 2 x: 192 y: 96 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 32f88130099b8460d9f402d270b5039e internalID: 9038609297353114866 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_163 rect: serializedVersion: 2 x: 224 y: 96 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: bd71417f037b4428cb41c1bbc64e58ce internalID: -3581932947388399444 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_164 rect: serializedVersion: 2 x: 256 y: 96 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 97ea49c8018034329a3530ecdab68a6e internalID: 5462909790212512140 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_165 rect: serializedVersion: 2 x: 288 y: 96 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 4429cb322d04e4d1c8dddaa4922c8ba8 internalID: 3713639288023962438 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_166 rect: serializedVersion: 2 x: 0 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: f289d666b00ac4abc92b21abcf3f71ba internalID: 8133799384259157695 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_167 rect: serializedVersion: 2 x: 128 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 61ea3289decda4d26bd16a1175eba661 internalID: 8227784380409013075 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_168 rect: serializedVersion: 2 x: 192 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 38f8af213914e45fd93c830540af18c7 internalID: 8060785774651751038 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_169 rect: serializedVersion: 2 x: 224 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 2e91086fc96f1420ea6ac25f9a633f32 internalID: 4812232726409014206 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Interiors_Sprite_170 rect: serializedVersion: 2 x: 256 y: 64 width: 32 height: 32 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: c38af2892b36547f1befec4c40115f01 internalID: -5985934968585419232 vertices: [] indices: edges: [] weights: [] outline: [] physicsShape: [] bones: [] spriteID: 5e97eb03825dee720800000000000000 internalID: 0 vertices: [] indices: edges: [] weights: [] secondaryTextures: [] spritePackingTag: pSDRemoveMatte: 0 pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Sprites/NPC01_Sprite.png.meta ================================================ fileFormatVersion: 2 guid: d0946f1bee91744aaa2783864df7346b TextureImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 10 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestReferenceValue: 0.5 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 isReadable: 0 streamingMipmaps: 0 streamingMipmapsPriority: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 seamlessCubemap: 0 textureFormat: 1 maxTextureSize: 2048 textureSettings: serializedVersion: 2 filterMode: -1 aniso: -1 mipBias: -100 wrapU: 1 wrapV: 1 wrapW: 1 nPOTScale: 0 lightmap: 0 compressionQuality: 50 spriteMode: 1 spriteExtrude: 1 spriteMeshType: 1 alignment: 0 spritePivot: {x: 0.5, y: 0.5} spritePixelsToUnits: 100 spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 alphaIsTransparency: 1 spriteTessellationDetail: -1 textureType: 8 textureShape: 1 singleChannelComponent: 0 maxTextureSizeSet: 0 compressionQualitySet: 0 textureFormatSet: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform maxTextureSize: 2048 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 1 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: serializedVersion: 2 sprites: [] outline: [] physicsShape: [] bones: [] spriteID: 5e97eb03825dee720800000000000000 internalID: 0 vertices: [] indices: edges: [] weights: [] secondaryTextures: [] spritePackingTag: pSDRemoveMatte: 0 pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Sprites/OverWorld_Sprite.png.meta ================================================ fileFormatVersion: 2 guid: 9b3ee642c9e4f4cf193fde641b581bc5 TextureImporter: internalIDToNameTable: - first: 213: 21300000 second: NewBark_Tileset_0 - first: 213: 21300002 second: NewBark_Tileset_1 - first: 213: 21300004 second: NewBark_Tileset_2 - first: 213: 21300006 second: NewBark_Tileset_3 - first: 213: 21300008 second: NewBark_Tileset_4 - first: 213: 21300010 second: NewBark_Tileset_5 - first: 213: 21300012 second: NewBark_Tileset_6 - first: 213: 21300014 second: NewBark_Tileset_7 - first: 213: 21300016 second: NewBark_Tileset_8 - first: 213: 21300018 second: NewBark_Tileset_9 - first: 213: 21300020 second: NewBark_Tileset_10 - first: 213: 21300022 second: NewBark_Tileset_11 - first: 213: 21300024 second: NewBark_Tileset_12 - first: 213: 21300026 second: NewBark_Tileset_13 - first: 213: 21300028 second: NewBark_Tileset_14 - first: 213: 21300030 second: NewBark_Tileset_15 - first: 213: 21300032 second: NewBark_Tileset_16 - first: 213: 21300034 second: NewBark_Tileset_17 - first: 213: 21300036 second: NewBark_Tileset_18 - first: 213: 21300038 second: NewBark_Tileset_19 - first: 213: 21300040 second: NewBark_Tileset_20 - first: 213: 21300042 second: NewBark_Tileset_21 - first: 213: 21300044 second: NewBark_Tileset_22 - first: 213: 21300046 second: NewBark_Tileset_23 - first: 213: 21300048 second: NewBark_Tileset_24 - first: 213: 21300050 second: NewBark_Tileset_25 - first: 213: 21300052 second: NewBark_Tileset_26 - first: 213: 21300054 second: NewBark_Tileset_27 - first: 213: 21300056 second: NewBark_Tileset_28 - first: 213: 21300058 second: NewBark_Tileset_29 - first: 213: 21300060 second: NewBark_Tileset_30 - first: 213: 21300062 second: NewBark_Tileset_31 - first: 213: 21300064 second: NewBark_Tileset_32 - first: 213: 21300066 second: NewBark_Tileset_33 - first: 213: 21300068 second: NewBark_Tileset_34 - first: 213: 21300070 second: NewBark_Tileset_35 - first: 213: 21300072 second: NewBark_Tileset_36 - first: 213: 21300074 second: NewBark_Tileset_37 - first: 213: 21300076 second: NewBark_Tileset_38 - first: 213: 21300078 second: NewBark_Tileset_39 - first: 213: 21300080 second: NewBark_Tileset_40 - first: 213: 21300082 second: NewBark_Tileset_41 - first: 213: 21300084 second: NewBark_Tileset_42 - first: 213: 21300086 second: NewBark_Tileset_43 - first: 213: 21300088 second: NewBark_Tileset_44 - first: 213: 21300090 second: NewBark_Tileset_45 - first: 213: 21300092 second: NewBark_Tileset_46 - first: 213: 21300094 second: NewBark_Tileset_47 - first: 213: 21300096 second: NewBark_Tileset_48 - first: 213: 21300098 second: NewBark_Tileset_49 - first: 213: 21300100 second: NewBark_Tileset_50 - first: 213: 21300102 second: NewBark_Tileset_51 - first: 213: 21300104 second: NewBark_Tileset_52 - first: 213: 21300106 second: NewBark_Tileset_53 - first: 213: 21300108 second: NewBark_Tileset_54 - first: 213: 21300110 second: NewBark_Tileset_55 - first: 213: 21300112 second: NewBark_Tileset_56 - first: 213: 21300114 second: NewBark_Tileset_57 - first: 213: 21300116 second: NewBark_Tileset_58 - first: 213: 21300118 second: NewBark_Tileset_59 - first: 213: 21300120 second: NewBark_Tileset_60 - first: 213: 21300122 second: NewBark_Tileset_61 - first: 213: 21300124 second: NewBark_Tileset_62 - first: 213: 21300126 second: NewBark_Tileset_63 - first: 213: 21300128 second: NewBark_Tileset_64 - first: 213: 21300130 second: NewBark_Tileset_65 - first: 213: 21300132 second: NewBark_Tileset_66 - first: 213: 21300134 second: NewBark_Tileset_67 - first: 213: 21300136 second: NewBark_Tileset_68 - first: 213: 21300138 second: NewBark_Tileset_69 - first: 213: 21300140 second: NewBark_Tileset_70 - first: 213: 21300142 second: NewBark_Tileset_71 - first: 213: 21300144 second: NewBark_Tileset_72 - first: 213: 21300146 second: NewBark_Tileset_73 - first: 213: 21300148 second: NewBark_Tileset_74 - first: 213: 21300150 second: NewBark_Tileset_75 - first: 213: 21300152 second: NewBark_Tileset_76 - first: 213: 21300154 second: NewBark_Tileset_77 - first: 213: 21300156 second: NewBark_Tileset_78 - first: 213: 21300158 second: NewBark_Tileset_79 - first: 213: 21300160 second: NewBark_Tileset_80 - first: 213: 21300162 second: NewBark_Tileset_81 - first: 213: 21300164 second: NewBark_Tileset_82 - first: 213: 21300166 second: NewBark_Tileset_83 - first: 213: 21300168 second: NewBark_Tileset_84 - first: 213: 21300170 second: NewBark_Tileset_85 - first: 213: 21300172 second: NewBark_Tileset_86 - first: 213: 21300174 second: NewBark_Tileset_87 - first: 213: 21300176 second: NewBark_Tileset_88 - first: 213: 21300178 second: NewBark_Tileset_89 - first: 213: 21300180 second: NewBark_Tileset_90 - first: 213: 21300182 second: NewBark_Tileset_91 - first: 213: 21300184 second: NewBark_Tileset_92 - first: 213: 21300186 second: NewBark_Tileset_93 - first: 213: 21300188 second: NewBark_Tileset_94 - first: 213: 21300190 second: NewBark_Tileset_95 - first: 213: 21300192 second: NewBark_Tileset_96 - first: 213: 21300194 second: NewBark_Tileset_97 - first: 213: 21300196 second: NewBark_Tileset_98 - first: 213: 21300198 second: NewBark_Tileset_99 - first: 213: 21300200 second: NewBark_Tileset_100 - first: 213: 21300202 second: NewBark_Tileset_101 - first: 213: 21300204 second: NewBark_Tileset_102 - first: 213: 21300206 second: NewBark_Tileset_103 - first: 213: 21300208 second: NewBark_Tileset_104 - first: 213: 21300210 second: NewBark_Tileset_105 - first: 213: 21300212 second: NewBark_Tileset_106 - first: 213: 21300214 second: NewBark_Tileset_107 - first: 213: 21300216 second: NewBark_Tileset_108 - first: 213: 21300218 second: NewBark_Tileset_109 - first: 213: 21300220 second: NewBark_Tileset_110 - first: 213: -3221631787333965581 second: OverWorld_Sprite_0 - first: 213: -8325423937487637661 second: OverWorld_Sprite_1 - first: 213: -3089889014765036585 second: OverWorld_Sprite_2 - first: 213: -1279477284675071846 second: OverWorld_Sprite_3 - first: 213: -3086195766449042202 second: OverWorld_Sprite_4 - first: 213: -272944050622201314 second: OverWorld_Sprite_5 - first: 213: -8628389544882267357 second: OverWorld_Sprite_6 - first: 213: -4157805459458028943 second: OverWorld_Sprite_7 - first: 213: -78918176610540640 second: OverWorld_Sprite_8 - first: 213: -6894107232651031177 second: OverWorld_Sprite_9 - first: 213: -3576939988115167057 second: OverWorld_Sprite_10 - first: 213: -255182363478283680 second: OverWorld_Sprite_11 - first: 213: 2708214709136898228 second: OverWorld_Sprite_12 - first: 213: -7471935250931336379 second: OverWorld_Sprite_13 - first: 213: 1278464164232700148 second: OverWorld_Sprite_14 - first: 213: 7409578145999893223 second: OverWorld_Sprite_15 - first: 213: -5041070755514419975 second: OverWorld_Sprite_16 - first: 213: 437628226048935662 second: OverWorld_Sprite_17 - first: 213: -3160569425502071528 second: OverWorld_Sprite_18 - first: 213: 7621551645271409770 second: OverWorld_Sprite_19 - first: 213: 2418869950254967616 second: OverWorld_Sprite_20 - first: 213: 1869304696127499464 second: OverWorld_Sprite_21 - first: 213: 609512673421906920 second: OverWorld_Sprite_22 - first: 213: 5151069717683382098 second: OverWorld_Sprite_23 - first: 213: -2942338263551468508 second: OverWorld_Sprite_24 - first: 213: 1862578340839852124 second: OverWorld_Sprite_25 - first: 213: 8199696279093330848 second: OverWorld_Sprite_26 - first: 213: -2311416115569310743 second: OverWorld_Sprite_27 - first: 213: 8562236270392278134 second: OverWorld_Sprite_28 - first: 213: 2151519551408182793 second: OverWorld_Sprite_29 - first: 213: 8420718934679655178 second: OverWorld_Sprite_30 - first: 213: 3850978801820407014 second: OverWorld_Sprite_31 - first: 213: 714923797869617932 second: OverWorld_Sprite_32 - first: 213: 8673077753581324705 second: OverWorld_Sprite_33 - first: 213: 4776292034514738480 second: OverWorld_Sprite_34 - first: 213: -7052931397261103344 second: OverWorld_Sprite_35 - first: 213: -910490180814376625 second: OverWorld_Sprite_36 - first: 213: -665043386312243462 second: OverWorld_Sprite_37 - first: 213: 2929457207912310375 second: OverWorld_Sprite_38 - first: 213: -7077207126790289012 second: OverWorld_Sprite_39 - first: 213: 5528722800105768270 second: OverWorld_Sprite_40 - first: 213: -6425646249121593322 second: OverWorld_Sprite_41 - first: 213: -4656075032788290237 second: OverWorld_Sprite_42 - first: 213: -1856575295192458886 second: OverWorld_Sprite_43 - first: 213: -4913318849491745892 second: OverWorld_Sprite_44 - first: 213: 6897124548323646146 second: OverWorld_Sprite_45 - first: 213: -4811779906098410751 second: OverWorld_Sprite_46 - first: 213: -5043987575860625985 second: OverWorld_Sprite_47 - first: 213: -7985593997152055734 second: OverWorld_Sprite_48 - first: 213: -6918726798831422405 second: OverWorld_Sprite_49 - first: 213: 8733545361648612136 second: OverWorld_Sprite_50 - first: 213: 9047190113939795499 second: OverWorld_Sprite_51 - first: 213: -7353889842105034394 second: OverWorld_Sprite_52 - first: 213: 5331917662647640800 second: OverWorld_Sprite_53 - first: 213: -655838279850750644 second: OverWorld_Sprite_54 - first: 213: -8786342793655117050 second: OverWorld_Sprite_55 - first: 213: 6872783173908349289 second: OverWorld_Sprite_56 - first: 213: 4985804722896679328 second: OverWorld_Sprite_57 - first: 213: -7375624246102529837 second: OverWorld_Sprite_58 - first: 213: -8717145815280287874 second: OverWorld_Sprite_59 - first: 213: -4292368763963648820 second: OverWorld_Sprite_60 - first: 213: 6403064248135868742 second: OverWorld_Sprite_61 - first: 213: 8566446843333701470 second: OverWorld_Sprite_62 - first: 213: -3925324882569008798 second: OverWorld_Sprite_63 - first: 213: 7264225485178239400 second: OverWorld_Sprite_64 - first: 213: -8428891137838960230 second: OverWorld_Sprite_65 - first: 213: -6739348052345470971 second: OverWorld_Sprite_66 - first: 213: 24620075160638391 second: OverWorld_Sprite_67 - first: 213: -723497670930819438 second: OverWorld_Sprite_68 - first: 213: 2820632361868350152 second: OverWorld_Sprite_69 - first: 213: -2521711863147200477 second: OverWorld_Sprite_70 - first: 213: 794263559872426504 second: OverWorld_Sprite_71 - first: 213: 7276910957828137816 second: OverWorld_Sprite_72 - first: 213: 4902104664072377740 second: OverWorld_Sprite_73 - first: 213: -6758639347321498927 second: OverWorld_Sprite_74 - first: 213: -6431576298781788104 second: OverWorld_Sprite_75 - first: 213: 3893272085010434045 second: OverWorld_Sprite_76 - first: 213: -374067919569762019 second: OverWorld_Sprite_77 - first: 213: 2256076524431018598 second: OverWorld_Sprite_78 - first: 213: -7808443175533495854 second: OverWorld_Sprite_79 - first: 213: -7731439339750740296 second: OverWorld_Sprite_80 - first: 213: -3364801222077655864 second: OverWorld_Sprite_81 - first: 213: -9063544535920195731 second: OverWorld_Sprite_82 - first: 213: 7306370437530878038 second: OverWorld_Sprite_83 - first: 213: 3272487572467719024 second: OverWorld_Sprite_84 - first: 213: -4633493130325844777 second: OverWorld_Sprite_85 - first: 213: 8626943441721645399 second: OverWorld_Sprite_86 - first: 213: 6505777648005185831 second: OverWorld_Sprite_87 - first: 213: -3685752355032555763 second: OverWorld_Sprite_88 - first: 213: -6098605557860776067 second: OverWorld_Sprite_89 externalObjects: {} serializedVersion: 10 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestReferenceValue: 0.5 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 isReadable: 0 streamingMipmaps: 0 streamingMipmapsPriority: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 seamlessCubemap: 0 textureFormat: 1 maxTextureSize: 2048 textureSettings: serializedVersion: 2 filterMode: 0 aniso: -1 mipBias: -100 wrapU: 1 wrapV: 1 wrapW: 1 nPOTScale: 0 lightmap: 0 compressionQuality: 50 spriteMode: 2 spriteExtrude: 0 spriteMeshType: 0 alignment: 0 spritePivot: {x: 0.5, y: 0.5} spritePixelsToUnits: 32 spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 alphaIsTransparency: 1 spriteTessellationDetail: -1 textureType: 8 textureShape: 1 singleChannelComponent: 0 maxTextureSizeSet: 0 compressionQualitySet: 0 textureFormatSet: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform maxTextureSize: 512 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 - serializedVersion: 3 buildTarget: Standalone maxTextureSize: 512 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 - serializedVersion: 3 buildTarget: Android maxTextureSize: 8192 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: WebGL maxTextureSize: 8192 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 spriteSheet: serializedVersion: 2 sprites: - serializedVersion: 2 name: OverWorld_Sprite_0 rect: serializedVersion: 2 x: 0 y: 448 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 2ccb0d071c6bd4705bf2846e6f8715b8 internalID: -3221631787333965581 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_1 rect: serializedVersion: 2 x: 32 y: 448 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: a7f15eb3126704960a5db858f34f7207 internalID: -8325423937487637661 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_2 rect: serializedVersion: 2 x: 64 y: 448 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: ea345e0656c4f47e98d5daf444c89832 internalID: -3089889014765036585 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_3 rect: serializedVersion: 2 x: 96 y: 448 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 5d9ce88495d3b41f28b727192909e68e internalID: -1279477284675071846 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_4 rect: serializedVersion: 2 x: 128 y: 448 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b91ec41ff50784f488ab4fb50a2070cb internalID: -3086195766449042202 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_5 rect: serializedVersion: 2 x: 160 y: 448 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 5cfc4b1126fca4ed798f8fcab84b77b7 internalID: -272944050622201314 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_6 rect: serializedVersion: 2 x: 192 y: 448 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: d3aac959012e640148251a11ac5ba3a0 internalID: -8628389544882267357 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_7 rect: serializedVersion: 2 x: 224 y: 448 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 533deef84aa0f4145b887c86016a89b2 internalID: -4157805459458028943 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_8 rect: serializedVersion: 2 x: 256 y: 448 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 314eb68899b6c4094ba2f6566bdf2d95 internalID: -78918176610540640 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_9 rect: serializedVersion: 2 x: 288 y: 448 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: f250eab8c5761406a9e4abcbba5686db internalID: -6894107232651031177 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_10 rect: serializedVersion: 2 x: 0 y: 416 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 4626545f331a9432c806a8f4b0691fdd internalID: -3576939988115167057 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_11 rect: serializedVersion: 2 x: 32 y: 416 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: a5260d39794b14b23b915a81d70a1da7 internalID: -255182363478283680 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_12 rect: serializedVersion: 2 x: 64 y: 416 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 7a93743bac86a4593a628c9d0659e921 internalID: 2708214709136898228 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_13 rect: serializedVersion: 2 x: 96 y: 416 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 71b14fd7bf4a64fbe936c151ac251ceb internalID: -7471935250931336379 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_14 rect: serializedVersion: 2 x: 128 y: 416 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: dbcac2d8a3b2e42f6b445b0b24f1916f internalID: 1278464164232700148 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_15 rect: serializedVersion: 2 x: 160 y: 416 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: e221474cb527f46208b1f8b34cab744e internalID: 7409578145999893223 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_16 rect: serializedVersion: 2 x: 192 y: 416 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: a849dee384b7c49f890b4e7fba94344f internalID: -5041070755514419975 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_17 rect: serializedVersion: 2 x: 224 y: 416 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 1ddf8ce670f2f4993b6b0a0e8021980e internalID: 437628226048935662 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_18 rect: serializedVersion: 2 x: 256 y: 416 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 511000485bb9d43e783e6788adc2a818 internalID: -3160569425502071528 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_19 rect: serializedVersion: 2 x: 288 y: 416 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6254dc145d49349ac933307be61929c7 internalID: 7621551645271409770 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_20 rect: serializedVersion: 2 x: 0 y: 384 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 38c9634f004ef43c09a684ff3fc8c830 internalID: 2418869950254967616 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_21 rect: serializedVersion: 2 x: 32 y: 384 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: d9e99bbb9dbe042ddb3335a766503ebf internalID: 1869304696127499464 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_22 rect: serializedVersion: 2 x: 64 y: 384 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 02c6497a9856d4b6e8580ff1bb62c86c internalID: 609512673421906920 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_23 rect: serializedVersion: 2 x: 96 y: 384 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 4fde67174334746ca84f41b0ce232787 internalID: 5151069717683382098 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_24 rect: serializedVersion: 2 x: 128 y: 384 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 3f2aae7dc6db545889bfac2a22fbb356 internalID: -2942338263551468508 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_25 rect: serializedVersion: 2 x: 160 y: 384 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 072697a48c5354551baff900c083b570 internalID: 1862578340839852124 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_26 rect: serializedVersion: 2 x: 192 y: 384 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: ca39195b09f214427b7124d258fb70ee internalID: 8199696279093330848 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_27 rect: serializedVersion: 2 x: 224 y: 384 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: d16278d7616784f0ba72e4f7d24399e6 internalID: -2311416115569310743 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_28 rect: serializedVersion: 2 x: 256 y: 384 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 7e9336ffddde145ad93ade5bc7fce9c5 internalID: 8562236270392278134 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_29 rect: serializedVersion: 2 x: 288 y: 384 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 564e4b8064f65445894970e0749ddf9b internalID: 2151519551408182793 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_30 rect: serializedVersion: 2 x: 0 y: 352 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: bf510a05dadc34c28a3e970501acad37 internalID: 8420718934679655178 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_31 rect: serializedVersion: 2 x: 32 y: 352 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: f827a05e8878347f1a8bf754252b899e internalID: 3850978801820407014 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_32 rect: serializedVersion: 2 x: 64 y: 352 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.125} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 1a761772a2c824be9ab8ce4f0102c035 internalID: 714923797869617932 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_33 rect: serializedVersion: 2 x: 96 y: 352 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b23805321a8474fd0a23554660761c72 internalID: 8673077753581324705 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_34 rect: serializedVersion: 2 x: 128 y: 352 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 51355bab28e384d0d90880fc78493422 internalID: 4776292034514738480 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_35 rect: serializedVersion: 2 x: 160 y: 352 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 496248514d7db49718ce0b7aab6f858a internalID: -7052931397261103344 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_36 rect: serializedVersion: 2 x: 192 y: 352 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6fd2b4b5eeffe4e058a147f7a20e8c42 internalID: -910490180814376625 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_37 rect: serializedVersion: 2 x: 224 y: 352 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 13a3164fae19e4d62831fb413558a06d internalID: -665043386312243462 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_38 rect: serializedVersion: 2 x: 256 y: 352 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 03b581c5db9374bd6a239569c8eb310d internalID: 2929457207912310375 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_39 rect: serializedVersion: 2 x: 288 y: 352 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: d5aa9b0e253474a81bbfe4cbb0bf01ae internalID: -7077207126790289012 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_40 rect: serializedVersion: 2 x: 0 y: 320 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 487d4ec2489024bc29d7ada55f3d2956 internalID: 5528722800105768270 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_41 rect: serializedVersion: 2 x: 32 y: 320 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 1ff64d787813e43d3b417ed18f65cce7 internalID: -6425646249121593322 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_42 rect: serializedVersion: 2 x: 64 y: 320 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: f504057f9e2f843d5ba0467036a815eb internalID: -4656075032788290237 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_43 rect: serializedVersion: 2 x: 96 y: 320 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 693a73634fdee4542ae0f4b7cd33f1c7 internalID: -1856575295192458886 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_44 rect: serializedVersion: 2 x: 128 y: 320 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 062455752f3814885b50a0104b459fb0 internalID: -4913318849491745892 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_45 rect: serializedVersion: 2 x: 160 y: 320 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 010f604cfbb5e4b99b6ad8c1d3d2aa02 internalID: 6897124548323646146 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_46 rect: serializedVersion: 2 x: 192 y: 320 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 41a63c51fd689493b84ea73be94324d0 internalID: -4811779906098410751 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_47 rect: serializedVersion: 2 x: 224 y: 320 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 03cd6a60a53ec410cb79951bee046052 internalID: -5043987575860625985 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_48 rect: serializedVersion: 2 x: 256 y: 320 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: c746ee76a0acf43ea958fb11091d6425 internalID: -7985593997152055734 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_49 rect: serializedVersion: 2 x: 288 y: 320 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 9a191d4f2c3ab4c5c844327a6c8bd338 internalID: -6918726798831422405 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_50 rect: serializedVersion: 2 x: 0 y: 288 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 4c6e56215037e4e289a3421b506690e4 internalID: 8733545361648612136 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_51 rect: serializedVersion: 2 x: 32 y: 288 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 70fb4681caa414bb4b767ce744ed2cbe internalID: 9047190113939795499 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_52 rect: serializedVersion: 2 x: 64 y: 288 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 09e55b4a974bc4627a851760808d30a2 internalID: -7353889842105034394 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_53 rect: serializedVersion: 2 x: 96 y: 288 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 4fa2f52a235cd4e40afae8b282ee55d4 internalID: 5331917662647640800 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_54 rect: serializedVersion: 2 x: 128 y: 288 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 0f4551251b71743ffa3ddb6de42a4e00 internalID: -655838279850750644 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_55 rect: serializedVersion: 2 x: 160 y: 288 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 073eff6196b52439bb8a5c5452b9061d internalID: -8786342793655117050 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_56 rect: serializedVersion: 2 x: 192 y: 288 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: e9625018dc557495f9e38f524fbe1a58 internalID: 6872783173908349289 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_57 rect: serializedVersion: 2 x: 224 y: 288 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 0c5511259c75245b6b164b68ef02d956 internalID: 4985804722896679328 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_58 rect: serializedVersion: 2 x: 256 y: 288 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 21681ea07b64249888b0b16d72e7c739 internalID: -7375624246102529837 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_59 rect: serializedVersion: 2 x: 288 y: 288 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 3f131807768c04464b3cfcd1c024751c internalID: -8717145815280287874 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_60 rect: serializedVersion: 2 x: 0 y: 256 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: dd3ab105af14c435abe791652ba87658 internalID: -4292368763963648820 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_61 rect: serializedVersion: 2 x: 32 y: 256 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 12b8c2e667aee468999d45dd3978eb80 internalID: 6403064248135868742 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_62 rect: serializedVersion: 2 x: 64 y: 256 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 6ae73ba92b8fe4b00bc077ea4499afd7 internalID: 8566446843333701470 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_63 rect: serializedVersion: 2 x: 96 y: 256 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 27c37ed0735af4d1387bb11f2df7409c internalID: -3925324882569008798 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_64 rect: serializedVersion: 2 x: 128 y: 256 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 1bbc96df5c91e4a8b9e9479b89718bf3 internalID: 7264225485178239400 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_65 rect: serializedVersion: 2 x: 160 y: 256 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: cab00480533114f9ab41e0c2e2ecf9b5 internalID: -8428891137838960230 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_66 rect: serializedVersion: 2 x: 192 y: 256 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 26867afa3476247ac96e4f2b7088f285 internalID: -6739348052345470971 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_67 rect: serializedVersion: 2 x: 224 y: 256 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 7f361e571ae954226ad6d5ee14ea5fc1 internalID: 24620075160638391 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_68 rect: serializedVersion: 2 x: 256 y: 256 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: e96bac4ab9d6f44c1bea580e26f22cb3 internalID: -723497670930819438 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_69 rect: serializedVersion: 2 x: 288 y: 256 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 76896d3a26b74426a9dbc8c9fb1e14e4 internalID: 2820632361868350152 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_70 rect: serializedVersion: 2 x: 0 y: 224 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 8711097a1af46486488c668ac32b2188 internalID: -2521711863147200477 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_71 rect: serializedVersion: 2 x: 32 y: 224 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: e31b889ad643b4dd1ade86ea2411ded0 internalID: 794263559872426504 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_72 rect: serializedVersion: 2 x: 64 y: 224 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: f64d4cc5b433d4569841c4fb61cedcd5 internalID: 7276910957828137816 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_73 rect: serializedVersion: 2 x: 96 y: 224 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 8e4797ece41aa47ebae7767b1cda2c8e internalID: 4902104664072377740 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_74 rect: serializedVersion: 2 x: 128 y: 224 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 33fc318dcf65443bb919f32cf6b5ea6f internalID: -6758639347321498927 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_75 rect: serializedVersion: 2 x: 160 y: 224 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 4c582fcddaec34f6491eb440b05bacd2 internalID: -6431576298781788104 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_76 rect: serializedVersion: 2 x: 192 y: 224 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 9b09bd4fa07664fe7bfae0a87434230f internalID: 3893272085010434045 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_77 rect: serializedVersion: 2 x: 224 y: 224 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 153bdcc92c3fd4d31932a3629f5f1037 internalID: -374067919569762019 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_78 rect: serializedVersion: 2 x: 256 y: 224 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: d93be8db18a554e32a6c028ac7c8934f internalID: 2256076524431018598 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_79 rect: serializedVersion: 2 x: 288 y: 224 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: be00dc7353c4945b5a63a2c21d9c08c5 internalID: -7808443175533495854 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_80 rect: serializedVersion: 2 x: 0 y: 192 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: ce8db6509d3c945cdb5f95710e8319c0 internalID: -7731439339750740296 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_81 rect: serializedVersion: 2 x: 32 y: 192 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 93dafb89e7b6246abaf252f8c4c8c4b2 internalID: -3364801222077655864 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_82 rect: serializedVersion: 2 x: 64 y: 192 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 9729483e04cb546dd97baf70af593125 internalID: -9063544535920195731 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_83 rect: serializedVersion: 2 x: 96 y: 192 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 017d3d416bf0e48e99f336190fc27f7f internalID: 7306370437530878038 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_84 rect: serializedVersion: 2 x: 128 y: 192 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: edcf913e4e2e3490fa4d6eb3dbe562e8 internalID: 3272487572467719024 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_85 rect: serializedVersion: 2 x: 160 y: 192 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 816f34beffc64492097b7894aaeb152a internalID: -4633493130325844777 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_86 rect: serializedVersion: 2 x: 192 y: 192 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 985716c93eba24ac0b85dffb0835dde7 internalID: 8626943441721645399 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_87 rect: serializedVersion: 2 x: 224 y: 192 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 5909c850c5542457dbf04b2a788ea629 internalID: 6505777648005185831 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_88 rect: serializedVersion: 2 x: 256 y: 192 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 014c6a4c31f514948a84901061779eae internalID: -3685752355032555763 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: OverWorld_Sprite_89 rect: serializedVersion: 2 x: 288 y: 192 width: 32 height: 32 alignment: 0 pivot: {x: 0.5, y: 0.5} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 8b36c39d2e08944b1b10851513af4fce internalID: -6098605557860776067 vertices: [] indices: edges: [] weights: [] outline: [] physicsShape: [] bones: [] spriteID: 1a7729da410aa4a5aada3efa8e69c68e internalID: 0 vertices: [] indices: edges: [] weights: [] secondaryTextures: [] spritePackingTag: pSDRemoveMatte: 0 pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Sprites/Player_Sprites.png.meta ================================================ fileFormatVersion: 2 guid: c6e1667be621a48eda434995e1cd3cb8 TextureImporter: internalIDToNameTable: - first: 213: 21300000 second: trainer_sprite_0 - first: 213: 21300002 second: trainer_sprite_1 - first: 213: 21300004 second: trainer_sprite_2 - first: 213: 21300006 second: trainer_sprite_3 - first: 213: 21300008 second: trainer_sprite_4 - first: 213: 21300010 second: trainer_sprite_5 - first: 213: 21300012 second: trainer_sprite_6 - first: 213: 21300014 second: trainer_sprite_7 - first: 213: 21300016 second: trainer_sprite_8 - first: 213: 21300018 second: trainer_sprite_9 - first: 213: 21300020 second: trainer_sprite_10 - first: 213: 21300022 second: trainer_sprite_11 - first: 213: 21300024 second: trainer_sprite_12 - first: 213: 21300026 second: trainer_sprite_13 - first: 213: 21300028 second: trainer_sprite_14 - first: 213: 21300030 second: trainer_sprite_15 - first: 213: 21300032 second: trainer_sprite_16 - first: 213: 21300034 second: trainer_sprite_17 - first: 213: 21300036 second: trainer_sprite_18 - first: 213: 21300038 second: trainer_sprite_19 - first: 213: 21300040 second: trainer_sprite_20 - first: 213: 21300042 second: trainer_sprite_21 - first: 213: 21300044 second: Player_Tileset_0 - first: 213: 21300046 second: Player_Tileset_1 - first: 213: 21300048 second: Player_Tileset_2 - first: 213: 21300050 second: Player_Tileset_3 - first: 213: 21300052 second: Player_Tileset_4 - first: 213: 21300054 second: Player_Tileset_5 - first: 213: 21300056 second: Player_Tileset_6 - first: 213: 21300058 second: Player_Tileset_7 - first: 213: 21300060 second: Player_Tileset_8 - first: 213: 21300062 second: Player_Tileset_9 - first: 213: 21300064 second: Player_Tileset_10 - first: 213: 21300066 second: Player_Tileset_11 - first: 213: 21300068 second: Player_Tileset_12 - first: 213: 21300070 second: Player_Tileset_13 - first: 213: 21300072 second: Player_Tileset_14 - first: 213: 21300074 second: Player_Tileset_15 - first: 213: 21300076 second: Player_Tileset_16 - first: 213: 21300078 second: Player_Tileset_17 - first: 213: 21300080 second: Player_Tileset_18 - first: 213: 21300082 second: Player_Tileset_19 - first: 213: 21300084 second: Player_Tileset_20 - first: 213: 21300086 second: Player_Tileset_21 externalObjects: {} serializedVersion: 10 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mipMapsPreserveCoverage: 0 alphaTestReferenceValue: 0.5 mipMapFadeDistanceStart: 1 mipMapFadeDistanceEnd: 3 bumpmap: convertToNormalMap: 0 externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 isReadable: 0 streamingMipmaps: 0 streamingMipmapsPriority: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 seamlessCubemap: 0 textureFormat: 1 maxTextureSize: 2048 textureSettings: serializedVersion: 2 filterMode: 0 aniso: -1 mipBias: -100 wrapU: 1 wrapV: 1 wrapW: 1 nPOTScale: 0 lightmap: 0 compressionQuality: 50 spriteMode: 2 spriteExtrude: 0 spriteMeshType: 0 alignment: 0 spritePivot: {x: 0.5, y: 0.5} spritePixelsToUnits: 32 spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 alphaIsTransparency: 1 spriteTessellationDetail: -1 textureType: 8 textureShape: 1 singleChannelComponent: 0 maxTextureSizeSet: 0 compressionQualitySet: 0 textureFormatSet: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform maxTextureSize: 512 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: Standalone maxTextureSize: 512 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: WebGL maxTextureSize: 512 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 - serializedVersion: 3 buildTarget: Android maxTextureSize: 512 resizeAlgorithm: 0 textureFormat: -1 textureCompression: 0 compressionQuality: 50 crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 1 spriteSheet: serializedVersion: 2 sprites: - serializedVersion: 2 name: Player_Tileset_0 rect: serializedVersion: 2 x: 0 y: 32 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.25} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 488d57d0247974ecf8a98f022b8b1bf4 internalID: 21300044 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Player_Tileset_1 rect: serializedVersion: 2 x: 32 y: 32 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.25} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 02f0e4b90c6fb4ec5a268d93605c5167 internalID: 21300046 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Player_Tileset_2 rect: serializedVersion: 2 x: 64 y: 32 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.25} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: ba6f3a0b688c44c6cbc4a681bba04535 internalID: 21300048 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Player_Tileset_3 rect: serializedVersion: 2 x: 96 y: 32 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.25} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: bd5679204d77e44819cf4e0251f6ca36 internalID: 21300050 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Player_Tileset_4 rect: serializedVersion: 2 x: 128 y: 32 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.25} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 848710afee2974c41b742e6ae8e366a2 internalID: 21300052 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Player_Tileset_5 rect: serializedVersion: 2 x: 160 y: 32 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.25} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 936a0c742291f42ff8fde19e9cced63d internalID: 21300054 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Player_Tileset_6 rect: serializedVersion: 2 x: 192 y: 32 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.25} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 057b7dc37cb294976b3e82bc3362392f internalID: 21300056 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Player_Tileset_7 rect: serializedVersion: 2 x: 224 y: 32 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.25} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 3647c45b84cee477e95e0eb1c769c9aa internalID: 21300058 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Player_Tileset_8 rect: serializedVersion: 2 x: 256 y: 32 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.25} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 13fbcf329e254468fb3c2012c1e92a8f internalID: 21300060 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Player_Tileset_9 rect: serializedVersion: 2 x: 288 y: 32 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.25} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 86c843b6a3f3f4848b05fc5b91bce2bf internalID: 21300062 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Player_Tileset_10 rect: serializedVersion: 2 x: 320 y: 32 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.25} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 915864716032a4786b0ffc98b9821f10 internalID: 21300064 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Player_Tileset_11 rect: serializedVersion: 2 x: 0 y: 0 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.25} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: ae04ac50657e94beab00cbf3c17bf6ed internalID: 21300066 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Player_Tileset_12 rect: serializedVersion: 2 x: 32 y: 0 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.25} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: a634f33dfb52d477ea897bc65d8a5b48 internalID: 21300068 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Player_Tileset_13 rect: serializedVersion: 2 x: 64 y: 0 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.25} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: da45b95d45e5446e0b48e97d9c3ac2db internalID: 21300070 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Player_Tileset_14 rect: serializedVersion: 2 x: 96 y: 0 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.25} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 927f61bcb1d734127aa0674e028e6c37 internalID: 21300072 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Player_Tileset_15 rect: serializedVersion: 2 x: 128 y: 0 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.25} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 04efdcde045634496abb08aebfbd0789 internalID: 21300074 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Player_Tileset_16 rect: serializedVersion: 2 x: 160 y: 0 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.25} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 23cf3fdee64dc443cb6bbe944c29bf52 internalID: 21300076 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Player_Tileset_17 rect: serializedVersion: 2 x: 192 y: 0 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.25} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 11fa9631161844cc698c054420f49f54 internalID: 21300078 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Player_Tileset_18 rect: serializedVersion: 2 x: 224 y: 0 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.25} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: b8f5432fae02748398c36d39acd2c967 internalID: 21300080 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Player_Tileset_19 rect: serializedVersion: 2 x: 256 y: 0 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.25} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 750d92de3e60945f7a31d597d438ae79 internalID: 21300082 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Player_Tileset_20 rect: serializedVersion: 2 x: 288 y: 0 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.25} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 128789597b2e94435a0908cc4b06dab2 internalID: 21300084 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 name: Player_Tileset_21 rect: serializedVersion: 2 x: 320 y: 0 width: 32 height: 32 alignment: 9 pivot: {x: 0.5, y: 0.25} border: {x: 0, y: 0, z: 0, w: 0} outline: [] physicsShape: [] tessellationDetail: 0 bones: [] spriteID: 1059fa783b35043e68240d9d5184eb92 internalID: 21300086 vertices: [] indices: edges: [] weights: [] outline: [] physicsShape: [] bones: [] spriteID: f3fbba2afddcf4e3abf3ca36f2459384 internalID: 0 vertices: [] indices: edges: [] weights: [] secondaryTextures: [] spritePackingTag: pSDRemoveMatte: 0 pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Sprites.meta ================================================ fileFormatVersion: 2 guid: 7658c8ceddae4462d99546768a703ccf folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Interiors_Palette.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &690441807856931981 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 3481062551615026991} - component: {fileID: 6043272259504288403} m_Layer: 31 m_Name: Interiors_Palette m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &3481062551615026991 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 690441807856931981} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1051960415833900550} m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!156049354 &6043272259504288403 Grid: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 690441807856931981} m_Enabled: 1 m_CellSize: {x: 1, y: 1, z: 0} m_CellGap: {x: 0, y: 0, z: 0} m_CellLayout: 0 m_CellSwizzle: 0 --- !u!1 &4431818359411336961 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1051960415833900550} - component: {fileID: 1003592249908394758} - component: {fileID: 5134597501174747809} m_Layer: 31 m_Name: Layer1 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1051960415833900550 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4431818359411336961} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 3481062551615026991} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1839735485 &1003592249908394758 Tilemap: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4431818359411336961} m_Enabled: 1 m_Tiles: - first: {x: -1, y: -16, z: 0} second: m_TileIndex: 166 m_TileSpriteIndex: 166 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: -16, z: 0} second: m_TileIndex: 167 m_TileSpriteIndex: 167 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: -16, z: 0} second: m_TileIndex: 168 m_TileSpriteIndex: 168 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: -16, z: 0} second: m_TileIndex: 169 m_TileSpriteIndex: 169 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: -16, z: 0} second: m_TileIndex: 170 m_TileSpriteIndex: 170 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: -1, y: -15, z: 0} second: m_TileIndex: 156 m_TileSpriteIndex: 156 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 0, y: -15, z: 0} second: m_TileIndex: 157 m_TileSpriteIndex: 157 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 1, y: -15, z: 0} second: m_TileIndex: 158 m_TileSpriteIndex: 158 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: -15, z: 0} second: m_TileIndex: 159 m_TileSpriteIndex: 159 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: -15, z: 0} second: m_TileIndex: 160 m_TileSpriteIndex: 160 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: -15, z: 0} second: m_TileIndex: 161 m_TileSpriteIndex: 161 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: -15, z: 0} second: m_TileIndex: 162 m_TileSpriteIndex: 162 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: -15, z: 0} second: m_TileIndex: 163 m_TileSpriteIndex: 163 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: -15, z: 0} second: m_TileIndex: 164 m_TileSpriteIndex: 164 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: -15, z: 0} second: m_TileIndex: 165 m_TileSpriteIndex: 165 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: -1, y: -14, z: 0} second: m_TileIndex: 149 m_TileSpriteIndex: 149 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 0, y: -14, z: 0} second: m_TileIndex: 150 m_TileSpriteIndex: 150 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 1, y: -14, z: 0} second: m_TileIndex: 151 m_TileSpriteIndex: 151 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: -14, z: 0} second: m_TileIndex: 152 m_TileSpriteIndex: 152 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: -14, z: 0} second: m_TileIndex: 153 m_TileSpriteIndex: 153 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: -14, z: 0} second: m_TileIndex: 154 m_TileSpriteIndex: 154 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: -14, z: 0} second: m_TileIndex: 155 m_TileSpriteIndex: 155 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: -1, y: -13, z: 0} second: m_TileIndex: 139 m_TileSpriteIndex: 139 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 0, y: -13, z: 0} second: m_TileIndex: 140 m_TileSpriteIndex: 140 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 1, y: -13, z: 0} second: m_TileIndex: 141 m_TileSpriteIndex: 141 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: -13, z: 0} second: m_TileIndex: 142 m_TileSpriteIndex: 142 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: -13, z: 0} second: m_TileIndex: 143 m_TileSpriteIndex: 143 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: -13, z: 0} second: m_TileIndex: 144 m_TileSpriteIndex: 144 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: -13, z: 0} second: m_TileIndex: 145 m_TileSpriteIndex: 145 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: -13, z: 0} second: m_TileIndex: 146 m_TileSpriteIndex: 146 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: -13, z: 0} second: m_TileIndex: 147 m_TileSpriteIndex: 147 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: -13, z: 0} second: m_TileIndex: 148 m_TileSpriteIndex: 148 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: -1, y: -12, z: 0} second: m_TileIndex: 129 m_TileSpriteIndex: 129 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 0, y: -12, z: 0} second: m_TileIndex: 130 m_TileSpriteIndex: 130 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 1, y: -12, z: 0} second: m_TileIndex: 131 m_TileSpriteIndex: 131 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: -12, z: 0} second: m_TileIndex: 132 m_TileSpriteIndex: 132 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: -12, z: 0} second: m_TileIndex: 133 m_TileSpriteIndex: 133 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: -12, z: 0} second: m_TileIndex: 134 m_TileSpriteIndex: 134 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: -12, z: 0} second: m_TileIndex: 135 m_TileSpriteIndex: 135 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: -12, z: 0} second: m_TileIndex: 136 m_TileSpriteIndex: 136 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: -12, z: 0} second: m_TileIndex: 137 m_TileSpriteIndex: 137 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: -12, z: 0} second: m_TileIndex: 138 m_TileSpriteIndex: 138 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: -1, y: -11, z: 0} second: m_TileIndex: 119 m_TileSpriteIndex: 119 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 0, y: -11, z: 0} second: m_TileIndex: 120 m_TileSpriteIndex: 120 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 1, y: -11, z: 0} second: m_TileIndex: 121 m_TileSpriteIndex: 121 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: -11, z: 0} second: m_TileIndex: 122 m_TileSpriteIndex: 122 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: -11, z: 0} second: m_TileIndex: 123 m_TileSpriteIndex: 123 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: -11, z: 0} second: m_TileIndex: 124 m_TileSpriteIndex: 124 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: -11, z: 0} second: m_TileIndex: 125 m_TileSpriteIndex: 125 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: -11, z: 0} second: m_TileIndex: 126 m_TileSpriteIndex: 126 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: -11, z: 0} second: m_TileIndex: 127 m_TileSpriteIndex: 127 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: -11, z: 0} second: m_TileIndex: 128 m_TileSpriteIndex: 128 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: -1, y: -10, z: 0} second: m_TileIndex: 109 m_TileSpriteIndex: 109 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 0, y: -10, z: 0} second: m_TileIndex: 110 m_TileSpriteIndex: 110 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 1, y: -10, z: 0} second: m_TileIndex: 111 m_TileSpriteIndex: 111 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: -10, z: 0} second: m_TileIndex: 112 m_TileSpriteIndex: 112 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: -10, z: 0} second: m_TileIndex: 113 m_TileSpriteIndex: 113 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: -10, z: 0} second: m_TileIndex: 114 m_TileSpriteIndex: 114 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: -10, z: 0} second: m_TileIndex: 115 m_TileSpriteIndex: 115 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: -10, z: 0} second: m_TileIndex: 116 m_TileSpriteIndex: 116 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: -10, z: 0} second: m_TileIndex: 117 m_TileSpriteIndex: 117 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: -10, z: 0} second: m_TileIndex: 118 m_TileSpriteIndex: 118 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: -1, y: -9, z: 0} second: m_TileIndex: 99 m_TileSpriteIndex: 99 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 0, y: -9, z: 0} second: m_TileIndex: 100 m_TileSpriteIndex: 100 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 1, y: -9, z: 0} second: m_TileIndex: 101 m_TileSpriteIndex: 101 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: -9, z: 0} second: m_TileIndex: 102 m_TileSpriteIndex: 102 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: -9, z: 0} second: m_TileIndex: 103 m_TileSpriteIndex: 103 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: -9, z: 0} second: m_TileIndex: 104 m_TileSpriteIndex: 104 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: -9, z: 0} second: m_TileIndex: 105 m_TileSpriteIndex: 105 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: -9, z: 0} second: m_TileIndex: 106 m_TileSpriteIndex: 106 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: -9, z: 0} second: m_TileIndex: 107 m_TileSpriteIndex: 107 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: -9, z: 0} second: m_TileIndex: 108 m_TileSpriteIndex: 108 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: -1, y: -8, z: 0} second: m_TileIndex: 89 m_TileSpriteIndex: 89 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 0, y: -8, z: 0} second: m_TileIndex: 90 m_TileSpriteIndex: 90 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 1, y: -8, z: 0} second: m_TileIndex: 91 m_TileSpriteIndex: 91 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: -8, z: 0} second: m_TileIndex: 92 m_TileSpriteIndex: 92 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: -8, z: 0} second: m_TileIndex: 93 m_TileSpriteIndex: 93 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: -8, z: 0} second: m_TileIndex: 94 m_TileSpriteIndex: 94 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: -8, z: 0} second: m_TileIndex: 95 m_TileSpriteIndex: 95 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: -8, z: 0} second: m_TileIndex: 96 m_TileSpriteIndex: 96 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: -8, z: 0} second: m_TileIndex: 97 m_TileSpriteIndex: 97 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: -8, z: 0} second: m_TileIndex: 98 m_TileSpriteIndex: 98 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: -1, y: -7, z: 0} second: m_TileIndex: 79 m_TileSpriteIndex: 79 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 0, y: -7, z: 0} second: m_TileIndex: 80 m_TileSpriteIndex: 80 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 1, y: -7, z: 0} second: m_TileIndex: 81 m_TileSpriteIndex: 81 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: -7, z: 0} second: m_TileIndex: 82 m_TileSpriteIndex: 82 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: -7, z: 0} second: m_TileIndex: 83 m_TileSpriteIndex: 83 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: -7, z: 0} second: m_TileIndex: 84 m_TileSpriteIndex: 84 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: -7, z: 0} second: m_TileIndex: 85 m_TileSpriteIndex: 85 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: -7, z: 0} second: m_TileIndex: 86 m_TileSpriteIndex: 86 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: -7, z: 0} second: m_TileIndex: 87 m_TileSpriteIndex: 87 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: -7, z: 0} second: m_TileIndex: 88 m_TileSpriteIndex: 88 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: -1, y: -6, z: 0} second: m_TileIndex: 69 m_TileSpriteIndex: 69 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 0, y: -6, z: 0} second: m_TileIndex: 70 m_TileSpriteIndex: 70 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 1, y: -6, z: 0} second: m_TileIndex: 71 m_TileSpriteIndex: 71 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: -6, z: 0} second: m_TileIndex: 72 m_TileSpriteIndex: 72 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: -6, z: 0} second: m_TileIndex: 73 m_TileSpriteIndex: 73 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: -6, z: 0} second: m_TileIndex: 74 m_TileSpriteIndex: 74 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: -6, z: 0} second: m_TileIndex: 75 m_TileSpriteIndex: 75 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: -6, z: 0} second: m_TileIndex: 76 m_TileSpriteIndex: 76 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: -6, z: 0} second: m_TileIndex: 77 m_TileSpriteIndex: 77 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: -6, z: 0} second: m_TileIndex: 78 m_TileSpriteIndex: 78 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: -1, y: -5, z: 0} second: m_TileIndex: 59 m_TileSpriteIndex: 59 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 0, y: -5, z: 0} second: m_TileIndex: 60 m_TileSpriteIndex: 60 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 1, y: -5, z: 0} second: m_TileIndex: 61 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: -5, z: 0} second: m_TileIndex: 62 m_TileSpriteIndex: 62 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: -5, z: 0} second: m_TileIndex: 63 m_TileSpriteIndex: 63 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: -5, z: 0} second: m_TileIndex: 64 m_TileSpriteIndex: 64 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: -5, z: 0} second: m_TileIndex: 65 m_TileSpriteIndex: 65 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: -5, z: 0} second: m_TileIndex: 66 m_TileSpriteIndex: 66 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: -5, z: 0} second: m_TileIndex: 67 m_TileSpriteIndex: 67 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: -5, z: 0} second: m_TileIndex: 68 m_TileSpriteIndex: 68 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: -1, y: -4, z: 0} second: m_TileIndex: 49 m_TileSpriteIndex: 49 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 0, y: -4, z: 0} second: m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 1, y: -4, z: 0} second: m_TileIndex: 51 m_TileSpriteIndex: 51 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: -4, z: 0} second: m_TileIndex: 52 m_TileSpriteIndex: 52 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: -4, z: 0} second: m_TileIndex: 53 m_TileSpriteIndex: 53 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: -4, z: 0} second: m_TileIndex: 54 m_TileSpriteIndex: 54 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: -4, z: 0} second: m_TileIndex: 55 m_TileSpriteIndex: 55 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: -4, z: 0} second: m_TileIndex: 56 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: -4, z: 0} second: m_TileIndex: 57 m_TileSpriteIndex: 57 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: -4, z: 0} second: m_TileIndex: 58 m_TileSpriteIndex: 58 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: -1, y: -3, z: 0} second: m_TileIndex: 39 m_TileSpriteIndex: 39 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 0, y: -3, z: 0} second: m_TileIndex: 40 m_TileSpriteIndex: 40 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 1, y: -3, z: 0} second: m_TileIndex: 41 m_TileSpriteIndex: 41 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: -3, z: 0} second: m_TileIndex: 42 m_TileSpriteIndex: 42 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: -3, z: 0} second: m_TileIndex: 43 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: -3, z: 0} second: m_TileIndex: 44 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: -3, z: 0} second: m_TileIndex: 45 m_TileSpriteIndex: 45 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: -3, z: 0} second: m_TileIndex: 46 m_TileSpriteIndex: 46 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: -3, z: 0} second: m_TileIndex: 47 m_TileSpriteIndex: 47 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: -3, z: 0} second: m_TileIndex: 48 m_TileSpriteIndex: 48 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: -1, y: -2, z: 0} second: m_TileIndex: 29 m_TileSpriteIndex: 29 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 0, y: -2, z: 0} second: m_TileIndex: 30 m_TileSpriteIndex: 30 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 1, y: -2, z: 0} second: m_TileIndex: 31 m_TileSpriteIndex: 31 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: -2, z: 0} second: m_TileIndex: 32 m_TileSpriteIndex: 32 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: -2, z: 0} second: m_TileIndex: 33 m_TileSpriteIndex: 33 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: -2, z: 0} second: m_TileIndex: 34 m_TileSpriteIndex: 34 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: -2, z: 0} second: m_TileIndex: 35 m_TileSpriteIndex: 35 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: -2, z: 0} second: m_TileIndex: 36 m_TileSpriteIndex: 36 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: -2, z: 0} second: m_TileIndex: 37 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: -2, z: 0} second: m_TileIndex: 38 m_TileSpriteIndex: 38 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: -1, y: -1, z: 0} second: m_TileIndex: 20 m_TileSpriteIndex: 20 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 0, y: -1, z: 0} second: m_TileIndex: 21 m_TileSpriteIndex: 21 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 1, y: -1, z: 0} second: m_TileIndex: 22 m_TileSpriteIndex: 22 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: -1, z: 0} second: m_TileIndex: 23 m_TileSpriteIndex: 23 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: -1, z: 0} second: m_TileIndex: 24 m_TileSpriteIndex: 24 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: -1, z: 0} second: m_TileIndex: 25 m_TileSpriteIndex: 25 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: -1, z: 0} second: m_TileIndex: 26 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: -1, z: 0} second: m_TileIndex: 27 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: -1, z: 0} second: m_TileIndex: 28 m_TileSpriteIndex: 28 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: -1, y: 0, z: 0} second: m_TileIndex: 10 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 0, y: 0, z: 0} second: m_TileIndex: 11 m_TileSpriteIndex: 11 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 1, y: 0, z: 0} second: m_TileIndex: 12 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: 0, z: 0} second: m_TileIndex: 13 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: 0, z: 0} second: m_TileIndex: 14 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: 0, z: 0} second: m_TileIndex: 15 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: 0, z: 0} second: m_TileIndex: 16 m_TileSpriteIndex: 16 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: 0, z: 0} second: m_TileIndex: 17 m_TileSpriteIndex: 17 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: 0, z: 0} second: m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: 0, z: 0} second: m_TileIndex: 19 m_TileSpriteIndex: 19 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: -1, y: 1, z: 0} second: m_TileIndex: 0 m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 0, y: 1, z: 0} second: m_TileIndex: 1 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 1, y: 1, z: 0} second: m_TileIndex: 2 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: 1, z: 0} second: m_TileIndex: 3 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: 1, z: 0} second: m_TileIndex: 4 m_TileSpriteIndex: 4 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: 1, z: 0} second: m_TileIndex: 5 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: 1, z: 0} second: m_TileIndex: 6 m_TileSpriteIndex: 6 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: 1, z: 0} second: m_TileIndex: 7 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: 1, z: 0} second: m_TileIndex: 8 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: 1, z: 0} second: m_TileIndex: 9 m_TileSpriteIndex: 9 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 m_AnimatedTiles: {} m_TileAssetArray: - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 0e5cc5a2aad6b46a0a378d2e4f7836a7, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 62c176837950b48bf84510d4b496c641, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 4a98436eda31b40539ccaeb6838e24ee, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 62439d740e308478eae26b6c8d4bb6d8, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 29dda67e1d7a94d6fb21a53fd517bd65, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 5c5b081c0d600454baf88abb24bed615, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 66754f44aaaf343d1acb8d06c8b4c1f0, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 2509946f868b2405cb52775592b70eb8, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 35cf627ac4f6d40b48d98aae28d5a1d4, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 63d8e7d7087cf450383cb8ca8cd1a536, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 49664c1106b8e4a068e5aef4829c001d, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ce7aa75300b4c4763873964cd74e0b36, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: e8da319f99cc14897a3c747d55fc6730, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 5252e16d664bf4387b9fed5f6823947e, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 5fcfb7e62c70b4b7d9ae4a8010b771d8, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: bbfa384b548e64f4380e443740367dda, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: c6ffaba9f49154d32be03775acfe4a37, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 11f26f6a0de4346bdbcc9f0b0600f0e6, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: dd1a95e4f63734272a9fe64a96907246, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: bf70613d6bf934162a6991d71f8d82b0, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: b6277843782f4428baab356bda8491ec, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 517a29a8a8f5e470481882406c78dbc7, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 14434ee6c565f4db29d01fe4a42d9625, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 74508875acb6d425cad33fc8a3368af1, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 1557aa88fe4954603a4d3241176e3e42, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 04a251fd0c7b747ce98971a0805bb1a5, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ca8e4a1aa7cde4e13b064e4a507596f5, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 6e61becee8b5848208c7545e5b612c16, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ab0bc16ed44e44d43a4e2d1dc67d47cb, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 26beb86bfe86844668676eda8631d4a9, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 73b5a5ca638f84cffb2cb2516e44f7d6, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 2aed61e44c4a24c22a12719d80fb962c, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 5eeb0bee9cecc4d87adcd00db10385d4, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: da665f258f4be43608a61c9d84d990bb, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: d8900a5a282dd4fc9a06eb1526675e98, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ace1997a558ad4c97b647269388810a7, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: cdd012283a1a043e5b31028dae493dce, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: f1d7362545bcb49579b4335fb7aeebe5, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 484c4e5d4d38d4cfb9130717021c99d8, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: c9405c2ae1acb4cf0984128a9a38d33a, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 58ef011efd6e14f6ab9555366fee36ba, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 8dfb06d62fc594f4791717d270f9f1fa, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: e36df0ecaf1744eb6a5b827b3b408fe0, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 88f4a06cd829e47d8851a6cb1689830e, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: c3195aa660aef4ebfaa241a40586f8bc, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 80e99c44fff064d76a27a96bc458e634, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 3a7124fc540b542b0a6c43bb81795537, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: b3b65976b1ca5440996515d58ac7ee19, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 9d27b8773f8774c5ead56dadd4ee56be, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 8e7fb6dca69234f2ca755add8c8a5524, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ebd5d49287b134a7987201048bab4cad, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 7366cdc31a37844c497ff4cec1fedf52, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: f5f4ec168ba234b3b969e96987cec357, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 6b9c1bc0251264bd0bda3ed1b043cd69, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: a9f35afa3869e43399e58592fa6ffd2c, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: fb7d0da0bb51a4874ad17d3cdd215c41, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: b4ed9d8f636774d51854ac3fa1e7b190, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 27c7901bc1dd44b23848e08afa251d61, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 9e5d2c3afc0bf471385adffc4bed406f, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: a6fbf715742dc483ea713c5bf276b7ae, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 13ed357e56c7c4017ba1927c545443f7, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 25b6faaed234b48bb98a7c4d7c89ffc3, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: b5db93fe127984afa8564ca022768e29, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: eb21e662d56c24fec9f51f36c5119d81, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 933f51563ef1641df870a46760685053, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: c710892db288945faad7b06b281841b9, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 4e253c9f39deb4dd08ee23609f7e377c, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: d72ab79ea23f0444894e240e33f0b678, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: f2ece794a6c2247f3b410f96b55dece9, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 75e0778f4744d44b49c6fda13776ec50, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 3f72da01d3e3b4123af180d574cab996, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 6ac7dc70e84184320af4a401108eb01c, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 9d7f2b7b88e4449acaffdccb3a562428, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: c01d4d241ce2549ae93c3be322b47ce1, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 4840a7dfd3f3c4becb914831fc0dead5, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 48d0afd89f1d343308341ecbb2eae9cb, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 98c4dc05dc7a841d1b4c538b4140db57, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 340d9303dbf6747edbde0e8ba1228dc3, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 623b9b8922f9240838d4207fac8bfaf7, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: eeee37337070a474b96ddce399e11087, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 940c9509d5ca942a881b74da44417906, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 81acba24baec24ec2b711e6155771568, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 80aa839899c6743c68f26e0c4fe5a16c, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: a88613d0f9838416c9376699c822370c, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 25d1e243524af4abea857af73eb72934, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: aa17dc539fdad4660abcccef3ae7bb60, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 69b78de6ee164489a882ea034bbb7efe, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 85bc8090700af4774817a5e1e290e661, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 778a178c437ee426fbc714315d23bf2c, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 70a09729d883c4e18904f9f0338590bc, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 761ba1c80aee1449a98ae7ec01a9d357, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: a55e647e72fd049ab9e6a368ba4a2381, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 3c2552ed5418148d9803f6dd575f6967, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: d0b5732db1cfb4a299ebc22bce818b90, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: abf68056800fe4d28b2c9f92fc86fbb5, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 2c1d86f2fec5546a480a3e1a245d2034, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 449df279927f74d15a21b534e9bc4620, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 08f2e8c0acb0c4a01b24d98c3c8dbab5, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ea32948841be94005973ed824423ed9b, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: d90b89c57b58d4978a03d05f97c26522, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 9874b09dcb16a441bb218b60386ab351, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: b5dcd0a2457904528a5099fe848d11eb, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 98ccaf8d170ab41288f51c30abf270da, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ea1e9989abafa46e2833992f244f80bb, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 9c6af5f57d3f04229837f4dcd16e9173, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 6d5e7ffe612f649789fe4e63d1345661, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: c5659f9d05a5e485e9418918494e0714, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: bd4d456c9370a4e8cb06cdb569fd369b, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 05f41b6736850499289a82df3ebdb3f2, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: e5ed08591e36a4977b686f8d80dd6081, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 3869bd1b160d049fc853050912e4ffef, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 1f6cf0ee475944fd1ae25f02eb9aa12e, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 675dc25019a71494d97ebee46201b3d8, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 591a9e82a3e024c7ca516a15a90859d8, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: b0d637f133a4647cd9b5e133e9b44051, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: d5530b5372fd74bcba4dbbbde4d41bc1, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: b109322d819b04f298ad0f9808707eaf, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 61573201adfec4374a24cab6adae639a, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: dff4c8fa313b54e85a931fad5c4b42e8, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 48a3c203e9f2e42c2be92440c91c954a, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: fe82a9b7951934555bece086e216ef66, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: f5f12ff379c674a58b865f4465f250e4, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 58b68cc5b79b240fc9d80396302accd8, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 446f2cf4f30c344159f5fb6927e0d0bb, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 02f85a296b7eb42e89b5dc5ab8e78c9b, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 0e18d6a30643340d7a4a2b12333a5ce5, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 3f513764f404d4fb883f494d5ad48599, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 32ce7d6df371048c4a7e447d12ab2cd4, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 9a887206f09dd4942a1ba4e8e2a041da, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 36f72a45fed47418fad49c3a17dde3d8, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: d6f1483f4669948c78d216becaefdd7e, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: c6d2dc640d8f64b5fb80bc194cac9cfe, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: c0561d6bce23944a6ab6be88246d69dc, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: e9ea1c13771f74ed9a91c19515078a99, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ecb9e309a7f0d4da395458a64f3b8b2a, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: a74943d863aba4936967d2a4c9ab789c, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: a25963992f1dc423cb603d8d9ef12db9, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 7092b85b0481b4abd9f9868adc224c14, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 0377ffee980144b2e868114d2b5b3a1b, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: e8c418151ab464b44a15c9b457d216a6, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 6655cc9d1021042c1880a64e27cfbab8, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: b1f170a0ffef04a9a90b951601ef075b, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 600bddfd306cd477b93db3d58322096e, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: e5b17e46d7b1e4e69bb374e48fd47487, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: f1153f74e799d44b0a11b80059304b3a, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 9c7cc3d470c06427dbd8ae71735b4510, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: a051cc378366948a99dae9f5ee14c94d, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 048dc3bdfb7144152935e46deb260d3b, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 74452dce31faf473698509e4f5901b1f, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 39d14f61977334190ae9795db50fb8f0, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 1fae6d75104cc45128d30168f339a4d7, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: cb69d218a1d9945a19a991bc37bda7af, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 3251c1b0a2beb477b99e5290d45c4a25, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: b82be8f81a6a44195931869022add40c, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 798ce3aeb5822447597d1c38ddab970e, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 9d42f0d5521e04f8bb382aec7dd3cc1c, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 0b43cab63ed6a4cfb82e10276f9d2008, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: aed94a19bf8c74a47aedcc0702c27d54, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: f2320462b950d4189820f668477f369b, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 3ad34e12ee434497c991c3c24f4bbb70, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: e5035c35c42ef451b855b55b5f2da887, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 8321768f071b5414cb8de16546709ff9, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 1e6c48d540dbc4db19ab6b2364bba1d3, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 809ec61463975493abd1f4ee2744150a, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: c8af28a7b413d44ea89648ff71dbe7f2, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 37a465d79ecc549f59b0165c20623226, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 08978c84269ec4654a1a00aa4e57acd9, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 86b9cdc873cb74edbb8e4f3e38182b27, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 00f1886fff37c4a218370311f72dadb6, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: af1a6af59eec84cb79e383f7ccbaa2c2, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 8c9439c092fab4bb4a5ff967049c6ffc, type: 2} m_TileSpriteArray: - m_RefCount: 1 m_Data: {fileID: -1994815558598048078, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 3581459634774553480, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 5584033553562372461, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -3838007109810617419, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -5526361776410949495, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 2079669565422393126, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -6467428717977735684, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -6219553135145730623, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -1280272306710096283, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 8162984903519991801, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 4886710465093614363, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 653651819388467099, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 4986362610476662348, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7443684796252736154, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7234455594494481336, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -2754013563472796421, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -709937780074799717, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 4899058717430357564, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -5445366449517411533, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -6318088294437955039, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -495026916666360474, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -6764359214332405165, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7872490021980558025, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -1194263762362268185, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 8688033531064527495, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -2935090911227358794, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -5528395504281270661, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 643501752688554648, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 3712617545215329947, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 5592303569442548319, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -2693647430605637699, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 5213884991685046242, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 3079305771045789676, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 6700128343260277038, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 3596163607000166796, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 8972131383135289267, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 279785331541404895, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -9190741782080039947, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7204644776391253335, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -1725927285106379604, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7252642840250912593, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 5592338209706119914, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7092965023151624551, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 5382558132768275836, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 4038923380512991829, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -289858249506859642, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 3685935900388721544, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -2565564675274502851, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7578447567894400979, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7428155905403073375, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -3881396255989407173, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 6490536211893382032, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -9153213544408949813, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 4978760603711221393, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -5010755725024597380, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 2529360370791791798, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -2089911216950098662, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -9007592377622202510, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 2756715244893874834, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 4645399500427768008, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -7421441034157446083, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 1215786876898312014, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 518167470389085147, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7305191798261147612, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7765108612895701319, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -8540156601270784251, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -2739063477020025616, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -8852308559366320166, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -7685745680699691715, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -6876093561343039877, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -2741816213876755252, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -9191320834391544161, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 4469567370986994969, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -4163221646251589804, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -6903296824831171216, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 2531983442268618771, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -8906671858202755068, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -5909441163392605983, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -6736209575069689517, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -5134403477793945142, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 1948487508243003930, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 3915227295686642372, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -2274682027915378, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -4605264281627938210, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -2155471488290710995, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -1635316056935899677, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -770373116713969740, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 252373955758730048, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 97070456372808837, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -6101237804161858725, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 4083334271573546787, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -120415494867393529, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 9175990552355112093, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 6726261659303741813, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -5977954221317057432, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -5413388010774672672, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -4821082286465148949, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 1168899817041338214, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 8202940090449954, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 5601105188434543042, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -6650780849725831475, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -6071310196590116972, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7804390140241659612, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 4455973288606875421, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7476530111355086014, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -6055261062687405600, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 8835475853588116408, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -6298136934381285252, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 1141702706182252605, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -7054866937645642075, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -5408744191670167166, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 3893153448265120450, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -7713318200697883962, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -6785528459822481436, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -7427719571591809827, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -456595448253866263, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -2084367463886992218, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -1327181356759894128, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 8304495916799713078, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 3734681705750905743, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 1703291497612268831, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 6109971651724931356, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -1104770975880780266, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7100674302676234884, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 3792212374978827206, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -4640849057094323608, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7251327245626479180, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 3685542636995339162, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 6024013473661151926, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 224262608783525212, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 2828083932887934783, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 5023973052122537557, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 4847042185176754206, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -5776410613939667368, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 1989394544614235681, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 108958236029740739, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -8179519815280972424, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 1042005050854024905, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -6206676672422019109, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 6999531418014689937, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -7194287553332152477, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 5122771274799039803, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7413105301146028050, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 5507000092204679983, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -6029230558926807374, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -5165577502383575846, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 3691302282077265432, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -8697916275300481654, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 766895057108868486, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 6762122087660663855, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -4065334697723809938, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -6604256018405975402, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 2133074900646508996, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -2835818597608283757, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -2477469063207616680, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -2864263304063772932, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -7562170634286428383, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 1510515084674506786, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 8365806230130388301, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -2348948854243272327, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 6311932977253920442, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -7689282411108215467, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 9038609297353114866, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -3581932947388399444, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 5462909790212512140, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 3713639288023962438, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 8133799384259157695, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 8227784380409013075, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 8060785774651751038, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 4812232726409014206, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -5985934968585419232, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_TileMatrixArray: - m_RefCount: 171 m_Data: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_TileColorArray: - m_RefCount: 171 m_Data: {r: 1, g: 1, b: 1, a: 1} m_AnimationFrameRate: 1 m_Color: {r: 1, g: 1, b: 1, a: 1} m_Origin: {x: -1, y: -16, z: 0} m_Size: {x: 10, y: 18, z: 1} m_TileAnchor: {x: 0.5, y: 0.5, z: 0} m_TileOrientation: 0 m_TileOrientationMatrix: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 --- !u!483693784 &5134597501174747809 TilemapRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4431818359411336961} m_Enabled: 0 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 0 m_MotionVectors: 1 m_LightProbeUsage: 0 m_ReflectionProbeUsage: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 1 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: 0 m_SortingLayer: 0 m_SortingOrder: 0 m_ChunkSize: {x: 32, y: 32, z: 32} m_ChunkCullingBounds: {x: 0, y: 0, z: 0} m_MaxChunkCount: 16 m_MaxFrameAge: 16 m_SortOrder: 0 m_Mode: 0 m_DetectChunkCullingBounds: 0 m_MaskInteraction: 0 --- !u!114 &1566054504737911583 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 12395, guid: 0000000000000000e000000000000000, type: 0} m_Name: Palette Settings m_EditorClassIdentifier: cellSizing: 0 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Interiors_Palette.prefab.meta ================================================ fileFormatVersion: 2 guid: 3709bcc1eaf6f4b0bb0b6fe79ee41aaf PrefabImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_0.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_0 m_EditorClassIdentifier: m_Sprite: {fileID: -1994815558598048078, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_0.asset.meta ================================================ fileFormatVersion: 2 guid: 0e5cc5a2aad6b46a0a378d2e4f7836a7 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_1.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_1 m_EditorClassIdentifier: m_Sprite: {fileID: 3581459634774553480, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_1.asset.meta ================================================ fileFormatVersion: 2 guid: 62c176837950b48bf84510d4b496c641 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_10.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_10 m_EditorClassIdentifier: m_Sprite: {fileID: 4886710465093614363, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_10.asset.meta ================================================ fileFormatVersion: 2 guid: 49664c1106b8e4a068e5aef4829c001d NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_100.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_100 m_EditorClassIdentifier: m_Sprite: {fileID: -6650780849725831475, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_100.asset.meta ================================================ fileFormatVersion: 2 guid: 9874b09dcb16a441bb218b60386ab351 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_101.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_101 m_EditorClassIdentifier: m_Sprite: {fileID: -6071310196590116972, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_101.asset.meta ================================================ fileFormatVersion: 2 guid: b5dcd0a2457904528a5099fe848d11eb NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_102.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_102 m_EditorClassIdentifier: m_Sprite: {fileID: 7804390140241659612, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_102.asset.meta ================================================ fileFormatVersion: 2 guid: 98ccaf8d170ab41288f51c30abf270da NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_103.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_103 m_EditorClassIdentifier: m_Sprite: {fileID: 4455973288606875421, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_103.asset.meta ================================================ fileFormatVersion: 2 guid: ea1e9989abafa46e2833992f244f80bb NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_104.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_104 m_EditorClassIdentifier: m_Sprite: {fileID: 7476530111355086014, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_104.asset.meta ================================================ fileFormatVersion: 2 guid: 9c6af5f57d3f04229837f4dcd16e9173 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_105.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_105 m_EditorClassIdentifier: m_Sprite: {fileID: -6055261062687405600, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_105.asset.meta ================================================ fileFormatVersion: 2 guid: 6d5e7ffe612f649789fe4e63d1345661 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_106.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_106 m_EditorClassIdentifier: m_Sprite: {fileID: 8835475853588116408, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_106.asset.meta ================================================ fileFormatVersion: 2 guid: c5659f9d05a5e485e9418918494e0714 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_107.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_107 m_EditorClassIdentifier: m_Sprite: {fileID: -6298136934381285252, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_107.asset.meta ================================================ fileFormatVersion: 2 guid: bd4d456c9370a4e8cb06cdb569fd369b NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_108.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_108 m_EditorClassIdentifier: m_Sprite: {fileID: 1141702706182252605, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_108.asset.meta ================================================ fileFormatVersion: 2 guid: 05f41b6736850499289a82df3ebdb3f2 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_109.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_109 m_EditorClassIdentifier: m_Sprite: {fileID: -7054866937645642075, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_109.asset.meta ================================================ fileFormatVersion: 2 guid: e5ed08591e36a4977b686f8d80dd6081 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_11.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_11 m_EditorClassIdentifier: m_Sprite: {fileID: 653651819388467099, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_11.asset.meta ================================================ fileFormatVersion: 2 guid: ce7aa75300b4c4763873964cd74e0b36 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_110.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_110 m_EditorClassIdentifier: m_Sprite: {fileID: -5408744191670167166, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_110.asset.meta ================================================ fileFormatVersion: 2 guid: 3869bd1b160d049fc853050912e4ffef NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_111.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_111 m_EditorClassIdentifier: m_Sprite: {fileID: 3893153448265120450, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_111.asset.meta ================================================ fileFormatVersion: 2 guid: 1f6cf0ee475944fd1ae25f02eb9aa12e NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_112.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_112 m_EditorClassIdentifier: m_Sprite: {fileID: -7713318200697883962, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_112.asset.meta ================================================ fileFormatVersion: 2 guid: 675dc25019a71494d97ebee46201b3d8 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_113.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_113 m_EditorClassIdentifier: m_Sprite: {fileID: -6785528459822481436, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_113.asset.meta ================================================ fileFormatVersion: 2 guid: 591a9e82a3e024c7ca516a15a90859d8 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_114.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_114 m_EditorClassIdentifier: m_Sprite: {fileID: -7427719571591809827, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_114.asset.meta ================================================ fileFormatVersion: 2 guid: b0d637f133a4647cd9b5e133e9b44051 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_115.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_115 m_EditorClassIdentifier: m_Sprite: {fileID: -456595448253866263, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_115.asset.meta ================================================ fileFormatVersion: 2 guid: d5530b5372fd74bcba4dbbbde4d41bc1 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_116.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_116 m_EditorClassIdentifier: m_Sprite: {fileID: -2084367463886992218, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_116.asset.meta ================================================ fileFormatVersion: 2 guid: b109322d819b04f298ad0f9808707eaf NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_117.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_117 m_EditorClassIdentifier: m_Sprite: {fileID: -1327181356759894128, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_117.asset.meta ================================================ fileFormatVersion: 2 guid: 61573201adfec4374a24cab6adae639a NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_118.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_118 m_EditorClassIdentifier: m_Sprite: {fileID: 8304495916799713078, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_118.asset.meta ================================================ fileFormatVersion: 2 guid: dff4c8fa313b54e85a931fad5c4b42e8 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_119.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_119 m_EditorClassIdentifier: m_Sprite: {fileID: 3734681705750905743, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_119.asset.meta ================================================ fileFormatVersion: 2 guid: 48a3c203e9f2e42c2be92440c91c954a NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_12.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_12 m_EditorClassIdentifier: m_Sprite: {fileID: 4986362610476662348, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_12.asset.meta ================================================ fileFormatVersion: 2 guid: e8da319f99cc14897a3c747d55fc6730 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_120.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_120 m_EditorClassIdentifier: m_Sprite: {fileID: 1703291497612268831, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_120.asset.meta ================================================ fileFormatVersion: 2 guid: fe82a9b7951934555bece086e216ef66 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_121.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_121 m_EditorClassIdentifier: m_Sprite: {fileID: 6109971651724931356, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_121.asset.meta ================================================ fileFormatVersion: 2 guid: f5f12ff379c674a58b865f4465f250e4 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_122.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_122 m_EditorClassIdentifier: m_Sprite: {fileID: -1104770975880780266, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_122.asset.meta ================================================ fileFormatVersion: 2 guid: 58b68cc5b79b240fc9d80396302accd8 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_123.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_123 m_EditorClassIdentifier: m_Sprite: {fileID: 7100674302676234884, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_123.asset.meta ================================================ fileFormatVersion: 2 guid: 446f2cf4f30c344159f5fb6927e0d0bb NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_124.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_124 m_EditorClassIdentifier: m_Sprite: {fileID: 3792212374978827206, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_124.asset.meta ================================================ fileFormatVersion: 2 guid: 02f85a296b7eb42e89b5dc5ab8e78c9b NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_125.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_125 m_EditorClassIdentifier: m_Sprite: {fileID: -4640849057094323608, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_125.asset.meta ================================================ fileFormatVersion: 2 guid: 0e18d6a30643340d7a4a2b12333a5ce5 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_126.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_126 m_EditorClassIdentifier: m_Sprite: {fileID: 7251327245626479180, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_126.asset.meta ================================================ fileFormatVersion: 2 guid: 3f513764f404d4fb883f494d5ad48599 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_127.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_127 m_EditorClassIdentifier: m_Sprite: {fileID: 3685542636995339162, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_127.asset.meta ================================================ fileFormatVersion: 2 guid: 32ce7d6df371048c4a7e447d12ab2cd4 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_128.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_128 m_EditorClassIdentifier: m_Sprite: {fileID: 6024013473661151926, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_128.asset.meta ================================================ fileFormatVersion: 2 guid: 9a887206f09dd4942a1ba4e8e2a041da NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_129.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_129 m_EditorClassIdentifier: m_Sprite: {fileID: 224262608783525212, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_129.asset.meta ================================================ fileFormatVersion: 2 guid: 36f72a45fed47418fad49c3a17dde3d8 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_13.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_13 m_EditorClassIdentifier: m_Sprite: {fileID: 7443684796252736154, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_13.asset.meta ================================================ fileFormatVersion: 2 guid: 5252e16d664bf4387b9fed5f6823947e NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_130.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_130 m_EditorClassIdentifier: m_Sprite: {fileID: 2828083932887934783, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_130.asset.meta ================================================ fileFormatVersion: 2 guid: d6f1483f4669948c78d216becaefdd7e NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_131.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_131 m_EditorClassIdentifier: m_Sprite: {fileID: 5023973052122537557, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_131.asset.meta ================================================ fileFormatVersion: 2 guid: c6d2dc640d8f64b5fb80bc194cac9cfe NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_132.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_132 m_EditorClassIdentifier: m_Sprite: {fileID: 4847042185176754206, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_132.asset.meta ================================================ fileFormatVersion: 2 guid: c0561d6bce23944a6ab6be88246d69dc NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_133.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_133 m_EditorClassIdentifier: m_Sprite: {fileID: -5776410613939667368, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_133.asset.meta ================================================ fileFormatVersion: 2 guid: e9ea1c13771f74ed9a91c19515078a99 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_134.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_134 m_EditorClassIdentifier: m_Sprite: {fileID: 1989394544614235681, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_134.asset.meta ================================================ fileFormatVersion: 2 guid: ecb9e309a7f0d4da395458a64f3b8b2a NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_135.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_135 m_EditorClassIdentifier: m_Sprite: {fileID: 108958236029740739, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_135.asset.meta ================================================ fileFormatVersion: 2 guid: a74943d863aba4936967d2a4c9ab789c NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_136.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_136 m_EditorClassIdentifier: m_Sprite: {fileID: -8179519815280972424, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_136.asset.meta ================================================ fileFormatVersion: 2 guid: a25963992f1dc423cb603d8d9ef12db9 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_137.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_137 m_EditorClassIdentifier: m_Sprite: {fileID: 1042005050854024905, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_137.asset.meta ================================================ fileFormatVersion: 2 guid: 7092b85b0481b4abd9f9868adc224c14 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_138.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_138 m_EditorClassIdentifier: m_Sprite: {fileID: -6206676672422019109, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_138.asset.meta ================================================ fileFormatVersion: 2 guid: 0377ffee980144b2e868114d2b5b3a1b NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_139.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_139 m_EditorClassIdentifier: m_Sprite: {fileID: 6999531418014689937, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_139.asset.meta ================================================ fileFormatVersion: 2 guid: e8c418151ab464b44a15c9b457d216a6 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_14.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_14 m_EditorClassIdentifier: m_Sprite: {fileID: 7234455594494481336, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_14.asset.meta ================================================ fileFormatVersion: 2 guid: 5fcfb7e62c70b4b7d9ae4a8010b771d8 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_140.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_140 m_EditorClassIdentifier: m_Sprite: {fileID: -7194287553332152477, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_140.asset.meta ================================================ fileFormatVersion: 2 guid: 6655cc9d1021042c1880a64e27cfbab8 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_141.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_141 m_EditorClassIdentifier: m_Sprite: {fileID: 5122771274799039803, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_141.asset.meta ================================================ fileFormatVersion: 2 guid: b1f170a0ffef04a9a90b951601ef075b NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_142.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_142 m_EditorClassIdentifier: m_Sprite: {fileID: 7413105301146028050, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_142.asset.meta ================================================ fileFormatVersion: 2 guid: 600bddfd306cd477b93db3d58322096e NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_143.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_143 m_EditorClassIdentifier: m_Sprite: {fileID: 5507000092204679983, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_143.asset.meta ================================================ fileFormatVersion: 2 guid: e5b17e46d7b1e4e69bb374e48fd47487 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_144.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_144 m_EditorClassIdentifier: m_Sprite: {fileID: -6029230558926807374, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_144.asset.meta ================================================ fileFormatVersion: 2 guid: f1153f74e799d44b0a11b80059304b3a NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_145.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_145 m_EditorClassIdentifier: m_Sprite: {fileID: -5165577502383575846, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_145.asset.meta ================================================ fileFormatVersion: 2 guid: 9c7cc3d470c06427dbd8ae71735b4510 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_146.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_146 m_EditorClassIdentifier: m_Sprite: {fileID: 3691302282077265432, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_146.asset.meta ================================================ fileFormatVersion: 2 guid: a051cc378366948a99dae9f5ee14c94d NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_147.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_147 m_EditorClassIdentifier: m_Sprite: {fileID: -8697916275300481654, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_147.asset.meta ================================================ fileFormatVersion: 2 guid: 048dc3bdfb7144152935e46deb260d3b NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_148.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_148 m_EditorClassIdentifier: m_Sprite: {fileID: 766895057108868486, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_148.asset.meta ================================================ fileFormatVersion: 2 guid: 74452dce31faf473698509e4f5901b1f NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_149.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_149 m_EditorClassIdentifier: m_Sprite: {fileID: 6762122087660663855, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_149.asset.meta ================================================ fileFormatVersion: 2 guid: 39d14f61977334190ae9795db50fb8f0 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_15.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_15 m_EditorClassIdentifier: m_Sprite: {fileID: -2754013563472796421, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_15.asset.meta ================================================ fileFormatVersion: 2 guid: bbfa384b548e64f4380e443740367dda NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_150.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_150 m_EditorClassIdentifier: m_Sprite: {fileID: -4065334697723809938, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_150.asset.meta ================================================ fileFormatVersion: 2 guid: 1fae6d75104cc45128d30168f339a4d7 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_151.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_151 m_EditorClassIdentifier: m_Sprite: {fileID: -6604256018405975402, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_151.asset.meta ================================================ fileFormatVersion: 2 guid: cb69d218a1d9945a19a991bc37bda7af NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_152.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_152 m_EditorClassIdentifier: m_Sprite: {fileID: 2133074900646508996, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_152.asset.meta ================================================ fileFormatVersion: 2 guid: 3251c1b0a2beb477b99e5290d45c4a25 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_153.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_153 m_EditorClassIdentifier: m_Sprite: {fileID: -2835818597608283757, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_153.asset.meta ================================================ fileFormatVersion: 2 guid: b82be8f81a6a44195931869022add40c NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_154.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_154 m_EditorClassIdentifier: m_Sprite: {fileID: -2477469063207616680, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_154.asset.meta ================================================ fileFormatVersion: 2 guid: 798ce3aeb5822447597d1c38ddab970e NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_155.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_155 m_EditorClassIdentifier: m_Sprite: {fileID: -2864263304063772932, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_155.asset.meta ================================================ fileFormatVersion: 2 guid: 9d42f0d5521e04f8bb382aec7dd3cc1c NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_156.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_156 m_EditorClassIdentifier: m_Sprite: {fileID: -7562170634286428383, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_156.asset.meta ================================================ fileFormatVersion: 2 guid: 0b43cab63ed6a4cfb82e10276f9d2008 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_157.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_157 m_EditorClassIdentifier: m_Sprite: {fileID: 1510515084674506786, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_157.asset.meta ================================================ fileFormatVersion: 2 guid: aed94a19bf8c74a47aedcc0702c27d54 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_158.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_158 m_EditorClassIdentifier: m_Sprite: {fileID: 8365806230130388301, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_158.asset.meta ================================================ fileFormatVersion: 2 guid: f2320462b950d4189820f668477f369b NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_159.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_159 m_EditorClassIdentifier: m_Sprite: {fileID: -2348948854243272327, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_159.asset.meta ================================================ fileFormatVersion: 2 guid: 3ad34e12ee434497c991c3c24f4bbb70 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_16.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_16 m_EditorClassIdentifier: m_Sprite: {fileID: -709937780074799717, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_16.asset.meta ================================================ fileFormatVersion: 2 guid: c6ffaba9f49154d32be03775acfe4a37 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_160.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_160 m_EditorClassIdentifier: m_Sprite: {fileID: 6311932977253920442, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_160.asset.meta ================================================ fileFormatVersion: 2 guid: e5035c35c42ef451b855b55b5f2da887 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_161.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_161 m_EditorClassIdentifier: m_Sprite: {fileID: -7689282411108215467, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_161.asset.meta ================================================ fileFormatVersion: 2 guid: 8321768f071b5414cb8de16546709ff9 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_162.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_162 m_EditorClassIdentifier: m_Sprite: {fileID: 9038609297353114866, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_162.asset.meta ================================================ fileFormatVersion: 2 guid: 1e6c48d540dbc4db19ab6b2364bba1d3 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_163.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_163 m_EditorClassIdentifier: m_Sprite: {fileID: -3581932947388399444, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_163.asset.meta ================================================ fileFormatVersion: 2 guid: 809ec61463975493abd1f4ee2744150a NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_164.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_164 m_EditorClassIdentifier: m_Sprite: {fileID: 5462909790212512140, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_164.asset.meta ================================================ fileFormatVersion: 2 guid: c8af28a7b413d44ea89648ff71dbe7f2 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_165.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_165 m_EditorClassIdentifier: m_Sprite: {fileID: 3713639288023962438, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_165.asset.meta ================================================ fileFormatVersion: 2 guid: 37a465d79ecc549f59b0165c20623226 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_166.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_166 m_EditorClassIdentifier: m_Sprite: {fileID: 8133799384259157695, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_166.asset.meta ================================================ fileFormatVersion: 2 guid: 08978c84269ec4654a1a00aa4e57acd9 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_167.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_167 m_EditorClassIdentifier: m_Sprite: {fileID: 8227784380409013075, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_167.asset.meta ================================================ fileFormatVersion: 2 guid: 86b9cdc873cb74edbb8e4f3e38182b27 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_168.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_168 m_EditorClassIdentifier: m_Sprite: {fileID: 8060785774651751038, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_168.asset.meta ================================================ fileFormatVersion: 2 guid: 00f1886fff37c4a218370311f72dadb6 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_169.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_169 m_EditorClassIdentifier: m_Sprite: {fileID: 4812232726409014206, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_169.asset.meta ================================================ fileFormatVersion: 2 guid: af1a6af59eec84cb79e383f7ccbaa2c2 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_17.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_17 m_EditorClassIdentifier: m_Sprite: {fileID: 4899058717430357564, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_17.asset.meta ================================================ fileFormatVersion: 2 guid: 11f26f6a0de4346bdbcc9f0b0600f0e6 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_170.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_170 m_EditorClassIdentifier: m_Sprite: {fileID: -5985934968585419232, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_170.asset.meta ================================================ fileFormatVersion: 2 guid: 8c9439c092fab4bb4a5ff967049c6ffc NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_18.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_18 m_EditorClassIdentifier: m_Sprite: {fileID: -5445366449517411533, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_18.asset.meta ================================================ fileFormatVersion: 2 guid: dd1a95e4f63734272a9fe64a96907246 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_19.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_19 m_EditorClassIdentifier: m_Sprite: {fileID: -6318088294437955039, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_19.asset.meta ================================================ fileFormatVersion: 2 guid: bf70613d6bf934162a6991d71f8d82b0 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_2.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_2 m_EditorClassIdentifier: m_Sprite: {fileID: 5584033553562372461, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_2.asset.meta ================================================ fileFormatVersion: 2 guid: 4a98436eda31b40539ccaeb6838e24ee NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_20.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_20 m_EditorClassIdentifier: m_Sprite: {fileID: -495026916666360474, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_20.asset.meta ================================================ fileFormatVersion: 2 guid: b6277843782f4428baab356bda8491ec NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_21.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_21 m_EditorClassIdentifier: m_Sprite: {fileID: -6764359214332405165, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_21.asset.meta ================================================ fileFormatVersion: 2 guid: 517a29a8a8f5e470481882406c78dbc7 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_22.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_22 m_EditorClassIdentifier: m_Sprite: {fileID: 7872490021980558025, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_22.asset.meta ================================================ fileFormatVersion: 2 guid: 14434ee6c565f4db29d01fe4a42d9625 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_23.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_23 m_EditorClassIdentifier: m_Sprite: {fileID: -1194263762362268185, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_23.asset.meta ================================================ fileFormatVersion: 2 guid: 74508875acb6d425cad33fc8a3368af1 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_24.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_24 m_EditorClassIdentifier: m_Sprite: {fileID: 8688033531064527495, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_24.asset.meta ================================================ fileFormatVersion: 2 guid: 1557aa88fe4954603a4d3241176e3e42 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_25.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_25 m_EditorClassIdentifier: m_Sprite: {fileID: -2935090911227358794, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_25.asset.meta ================================================ fileFormatVersion: 2 guid: 04a251fd0c7b747ce98971a0805bb1a5 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_26.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_26 m_EditorClassIdentifier: m_Sprite: {fileID: -5528395504281270661, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_26.asset.meta ================================================ fileFormatVersion: 2 guid: ca8e4a1aa7cde4e13b064e4a507596f5 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_27.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_27 m_EditorClassIdentifier: m_Sprite: {fileID: 643501752688554648, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_27.asset.meta ================================================ fileFormatVersion: 2 guid: 6e61becee8b5848208c7545e5b612c16 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_28.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_28 m_EditorClassIdentifier: m_Sprite: {fileID: 3712617545215329947, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_28.asset.meta ================================================ fileFormatVersion: 2 guid: ab0bc16ed44e44d43a4e2d1dc67d47cb NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_29.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_29 m_EditorClassIdentifier: m_Sprite: {fileID: 5592303569442548319, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_29.asset.meta ================================================ fileFormatVersion: 2 guid: 26beb86bfe86844668676eda8631d4a9 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_3.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_3 m_EditorClassIdentifier: m_Sprite: {fileID: -3838007109810617419, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_3.asset.meta ================================================ fileFormatVersion: 2 guid: 62439d740e308478eae26b6c8d4bb6d8 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_30.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_30 m_EditorClassIdentifier: m_Sprite: {fileID: -2693647430605637699, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_30.asset.meta ================================================ fileFormatVersion: 2 guid: 73b5a5ca638f84cffb2cb2516e44f7d6 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_31.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_31 m_EditorClassIdentifier: m_Sprite: {fileID: 5213884991685046242, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_31.asset.meta ================================================ fileFormatVersion: 2 guid: 2aed61e44c4a24c22a12719d80fb962c NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_32.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_32 m_EditorClassIdentifier: m_Sprite: {fileID: 3079305771045789676, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_32.asset.meta ================================================ fileFormatVersion: 2 guid: 5eeb0bee9cecc4d87adcd00db10385d4 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_33.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_33 m_EditorClassIdentifier: m_Sprite: {fileID: 6700128343260277038, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_33.asset.meta ================================================ fileFormatVersion: 2 guid: da665f258f4be43608a61c9d84d990bb NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_34.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_34 m_EditorClassIdentifier: m_Sprite: {fileID: 3596163607000166796, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_34.asset.meta ================================================ fileFormatVersion: 2 guid: d8900a5a282dd4fc9a06eb1526675e98 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_35.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_35 m_EditorClassIdentifier: m_Sprite: {fileID: 8972131383135289267, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_35.asset.meta ================================================ fileFormatVersion: 2 guid: ace1997a558ad4c97b647269388810a7 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_36.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_36 m_EditorClassIdentifier: m_Sprite: {fileID: 279785331541404895, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_36.asset.meta ================================================ fileFormatVersion: 2 guid: cdd012283a1a043e5b31028dae493dce NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_37.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_37 m_EditorClassIdentifier: m_Sprite: {fileID: -9190741782080039947, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_37.asset.meta ================================================ fileFormatVersion: 2 guid: f1d7362545bcb49579b4335fb7aeebe5 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_38.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_38 m_EditorClassIdentifier: m_Sprite: {fileID: 7204644776391253335, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_38.asset.meta ================================================ fileFormatVersion: 2 guid: 484c4e5d4d38d4cfb9130717021c99d8 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_39.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_39 m_EditorClassIdentifier: m_Sprite: {fileID: -1725927285106379604, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_39.asset.meta ================================================ fileFormatVersion: 2 guid: c9405c2ae1acb4cf0984128a9a38d33a NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_4.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_4 m_EditorClassIdentifier: m_Sprite: {fileID: -5526361776410949495, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_4.asset.meta ================================================ fileFormatVersion: 2 guid: 29dda67e1d7a94d6fb21a53fd517bd65 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_40.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_40 m_EditorClassIdentifier: m_Sprite: {fileID: 7252642840250912593, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_40.asset.meta ================================================ fileFormatVersion: 2 guid: 58ef011efd6e14f6ab9555366fee36ba NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_41.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_41 m_EditorClassIdentifier: m_Sprite: {fileID: 5592338209706119914, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_41.asset.meta ================================================ fileFormatVersion: 2 guid: 8dfb06d62fc594f4791717d270f9f1fa NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_42.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_42 m_EditorClassIdentifier: m_Sprite: {fileID: 7092965023151624551, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_42.asset.meta ================================================ fileFormatVersion: 2 guid: e36df0ecaf1744eb6a5b827b3b408fe0 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_43.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_43 m_EditorClassIdentifier: m_Sprite: {fileID: 5382558132768275836, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_43.asset.meta ================================================ fileFormatVersion: 2 guid: 88f4a06cd829e47d8851a6cb1689830e NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_44.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_44 m_EditorClassIdentifier: m_Sprite: {fileID: 4038923380512991829, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_44.asset.meta ================================================ fileFormatVersion: 2 guid: c3195aa660aef4ebfaa241a40586f8bc NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_45.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_45 m_EditorClassIdentifier: m_Sprite: {fileID: -289858249506859642, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_45.asset.meta ================================================ fileFormatVersion: 2 guid: 80e99c44fff064d76a27a96bc458e634 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_46.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_46 m_EditorClassIdentifier: m_Sprite: {fileID: 3685935900388721544, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_46.asset.meta ================================================ fileFormatVersion: 2 guid: 3a7124fc540b542b0a6c43bb81795537 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_47.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_47 m_EditorClassIdentifier: m_Sprite: {fileID: -2565564675274502851, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_47.asset.meta ================================================ fileFormatVersion: 2 guid: b3b65976b1ca5440996515d58ac7ee19 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_48.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_48 m_EditorClassIdentifier: m_Sprite: {fileID: 7578447567894400979, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_48.asset.meta ================================================ fileFormatVersion: 2 guid: 9d27b8773f8774c5ead56dadd4ee56be NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_49.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_49 m_EditorClassIdentifier: m_Sprite: {fileID: 7428155905403073375, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_49.asset.meta ================================================ fileFormatVersion: 2 guid: 8e7fb6dca69234f2ca755add8c8a5524 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_5.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_5 m_EditorClassIdentifier: m_Sprite: {fileID: 2079669565422393126, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_5.asset.meta ================================================ fileFormatVersion: 2 guid: 5c5b081c0d600454baf88abb24bed615 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_50.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_50 m_EditorClassIdentifier: m_Sprite: {fileID: -3881396255989407173, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_50.asset.meta ================================================ fileFormatVersion: 2 guid: ebd5d49287b134a7987201048bab4cad NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_51.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_51 m_EditorClassIdentifier: m_Sprite: {fileID: 6490536211893382032, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_51.asset.meta ================================================ fileFormatVersion: 2 guid: 7366cdc31a37844c497ff4cec1fedf52 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_52.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_52 m_EditorClassIdentifier: m_Sprite: {fileID: -9153213544408949813, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_52.asset.meta ================================================ fileFormatVersion: 2 guid: f5f4ec168ba234b3b969e96987cec357 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_53.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_53 m_EditorClassIdentifier: m_Sprite: {fileID: 4978760603711221393, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_53.asset.meta ================================================ fileFormatVersion: 2 guid: 6b9c1bc0251264bd0bda3ed1b043cd69 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_54.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_54 m_EditorClassIdentifier: m_Sprite: {fileID: -5010755725024597380, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_54.asset.meta ================================================ fileFormatVersion: 2 guid: a9f35afa3869e43399e58592fa6ffd2c NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_55.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_55 m_EditorClassIdentifier: m_Sprite: {fileID: 2529360370791791798, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_55.asset.meta ================================================ fileFormatVersion: 2 guid: fb7d0da0bb51a4874ad17d3cdd215c41 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_56.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_56 m_EditorClassIdentifier: m_Sprite: {fileID: -2089911216950098662, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_56.asset.meta ================================================ fileFormatVersion: 2 guid: b4ed9d8f636774d51854ac3fa1e7b190 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_57.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_57 m_EditorClassIdentifier: m_Sprite: {fileID: -9007592377622202510, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_57.asset.meta ================================================ fileFormatVersion: 2 guid: 27c7901bc1dd44b23848e08afa251d61 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_58.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_58 m_EditorClassIdentifier: m_Sprite: {fileID: 2756715244893874834, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_58.asset.meta ================================================ fileFormatVersion: 2 guid: 9e5d2c3afc0bf471385adffc4bed406f NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_59.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_59 m_EditorClassIdentifier: m_Sprite: {fileID: 4645399500427768008, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_59.asset.meta ================================================ fileFormatVersion: 2 guid: a6fbf715742dc483ea713c5bf276b7ae NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_6.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_6 m_EditorClassIdentifier: m_Sprite: {fileID: -6467428717977735684, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_6.asset.meta ================================================ fileFormatVersion: 2 guid: 66754f44aaaf343d1acb8d06c8b4c1f0 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_60.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_60 m_EditorClassIdentifier: m_Sprite: {fileID: -7421441034157446083, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_60.asset.meta ================================================ fileFormatVersion: 2 guid: 13ed357e56c7c4017ba1927c545443f7 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_61.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_61 m_EditorClassIdentifier: m_Sprite: {fileID: 1215786876898312014, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_61.asset.meta ================================================ fileFormatVersion: 2 guid: 25b6faaed234b48bb98a7c4d7c89ffc3 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_62.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_62 m_EditorClassIdentifier: m_Sprite: {fileID: 518167470389085147, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_62.asset.meta ================================================ fileFormatVersion: 2 guid: b5db93fe127984afa8564ca022768e29 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_63.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_63 m_EditorClassIdentifier: m_Sprite: {fileID: 7305191798261147612, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_63.asset.meta ================================================ fileFormatVersion: 2 guid: eb21e662d56c24fec9f51f36c5119d81 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_64.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_64 m_EditorClassIdentifier: m_Sprite: {fileID: 7765108612895701319, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_64.asset.meta ================================================ fileFormatVersion: 2 guid: 933f51563ef1641df870a46760685053 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_65.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_65 m_EditorClassIdentifier: m_Sprite: {fileID: -8540156601270784251, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_65.asset.meta ================================================ fileFormatVersion: 2 guid: c710892db288945faad7b06b281841b9 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_66.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_66 m_EditorClassIdentifier: m_Sprite: {fileID: -2739063477020025616, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_66.asset.meta ================================================ fileFormatVersion: 2 guid: 4e253c9f39deb4dd08ee23609f7e377c NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_67.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_67 m_EditorClassIdentifier: m_Sprite: {fileID: -8852308559366320166, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_67.asset.meta ================================================ fileFormatVersion: 2 guid: d72ab79ea23f0444894e240e33f0b678 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_68.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_68 m_EditorClassIdentifier: m_Sprite: {fileID: -7685745680699691715, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_68.asset.meta ================================================ fileFormatVersion: 2 guid: f2ece794a6c2247f3b410f96b55dece9 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_69.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_69 m_EditorClassIdentifier: m_Sprite: {fileID: -6876093561343039877, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_69.asset.meta ================================================ fileFormatVersion: 2 guid: 75e0778f4744d44b49c6fda13776ec50 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_7.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_7 m_EditorClassIdentifier: m_Sprite: {fileID: -6219553135145730623, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_7.asset.meta ================================================ fileFormatVersion: 2 guid: 2509946f868b2405cb52775592b70eb8 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_70.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_70 m_EditorClassIdentifier: m_Sprite: {fileID: -2741816213876755252, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_70.asset.meta ================================================ fileFormatVersion: 2 guid: 3f72da01d3e3b4123af180d574cab996 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_71.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_71 m_EditorClassIdentifier: m_Sprite: {fileID: -9191320834391544161, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_71.asset.meta ================================================ fileFormatVersion: 2 guid: 6ac7dc70e84184320af4a401108eb01c NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_72.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_72 m_EditorClassIdentifier: m_Sprite: {fileID: 4469567370986994969, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_72.asset.meta ================================================ fileFormatVersion: 2 guid: 9d7f2b7b88e4449acaffdccb3a562428 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_73.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_73 m_EditorClassIdentifier: m_Sprite: {fileID: -4163221646251589804, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_73.asset.meta ================================================ fileFormatVersion: 2 guid: c01d4d241ce2549ae93c3be322b47ce1 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_74.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_74 m_EditorClassIdentifier: m_Sprite: {fileID: -6903296824831171216, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_74.asset.meta ================================================ fileFormatVersion: 2 guid: 4840a7dfd3f3c4becb914831fc0dead5 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_75.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_75 m_EditorClassIdentifier: m_Sprite: {fileID: 2531983442268618771, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_75.asset.meta ================================================ fileFormatVersion: 2 guid: 48d0afd89f1d343308341ecbb2eae9cb NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_76.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_76 m_EditorClassIdentifier: m_Sprite: {fileID: -8906671858202755068, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_76.asset.meta ================================================ fileFormatVersion: 2 guid: 98c4dc05dc7a841d1b4c538b4140db57 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_77.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_77 m_EditorClassIdentifier: m_Sprite: {fileID: -5909441163392605983, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_77.asset.meta ================================================ fileFormatVersion: 2 guid: 340d9303dbf6747edbde0e8ba1228dc3 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_78.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_78 m_EditorClassIdentifier: m_Sprite: {fileID: -6736209575069689517, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_78.asset.meta ================================================ fileFormatVersion: 2 guid: 623b9b8922f9240838d4207fac8bfaf7 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_79.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_79 m_EditorClassIdentifier: m_Sprite: {fileID: -5134403477793945142, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_79.asset.meta ================================================ fileFormatVersion: 2 guid: eeee37337070a474b96ddce399e11087 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_8.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_8 m_EditorClassIdentifier: m_Sprite: {fileID: -1280272306710096283, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_8.asset.meta ================================================ fileFormatVersion: 2 guid: 35cf627ac4f6d40b48d98aae28d5a1d4 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_80.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_80 m_EditorClassIdentifier: m_Sprite: {fileID: 1948487508243003930, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_80.asset.meta ================================================ fileFormatVersion: 2 guid: 940c9509d5ca942a881b74da44417906 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_81.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_81 m_EditorClassIdentifier: m_Sprite: {fileID: 3915227295686642372, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_81.asset.meta ================================================ fileFormatVersion: 2 guid: 81acba24baec24ec2b711e6155771568 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_82.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_82 m_EditorClassIdentifier: m_Sprite: {fileID: -2274682027915378, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_82.asset.meta ================================================ fileFormatVersion: 2 guid: 80aa839899c6743c68f26e0c4fe5a16c NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_83.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_83 m_EditorClassIdentifier: m_Sprite: {fileID: -4605264281627938210, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_83.asset.meta ================================================ fileFormatVersion: 2 guid: a88613d0f9838416c9376699c822370c NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_84.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_84 m_EditorClassIdentifier: m_Sprite: {fileID: -2155471488290710995, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_84.asset.meta ================================================ fileFormatVersion: 2 guid: 25d1e243524af4abea857af73eb72934 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_85.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_85 m_EditorClassIdentifier: m_Sprite: {fileID: -1635316056935899677, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_85.asset.meta ================================================ fileFormatVersion: 2 guid: aa17dc539fdad4660abcccef3ae7bb60 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_86.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_86 m_EditorClassIdentifier: m_Sprite: {fileID: -770373116713969740, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_86.asset.meta ================================================ fileFormatVersion: 2 guid: 69b78de6ee164489a882ea034bbb7efe NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_87.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_87 m_EditorClassIdentifier: m_Sprite: {fileID: 252373955758730048, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_87.asset.meta ================================================ fileFormatVersion: 2 guid: 85bc8090700af4774817a5e1e290e661 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_88.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_88 m_EditorClassIdentifier: m_Sprite: {fileID: 97070456372808837, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_88.asset.meta ================================================ fileFormatVersion: 2 guid: 778a178c437ee426fbc714315d23bf2c NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_89.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_89 m_EditorClassIdentifier: m_Sprite: {fileID: -6101237804161858725, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_89.asset.meta ================================================ fileFormatVersion: 2 guid: 70a09729d883c4e18904f9f0338590bc NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_9.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_9 m_EditorClassIdentifier: m_Sprite: {fileID: 8162984903519991801, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_9.asset.meta ================================================ fileFormatVersion: 2 guid: 63d8e7d7087cf450383cb8ca8cd1a536 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_90.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_90 m_EditorClassIdentifier: m_Sprite: {fileID: 4083334271573546787, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_90.asset.meta ================================================ fileFormatVersion: 2 guid: 761ba1c80aee1449a98ae7ec01a9d357 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_91.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_91 m_EditorClassIdentifier: m_Sprite: {fileID: -120415494867393529, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_91.asset.meta ================================================ fileFormatVersion: 2 guid: a55e647e72fd049ab9e6a368ba4a2381 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_92.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_92 m_EditorClassIdentifier: m_Sprite: {fileID: 9175990552355112093, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_92.asset.meta ================================================ fileFormatVersion: 2 guid: 3c2552ed5418148d9803f6dd575f6967 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_93.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_93 m_EditorClassIdentifier: m_Sprite: {fileID: 6726261659303741813, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_93.asset.meta ================================================ fileFormatVersion: 2 guid: d0b5732db1cfb4a299ebc22bce818b90 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_94.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_94 m_EditorClassIdentifier: m_Sprite: {fileID: -5977954221317057432, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_94.asset.meta ================================================ fileFormatVersion: 2 guid: abf68056800fe4d28b2c9f92fc86fbb5 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_95.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_95 m_EditorClassIdentifier: m_Sprite: {fileID: -5413388010774672672, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_95.asset.meta ================================================ fileFormatVersion: 2 guid: 2c1d86f2fec5546a480a3e1a245d2034 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_96.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_96 m_EditorClassIdentifier: m_Sprite: {fileID: -4821082286465148949, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_96.asset.meta ================================================ fileFormatVersion: 2 guid: 449df279927f74d15a21b534e9bc4620 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_97.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_97 m_EditorClassIdentifier: m_Sprite: {fileID: 1168899817041338214, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_97.asset.meta ================================================ fileFormatVersion: 2 guid: 08f2e8c0acb0c4a01b24d98c3c8dbab5 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_98.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_98 m_EditorClassIdentifier: m_Sprite: {fileID: 8202940090449954, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_98.asset.meta ================================================ fileFormatVersion: 2 guid: ea32948841be94005973ed824423ed9b NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_99.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: Interiors_Sprite_99 m_EditorClassIdentifier: m_Sprite: {fileID: 5601105188434543042, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles/Interiors_Sprite_99.asset.meta ================================================ fileFormatVersion: 2 guid: d90b89c57b58d4978a03d05f97c26522 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors/Tiles.meta ================================================ fileFormatVersion: 2 guid: 4f79f46d1832e437487d53dcbcf68a0c folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/Interiors.meta ================================================ fileFormatVersion: 2 guid: 59640fafe510d4caabe340d103caa7c3 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/AnimatedTiles/FlowerBottom-ani.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 13b75c95f34a00d4e8c04f76b73312e6, type: 3} m_Name: FlowerBottom-ani m_EditorClassIdentifier: m_AnimatedSprites: - {fileID: 2418869950254967616, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1869304696127499464, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_MinSpeed: 1 m_MaxSpeed: 1 m_AnimationStartTime: 0 m_TileColliderType: 2 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/AnimatedTiles/FlowerBottom-ani.asset.meta ================================================ fileFormatVersion: 2 guid: 402fc1b71a41d48d683399821a1ff3da NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/AnimatedTiles/FlowerTop-ani.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 13b75c95f34a00d4e8c04f76b73312e6, type: 3} m_Name: FlowerTop-ani m_EditorClassIdentifier: m_AnimatedSprites: - {fileID: 8420718934679655178, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 3850978801820407014, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_MinSpeed: 1 m_MaxSpeed: 1 m_AnimationStartTime: 0 m_TileColliderType: 2 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/AnimatedTiles/FlowerTop-ani.asset.meta ================================================ fileFormatVersion: 2 guid: 38333b32aacfe415080266be3e26aeb2 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/AnimatedTiles/Water-ani.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 13b75c95f34a00d4e8c04f76b73312e6, type: 3} m_Name: Water-ani m_EditorClassIdentifier: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_MinSpeed: 2 m_MaxSpeed: 2 m_AnimationStartTime: 0 m_TileColliderType: 2 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/AnimatedTiles/Water-ani.asset.meta ================================================ fileFormatVersion: 2 guid: 9e6fee138ae384db8835158e8b5f5144 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/AnimatedTiles/WaterRock-ani.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 13b75c95f34a00d4e8c04f76b73312e6, type: 3} m_Name: WaterRock-ani m_EditorClassIdentifier: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_MinSpeed: 2 m_MaxSpeed: 2 m_AnimationStartTime: 0 m_TileColliderType: 2 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/AnimatedTiles/WaterRock-ani.asset.meta ================================================ fileFormatVersion: 2 guid: 87d795b538d424227979adec080612fa NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/AnimatedTiles.meta ================================================ fileFormatVersion: 2 guid: 81e814c67bf0048fa91e7c39054e795a folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/OverWorld_Palette.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &2899218809509299334 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 7223114027336716497} - component: {fileID: 7151180426512444064} - component: {fileID: 2200885379088993231} m_Layer: 31 m_Name: Layer1 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &7223114027336716497 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2899218809509299334} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 8095859771610274197} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1839735485 &7151180426512444064 Tilemap: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2899218809509299334} m_Enabled: 1 m_Tiles: - first: {x: 2, y: 6, z: 0} second: m_TileIndex: 186 m_TileSpriteIndex: 181 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: 6, z: 0} second: m_TileIndex: 185 m_TileSpriteIndex: 180 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: 6, z: 0} second: m_TileIndex: 184 m_TileSpriteIndex: 179 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: 7, z: 0} second: m_TileIndex: 183 m_TileSpriteIndex: 178 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: 7, z: 0} second: m_TileIndex: 182 m_TileSpriteIndex: 177 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 2 m_ColliderType: 2 - first: {x: 4, y: 7, z: 0} second: m_TileIndex: 181 m_TileSpriteIndex: 176 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: 7, z: 0} second: m_TileIndex: 180 m_TileSpriteIndex: 175 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: 7, z: 0} second: m_TileIndex: 179 m_TileSpriteIndex: 174 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: 7, z: 0} second: m_TileIndex: 178 m_TileSpriteIndex: 173 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 9, y: 7, z: 0} second: m_TileIndex: 177 m_TileSpriteIndex: 172 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 10, y: 7, z: 0} second: m_TileIndex: 176 m_TileSpriteIndex: 171 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 11, y: 7, z: 0} second: m_TileIndex: 175 m_TileSpriteIndex: 170 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: 8, z: 0} second: m_TileIndex: 174 m_TileSpriteIndex: 177 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: 8, z: 0} second: m_TileIndex: 173 m_TileSpriteIndex: 169 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: 8, z: 0} second: m_TileIndex: 172 m_TileSpriteIndex: 168 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: 8, z: 0} second: m_TileIndex: 171 m_TileSpriteIndex: 167 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: 8, z: 0} second: m_TileIndex: 170 m_TileSpriteIndex: 166 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: 8, z: 0} second: m_TileIndex: 169 m_TileSpriteIndex: 165 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: 8, z: 0} second: m_TileIndex: 168 m_TileSpriteIndex: 164 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 10, y: 8, z: 0} second: m_TileIndex: 167 m_TileSpriteIndex: 163 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 11, y: 8, z: 0} second: m_TileIndex: 166 m_TileSpriteIndex: 162 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: 9, z: 0} second: m_TileIndex: 165 m_TileSpriteIndex: 161 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: 9, z: 0} second: m_TileIndex: 164 m_TileSpriteIndex: 160 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: 9, z: 0} second: m_TileIndex: 143 m_TileSpriteIndex: 139 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: 9, z: 0} second: m_TileIndex: 162 m_TileSpriteIndex: 159 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: 9, z: 0} second: m_TileIndex: 161 m_TileSpriteIndex: 157 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: 9, z: 0} second: m_TileIndex: 160 m_TileSpriteIndex: 156 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: 9, z: 0} second: m_TileIndex: 159 m_TileSpriteIndex: 155 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 9, y: 9, z: 0} second: m_TileIndex: 158 m_TileSpriteIndex: 154 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 10, y: 9, z: 0} second: m_TileIndex: 157 m_TileSpriteIndex: 153 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 11, y: 9, z: 0} second: m_TileIndex: 156 m_TileSpriteIndex: 152 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: 10, z: 0} second: m_TileIndex: 155 m_TileSpriteIndex: 151 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: 10, z: 0} second: m_TileIndex: 154 m_TileSpriteIndex: 150 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: 10, z: 0} second: m_TileIndex: 153 m_TileSpriteIndex: 158 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: 10, z: 0} second: m_TileIndex: 152 m_TileSpriteIndex: 149 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: 10, z: 0} second: m_TileIndex: 151 m_TileSpriteIndex: 147 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: 10, z: 0} second: m_TileIndex: 150 m_TileSpriteIndex: 146 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 9, y: 10, z: 0} second: m_TileIndex: 149 m_TileSpriteIndex: 145 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 10, y: 10, z: 0} second: m_TileIndex: 148 m_TileSpriteIndex: 144 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 11, y: 10, z: 0} second: m_TileIndex: 147 m_TileSpriteIndex: 143 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: 11, z: 0} second: m_TileIndex: 146 m_TileSpriteIndex: 142 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: 11, z: 0} second: m_TileIndex: 145 m_TileSpriteIndex: 141 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: 11, z: 0} second: m_TileIndex: 144 m_TileSpriteIndex: 140 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: 11, z: 0} second: m_TileIndex: 142 m_TileSpriteIndex: 138 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 0 m_ColliderType: 2 - first: {x: 6, y: 11, z: 0} second: m_TileIndex: 163 m_TileSpriteIndex: 148 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: 11, z: 0} second: m_TileIndex: 141 m_TileSpriteIndex: 137 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 0 m_ColliderType: 2 - first: {x: 8, y: 11, z: 0} second: m_TileIndex: 140 m_TileSpriteIndex: 136 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 9, y: 11, z: 0} second: m_TileIndex: 139 m_TileSpriteIndex: 135 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 10, y: 11, z: 0} second: m_TileIndex: 138 m_TileSpriteIndex: 134 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 11, y: 11, z: 0} second: m_TileIndex: 137 m_TileSpriteIndex: 133 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: 12, z: 0} second: m_TileIndex: 136 m_TileSpriteIndex: 132 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: 12, z: 0} second: m_TileIndex: 135 m_TileSpriteIndex: 131 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: 12, z: 0} second: m_TileIndex: 134 m_TileSpriteIndex: 130 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: 12, z: 0} second: m_TileIndex: 132 m_TileSpriteIndex: 128 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 0 m_ColliderType: 2 - first: {x: 6, y: 12, z: 0} second: m_TileIndex: 133 m_TileSpriteIndex: 129 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: 12, z: 0} second: m_TileIndex: 131 m_TileSpriteIndex: 127 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 0 m_ColliderType: 2 - first: {x: 8, y: 12, z: 0} second: m_TileIndex: 130 m_TileSpriteIndex: 126 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 9, y: 12, z: 0} second: m_TileIndex: 129 m_TileSpriteIndex: 125 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 10, y: 12, z: 0} second: m_TileIndex: 128 m_TileSpriteIndex: 124 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 11, y: 12, z: 0} second: m_TileIndex: 127 m_TileSpriteIndex: 123 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: 13, z: 0} second: m_TileIndex: 126 m_TileSpriteIndex: 122 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: 13, z: 0} second: m_TileIndex: 125 m_TileSpriteIndex: 121 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: 13, z: 0} second: m_TileIndex: 124 m_TileSpriteIndex: 120 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: 13, z: 0} second: m_TileIndex: 123 m_TileSpriteIndex: 119 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: 13, z: 0} second: m_TileIndex: 122 m_TileSpriteIndex: 118 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: 13, z: 0} second: m_TileIndex: 121 m_TileSpriteIndex: 117 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: 13, z: 0} second: m_TileIndex: 120 m_TileSpriteIndex: 116 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 9, y: 13, z: 0} second: m_TileIndex: 119 m_TileSpriteIndex: 115 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 10, y: 13, z: 0} second: m_TileIndex: 118 m_TileSpriteIndex: 114 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 11, y: 13, z: 0} second: m_TileIndex: 117 m_TileSpriteIndex: 113 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 2, y: 14, z: 0} second: m_TileIndex: 116 m_TileSpriteIndex: 112 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 3, y: 14, z: 0} second: m_TileIndex: 115 m_TileSpriteIndex: 111 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 4, y: 14, z: 0} second: m_TileIndex: 114 m_TileSpriteIndex: 110 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 5, y: 14, z: 0} second: m_TileIndex: 113 m_TileSpriteIndex: 109 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 6, y: 14, z: 0} second: m_TileIndex: 112 m_TileSpriteIndex: 108 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 7, y: 14, z: 0} second: m_TileIndex: 111 m_TileSpriteIndex: 107 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 8, y: 14, z: 0} second: m_TileIndex: 110 m_TileSpriteIndex: 106 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 9, y: 14, z: 0} second: m_TileIndex: 109 m_TileSpriteIndex: 105 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 10, y: 14, z: 0} second: m_TileIndex: 108 m_TileSpriteIndex: 104 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - first: {x: 11, y: 14, z: 0} second: m_TileIndex: 107 m_TileSpriteIndex: 103 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 m_AnimatedTiles: - first: {x: 5, y: 11, z: 0} second: m_AnimatedSprites: - {fileID: 8420718934679655178, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 3850978801820407014, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 1 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 7, y: 11, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 5, y: 12, z: 0} second: m_AnimatedSprites: - {fileID: 2418869950254967616, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1869304696127499464, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 1 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 7, y: 12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 m_TileAssetArray: - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: c1e8e2c16bb9245628c267032c2477f2, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 3d1a11bac086c4b5eb69631d96ee5705, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 9b3ff04322a3b470c8ccf15eaea87f1f, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 6915596c56c304e239229abdd28f45bc, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 4fe3ed1169b2748d1b8adba12a484f34, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 705b0244758bc40abaa8896245ebdf76, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 98f88a1aba0c44a6eb67add5ecdab2ba, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 8fe543c01343b4cec85e434ee8c0032f, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 41d609cf218d94dc1a743ce9ed384b40, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 4264bfa4a2c7b4d71beb2c6a56e1cc0f, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 122882dfc1aac48d48e82b9d296ff8b1, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: b52d1c8350dd044b4b0e8cd7e65fae0f, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 781cfae46e4624b93b13bad5273b6ad6, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 69da8eff28cc747cd9960eceb844fae4, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 61248f7cf593c47049a3274fafcc7497, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 32a5990a2ac4640528cdc8e06e45f83b, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: c75e5be58f8944a80a7a3b3d99644c20, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 7d601c98e39be4b5390de295ec1e46ee, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: b8cc20c2ea9294c16a5ba5f6255c9e88, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: bcb2f0ba5894f4cfcb1f4f2983b2f612, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ab9dfe8714ef04101947d659e8e2b502, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 0d08b28051d934a2c8ad0ba04068271d, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 7c57e04d5d9f64198a3b4eab857929ea, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: d495f916c211e47e18db29ebd7d93fec, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 9e6fee138ae384db8835158e8b5f5144, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 402fc1b71a41d48d683399821a1ff3da, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: e69d5590c06624b1d8e0e7ef8cea3b5e, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: abba6d26ae85d47028a73b9c345e734b, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ff79d67ff3bd1410eb4f95fdef3a7f7d, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 59dc6266a3197400fb14e74ccf7a2003, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 002a23cc6cb73437ea0af00483264563, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: d091677b3ea524bc1bd45fe98923495e, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 7e2b281c9ae034d7ea20cd96863613ab, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: c4e307b943f434cf1906c102472b2af2, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 87d795b538d424227979adec080612fa, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 38333b32aacfe415080266be3e26aeb2, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: df5d38d5e8d4a43efbb7cf030ac9eaa7, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: fc1f75a470bf544a289e4bf39ba431e3, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: e1c680302f1584a7bbac9f929ef0bc45, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: b4ffb3c8bffc342419139f46491b4c38, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ecae291ff61f247db90932019afa82c5, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 2c61d73184327445c8adefd80e1e258b, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: da8fbd787e491418281336924985107c, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 704e676666cf84bcbad1607f604397a1, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ab9bd350764394d27b4d380cd442c787, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: e52eae7de8ec346c8b6ddd5b06217fb0, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: c729584a31c4b44698fb0f431c044c44, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: c180aa08e081e4b08b17cf300fc83fd4, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: f61730ceedfa84b779186220d7703a17, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 0a76d89f3322849219a8f0993e6f1d6a, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ccb76a9df0ffa4247ad5db4ad77fafda, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: c21b0494b525d407e98f602e503f50e5, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 8e61aa20661aa494d982224ea5476134, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ecc8b0d4d6c74470b8c3083901ac4c39, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 0acdf83ae38864ecfba46be6ce05d6a6, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ebadb915a326b4d3592f12ea80f44987, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 3b52d51d0bdf44e5088b014c87ea8a34, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: b213c6d726f5b4d6085d38a74128646d, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: c1df3bfc6102f4f3ca243ccf6fca90cd, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 767cc0a69d936445787dc0cf641428fa, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: e437a51923c1c4088ad7f45cb5216d6f, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 79957a2da96f24d6a96a744b6af71671, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: d09a60ba2ebe4409aad99120fd040772, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: b0b562cdaf9f2499c964f711e599012f, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 90700ec8fd768442eac3dfc49580d7e8, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 5e51d108cc36e4bccbae620a4ed7a8cd, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: d5a9eed3b53d04c25a8ca4db1ddc2452, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 042249911248e48f68e9361dc8c9ce4e, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 9a7bfc3ff8f264b7396beae6c35b481f, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: a2833272b99d541a2b7ebbce1bf7d0c0, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 05656e6b767ad443abe6ea10685edb25, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: dbb21f63332104bb1a8b40d996bc4dc8, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: f83f0a5343ded4c16ba886ab241d163a, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ded50fbeaeba5423986b799022d7010d, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 9e565564e230e438eabffd4a23bc4f1b, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 06dc0fb7a9f9343ffb5b245cfaaa087a, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 17e590aea5a034897a188e2a433f1622, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 911d764f539854e188953f3d225b406f, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: fc12446cf48eb4a66816e140f3acc827, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: febfbf4fb9426439e99065b6b4fb5d46, type: 2} m_TileSpriteArray: - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 1 m_Data: {fileID: -6894107232651031177, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -78918176610540640, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -4157805459458028943, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -8628389544882267357, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -272944050622201314, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -3086195766449042202, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -1279477284675071846, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -3089889014765036585, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -8325423937487637661, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -3221631787333965581, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 7621551645271409770, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -3160569425502071528, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 437628226048935662, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -5041070755514419975, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 7409578145999893223, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 1278464164232700148, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -7471935250931336379, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 2708214709136898228, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -255182363478283680, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -3576939988115167057, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 2151519551408182793, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 8562236270392278134, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -2311416115569310743, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 8199696279093330848, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 1869304696127499464, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 609512673421906920, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -4656075032788290237, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -6425646249121593322, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -7077207126790289012, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 2929457207912310375, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -665043386312243462, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -910490180814376625, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 3850978801820407014, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 714923797869617932, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 5528722800105768270, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 3272487572467719024, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 7306370437530878038, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -6918726798831422405, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -7985593997152055734, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -5043987575860625985, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -4811779906098410751, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 6897124548323646146, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -7353889842105034394, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -4913318849491745892, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 8626943441721645399, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -4633493130325844777, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -8717145815280287874, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -7375624246102529837, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 4985804722896679328, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 6872783173908349289, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -8786342793655117050, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -655838279850750644, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -1856575295192458886, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 5331917662647640800, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 9047190113939795499, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 8733545361648612136, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 2820632361868350152, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -723497670930819438, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -6739348052345470971, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -8428891137838960230, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 7264225485178239400, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -3925324882569008798, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 8566446843333701470, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 6403064248135868742, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -7808443175533495854, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 2256076524431018598, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -374067919569762019, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 3893272085010434045, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -6431576298781788104, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 4902104664072377740, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 7276910957828137816, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 2 m_Data: {fileID: -4292368763963648820, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -2521711863147200477, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -9063544535920195731, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -3364801222077655864, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -7731439339750740296, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_TileMatrixArray: - m_RefCount: 80 m_Data: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_TileColorArray: - m_RefCount: 80 m_Data: {r: 1, g: 1, b: 1, a: 1} - m_RefCount: 0 m_Data: {r: 0.7801659, g: 0.33599603, b: 0.48255596, a: 1} - m_RefCount: 0 m_Data: {r: 0.8248327, g: 0.51852256, b: 0.58771914, a: 1} - m_RefCount: 0 m_Data: {r: 0.79351085, g: 0.46293467, b: 0.5412057, a: 1} - m_RefCount: 0 m_Data: {r: 0.92712784, g: 0.5043458, b: 0.51782024, a: 1} - m_RefCount: 0 m_Data: {r: 0.70817935, g: 0.32991207, b: 0.36254928, a: 1} - m_RefCount: 0 m_Data: {r: 0.8747618, g: 0.48780513, b: 0.5633822, a: 1} - m_RefCount: 0 m_Data: {r: 0.9406138, g: 0.43186513, b: 0.4905994, a: 1} - m_RefCount: 0 m_Data: {r: 0.8884194, g: 0.4675711, b: 0.59007, a: 1} - m_RefCount: 0 m_Data: {r: 0.85328466, g: 0.41125643, b: 0.5281875, a: 1} - m_RefCount: 0 m_Data: {r: 0.9022557, g: 0.36417738, b: 0.44524607, a: 1} - m_RefCount: 0 m_Data: {r: 0.780448, g: 0.33934826, b: 0.4565911, a: 1} - m_RefCount: 0 m_Data: {r: 0.906013, g: 0.50150555, b: 0.5051007, a: 1} - m_RefCount: 0 m_Data: {r: 0.8941801, g: 0.45260695, b: 0.5535331, a: 1} - m_RefCount: 0 m_Data: {r: 0.77474296, g: 0.3523371, b: 0.48841766, a: 1} - m_RefCount: 0 m_Data: {r: 0.91552615, g: 0.41251984, b: 0.54780555, a: 1} - m_RefCount: 0 m_Data: {r: 0.9007899, g: 0.470614, b: 0.57562035, a: 1} - m_RefCount: 0 m_Data: {r: 0.99692583, g: 0.5414869, b: 0.6591704, a: 1} - m_RefCount: 0 m_Data: {r: 0.8195578, g: 0.509468, b: 0.61203957, a: 1} - m_RefCount: 0 m_Data: {r: 0.8583817, g: 0.522278, b: 0.5613937, a: 1} - m_RefCount: 0 m_Data: {r: 0.8807991, g: 0.4040148, b: 0.45888284, a: 1} - m_RefCount: 0 m_Data: {r: 0.7003497, g: 0.44698754, b: 0.52404636, a: 1} - m_RefCount: 0 m_Data: {r: 0.98480016, g: 0.5045519, b: 0.6173414, a: 1} - m_RefCount: 0 m_Data: {r: 0.82331145, g: 0.49662325, b: 0.52746105, a: 1} - m_RefCount: 0 m_Data: {r: 0.9355547, g: 0.5374466, b: 0.5461827, a: 1} - m_RefCount: 0 m_Data: {r: 0.8133481, g: 0.41609102, b: 0.5355558, a: 1} - m_RefCount: 0 m_Data: {r: 0.9319728, g: 0.5673241, b: 0.6427761, a: 1} - m_RefCount: 0 m_Data: {r: 0.7553427, g: 0.41864145, b: 0.45897478, a: 1} - m_RefCount: 0 m_Data: {r: 0.86070853, g: 0.53281593, b: 0.56179255, a: 1} - m_RefCount: 0 m_Data: {r: 0.93479323, g: 0.63851017, b: 0.67118555, a: 1} - m_RefCount: 0 m_Data: {r: 0.938576, g: 0.5238731, b: 0.52754086, a: 1} - m_RefCount: 0 m_Data: {r: 0.9186029, g: 0.49029416, b: 0.50923234, a: 1} - m_RefCount: 0 m_Data: {r: 0.98221815, g: 0.64393115, b: 0.6497813, a: 1} - m_RefCount: 0 m_Data: {r: 0.8851719, g: 0.5166207, b: 0.51669645, a: 1} - m_RefCount: 0 m_Data: {r: 0.806174, g: 0.38814065, b: 0.44322497, a: 1} - m_RefCount: 0 m_Data: {r: 0.9459808, g: 0.39424923, b: 0.5121778, a: 1} - m_RefCount: 0 m_Data: {r: 0.72882223, g: 0.35254684, b: 0.4523407, a: 1} - m_RefCount: 0 m_Data: {r: 0.75725883, g: 0.39321175, b: 0.46995625, a: 1} - m_RefCount: 0 m_Data: {r: 0.8025489, g: 0.3924617, b: 0.5186503, a: 1} - m_RefCount: 0 m_Data: {r: 0.8130302, g: 0.41504583, b: 0.44545117, a: 1} - m_RefCount: 0 m_Data: {r: 0.9792052, g: 0.6496885, b: 0.67719245, a: 1} - m_RefCount: 0 m_Data: {r: 0.9641848, g: 0.51357436, b: 0.6410529, a: 1} - m_RefCount: 0 m_Data: {r: 0.86015034, g: 0.5132337, b: 0.53343314, a: 1} - m_RefCount: 0 m_Data: {r: 0.956131, g: 0.51345646, b: 0.624424, a: 1} - m_RefCount: 0 m_Data: {r: 0.87056667, g: 0.39990482, b: 0.47647843, a: 1} - m_RefCount: 0 m_Data: {r: 0.83854717, g: 0.4662984, b: 0.49852622, a: 1} - m_RefCount: 0 m_Data: {r: 0.78819954, g: 0.4456041, b: 0.5358514, a: 1} - m_RefCount: 0 m_Data: {r: 0.8655795, g: 0.36525345, b: 0.5235046, a: 1} - m_RefCount: 0 m_Data: {r: 0.94167125, g: 0.54061276, b: 0.6158506, a: 1} - m_RefCount: 0 m_Data: {r: 0.71841776, g: 0.32046285, b: 0.35686675, a: 1} - m_RefCount: 0 m_Data: {r: 0.8378955, g: 0.36596036, b: 0.47852325, a: 1} - m_RefCount: 0 m_Data: {r: 0.8155139, g: 0.45391187, b: 0.5326323, a: 1} - m_RefCount: 0 m_Data: {r: 0.87618804, g: 0.4657241, b: 0.59262854, a: 1} - m_RefCount: 0 m_Data: {r: 0.89373296, g: 0.3798124, b: 0.39028513, a: 1} - m_RefCount: 0 m_Data: {r: 0.908083, g: 0.5717739, b: 0.6207476, a: 1} - m_RefCount: 0 m_Data: {r: 0.8385098, g: 0.48057717, b: 0.48362, a: 1} - m_RefCount: 0 m_Data: {r: 0.8564347, g: 0.47766066, b: 0.5539605, a: 1} - m_RefCount: 0 m_Data: {r: 0.9033329, g: 0.5297317, b: 0.5721057, a: 1} - m_RefCount: 0 m_Data: {r: 0.9129756, g: 0.43447024, b: 0.5286523, a: 1} - m_RefCount: 0 m_Data: {r: 0.79717433, g: 0.4240102, b: 0.4284807, a: 1} - m_RefCount: 0 m_Data: {r: 0.86996174, g: 0.5094828, b: 0.58250844, a: 1} - m_RefCount: 0 m_Data: {r: 0.9133289, g: 0.6271856, b: 0.72135484, a: 1} - m_RefCount: 0 m_Data: {r: 0.952965, g: 0.569886, b: 0.5900875, a: 1} - m_RefCount: 0 m_Data: {r: 0.7838017, g: 0.49586087, b: 0.5140803, a: 1} - m_RefCount: 0 m_Data: {r: 0.95209384, g: 0.43791226, b: 0.48885396, a: 1} - m_RefCount: 0 m_Data: {r: 0.70924926, g: 0.43478143, b: 0.5136405, a: 1} - m_RefCount: 0 m_Data: {r: 0.95578086, g: 0.60297406, b: 0.67783, a: 1} - m_RefCount: 0 m_Data: {r: 0.7500649, g: 0.49086684, b: 0.5441705, a: 1} - m_RefCount: 0 m_Data: {r: 0.9548489, g: 0.4987182, b: 0.6361404, a: 1} - m_RefCount: 0 m_Data: {r: 0.9585463, g: 0.39704552, b: 0.5185324, a: 1} - m_RefCount: 0 m_Data: {r: 0.94624865, g: 0.3992925, b: 0.49096817, a: 1} - m_RefCount: 0 m_Data: {r: 0.7306744, g: 0.4206314, b: 0.43926856, a: 1} - m_RefCount: 0 m_Data: {r: 0.7245481, g: 0.33328533, b: 0.35506982, a: 1} - m_RefCount: 0 m_Data: {r: 0.853032, g: 0.5257931, b: 0.54413617, a: 1} - m_RefCount: 0 m_Data: {r: 0.7372236, g: 0.4193887, b: 0.46326008, a: 1} - m_RefCount: 0 m_Data: {r: 0.95624936, g: 0.6421153, b: 0.66056114, a: 1} - m_RefCount: 0 m_Data: {r: 0.8226429, g: 0.35792676, b: 0.38621742, a: 1} - m_RefCount: 0 m_Data: {r: 0.8669015, g: 0.5404505, b: 0.562979, a: 1} - m_RefCount: 0 m_Data: {r: 0.90721697, g: 0.4846145, b: 0.54855645, a: 1} - m_RefCount: 0 m_Data: {r: 0.8479989, g: 0.40464523, b: 0.41405183, a: 1} - m_RefCount: 0 m_Data: {r: 0.8154408, g: 0.5481391, b: 0.5698284, a: 1} - m_RefCount: 0 m_Data: {r: 0.88652325, g: 0.5437733, b: 0.6071631, a: 1} - m_RefCount: 0 m_Data: {r: 0.9477544, g: 0.6049672, b: 0.6398534, a: 1} - m_RefCount: 0 m_Data: {r: 0.8533008, g: 0.5650784, b: 0.6206163, a: 1} - m_RefCount: 0 m_Data: {r: 0.95781267, g: 0.4713237, b: 0.60929024, a: 1} - m_RefCount: 0 m_Data: {r: 0.8370651, g: 0.3498658, b: 0.42597118, a: 1} - m_RefCount: 0 m_Data: {r: 0.75312644, g: 0.37064603, b: 0.43842897, a: 1} - m_RefCount: 0 m_Data: {r: 0.72084635, g: 0.43104437, b: 0.48159242, a: 1} - m_RefCount: 0 m_Data: {r: 0.9465431, g: 0.5121315, b: 0.55447143, a: 1} - m_RefCount: 0 m_Data: {r: 0.83674777, g: 0.55324614, b: 0.61099625, a: 1} - m_RefCount: 0 m_Data: {r: 0.82475847, g: 0.51639056, b: 0.5196565, a: 1} - m_RefCount: 0 m_Data: {r: 0.91823673, g: 0.3781829, b: 0.55701584, a: 1} - m_RefCount: 0 m_Data: {r: 0.9337906, g: 0.4373935, b: 0.51914465, a: 1} m_AnimationFrameRate: 1 m_Color: {r: 1, g: 1, b: 1, a: 1} m_Origin: {x: -6, y: -18, z: 0} m_Size: {x: 33, y: 33, z: 1} m_TileAnchor: {x: 0.5, y: 0.5, z: 0} m_TileOrientation: 0 m_TileOrientationMatrix: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 --- !u!483693784 &2200885379088993231 TilemapRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2899218809509299334} m_Enabled: 0 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 0 m_MotionVectors: 1 m_LightProbeUsage: 0 m_ReflectionProbeUsage: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 0 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: 0 m_SortingLayer: 0 m_SortingOrder: 0 m_ChunkSize: {x: 32, y: 32, z: 32} m_ChunkCullingBounds: {x: 0, y: 0.375, z: 0} m_MaxChunkCount: 16 m_MaxFrameAge: 16 m_SortOrder: 0 m_Mode: 0 m_DetectChunkCullingBounds: 0 m_MaskInteraction: 0 --- !u!1 &7603788879729640772 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 8095859771610274197} - component: {fileID: 6288764975538807332} m_Layer: 31 m_Name: OverWorld_Palette m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &8095859771610274197 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7603788879729640772} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 7223114027336716497} m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!156049354 &6288764975538807332 Grid: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7603788879729640772} m_Enabled: 1 m_CellSize: {x: 1, y: 1, z: 0} m_CellGap: {x: 0, y: 0, z: 0} m_CellLayout: 0 m_CellSwizzle: 0 --- !u!114 &114995801215624422 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 12395, guid: 0000000000000000e000000000000000, type: 0} m_Name: Palette Settings m_EditorClassIdentifier: cellSizing: 100 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/OverWorld_Palette.prefab.meta ================================================ fileFormatVersion: 2 guid: d70e8df5ee00148ac92afee9e7ecab69 PrefabImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/PrefabTiles/Item Brush.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 2d5751a2c961df945a34295ccf5e576d, type: 3} m_Name: Item Brush m_EditorClassIdentifier: m_Cells: - m_Tile: {fileID: 0} m_Matrix: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_Color: {r: 1, g: 1, b: 1, a: 1} m_Size: {x: 1, y: 1, z: 1} m_Pivot: {x: 0, y: 0, z: 0} m_CanChangeZPosition: 0 m_Prefabs: - {fileID: 2815725317142129782, guid: 190c50095a4f7471d9ced4a4b0ffd6e5, type: 3} m_PerlinScale: 0 m_Anchor: {x: 0.5, y: 0.5, z: 0.5} ================================================ FILE: Assets/Graphics/Tiles/OverWorld/PrefabTiles/Item Brush.asset.meta ================================================ fileFormatVersion: 2 guid: 03e73299b63524bfe8caef0a717b25ac NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/PrefabTiles/Portal Brush.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 2d5751a2c961df945a34295ccf5e576d, type: 3} m_Name: Portal Brush m_EditorClassIdentifier: m_Cells: - m_Tile: {fileID: 0} m_Matrix: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_Color: {r: 1, g: 1, b: 1, a: 1} m_Size: {x: 1, y: 1, z: 1} m_Pivot: {x: 0, y: 0, z: 0} m_CanChangeZPosition: 0 m_Prefabs: - {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} m_PerlinScale: 0 m_Anchor: {x: 0.5, y: 0.5, z: 0.5} ================================================ FILE: Assets/Graphics/Tiles/OverWorld/PrefabTiles/Portal Brush.asset.meta ================================================ fileFormatVersion: 2 guid: cfcd30f74832249b0acaaddaeed5bd51 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/PrefabTiles/Route Post Brush.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 2d5751a2c961df945a34295ccf5e576d, type: 3} m_Name: Route Post Brush m_EditorClassIdentifier: m_Cells: - m_Tile: {fileID: 0} m_Matrix: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_Color: {r: 1, g: 1, b: 1, a: 1} m_Size: {x: 1, y: 1, z: 1} m_Pivot: {x: 0, y: 0, z: 0} m_CanChangeZPosition: 0 m_Prefabs: - {fileID: 5513471475047985742, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} m_PerlinScale: 0.001 m_Anchor: {x: 0.5, y: 0.5, z: 0.5} ================================================ FILE: Assets/Graphics/Tiles/OverWorld/PrefabTiles/Route Post Brush.asset.meta ================================================ fileFormatVersion: 2 guid: c98a76213e74e48c18859c1a04b788b9 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/PrefabTiles.meta ================================================ fileFormatVersion: 2 guid: 1a723e26f51364059823f28767cc194e folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/RuleTiles/Rocks-rule.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 9d1514134bc4fbd41bb739b1b9a49231, type: 3} m_Name: Rocks-rule m_EditorClassIdentifier: m_DefaultSprite: {fileID: -4292368763963648820, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_DefaultGameObject: {fileID: 0} m_DefaultColliderType: 2 m_TilingRules: - m_Neighbors: 0000000002000000000000000200000001000000000000000100000000000000 m_Sprites: - {fileID: -4292368763963648820, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_GameObject: {fileID: 0} m_AnimationSpeed: 1 m_PerlinScale: 0.5 m_RuleTransform: 0 m_Output: 0 m_ColliderType: 2 m_RandomTransform: 0 - m_Neighbors: 0000000001000000000000000200000001000000000000000100000000000000 m_Sprites: - {fileID: -2521711863147200477, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_GameObject: {fileID: 0} m_AnimationSpeed: 1 m_PerlinScale: 0.5 m_RuleTransform: 0 m_Output: 0 m_ColliderType: 2 m_RandomTransform: 0 - m_Neighbors: 0000000001000000000000000200000001000000000000000200000000000000 m_Sprites: - {fileID: -7731439339750740296, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_GameObject: {fileID: 0} m_AnimationSpeed: 1 m_PerlinScale: 0.5 m_RuleTransform: 0 m_Output: 0 m_ColliderType: 2 m_RandomTransform: 0 - m_Neighbors: 0000000001000000000000000100000001000000000000000200000000000000 m_Sprites: - {fileID: -3364801222077655864, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_GameObject: {fileID: 0} m_AnimationSpeed: 1 m_PerlinScale: 0.5 m_RuleTransform: 0 m_Output: 0 m_ColliderType: 2 m_RandomTransform: 0 - m_Neighbors: 0000000001000000000000000100000002000000000000000200000000000000 m_Sprites: - {fileID: -9063544535920195731, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_GameObject: {fileID: 0} m_AnimationSpeed: 1 m_PerlinScale: 0.5 m_RuleTransform: 0 m_Output: 0 m_ColliderType: 2 m_RandomTransform: 0 - m_Neighbors: 0000000001000000000000000100000002000000000000000100000000000000 m_Sprites: - {fileID: 7276910957828137816, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_GameObject: {fileID: 0} m_AnimationSpeed: 1 m_PerlinScale: 0.5 m_RuleTransform: 0 m_Output: 0 m_ColliderType: 2 m_RandomTransform: 0 - m_Neighbors: 0000000002000000000000000100000002000000000000000100000000000000 m_Sprites: - {fileID: 8566446843333701470, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_GameObject: {fileID: 0} m_AnimationSpeed: 1 m_PerlinScale: 0.5 m_RuleTransform: 0 m_Output: 0 m_ColliderType: 2 m_RandomTransform: 0 - m_Neighbors: 0000000002000000000000000100000001000000000000000100000000000000 m_Sprites: - {fileID: 6403064248135868742, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_GameObject: {fileID: 0} m_AnimationSpeed: 1 m_PerlinScale: 0.5 m_RuleTransform: 0 m_Output: 0 m_ColliderType: 2 m_RandomTransform: 0 - m_Neighbors: 0000000001000000000000000100000001000000020000000100000000000000 m_Sprites: - {fileID: 21300154, guid: a67e156c84eab4c7e84bb34734de45ac, type: 3} m_GameObject: {fileID: 0} m_AnimationSpeed: 1 m_PerlinScale: 0.5 m_RuleTransform: 0 m_Output: 0 m_ColliderType: 2 m_RandomTransform: 0 - m_Neighbors: 0000000001000000000000000100000001000000000000000100000002000000 m_Sprites: - {fileID: 21300150, guid: a67e156c84eab4c7e84bb34734de45ac, type: 3} m_GameObject: {fileID: 0} m_AnimationSpeed: 1 m_PerlinScale: 0.5 m_RuleTransform: 0 m_Output: 0 m_ColliderType: 2 m_RandomTransform: 0 - m_Neighbors: 0000000001000000020000000100000001000000000000000100000000000000 m_Sprites: - {fileID: -6758639347321498927, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_GameObject: {fileID: 0} m_AnimationSpeed: 1 m_PerlinScale: 0.5 m_RuleTransform: 0 m_Output: 0 m_ColliderType: 2 m_RandomTransform: 0 - m_Neighbors: 0200000001000000000000000100000001000000000000000100000000000000 m_Sprites: - {fileID: 794263559872426504, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_GameObject: {fileID: 0} m_AnimationSpeed: 1 m_PerlinScale: 0.5 m_RuleTransform: 0 m_Output: 0 m_ColliderType: 2 m_RandomTransform: 0 - m_Neighbors: 0000000001000000000000000100000001000000000000000100000000000000 m_Sprites: - {fileID: -272944050622201314, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_GameObject: {fileID: 0} m_AnimationSpeed: 1 m_PerlinScale: 0.5 m_RuleTransform: 0 m_Output: 0 m_ColliderType: 2 m_RandomTransform: 0 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/RuleTiles/Rocks-rule.asset.meta ================================================ fileFormatVersion: 2 guid: 06dc0fb7a9f9343ffb5b245cfaaa087a NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/RuleTiles.meta ================================================ fileFormatVersion: 2 guid: 9774e6ddbc2514820bf810446740813b folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_0.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_0 m_EditorClassIdentifier: m_Sprite: {fileID: -3221631787333965581, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_0.asset.meta ================================================ fileFormatVersion: 2 guid: 4264bfa4a2c7b4d71beb2c6a56e1cc0f NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_1.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_1 m_EditorClassIdentifier: m_Sprite: {fileID: -8325423937487637661, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_1.asset.meta ================================================ fileFormatVersion: 2 guid: 41d609cf218d94dc1a743ce9ed384b40 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_10.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_10 m_EditorClassIdentifier: m_Sprite: {fileID: -3576939988115167057, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_10.asset.meta ================================================ fileFormatVersion: 2 guid: bcb2f0ba5894f4cfcb1f4f2983b2f612 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_11.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_11 m_EditorClassIdentifier: m_Sprite: {fileID: -255182363478283680, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_11.asset.meta ================================================ fileFormatVersion: 2 guid: b8cc20c2ea9294c16a5ba5f6255c9e88 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_12.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_12 m_EditorClassIdentifier: m_Sprite: {fileID: 2708214709136898228, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_12.asset.meta ================================================ fileFormatVersion: 2 guid: 7d601c98e39be4b5390de295ec1e46ee NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_13.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_13 m_EditorClassIdentifier: m_Sprite: {fileID: -7471935250931336379, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_13.asset.meta ================================================ fileFormatVersion: 2 guid: c75e5be58f8944a80a7a3b3d99644c20 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_14.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_14 m_EditorClassIdentifier: m_Sprite: {fileID: 1278464164232700148, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_14.asset.meta ================================================ fileFormatVersion: 2 guid: 32a5990a2ac4640528cdc8e06e45f83b NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_15.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_15 m_EditorClassIdentifier: m_Sprite: {fileID: 7409578145999893223, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_15.asset.meta ================================================ fileFormatVersion: 2 guid: 61248f7cf593c47049a3274fafcc7497 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_16.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_16 m_EditorClassIdentifier: m_Sprite: {fileID: -5041070755514419975, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_16.asset.meta ================================================ fileFormatVersion: 2 guid: 69da8eff28cc747cd9960eceb844fae4 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_17.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_17 m_EditorClassIdentifier: m_Sprite: {fileID: 437628226048935662, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_17.asset.meta ================================================ fileFormatVersion: 2 guid: 781cfae46e4624b93b13bad5273b6ad6 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_18.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_18 m_EditorClassIdentifier: m_Sprite: {fileID: -3160569425502071528, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_18.asset.meta ================================================ fileFormatVersion: 2 guid: b52d1c8350dd044b4b0e8cd7e65fae0f NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_19.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_19 m_EditorClassIdentifier: m_Sprite: {fileID: 7621551645271409770, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_19.asset.meta ================================================ fileFormatVersion: 2 guid: 122882dfc1aac48d48e82b9d296ff8b1 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_2.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_2 m_EditorClassIdentifier: m_Sprite: {fileID: -3089889014765036585, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_2.asset.meta ================================================ fileFormatVersion: 2 guid: 8fe543c01343b4cec85e434ee8c0032f NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_20.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_20 m_EditorClassIdentifier: m_Sprite: {fileID: 2418869950254967616, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_20.asset.meta ================================================ fileFormatVersion: 2 guid: 42cfbdb230e8e40ff9712ccd1f5b8b30 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_21.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_21 m_EditorClassIdentifier: m_Sprite: {fileID: 1869304696127499464, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_21.asset.meta ================================================ fileFormatVersion: 2 guid: c74f9ddbdf0fc4703983b31118abc0dd NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_22.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_22 m_EditorClassIdentifier: m_Sprite: {fileID: 609512673421906920, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_22.asset.meta ================================================ fileFormatVersion: 2 guid: abba6d26ae85d47028a73b9c345e734b NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_23.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_23 m_EditorClassIdentifier: m_Sprite: {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_23.asset.meta ================================================ fileFormatVersion: 2 guid: e69d5590c06624b1d8e0e7ef8cea3b5e NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_24.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_24 m_EditorClassIdentifier: m_Sprite: {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_24.asset.meta ================================================ fileFormatVersion: 2 guid: 1fa1711ee75b640eeab7f2d8dd997e7d NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_25.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_25 m_EditorClassIdentifier: m_Sprite: {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_25.asset.meta ================================================ fileFormatVersion: 2 guid: 6fa0eeee449c449d2abcdf76f67f02bf NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_26.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_26 m_EditorClassIdentifier: m_Sprite: {fileID: 8199696279093330848, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_26.asset.meta ================================================ fileFormatVersion: 2 guid: d495f916c211e47e18db29ebd7d93fec NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_27.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_27 m_EditorClassIdentifier: m_Sprite: {fileID: -2311416115569310743, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_27.asset.meta ================================================ fileFormatVersion: 2 guid: 7c57e04d5d9f64198a3b4eab857929ea NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_28.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_28 m_EditorClassIdentifier: m_Sprite: {fileID: 8562236270392278134, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_28.asset.meta ================================================ fileFormatVersion: 2 guid: 0d08b28051d934a2c8ad0ba04068271d NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_29.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_29 m_EditorClassIdentifier: m_Sprite: {fileID: 2151519551408182793, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_29.asset.meta ================================================ fileFormatVersion: 2 guid: ab9dfe8714ef04101947d659e8e2b502 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_3.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_3 m_EditorClassIdentifier: m_Sprite: {fileID: -1279477284675071846, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_3.asset.meta ================================================ fileFormatVersion: 2 guid: 98f88a1aba0c44a6eb67add5ecdab2ba NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_30.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_30 m_EditorClassIdentifier: m_Sprite: {fileID: 8420718934679655178, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_30.asset.meta ================================================ fileFormatVersion: 2 guid: 3ebb86b4fc2954688a2ce1cd15a7a272 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_31.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_31 m_EditorClassIdentifier: m_Sprite: {fileID: 3850978801820407014, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_31.asset.meta ================================================ fileFormatVersion: 2 guid: cff43d7e6c12d4e149b6c579a65a42f6 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_32.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_32 m_EditorClassIdentifier: m_Sprite: {fileID: 714923797869617932, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_32.asset.meta ================================================ fileFormatVersion: 2 guid: df5d38d5e8d4a43efbb7cf030ac9eaa7 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_33.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_33 m_EditorClassIdentifier: m_Sprite: {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_33.asset.meta ================================================ fileFormatVersion: 2 guid: c1949929f8b354b4b971f464b83b150d NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_34.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_34 m_EditorClassIdentifier: m_Sprite: {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_34.asset.meta ================================================ fileFormatVersion: 2 guid: e8df3a2ecd09443cc863486c6385844c NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_35.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_35 m_EditorClassIdentifier: m_Sprite: {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_35.asset.meta ================================================ fileFormatVersion: 2 guid: 36ce078293ddf488481cd5999909f5fd NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_36.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_36 m_EditorClassIdentifier: m_Sprite: {fileID: -910490180814376625, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_36.asset.meta ================================================ fileFormatVersion: 2 guid: c4e307b943f434cf1906c102472b2af2 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_37.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_37 m_EditorClassIdentifier: m_Sprite: {fileID: -665043386312243462, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_37.asset.meta ================================================ fileFormatVersion: 2 guid: 7e2b281c9ae034d7ea20cd96863613ab NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_38.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_38 m_EditorClassIdentifier: m_Sprite: {fileID: 2929457207912310375, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_38.asset.meta ================================================ fileFormatVersion: 2 guid: d091677b3ea524bc1bd45fe98923495e NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_39.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_39 m_EditorClassIdentifier: m_Sprite: {fileID: -7077207126790289012, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_39.asset.meta ================================================ fileFormatVersion: 2 guid: 002a23cc6cb73437ea0af00483264563 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_4.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_4 m_EditorClassIdentifier: m_Sprite: {fileID: -3086195766449042202, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_4.asset.meta ================================================ fileFormatVersion: 2 guid: 705b0244758bc40abaa8896245ebdf76 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_40.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_40 m_EditorClassIdentifier: m_Sprite: {fileID: 5528722800105768270, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_40.asset.meta ================================================ fileFormatVersion: 2 guid: fc1f75a470bf544a289e4bf39ba431e3 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_41.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_41 m_EditorClassIdentifier: m_Sprite: {fileID: -6425646249121593322, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_41.asset.meta ================================================ fileFormatVersion: 2 guid: 59dc6266a3197400fb14e74ccf7a2003 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_42.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_42 m_EditorClassIdentifier: m_Sprite: {fileID: -4656075032788290237, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_42.asset.meta ================================================ fileFormatVersion: 2 guid: ff79d67ff3bd1410eb4f95fdef3a7f7d NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_43.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_43 m_EditorClassIdentifier: m_Sprite: {fileID: -1856575295192458886, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_43.asset.meta ================================================ fileFormatVersion: 2 guid: c729584a31c4b44698fb0f431c044c44 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_44.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_44 m_EditorClassIdentifier: m_Sprite: {fileID: -4913318849491745892, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_44.asset.meta ================================================ fileFormatVersion: 2 guid: e52eae7de8ec346c8b6ddd5b06217fb0 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_45.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_45 m_EditorClassIdentifier: m_Sprite: {fileID: 6897124548323646146, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_45.asset.meta ================================================ fileFormatVersion: 2 guid: ab9bd350764394d27b4d380cd442c787 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_46.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_46 m_EditorClassIdentifier: m_Sprite: {fileID: -4811779906098410751, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_46.asset.meta ================================================ fileFormatVersion: 2 guid: 704e676666cf84bcbad1607f604397a1 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_47.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_47 m_EditorClassIdentifier: m_Sprite: {fileID: -5043987575860625985, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_47.asset.meta ================================================ fileFormatVersion: 2 guid: da8fbd787e491418281336924985107c NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_48.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_48 m_EditorClassIdentifier: m_Sprite: {fileID: -7985593997152055734, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_48.asset.meta ================================================ fileFormatVersion: 2 guid: 2c61d73184327445c8adefd80e1e258b NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_49.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_49 m_EditorClassIdentifier: m_Sprite: {fileID: -6918726798831422405, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_49.asset.meta ================================================ fileFormatVersion: 2 guid: ecae291ff61f247db90932019afa82c5 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_5.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_5 m_EditorClassIdentifier: m_Sprite: {fileID: -272944050622201314, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_5.asset.meta ================================================ fileFormatVersion: 2 guid: 4fe3ed1169b2748d1b8adba12a484f34 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_50.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_50 m_EditorClassIdentifier: m_Sprite: {fileID: 8733545361648612136, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_50.asset.meta ================================================ fileFormatVersion: 2 guid: c1df3bfc6102f4f3ca243ccf6fca90cd NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_51.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_51 m_EditorClassIdentifier: m_Sprite: {fileID: 9047190113939795499, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_51.asset.meta ================================================ fileFormatVersion: 2 guid: b213c6d726f5b4d6085d38a74128646d NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_52.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_52 m_EditorClassIdentifier: m_Sprite: {fileID: -7353889842105034394, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_52.asset.meta ================================================ fileFormatVersion: 2 guid: 3b52d51d0bdf44e5088b014c87ea8a34 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_53.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_53 m_EditorClassIdentifier: m_Sprite: {fileID: 5331917662647640800, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_53.asset.meta ================================================ fileFormatVersion: 2 guid: ebadb915a326b4d3592f12ea80f44987 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_54.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_54 m_EditorClassIdentifier: m_Sprite: {fileID: -655838279850750644, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_54.asset.meta ================================================ fileFormatVersion: 2 guid: 0acdf83ae38864ecfba46be6ce05d6a6 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_55.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_55 m_EditorClassIdentifier: m_Sprite: {fileID: -8786342793655117050, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_55.asset.meta ================================================ fileFormatVersion: 2 guid: ecc8b0d4d6c74470b8c3083901ac4c39 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_56.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_56 m_EditorClassIdentifier: m_Sprite: {fileID: 6872783173908349289, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_56.asset.meta ================================================ fileFormatVersion: 2 guid: 8e61aa20661aa494d982224ea5476134 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_57.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_57 m_EditorClassIdentifier: m_Sprite: {fileID: 4985804722896679328, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_57.asset.meta ================================================ fileFormatVersion: 2 guid: c21b0494b525d407e98f602e503f50e5 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_58.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_58 m_EditorClassIdentifier: m_Sprite: {fileID: -7375624246102529837, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_58.asset.meta ================================================ fileFormatVersion: 2 guid: ccb76a9df0ffa4247ad5db4ad77fafda NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_59.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_59 m_EditorClassIdentifier: m_Sprite: {fileID: -8717145815280287874, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_59.asset.meta ================================================ fileFormatVersion: 2 guid: 0a76d89f3322849219a8f0993e6f1d6a NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_6.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_6 m_EditorClassIdentifier: m_Sprite: {fileID: -8628389544882267357, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_6.asset.meta ================================================ fileFormatVersion: 2 guid: 6915596c56c304e239229abdd28f45bc NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_60.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_60 m_EditorClassIdentifier: m_Sprite: {fileID: -4292368763963648820, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_60.asset.meta ================================================ fileFormatVersion: 2 guid: 042249911248e48f68e9361dc8c9ce4e NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_61.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_61 m_EditorClassIdentifier: m_Sprite: {fileID: 6403064248135868742, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_61.asset.meta ================================================ fileFormatVersion: 2 guid: d5a9eed3b53d04c25a8ca4db1ddc2452 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_62.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_62 m_EditorClassIdentifier: m_Sprite: {fileID: 8566446843333701470, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_62.asset.meta ================================================ fileFormatVersion: 2 guid: 5e51d108cc36e4bccbae620a4ed7a8cd NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_63.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_63 m_EditorClassIdentifier: m_Sprite: {fileID: -3925324882569008798, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_63.asset.meta ================================================ fileFormatVersion: 2 guid: 90700ec8fd768442eac3dfc49580d7e8 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_64.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_64 m_EditorClassIdentifier: m_Sprite: {fileID: 7264225485178239400, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_64.asset.meta ================================================ fileFormatVersion: 2 guid: b0b562cdaf9f2499c964f711e599012f NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_65.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_65 m_EditorClassIdentifier: m_Sprite: {fileID: -8428891137838960230, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_65.asset.meta ================================================ fileFormatVersion: 2 guid: d09a60ba2ebe4409aad99120fd040772 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_66.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_66 m_EditorClassIdentifier: m_Sprite: {fileID: -6739348052345470971, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_66.asset.meta ================================================ fileFormatVersion: 2 guid: 79957a2da96f24d6a96a744b6af71671 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_67.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_67 m_EditorClassIdentifier: m_Sprite: {fileID: 24620075160638391, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_67.asset.meta ================================================ fileFormatVersion: 2 guid: 4f3fa11ab4b4a4fbca0b09c914d89ab5 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_68.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_68 m_EditorClassIdentifier: m_Sprite: {fileID: -723497670930819438, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_68.asset.meta ================================================ fileFormatVersion: 2 guid: e437a51923c1c4088ad7f45cb5216d6f NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_69.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_69 m_EditorClassIdentifier: m_Sprite: {fileID: 2820632361868350152, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_69.asset.meta ================================================ fileFormatVersion: 2 guid: 767cc0a69d936445787dc0cf641428fa NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_7.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_7 m_EditorClassIdentifier: m_Sprite: {fileID: -4157805459458028943, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_7.asset.meta ================================================ fileFormatVersion: 2 guid: 9b3ff04322a3b470c8ccf15eaea87f1f NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_70.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_70 m_EditorClassIdentifier: m_Sprite: {fileID: -2521711863147200477, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_70.asset.meta ================================================ fileFormatVersion: 2 guid: 17e590aea5a034897a188e2a433f1622 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_71.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_71 m_EditorClassIdentifier: m_Sprite: {fileID: 794263559872426504, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_71.asset.meta ================================================ fileFormatVersion: 2 guid: 787fed6ddf0eb4180bea5e45a7103d8f NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_72.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_72 m_EditorClassIdentifier: m_Sprite: {fileID: 7276910957828137816, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_72.asset.meta ================================================ fileFormatVersion: 2 guid: 9e565564e230e438eabffd4a23bc4f1b NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_73.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_73 m_EditorClassIdentifier: m_Sprite: {fileID: 4902104664072377740, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_73.asset.meta ================================================ fileFormatVersion: 2 guid: ded50fbeaeba5423986b799022d7010d NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_74.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_74 m_EditorClassIdentifier: m_Sprite: {fileID: -6758639347321498927, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_74.asset.meta ================================================ fileFormatVersion: 2 guid: 7de6ab02356bd444c856e1438955b74e NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_75.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_75 m_EditorClassIdentifier: m_Sprite: {fileID: -6431576298781788104, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_75.asset.meta ================================================ fileFormatVersion: 2 guid: f83f0a5343ded4c16ba886ab241d163a NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_76.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_76 m_EditorClassIdentifier: m_Sprite: {fileID: 3893272085010434045, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_76.asset.meta ================================================ fileFormatVersion: 2 guid: dbb21f63332104bb1a8b40d996bc4dc8 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_77.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_77 m_EditorClassIdentifier: m_Sprite: {fileID: -374067919569762019, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_77.asset.meta ================================================ fileFormatVersion: 2 guid: 05656e6b767ad443abe6ea10685edb25 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_78.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_78 m_EditorClassIdentifier: m_Sprite: {fileID: 2256076524431018598, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_78.asset.meta ================================================ fileFormatVersion: 2 guid: a2833272b99d541a2b7ebbce1bf7d0c0 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_79.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_79 m_EditorClassIdentifier: m_Sprite: {fileID: -7808443175533495854, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_79.asset.meta ================================================ fileFormatVersion: 2 guid: 9a7bfc3ff8f264b7396beae6c35b481f NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_8.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_8 m_EditorClassIdentifier: m_Sprite: {fileID: -78918176610540640, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_8.asset.meta ================================================ fileFormatVersion: 2 guid: 3d1a11bac086c4b5eb69631d96ee5705 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_80.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_80 m_EditorClassIdentifier: m_Sprite: {fileID: -7731439339750740296, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_80.asset.meta ================================================ fileFormatVersion: 2 guid: febfbf4fb9426439e99065b6b4fb5d46 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_81.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_81 m_EditorClassIdentifier: m_Sprite: {fileID: -3364801222077655864, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_81.asset.meta ================================================ fileFormatVersion: 2 guid: fc12446cf48eb4a66816e140f3acc827 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_82.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_82 m_EditorClassIdentifier: m_Sprite: {fileID: -9063544535920195731, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_82.asset.meta ================================================ fileFormatVersion: 2 guid: 911d764f539854e188953f3d225b406f NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_83.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_83 m_EditorClassIdentifier: m_Sprite: {fileID: 7306370437530878038, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_83.asset.meta ================================================ fileFormatVersion: 2 guid: b4ffb3c8bffc342419139f46491b4c38 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_84.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_84 m_EditorClassIdentifier: m_Sprite: {fileID: 3272487572467719024, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_84.asset.meta ================================================ fileFormatVersion: 2 guid: e1c680302f1584a7bbac9f929ef0bc45 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_85.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_85 m_EditorClassIdentifier: m_Sprite: {fileID: -4633493130325844777, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_85.asset.meta ================================================ fileFormatVersion: 2 guid: f61730ceedfa84b779186220d7703a17 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_86.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_86 m_EditorClassIdentifier: m_Sprite: {fileID: 8626943441721645399, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_86.asset.meta ================================================ fileFormatVersion: 2 guid: c180aa08e081e4b08b17cf300fc83fd4 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_87.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_87 m_EditorClassIdentifier: m_Sprite: {fileID: 6505777648005185831, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_87.asset.meta ================================================ fileFormatVersion: 2 guid: 3cbea845dfd344d4f90b6bb790f7b41a NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_88.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_88 m_EditorClassIdentifier: m_Sprite: {fileID: -3685752355032555763, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_88.asset.meta ================================================ fileFormatVersion: 2 guid: ba817d59d3e4949758d45e6d66b77edd NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_89.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_89 m_EditorClassIdentifier: m_Sprite: {fileID: -6098605557860776067, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_89.asset.meta ================================================ fileFormatVersion: 2 guid: fef96e33af2c84fcf8e980cd0b95f07d NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_9.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} m_Name: OverWorld_Sprite_9 m_EditorClassIdentifier: m_Sprite: {fileID: -6894107232651031177, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_Transform: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_InstancedGameObject: {fileID: 0} m_Flags: 1 m_ColliderType: 1 ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles/OverWorld_Sprite_9.asset.meta ================================================ fileFormatVersion: 2 guid: c1e8e2c16bb9245628c267032c2477f2 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld/Tiles.meta ================================================ fileFormatVersion: 2 guid: 1534a36dbfcf54a92bd1fad71e1859ac folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles/OverWorld.meta ================================================ fileFormatVersion: 2 guid: f42a513df7c3f477ba2c0f846f945788 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics/Tiles.meta ================================================ fileFormatVersion: 2 guid: 5aeee4a1efe3645298faff8ac978273d folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Graphics.meta ================================================ fileFormatVersion: 2 guid: d9c99cebe8527471cbb2912ed0b3a220 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/InputSystem.inputsettings.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: c46f07b5ed07e4e92aa78254188d3d10, type: 3} m_Name: InputSystem.inputsettings m_EditorClassIdentifier: m_SupportedDevices: - Gamepad - Keyboard - Touchscreen m_UpdateMode: 1 m_CompensateForScreenOrientation: 1 m_FilterNoiseOnCurrent: 0 m_DefaultDeadzoneMin: 0.125 m_DefaultDeadzoneMax: 0.925 m_DefaultButtonPressPoint: 0.5 m_DefaultTapTime: 0.2 m_DefaultSlowTapTime: 0.5 m_DefaultHoldTime: 0.4 m_TapRadius: 5 m_MultiTapDelayTime: 0.75 ================================================ FILE: Assets/InputSystem.inputsettings.asset.meta ================================================ fileFormatVersion: 2 guid: cb3a9dd4261ac4e079bb3f7efcfaaadc NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Objects/AreaTitles/CherryGrove_AreaTitle.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 2129cd2d9cd34372bdcf378e2c53b862, type: 3} m_Name: CherryGrove_AreaTitle m_EditorClassIdentifier: title: Cherrygrove City subtitle: music: {fileID: 8300000, guid: 8aadd26b1614d4563a02f4391fd2325d, type: 3} ================================================ FILE: Assets/Objects/AreaTitles/CherryGrove_AreaTitle.asset.meta ================================================ fileFormatVersion: 2 guid: da50f915734e54848bf4876884de84a2 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Objects/AreaTitles/ElmsLab_AreaTitle.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 2129cd2d9cd34372bdcf378e2c53b862, type: 3} m_Name: ElmsLab_AreaTitle m_EditorClassIdentifier: title: subtitle: music: {fileID: 8300000, guid: 8720331172c3f417aa2d686d32bb6c07, type: 3} ================================================ FILE: Assets/Objects/AreaTitles/ElmsLab_AreaTitle.asset.meta ================================================ fileFormatVersion: 2 guid: af24f5ba7c6f34af0ba17a47fa114593 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Objects/AreaTitles/NewBark_AreaTitle.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 2129cd2d9cd34372bdcf378e2c53b862, type: 3} m_Name: NewBark_AreaTitle m_EditorClassIdentifier: title: New Bark Town subtitle: music: {fileID: 8300000, guid: 0cad64e6f0971409992d5fb61b56c8d6, type: 3} ================================================ FILE: Assets/Objects/AreaTitles/NewBark_AreaTitle.asset.meta ================================================ fileFormatVersion: 2 guid: 5fc16755056224707b02caebcd1b02b1 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Objects/AreaTitles/Poke_Center.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 2129cd2d9cd34372bdcf378e2c53b862, type: 3} m_Name: Poke_Center m_EditorClassIdentifier: title: subtitle: music: {fileID: 8300000, guid: ad97a238c46e04fc8822a01770a4d4d4, type: 3} ================================================ FILE: Assets/Objects/AreaTitles/Poke_Center.asset.meta ================================================ fileFormatVersion: 2 guid: 17f8fbaa8251f40489e05703525febe9 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Objects/AreaTitles/Route29_AreaTitle.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 2129cd2d9cd34372bdcf378e2c53b862, type: 3} m_Name: Route29_AreaTitle m_EditorClassIdentifier: title: Route 29 subtitle: music: {fileID: 8300000, guid: 34530ca1152a0447e9a1007af511acb5, type: 3} ================================================ FILE: Assets/Objects/AreaTitles/Route29_AreaTitle.asset.meta ================================================ fileFormatVersion: 2 guid: d3d230ab890dd46d78deabd387fc54e2 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Objects/AreaTitles.meta ================================================ fileFormatVersion: 2 guid: 63b4fd84941014d4795a9926d3e82fd3 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Objects.meta ================================================ fileFormatVersion: 2 guid: 4364bb857f6c742748bbc8a313986440 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Prefabs/AreaTrigger.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &2488783687872038198 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1846183553602425682} - component: {fileID: 7687242275087179966} - component: {fileID: 7668181858757973017} - component: {fileID: 625098655630991460} m_Layer: 1 m_Name: AreaTrigger m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1846183553602425682 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2488783687872038198} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -4.5, y: 0.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!212 &7687242275087179966 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2488783687872038198} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 0 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 10 m_Sprite: {fileID: 7621551645271409770, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!61 &7668181858757973017 BoxCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2488783687872038198} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 1 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} pivot: {x: 0.5, y: 0.5} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 drawMode: 0 adaptiveTiling: 0 m_AutoTiling: 0 serializedVersion: 2 m_Size: {x: 1, y: 1} m_EdgeRadius: 0 --- !u!114 &625098655630991460 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2488783687872038198} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 363196879af6452b985df7de7066298c, type: 3} m_Name: m_EditorClassIdentifier: areaTitle: {fileID: 11400000, guid: 5fc16755056224707b02caebcd1b02b1, type: 2} tagFilter: Player onAreaEnter: m_PersistentCalls: m_Calls: [] ================================================ FILE: Assets/Prefabs/AreaTrigger.prefab.meta ================================================ fileFormatVersion: 2 guid: d9ad81c0667f348e0b777500c78dd23d PrefabImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Prefabs/DoubleSprite.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &1222842167233467870 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1222842167342028786} - component: {fileID: 1222842167233467865} m_Layer: 8 m_Name: DoubleSprite m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1222842167342028786 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1222842167233467870} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 2, z: 1} m_Children: - {fileID: 2765666976151625713} - {fileID: 6504035951178665906} m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1222842167233467865 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1222842167233467870} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: f0211835444dc4be5b81f1a9f92bede5, type: 3} m_Name: m_EditorClassIdentifier: dialog: text: It's a BED. --- !u!1 &2972384914279382746 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 6504035951178665906} - component: {fileID: 8499557782994694735} m_Layer: 8 m_Name: BedBottom m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &6504035951178665906 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2972384914279382746} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: -0.25, z: 0} m_LocalScale: {x: 1, y: 0.5, z: 1} m_Children: [] m_Father: {fileID: 1222842167342028786} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!212 &8499557782994694735 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2972384914279382746} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 1 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 10 m_Sprite: {fileID: 7234455594494481336, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!1 &4837471292421129976 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 2765666976151625713} - component: {fileID: 7084154878107368803} m_Layer: 8 m_Name: BedTop m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2765666976151625713 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4837471292421129976} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0.25, z: 0} m_LocalScale: {x: 1, y: 0.5, z: 1} m_Children: [] m_Father: {fileID: 1222842167342028786} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!212 &7084154878107368803 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4837471292421129976} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 1 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 10 m_Sprite: {fileID: -5526361776410949495, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ================================================ FILE: Assets/Prefabs/DoubleSprite.prefab.meta ================================================ fileFormatVersion: 2 guid: 1b9e850581cc64c779c2c2b89ffb2aff PrefabImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Prefabs/Portal.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &8678164167779174701 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 4861655511843610441} - component: {fileID: 7517290408550306761} - component: {fileID: 2922873770776026850} - component: {fileID: 8442121494777395711} m_Layer: 0 m_Name: Portal m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &4861655511843610441 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8678164167779174701} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!212 &7517290408550306761 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8678164167779174701} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 1 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: 1371617319 m_SortingLayer: 2 m_SortingOrder: 1 m_Sprite: {fileID: -8717145815280287874, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!61 &2922873770776026850 BoxCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8678164167779174701} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 0} m_IsTrigger: 1 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} pivot: {x: 0.5, y: 0.5} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 drawMode: 0 adaptiveTiling: 0 m_AutoTiling: 0 serializedVersion: 2 m_Size: {x: 1, y: 1} m_EdgeRadius: 0 --- !u!114 &8442121494777395711 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8678164167779174701} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: f8a1d8b26f1941d5b4ec89d3e35c2757, type: 3} m_Name: m_EditorClassIdentifier: soundEffect: {fileID: 8300000, guid: 33c3c614c27c14c0fa484cf5e8b51dae, type: 3} dropZone: {fileID: 0} dropZoneOffset: {x: 0, y: 0} dropZoneSteps: 1 dropZoneLookAt: 5 calculatedDropZone: {x: 0, y: 0} calculatedDropZoneLookAt: {x: 0, y: 0} ================================================ FILE: Assets/Prefabs/Portal.prefab.meta ================================================ fileFormatVersion: 2 guid: 81da04f0b0dc34148bcd24007f3b42e2 PrefabImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Prefabs/SignDialog.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &5513471475047985742 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1820661078736008589} - component: {fileID: 354004613802939907} - component: {fileID: 3251957178355454438} - component: {fileID: 3594488902141925997} m_Layer: 8 m_Name: SignDialog m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1820661078736008589 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471475047985742} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &354004613802939907 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471475047985742} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: f0211835444dc4be5b81f1a9f92bede5, type: 3} m_Name: m_EditorClassIdentifier: text: Lorem Ipsum. --- !u!212 &3251957178355454438 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471475047985742} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 0 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: 1371617319 m_SortingLayer: 2 m_SortingOrder: 1 m_Sprite: {fileID: 2151519551408182793, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!61 &3594488902141925997 BoxCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471475047985742} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 0 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} pivot: {x: 0.5, y: 0.5} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 drawMode: 0 adaptiveTiling: 0 m_AutoTiling: 0 serializedVersion: 2 m_Size: {x: 1, y: 1} m_EdgeRadius: 0 ================================================ FILE: Assets/Prefabs/SignDialog.prefab.meta ================================================ fileFormatVersion: 2 guid: 03e4f12a8054c48a6b400f9829bd7af4 PrefabImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Prefabs/SolidSprite.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &2815725317142129782 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 2815725317142129781} - component: {fileID: 2815725317142129780} - component: {fileID: 2815725317142129779} - component: {fileID: 8757662762470633812} m_Layer: 8 m_Name: SolidSprite m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &2815725317142129781 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2815725317142129782} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!212 &2815725317142129780 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2815725317142129782} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 0 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: 1371617319 m_SortingLayer: 2 m_SortingOrder: 1 m_Sprite: {fileID: 714923797869617932, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!61 &2815725317142129779 BoxCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2815725317142129782} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 0 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} pivot: {x: 0.5, y: 0.125} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 drawMode: 0 adaptiveTiling: 0 m_AutoTiling: 0 serializedVersion: 2 m_Size: {x: 1, y: 1} m_EdgeRadius: 0 --- !u!82 &8757662762470633812 AudioSource: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2815725317142129782} m_Enabled: 1 serializedVersion: 4 OutputAudioMixerGroup: {fileID: 0} m_audioClip: {fileID: 8300000, guid: e7aa1061682754e5f919394e893de652, type: 3} m_PlayOnAwake: 0 m_Volume: 0.35 m_Pitch: 1 Loop: 0 Mute: 0 Spatialize: 0 SpatializePostEffects: 0 Priority: 128 DopplerLevel: 1 MinDistance: 1 MaxDistance: 500 Pan2D: 0 rolloffMode: 0 BypassEffects: 0 BypassListenerEffects: 0 BypassReverbZones: 0 rolloffCustomCurve: serializedVersion: 2 m_Curve: - serializedVersion: 3 time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 - serializedVersion: 3 time: 1 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 panLevelCustomCurve: serializedVersion: 2 m_Curve: - serializedVersion: 3 time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 spreadCustomCurve: serializedVersion: 2 m_Curve: - serializedVersion: 3 time: 0 value: 0 inSlope: 0 outSlope: 0 tangentMode: 0 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 reverbZoneMixCustomCurve: serializedVersion: 2 m_Curve: - serializedVersion: 3 time: 0 value: 1 inSlope: 0 outSlope: 0 tangentMode: 0 weightedMode: 0 inWeight: 0.33333334 outWeight: 0.33333334 m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 ================================================ FILE: Assets/Prefabs/SolidSprite.prefab.meta ================================================ fileFormatVersion: 2 guid: 190c50095a4f7471d9ced4a4b0ffd6e5 PrefabImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Prefabs/Sprite.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &5252100234501902626 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 8355352604074116934} - component: {fileID: 55249200882054314} m_Layer: 0 m_Name: Sprite m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &8355352604074116934 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5252100234501902626} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!212 &55249200882054314 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5252100234501902626} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 0 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 10 m_Sprite: {fileID: 3079305771045789676, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ================================================ FILE: Assets/Prefabs/Sprite.prefab.meta ================================================ fileFormatVersion: 2 guid: 76ae505cb4cdf463db7a7c89ded170ec PrefabImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Prefabs/TilemapCollider.prefab ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &8155582088888732145 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 5206557164808791853} - component: {fileID: 7316144404558084115} - component: {fileID: 353022948862474046} - component: {fileID: 5546847072452558954} - component: {fileID: 1559396403873507465} - component: {fileID: 8278341242097007961} m_Layer: 0 m_Name: TilemapCollider m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &5206557164808791853 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8155582088888732145} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1839735485 &7316144404558084115 Tilemap: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8155582088888732145} m_Enabled: 1 m_Tiles: {} m_AnimatedTiles: {} m_TileAssetArray: [] m_TileSpriteArray: [] m_TileMatrixArray: [] m_TileColorArray: [] m_AnimationFrameRate: 1 m_Color: {r: 1, g: 1, b: 1, a: 1} m_Origin: {x: 0, y: 0, z: 0} m_Size: {x: 0, y: 0, z: 1} m_TileAnchor: {x: 0.5, y: 0.5, z: 0} m_TileOrientation: 0 m_TileOrientationMatrix: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 --- !u!483693784 &353022948862474046 TilemapRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8155582088888732145} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_MotionVectors: 1 m_LightProbeUsage: 0 m_ReflectionProbeUsage: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 1 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 99 m_ChunkSize: {x: 32, y: 32, z: 32} m_ChunkCullingBounds: {x: 0, y: 0, z: 0} m_MaxChunkCount: 16 m_MaxFrameAge: 16 m_SortOrder: 0 m_Mode: 0 m_DetectChunkCullingBounds: 0 m_MaskInteraction: 0 --- !u!50 &5546847072452558954 Rigidbody2D: serializedVersion: 4 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8155582088888732145} m_BodyType: 2 m_Simulated: 1 m_UseFullKinematicContacts: 0 m_UseAutoMass: 0 m_Mass: 1 m_LinearDrag: 0 m_AngularDrag: 0.05 m_GravityScale: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_Interpolate: 0 m_SleepingMode: 1 m_CollisionDetection: 0 m_Constraints: 0 --- !u!19719996 &1559396403873507465 TilemapCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8155582088888732145} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 0 m_UsedByEffector: 0 m_UsedByComposite: 1 m_Offset: {x: 0, y: 0} m_MaximumTileChangeCount: 1000 m_ExtrusionFactor: 0.00001 --- !u!66 &8278341242097007961 CompositeCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8155582088888732145} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 0 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_GeometryType: 0 m_GenerationType: 0 m_EdgeRadius: 0 m_ColliderPaths: - m_Collider: {fileID: 1559396403873507465} m_ColliderPaths: [] m_CompositePaths: m_Paths: [] m_VertexDistance: 0.0005 m_OffsetDistance: 0.000005 ================================================ FILE: Assets/Prefabs/TilemapCollider.prefab.meta ================================================ fileFormatVersion: 2 guid: 004d8331bfe0744ba9a7689c00e28572 PrefabImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Prefabs.meta ================================================ fileFormatVersion: 2 guid: e2096ba31808c4634a91172d4477856c folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Presets/PlayerBoxCollider2D.preset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!181963792 &2655988077585873504 Preset: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: PlayerBoxCollider2D m_TargetType: m_NativeTypeID: 61 m_ManagedTypePPtr: {fileID: 0} m_ManagedTypeFallback: m_Properties: - target: {fileID: 0} propertyPath: m_Enabled value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_Density value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_Material value: objectReference: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} - target: {fileID: 0} propertyPath: m_IsTrigger value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_UsedByEffector value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_UsedByComposite value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_Offset.x value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_Offset.y value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteTilingProperty.border.x value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteTilingProperty.border.y value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteTilingProperty.border.z value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteTilingProperty.border.w value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteTilingProperty.pivot.x value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteTilingProperty.pivot.y value: 0.25 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteTilingProperty.oldSize.x value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteTilingProperty.oldSize.y value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteTilingProperty.newSize.x value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteTilingProperty.newSize.y value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteTilingProperty.adaptiveTilingThreshold value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteTilingProperty.drawMode value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteTilingProperty.adaptiveTiling value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_AutoTiling value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_Size.x value: 0.95 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_Size.y value: 0.95 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_EdgeRadius value: 0 objectReference: {fileID: 0} ================================================ FILE: Assets/Presets/PlayerBoxCollider2D.preset.meta ================================================ fileFormatVersion: 2 guid: 3975f9e46a62c4cb2a0595f9228592c7 NativeFormatImporter: externalObjects: {} mainObjectFileID: 0 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Presets/PlayerRigidbody2D.preset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!181963792 &2655988077585873504 Preset: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: PlayerRigidbody2D m_TargetType: m_NativeTypeID: 50 m_ManagedTypePPtr: {fileID: 0} m_ManagedTypeFallback: m_Properties: - target: {fileID: 0} propertyPath: m_BodyType value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_Simulated value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_UseFullKinematicContacts value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_UseAutoMass value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_Mass value: 0.1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_LinearDrag value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_AngularDrag value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_GravityScale value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_Material value: objectReference: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} - target: {fileID: 0} propertyPath: m_Interpolate value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SleepingMode value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_CollisionDetection value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_Constraints value: 7 objectReference: {fileID: 0} ================================================ FILE: Assets/Presets/PlayerRigidbody2D.preset.meta ================================================ fileFormatVersion: 2 guid: 548404a859bce4307bcdd19c8e9af9a4 NativeFormatImporter: externalObjects: {} mainObjectFileID: 0 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Presets/Sprite.preset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!181963792 &2655988077585873504 Preset: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: Sprite m_TargetType: m_NativeTypeID: 1006 m_ManagedTypePPtr: {fileID: 0} m_ManagedTypeFallback: m_Properties: - target: {fileID: 0} propertyPath: m_ExternalObjects.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_MipMapMode value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_EnableMipMap value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_sRGBTexture value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_LinearTexture value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_FadeOut value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_BorderMipMap value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_MipMapsPreserveCoverage value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_AlphaTestReferenceValue value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_MipMapFadeDistanceStart value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_MipMapFadeDistanceEnd value: 3 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_ConvertToNormalMap value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_ExternalNormalMap value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_HeightScale value: 0.25 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_NormalMapFilter value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_IsReadable value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_StreamingMipmaps value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_StreamingMipmapsPriority value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_GrayScaleToAlpha value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_GenerateCubemap value: 6 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_CubemapConvolution value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SeamlessCubemap value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_TextureFormat value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_MaxTextureSize value: 2048 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_TextureSettings.m_FilterMode value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_TextureSettings.m_Aniso value: -1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_TextureSettings.m_MipBias value: -100 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_TextureSettings.m_WrapU value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_TextureSettings.m_WrapV value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_TextureSettings.m_WrapW value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_NPOTScale value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_Lightmap value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_CompressionQuality value: 50 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteMode value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteExtrude value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteMeshType value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_Alignment value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpritePivot.x value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpritePivot.y value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpritePixelsToUnits value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteBorder.x value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteBorder.y value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteBorder.z value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteBorder.w value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteGenerateFallbackPhysicsShape value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_AlphaUsage value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_AlphaIsTransparency value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteTessellationDetail value: -1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_TextureType value: 8 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_TextureShape value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SingleChannelComponent value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_MaxTextureSizeSet value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_CompressionQualitySet value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_TextureFormatSet value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.size value: 4 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[0].m_BuildTarget value: DefaultTexturePlatform objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[0].m_MaxTextureSize value: 128 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[0].m_ResizeAlgorithm value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[0].m_TextureFormat value: -1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[0].m_TextureCompression value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[0].m_CompressionQuality value: 50 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[0].m_CrunchedCompression value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[0].m_AllowsAlphaSplitting value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[0].m_Overridden value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[0].m_AndroidETC2FallbackOverride value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[0].m_ForceMaximumCompressionQuality_BC6H_BC7 value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[1].m_BuildTarget value: Standalone objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[1].m_MaxTextureSize value: 128 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[1].m_ResizeAlgorithm value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[1].m_TextureFormat value: -1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[1].m_TextureCompression value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[1].m_CompressionQuality value: 50 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[1].m_CrunchedCompression value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[1].m_AllowsAlphaSplitting value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[1].m_Overridden value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[1].m_AndroidETC2FallbackOverride value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[1].m_ForceMaximumCompressionQuality_BC6H_BC7 value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[2].m_BuildTarget value: Android objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[2].m_MaxTextureSize value: 128 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[2].m_ResizeAlgorithm value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[2].m_TextureFormat value: -1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[2].m_TextureCompression value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[2].m_CompressionQuality value: 50 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[2].m_CrunchedCompression value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[2].m_AllowsAlphaSplitting value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[2].m_Overridden value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[2].m_AndroidETC2FallbackOverride value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[2].m_ForceMaximumCompressionQuality_BC6H_BC7 value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[3].m_BuildTarget value: WebGL objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[3].m_MaxTextureSize value: 128 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[3].m_ResizeAlgorithm value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[3].m_TextureFormat value: -1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[3].m_TextureCompression value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[3].m_CompressionQuality value: 50 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[3].m_CrunchedCompression value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[3].m_AllowsAlphaSplitting value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[3].m_Overridden value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[3].m_AndroidETC2FallbackOverride value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PlatformSettings.Array.data[3].m_ForceMaximumCompressionQuality_BC6H_BC7 value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.size value: 9 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[0].m_Name value: dialog_box_1_0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[0].m_Rect.x value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[0].m_Rect.y value: 64 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[0].m_Rect.width value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[0].m_Rect.height value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[0].m_Alignment value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[0].m_Pivot.x value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[0].m_Pivot.y value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[0].m_Border.x value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[0].m_Border.y value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[0].m_Border.z value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[0].m_Border.w value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[0].m_Outline.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[0].m_PhysicsShape.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[0].m_TessellationDetail value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[0].m_Bones.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[0].m_SpriteID value: cd81751f10c734067a43d22198c7efbf objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[0].m_InternalID value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[0].m_Vertices.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[0].m_Indices.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[0].m_Edges.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[0].m_Weights.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[1].m_Name value: dialog_box_1_1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[1].m_Rect.x value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[1].m_Rect.y value: 64 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[1].m_Rect.width value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[1].m_Rect.height value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[1].m_Alignment value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[1].m_Pivot.x value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[1].m_Pivot.y value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[1].m_Border.x value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[1].m_Border.y value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[1].m_Border.z value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[1].m_Border.w value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[1].m_Outline.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[1].m_PhysicsShape.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[1].m_TessellationDetail value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[1].m_Bones.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[1].m_SpriteID value: 563f7aee0295446fab9fd20500a5258d objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[1].m_InternalID value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[1].m_Vertices.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[1].m_Indices.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[1].m_Edges.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[1].m_Weights.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[2].m_Name value: dialog_box_1_2 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[2].m_Rect.x value: 64 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[2].m_Rect.y value: 64 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[2].m_Rect.width value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[2].m_Rect.height value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[2].m_Alignment value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[2].m_Pivot.x value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[2].m_Pivot.y value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[2].m_Border.x value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[2].m_Border.y value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[2].m_Border.z value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[2].m_Border.w value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[2].m_Outline.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[2].m_PhysicsShape.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[2].m_TessellationDetail value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[2].m_Bones.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[2].m_SpriteID value: 660535bf016d14674b7850793796feec objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[2].m_InternalID value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[2].m_Vertices.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[2].m_Indices.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[2].m_Edges.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[2].m_Weights.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[3].m_Name value: dialog_box_1_3 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[3].m_Rect.x value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[3].m_Rect.y value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[3].m_Rect.width value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[3].m_Rect.height value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[3].m_Alignment value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[3].m_Pivot.x value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[3].m_Pivot.y value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[3].m_Border.x value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[3].m_Border.y value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[3].m_Border.z value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[3].m_Border.w value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[3].m_Outline.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[3].m_PhysicsShape.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[3].m_TessellationDetail value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[3].m_Bones.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[3].m_SpriteID value: b979edc6e25de48acb59249aa755fe75 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[3].m_InternalID value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[3].m_Vertices.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[3].m_Indices.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[3].m_Edges.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[3].m_Weights.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[4].m_Name value: dialog_box_1_4 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[4].m_Rect.x value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[4].m_Rect.y value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[4].m_Rect.width value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[4].m_Rect.height value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[4].m_Alignment value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[4].m_Pivot.x value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[4].m_Pivot.y value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[4].m_Border.x value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[4].m_Border.y value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[4].m_Border.z value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[4].m_Border.w value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[4].m_Outline.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[4].m_PhysicsShape.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[4].m_TessellationDetail value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[4].m_Bones.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[4].m_SpriteID value: f4740d0b556364da4a5c43ce5e831480 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[4].m_InternalID value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[4].m_Vertices.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[4].m_Indices.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[4].m_Edges.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[4].m_Weights.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[5].m_Name value: dialog_box_1_5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[5].m_Rect.x value: 64 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[5].m_Rect.y value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[5].m_Rect.width value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[5].m_Rect.height value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[5].m_Alignment value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[5].m_Pivot.x value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[5].m_Pivot.y value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[5].m_Border.x value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[5].m_Border.y value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[5].m_Border.z value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[5].m_Border.w value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[5].m_Outline.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[5].m_PhysicsShape.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[5].m_TessellationDetail value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[5].m_Bones.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[5].m_SpriteID value: af9cd1b9ea9844b4eb162feee9d2cf1b objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[5].m_InternalID value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[5].m_Vertices.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[5].m_Indices.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[5].m_Edges.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[5].m_Weights.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[6].m_Name value: dialog_box_1_6 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[6].m_Rect.x value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[6].m_Rect.y value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[6].m_Rect.width value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[6].m_Rect.height value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[6].m_Alignment value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[6].m_Pivot.x value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[6].m_Pivot.y value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[6].m_Border.x value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[6].m_Border.y value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[6].m_Border.z value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[6].m_Border.w value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[6].m_Outline.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[6].m_PhysicsShape.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[6].m_TessellationDetail value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[6].m_Bones.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[6].m_SpriteID value: ba4ffdbcbd7144e26959228332319ab8 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[6].m_InternalID value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[6].m_Vertices.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[6].m_Indices.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[6].m_Edges.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[6].m_Weights.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[7].m_Name value: dialog_box_1_7 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[7].m_Rect.x value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[7].m_Rect.y value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[7].m_Rect.width value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[7].m_Rect.height value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[7].m_Alignment value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[7].m_Pivot.x value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[7].m_Pivot.y value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[7].m_Border.x value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[7].m_Border.y value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[7].m_Border.z value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[7].m_Border.w value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[7].m_Outline.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[7].m_PhysicsShape.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[7].m_TessellationDetail value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[7].m_Bones.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[7].m_SpriteID value: dc495da48e7024ff89459129b7339a66 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[7].m_InternalID value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[7].m_Vertices.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[7].m_Indices.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[7].m_Edges.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[7].m_Weights.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[8].m_Name value: dialog_box_1_8 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[8].m_Rect.x value: 64 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[8].m_Rect.y value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[8].m_Rect.width value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[8].m_Rect.height value: 32 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[8].m_Alignment value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[8].m_Pivot.x value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[8].m_Pivot.y value: 0.5 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[8].m_Border.x value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[8].m_Border.y value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[8].m_Border.z value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[8].m_Border.w value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[8].m_Outline.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[8].m_PhysicsShape.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[8].m_TessellationDetail value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[8].m_Bones.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[8].m_SpriteID value: 6744f8cc3a2cb401697d476ea1d6485b objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[8].m_InternalID value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[8].m_Vertices.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[8].m_Indices.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[8].m_Edges.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Sprites.Array.data[8].m_Weights.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Outline.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_PhysicsShape.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Bones.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_SpriteID value: bee3b59d34af746ee9a1b42839999b4e objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_InternalID value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Vertices.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Indices.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Edges.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_Weights.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpriteSheet.m_SecondaryTextures.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SpritePackingTag value: objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PSDRemoveMatte value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_PSDShowRemoveMatteOption value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_UserData value: objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_AssetBundleName value: objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_AssetBundleVariant value: objectReference: {fileID: 0} ================================================ FILE: Assets/Presets/Sprite.preset.meta ================================================ fileFormatVersion: 2 guid: 5b8aa1e44217d456f82d1739f4a2785d NativeFormatImporter: externalObjects: {} mainObjectFileID: 2655988077585873504 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Presets/TilemapRigidbody2D.preset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!181963792 &2655988077585873504 Preset: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: TilemapRigidbody2D m_TargetType: m_NativeTypeID: 50 m_ManagedTypePPtr: {fileID: 0} m_ManagedTypeFallback: m_Properties: - target: {fileID: 0} propertyPath: m_BodyType value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_Simulated value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_UseFullKinematicContacts value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_UseAutoMass value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_Mass value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_LinearDrag value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_AngularDrag value: 0.05 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_GravityScale value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_Material value: objectReference: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} - target: {fileID: 0} propertyPath: m_Interpolate value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_SleepingMode value: 1 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_CollisionDetection value: 0 objectReference: {fileID: 0} - target: {fileID: 0} propertyPath: m_Constraints value: 7 objectReference: {fileID: 0} ================================================ FILE: Assets/Presets/TilemapRigidbody2D.preset.meta ================================================ fileFormatVersion: 2 guid: da3e5f7894103445e9719b263e41388f NativeFormatImporter: externalObjects: {} mainObjectFileID: 2655988077585873504 userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Presets.meta ================================================ fileFormatVersion: 2 guid: 3571276baba9241e3bc551940a720601 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Scenes/Main.unity ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!29 &1 OcclusionCullingSettings: m_ObjectHideFlags: 0 serializedVersion: 2 m_OcclusionBakeSettings: smallestOccluder: 5 smallestHole: 0.25 backfaceThreshold: 100 m_SceneGUID: 00000000000000000000000000000000 m_OcclusionCullingData: {fileID: 0} --- !u!104 &2 RenderSettings: m_ObjectHideFlags: 0 serializedVersion: 9 m_Fog: 0 m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} m_FogMode: 3 m_FogDensity: 0.01 m_LinearFogStart: 0 m_LinearFogEnd: 300 m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} m_AmbientIntensity: 1 m_AmbientMode: 3 m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} m_SkyboxMaterial: {fileID: 0} m_HaloStrength: 0.5 m_FlareStrength: 1 m_FlareFadeSpeed: 3 m_HaloTexture: {fileID: 0} m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} m_DefaultReflectionMode: 0 m_DefaultReflectionResolution: 128 m_ReflectionBounces: 1 m_ReflectionIntensity: 1 m_CustomReflection: {fileID: 0} m_Sun: {fileID: 0} m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1} m_UseRadianceAmbientProbe: 0 --- !u!157 &3 LightmapSettings: m_ObjectHideFlags: 0 serializedVersion: 12 m_GIWorkflowMode: 1 m_GISettings: serializedVersion: 2 m_BounceScale: 1 m_IndirectOutputScale: 1 m_AlbedoBoost: 1 m_EnvironmentLightingMode: 0 m_EnableBakedLightmaps: 0 m_EnableRealtimeLightmaps: 0 m_LightmapEditorSettings: serializedVersion: 12 m_Resolution: 2 m_BakeResolution: 40 m_AtlasSize: 1024 m_AO: 0 m_AOMaxDistance: 1 m_CompAOExponent: 1 m_CompAOExponentDirect: 0 m_ExtractAmbientOcclusion: 0 m_Padding: 2 m_LightmapParameters: {fileID: 0} m_LightmapsBakeMode: 1 m_TextureCompression: 1 m_FinalGather: 0 m_FinalGatherFiltering: 1 m_FinalGatherRayCount: 256 m_ReflectionCompression: 2 m_MixedBakeMode: 2 m_BakeBackend: 0 m_PVRSampling: 1 m_PVRDirectSampleCount: 32 m_PVRSampleCount: 500 m_PVRBounces: 2 m_PVREnvironmentSampleCount: 500 m_PVREnvironmentReferencePointCount: 2048 m_PVRFilteringMode: 2 m_PVRDenoiserTypeDirect: 0 m_PVRDenoiserTypeIndirect: 0 m_PVRDenoiserTypeAO: 0 m_PVRFilterTypeDirect: 0 m_PVRFilterTypeIndirect: 0 m_PVRFilterTypeAO: 0 m_PVREnvironmentMIS: 0 m_PVRCulling: 1 m_PVRFilteringGaussRadiusDirect: 1 m_PVRFilteringGaussRadiusIndirect: 5 m_PVRFilteringGaussRadiusAO: 2 m_PVRFilteringAtrousPositionSigmaDirect: 0.5 m_PVRFilteringAtrousPositionSigmaIndirect: 2 m_PVRFilteringAtrousPositionSigmaAO: 1 m_ExportTrainingData: 0 m_TrainingDataDestination: TrainingData m_LightProbeSampleCountMultiplier: 4 m_LightingDataAsset: {fileID: 0} m_LightingSettings: {fileID: 1766912201} --- !u!196 &4 NavMeshSettings: serializedVersion: 2 m_ObjectHideFlags: 0 m_BuildSettings: serializedVersion: 2 agentTypeID: 0 agentRadius: 0.5 agentHeight: 2 agentSlope: 45 agentClimb: 0.4 ledgeDropHeight: 0 maxJumpAcrossDistance: 0 minRegionArea: 2 manualCellSize: 0 cellSize: 0.16666667 manualTileSize: 0 tileSize: 256 accuratePlacement: 0 maxJobWorkers: 0 preserveTilesOutsideBounds: 0 debug: m_Flags: 0 m_NavMeshData: {fileID: 0} --- !u!1 &25007925 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 25007926} - component: {fileID: 25007929} - component: {fileID: 25007928} m_Layer: 5 m_Name: DialogPanel m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!224 &25007926 RectTransform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 25007925} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 535955979} - {fileID: 1307903371} m_Father: {fileID: 822442056} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 0} m_AnchoredPosition: {x: 0, y: -120} m_SizeDelta: {x: 0, y: 96} m_Pivot: {x: 0.5, y: 0} --- !u!114 &25007928 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 25007925} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 0 m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] m_Sprite: {fileID: 21300000, guid: 5cd9259e5112c42b781a498519164c98, type: 3} m_Type: 2 m_PreserveAspect: 0 m_FillCenter: 1 m_FillMethod: 4 m_FillAmount: 1 m_FillClockwise: 1 m_FillOrigin: 0 m_UseSpriteMesh: 0 m_PixelsPerUnitMultiplier: 1 --- !u!222 &25007929 CanvasRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 25007925} m_CullTransparentMesh: 0 --- !u!1 &46783647 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 46783648} - component: {fileID: 46783649} m_Layer: 0 m_Name: Player Light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &46783648 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 46783647} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1043645429} m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &46783649 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 46783647} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 073797afb82c5a1438f328866b10b3f0, type: 3} m_Name: m_EditorClassIdentifier: m_ComponentVersion: 1 m_LightType: 4 m_BlendStyleIndex: 0 m_FalloffIntensity: 0.5 m_Color: {r: 1, g: 1, b: 1, a: 1} m_Intensity: 1 m_LightVolumeIntensity: 1 m_LightVolumeIntensityEnabled: 1 m_ApplyToSortingLayers: 2738c151 m_LightCookieSprite: {fileID: 0} m_DeprecatedPointLightCookieSprite: {fileID: 0} m_LightOrder: 0 m_OverlapOperation: 0 m_NormalMapDistance: 3 m_NormalMapQuality: 2 m_UseNormalMap: 0 m_ShadowIntensityEnabled: 1 m_ShadowIntensity: 0.75 m_ShadowVolumeIntensityEnabled: 1 m_ShadowVolumeIntensity: 0.75 m_Vertices: - position: {x: 0, y: 0, z: 0} color: {r: 0, g: 0, b: 0, a: 0} uv: {x: 0, y: 0} m_Triangles: 0000 m_LocalBounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_PointLightInnerAngle: 360 m_PointLightOuterAngle: 360 m_PointLightInnerRadius: 0 m_PointLightOuterRadius: 1 m_ShapeLightParametricSides: 5 m_ShapeLightParametricAngleOffset: 0 m_ShapeLightParametricRadius: 1 m_ShapeLightFalloffSize: 0.5 m_ShapeLightFalloffOffset: {x: 0, y: 0} m_ShapePath: - {x: -0.5, y: -0.5, z: 0} - {x: 0.5, y: -0.5, z: 0} - {x: 0.5, y: 0.5, z: 0} - {x: -0.5, y: 0.5, z: 0} --- !u!1 &205170428 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 205170429} - component: {fileID: 205170430} m_Layer: 0 m_Name: World Normal Light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &205170429 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 205170428} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1043645429} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &205170430 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 205170428} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 073797afb82c5a1438f328866b10b3f0, type: 3} m_Name: m_EditorClassIdentifier: m_ComponentVersion: 1 m_LightType: 4 m_BlendStyleIndex: 0 m_FalloffIntensity: 0.5 m_Color: {r: 1, g: 1, b: 1, a: 1} m_Intensity: 1 m_LightVolumeIntensity: 1 m_LightVolumeIntensityEnabled: 1 m_ApplyToSortingLayers: 000000009df8cce54f0636fa m_LightCookieSprite: {fileID: 0} m_DeprecatedPointLightCookieSprite: {fileID: 0} m_LightOrder: 0 m_OverlapOperation: 0 m_NormalMapDistance: 3 m_NormalMapQuality: 2 m_UseNormalMap: 0 m_ShadowIntensityEnabled: 1 m_ShadowIntensity: 0.75 m_ShadowVolumeIntensityEnabled: 1 m_ShadowVolumeIntensity: 0.75 m_Vertices: - position: {x: 0, y: 0, z: 0} color: {r: 0, g: 0, b: 0, a: 0} uv: {x: 0, y: 0} m_Triangles: 0000 m_LocalBounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_PointLightInnerAngle: 360 m_PointLightOuterAngle: 360 m_PointLightInnerRadius: 0 m_PointLightOuterRadius: 1 m_ShapeLightParametricSides: 5 m_ShapeLightParametricAngleOffset: 0 m_ShapeLightParametricRadius: 1 m_ShapeLightFalloffSize: 0.5 m_ShapeLightFalloffOffset: {x: 0, y: 0} m_ShapePath: - {x: -0.5, y: -0.5, z: 0} - {x: 0.5, y: -0.5, z: 0} - {x: 0.5, y: 0.5, z: 0} - {x: -0.5, y: 0.5, z: 0} --- !u!1 &213110414 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 2072960590} - component: {fileID: 213110418} - component: {fileID: 213110416} - component: {fileID: 213110415} m_Layer: 8 m_Name: DialogItem (Map) m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!212 &213110415 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 213110414} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 1 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 10 m_Sprite: {fileID: 3079305771045789676, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!61 &213110416 BoxCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 213110414} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 0 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} pivot: {x: 0.5, y: 0.5} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 drawMode: 0 adaptiveTiling: 0 m_AutoTiling: 0 serializedVersion: 2 m_Size: {x: 1, y: 1} m_EdgeRadius: 0 --- !u!114 &213110418 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 213110414} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: f0211835444dc4be5b81f1a9f92bede5, type: 3} m_Name: m_EditorClassIdentifier: text: It's the TOWN MAP. --- !u!1 &249934854 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 249934855} - component: {fileID: 249934857} - component: {fileID: 249934856} m_Layer: 0 m_Name: Foreground_0 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &249934855 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 249934854} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 3} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1604917113} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!483693784 &249934856 TilemapRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 249934854} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 0 m_ReflectionProbeUsage: 0 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 0 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -97122737 m_SortingLayer: 3 m_SortingOrder: 0 m_ChunkSize: {x: 32, y: 32, z: 32} m_ChunkCullingBounds: {x: 0, y: 0, z: 0} m_MaxChunkCount: 16 m_MaxFrameAge: 16 m_SortOrder: 0 m_Mode: 0 m_DetectChunkCullingBounds: 0 m_MaskInteraction: 0 --- !u!1839735485 &249934857 Tilemap: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 249934854} m_Enabled: 1 m_Tiles: - first: {x: -31, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 m_AnimatedTiles: {} m_TileAssetArray: - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 172 m_Data: {fileID: 11400000, guid: abba6d26ae85d47028a73b9c345e734b, type: 2} - m_RefCount: 0 m_Data: {fileID: 0} m_TileSpriteArray: - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 172 m_Data: {fileID: 609512673421906920, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_TileMatrixArray: - m_RefCount: 172 m_Data: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_TileColorArray: - m_RefCount: 172 m_Data: {r: 1, g: 1, b: 1, a: 1} - m_RefCount: 0 m_Data: {r: 0.78109664, g: 0.43241358, b: 0.5039812, a: 1} m_TileObjectToInstantiateArray: [] m_AnimationFrameRate: 1 m_Color: {r: 1, g: 1, b: 1, a: 1} m_Origin: {x: -92, y: -15, z: 0} m_Size: {x: 109, y: 41, z: 1} m_TileAnchor: {x: 0.5, y: 0.5, z: 0} m_TileOrientation: 0 m_TileOrientationMatrix: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 --- !u!1 &352196779 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 709541731} - component: {fileID: 1084413055905915290} - component: {fileID: 352196782} - component: {fileID: 352196780} m_Layer: 0 m_Name: MainCamera m_TagString: MainCamera m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!114 &352196780 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 352196779} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: a79441f348de89743a2939f4d699eac1, type: 3} m_Name: m_EditorClassIdentifier: m_RenderShadows: 1 m_RequiresDepthTextureOption: 2 m_RequiresOpaqueTextureOption: 2 m_CameraType: 0 m_Cameras: [] m_RendererIndex: -1 m_VolumeLayerMask: serializedVersion: 2 m_Bits: 1 m_VolumeTrigger: {fileID: 0} m_RenderPostProcessing: 0 m_Antialiasing: 0 m_AntialiasingQuality: 2 m_StopNaN: 0 m_Dithering: 0 m_ClearDepth: 1 m_AllowXRRendering: 1 m_RequiresDepthTexture: 0 m_RequiresColorTexture: 0 m_Version: 2 --- !u!114 &352196782 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 352196779} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 72ece51f2901e7445ab60da3685d6b5f, type: 3} m_Name: m_EditorClassIdentifier: m_ShowDebugText: 0 m_ShowCameraFrustum: 0 m_IgnoreTimeScale: 0 m_WorldUpOverride: {fileID: 0} m_UpdateMethod: 2 m_BlendUpdateMethod: 1 m_DefaultBlend: m_Style: 1 m_Time: 2 m_CustomCurve: serializedVersion: 2 m_Curve: [] m_PreInfinity: 2 m_PostInfinity: 2 m_RotationOrder: 4 m_CustomBlends: {fileID: 0} m_CameraCutEvent: m_PersistentCalls: m_Calls: [] m_CameraActivatedEvent: m_PersistentCalls: m_Calls: [] --- !u!1001 &370629259 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 549249781} m_Modifications: - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 8 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.x value: -84.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.y value: -4.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.y value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZone value: objectReference: {fileID: 1820650354} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.x value: -0.5 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Name value: CgHouse2_In objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} --- !u!4 &370629260 stripped Transform: m_CorrespondingSourceObject: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} m_PrefabInstance: {fileID: 370629259} m_PrefabAsset: {fileID: 0} --- !u!61 &395414933 BoxCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5252100234827979952} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 1 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} pivot: {x: 0.5, y: 0.5} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 drawMode: 0 adaptiveTiling: 0 m_AutoTiling: 0 serializedVersion: 2 m_Size: {x: 1, y: 1} m_EdgeRadius: 0 --- !u!1001 &484216036 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 1261866285} m_Modifications: - target: {fileID: 55249200882054314, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_FlipX value: 1 objectReference: {fileID: 0} - target: {fileID: 55249200882054314, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: 5528722800105768270, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - target: {fileID: 55249200882054314, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_SortingLayer value: 2 objectReference: {fileID: 0} - target: {fileID: 55249200882054314, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_SortingOrder value: 100 objectReference: {fileID: 0} - target: {fileID: 55249200882054314, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_SortingLayerID value: 1371617319 objectReference: {fileID: 0} - target: {fileID: 55249200882054314, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_WasSpriteAssigned value: 1 objectReference: {fileID: 0} - target: {fileID: 5252100234501902626, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_Name value: GrassTopMove objectReference: {fileID: 0} - target: {fileID: 5252100234501902626, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_IsActive value: 1 objectReference: {fileID: 0} - target: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_RootOrder value: 1 objectReference: {fileID: 0} - target: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - target: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_LocalPosition.y value: 0.25 objectReference: {fileID: 0} - target: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - target: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_LocalRotation.y value: -0 objectReference: {fileID: 0} - target: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - target: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} --- !u!4 &484216037 stripped Transform: m_CorrespondingSourceObject: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} m_PrefabInstance: {fileID: 484216036} m_PrefabAsset: {fileID: 0} --- !u!61 &485954890 BoxCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5252100234981164133} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 1 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} pivot: {x: 0.5, y: 0.5} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 drawMode: 0 adaptiveTiling: 0 m_AutoTiling: 0 serializedVersion: 2 m_Size: {x: 1, y: 1} m_EdgeRadius: 0 --- !u!1 &490968612 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 490968613} m_Layer: 0 m_Name: Cameras m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &490968613 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 490968612} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -0.5, y: -4.5, z: -20} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 709541731} - {fileID: 2131464618} m_Father: {fileID: 0} m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &505556483 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 505556484} - component: {fileID: 505556486} - component: {fileID: 505556485} m_Layer: 0 m_Name: Background_0 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &505556484 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 505556483} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1604917113} m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!483693784 &505556485 TilemapRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 505556483} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 0 m_ReflectionProbeUsage: 0 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 4294967295 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 0 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 0 m_ChunkSize: {x: 32, y: 32, z: 32} m_ChunkCullingBounds: {x: 0, y: 0, z: 0} m_MaxChunkCount: 16 m_MaxFrameAge: 16 m_SortOrder: 0 m_Mode: 0 m_DetectChunkCullingBounds: 0 m_MaskInteraction: 0 --- !u!1839735485 &505556486 Tilemap: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 505556483} m_Enabled: 1 m_Tiles: - first: {x: -13, y: -30, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -30, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -30, z: 0} second: serializedVersion: 2 m_TileIndex: 9 m_TileSpriteIndex: 6 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -30, z: 0} second: serializedVersion: 2 m_TileIndex: 9 m_TileSpriteIndex: 6 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -30, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -30, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -30, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -30, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -30, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -30, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -30, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 9 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -30, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 9 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -30, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -30, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -30, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -30, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -29, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -29, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -29, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -29, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -29, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -29, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -29, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -29, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -29, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -29, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -29, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -29, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -29, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -29, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -29, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -29, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -28, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -28, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -28, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -28, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -28, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -28, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -28, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -28, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -28, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -28, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -28, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -28, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -28, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -28, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -28, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -28, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -25, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -25, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -25, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -25, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -25, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -25, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -25, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -25, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -25, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -25, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -25, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -25, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -25, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -25, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -25, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -25, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -115, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -114, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -113, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -112, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -111, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -110, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -109, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -108, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -106, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -105, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -104, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -103, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -102, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -101, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -100, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -99, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -98, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -97, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -96, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -95, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -94, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -93, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -92, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -115, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -114, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -113, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -112, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -111, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -110, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -109, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -108, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -106, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -105, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -104, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -103, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -102, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -101, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -100, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -99, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -98, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -97, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -96, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -95, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -94, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -93, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -92, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -115, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -114, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -113, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -112, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -111, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -110, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -109, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -108, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -106, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -105, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -104, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -103, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -102, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -101, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -100, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -99, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -98, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -97, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -96, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -95, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -94, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -93, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -92, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -115, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -114, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -113, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -112, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -111, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -110, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -109, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -108, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -106, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -105, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -104, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -103, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -102, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -101, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -100, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -99, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -98, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -97, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -96, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -95, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -94, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -93, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -92, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -115, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -114, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -113, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -112, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -111, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -110, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -109, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -108, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -106, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -105, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -104, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -103, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -102, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -101, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -100, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -99, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -98, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -97, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -96, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -95, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -94, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -93, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -92, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -115, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -114, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -113, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -112, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -111, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -110, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -109, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -108, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -106, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -105, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -104, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -103, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -102, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -101, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -100, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -99, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -98, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -97, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -96, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -95, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -94, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -93, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -92, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -115, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -114, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -113, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -112, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -111, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -110, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -109, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -108, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -106, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -105, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -104, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -103, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -102, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -101, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -100, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -99, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -98, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -97, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -96, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -94, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -93, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -92, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -115, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -114, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -113, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -112, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -111, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -110, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -109, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -108, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -100, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -99, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -98, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -97, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -96, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -94, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -93, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -92, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -115, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -114, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -113, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -112, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -111, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -110, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -109, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -108, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -100, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -99, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -98, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -97, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -96, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -95, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -94, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -115, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -114, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -113, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -112, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -111, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -110, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -109, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -108, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -100, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -99, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -98, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -97, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -96, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -95, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -94, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -115, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -114, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -113, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -112, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -111, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -110, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -109, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -108, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -102, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -101, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -100, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -99, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -98, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -97, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -96, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -94, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -115, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -114, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -113, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -112, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -111, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -110, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -109, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -108, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -102, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -101, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -100, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -99, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -98, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -97, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -96, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -94, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -115, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -114, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -113, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -112, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -111, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -110, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -106, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -105, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -104, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -103, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -102, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -101, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -100, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -94, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 8, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 9, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 10, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 11, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 12, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 13, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 14, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 15, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -116, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -115, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -114, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -113, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -112, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -111, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -110, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -106, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -105, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -104, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -103, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -102, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -101, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -100, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -94, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 8, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 9, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 10, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 11, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 12, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 13, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 14, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 15, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -116, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -115, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -114, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -113, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -112, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -111, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -110, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -109, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -108, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -106, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -105, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -104, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -103, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -102, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -101, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -100, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -94, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 8, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 9, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 10, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 11, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 12, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 13, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 14, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 15, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -116, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -115, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -114, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -113, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -112, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -111, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -110, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -109, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -108, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -106, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -105, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -104, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -103, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -102, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -101, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -100, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -94, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 8, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 9, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 10, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 11, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 12, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 13, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 14, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: 15, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -116, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -115, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -114, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -113, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -112, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -111, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -110, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -109, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -108, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -105, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -104, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -103, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -102, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -94, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -115, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -114, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -113, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -112, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -111, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -110, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -109, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -108, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -105, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -104, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -103, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -102, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -94, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -115, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -114, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -113, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -112, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -111, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -94, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -115, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -114, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -113, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -112, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -111, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -94, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 1 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -115, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -114, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -113, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -112, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -111, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -94, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -75, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -74, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -73, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -72, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -115, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -114, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -113, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -112, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -111, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -94, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -75, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -74, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -73, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -72, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -115, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -114, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -113, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -112, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -111, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -94, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -81, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -80, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -79, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -78, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -77, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -76, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -75, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -74, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -73, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -72, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -115, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -114, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -113, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -112, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -111, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -94, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -81, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -80, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -79, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -78, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -77, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -76, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -75, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -74, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -73, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -72, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -115, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -114, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -113, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -112, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -111, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -94, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -81, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -80, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -79, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -78, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -77, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -76, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -75, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -74, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -73, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -72, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -115, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -114, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -113, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -112, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -111, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -94, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -81, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -80, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -79, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -78, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -77, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -76, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -75, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -74, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -73, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -72, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -115, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -114, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -113, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -112, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -111, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -94, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -115, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -114, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -113, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -112, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -111, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -94, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 12, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 12, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 12, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 12, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 12, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 4 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 12, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 4 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 12, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 12, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 12, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 12, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 4 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 4 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 17 m_TileSpriteIndex: 17 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 17 m_TileSpriteIndex: 17 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 17 m_TileSpriteIndex: 17 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 17 m_TileSpriteIndex: 17 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 16 m_TileSpriteIndex: 16 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 16 m_TileSpriteIndex: 16 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 16 m_TileSpriteIndex: 16 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 16 m_TileSpriteIndex: 16 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 16 m_TileSpriteIndex: 16 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 16 m_TileSpriteIndex: 16 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 25, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 25, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 25, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 25, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 25, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 25, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 25, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: 25, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: 25, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 25, z: 0} second: serializedVersion: 2 m_TileIndex: 16 m_TileSpriteIndex: 16 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 16 m_TileSpriteIndex: 16 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 16 m_TileSpriteIndex: 16 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 16 m_TileSpriteIndex: 16 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 16 m_TileSpriteIndex: 16 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 16 m_TileSpriteIndex: 16 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 16 m_TileSpriteIndex: 16 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 16 m_TileSpriteIndex: 16 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 15 m_TileSpriteIndex: 11 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 15 m_TileSpriteIndex: 11 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 15 m_TileSpriteIndex: 11 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 15 m_TileSpriteIndex: 11 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 15 m_TileSpriteIndex: 11 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 15 m_TileSpriteIndex: 11 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 15 m_TileSpriteIndex: 11 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 15 m_TileSpriteIndex: 11 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 15 m_TileSpriteIndex: 11 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 15 m_TileSpriteIndex: 11 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 29, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 29, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 29, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 29, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 29, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 29, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 29, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 29, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 30, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 30, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 30, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 30, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 30, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 30, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 30, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 30, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 31, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 31, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 31, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 31, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 31, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 31, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 31, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 31, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 32, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 32, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 32, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 32, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 32, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 32, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 32, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 32, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 m_AnimatedTiles: - first: {x: -116, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -115, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -114, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -113, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -112, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -111, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -109, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -108, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -107, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -106, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -105, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -104, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -103, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -102, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -101, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -100, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -99, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -98, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -97, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -96, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -95, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -94, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -93, y: -17, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -116, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -115, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -114, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -113, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -112, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -111, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -109, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -108, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -107, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -106, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -105, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -104, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -103, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -102, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -101, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -100, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -99, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -98, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -97, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -96, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -95, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -94, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -93, y: -16, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -116, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -115, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -114, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -113, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -112, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -111, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -109, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -108, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -107, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -106, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -105, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -104, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -103, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -102, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -101, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -100, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -99, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -98, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -97, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -96, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -95, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -94, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -93, y: -15, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -116, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -115, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -114, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -113, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -112, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -111, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -109, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -108, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -107, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -106, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -105, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -104, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -103, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -102, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -101, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -100, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -99, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -98, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -97, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -96, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -95, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -94, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -93, y: -14, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -116, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -115, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -114, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -113, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -112, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -111, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -109, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -108, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -107, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -106, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -105, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -104, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -103, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -102, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -101, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -100, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -99, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -98, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -97, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -96, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -95, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -94, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -93, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -116, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -115, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -114, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -113, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -112, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -111, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -109, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -108, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -107, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -106, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -105, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -104, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -103, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -102, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -101, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -100, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -99, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -98, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -97, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -96, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -95, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -94, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -93, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -116, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -115, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -114, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -113, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -112, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -111, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -109, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -108, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -107, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -106, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -105, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -104, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -103, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -102, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -101, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -100, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -99, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -98, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -97, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -94, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -93, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -116, y: -10, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -115, y: -10, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -114, y: -10, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -113, y: -10, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -112, y: -10, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -111, y: -10, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: -10, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -109, y: -10, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -108, y: -10, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -101, y: -10, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -100, y: -10, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -99, y: -10, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -98, y: -10, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -97, y: -10, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -94, y: -10, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -93, y: -10, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -116, y: -9, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -115, y: -9, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -114, y: -9, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -113, y: -9, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -112, y: -9, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -111, y: -9, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: -9, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -109, y: -9, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -108, y: -9, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -101, y: -9, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -100, y: -9, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -99, y: -9, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -98, y: -9, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -97, y: -9, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -96, y: -9, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -95, y: -9, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -116, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -115, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -114, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -113, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -112, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -111, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -109, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -108, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -101, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -100, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -99, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -98, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -97, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -96, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -95, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -116, y: -7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -115, y: -7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -114, y: -7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -113, y: -7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -112, y: -7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -111, y: -7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: -7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -109, y: -7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -108, y: -7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -103, y: -7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -102, y: -7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -101, y: -7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -100, y: -7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -99, y: -7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -98, y: -7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -97, y: -7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -116, y: -6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -115, y: -6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -114, y: -6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -113, y: -6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -112, y: -6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -111, y: -6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: -6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -109, y: -6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -108, y: -6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -103, y: -6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -102, y: -6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -101, y: -6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -100, y: -6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -99, y: -6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -98, y: -6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -97, y: -6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -116, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -115, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -114, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -113, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -112, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -111, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -108, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -107, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -106, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -105, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -104, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -103, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -102, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -101, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 7, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 8, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 9, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 10, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 11, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 12, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 13, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 14, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 15, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -116, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -115, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -114, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -113, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -112, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -111, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -108, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -107, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -106, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -105, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -104, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -103, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -102, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -101, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 7, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 8, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 9, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 10, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 11, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 12, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 13, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 14, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 15, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -116, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -115, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -114, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -113, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -112, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -111, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -109, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -108, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -107, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -106, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -105, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -104, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -103, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -102, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -101, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 7, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 8, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 9, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 10, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 11, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 12, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 13, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 14, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 15, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -116, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -115, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -114, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -113, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -112, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -111, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -109, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -108, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -107, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -106, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -105, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -104, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -103, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -102, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -101, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 7, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 8, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 9, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 10, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 11, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 12, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 13, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 14, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: 15, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -116, y: -1, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -115, y: -1, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -114, y: -1, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -113, y: -1, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -112, y: -1, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -111, y: -1, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: -1, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -109, y: -1, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -106, y: -1, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -105, y: -1, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -104, y: -1, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -103, y: -1, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -116, y: 0, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -115, y: 0, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -114, y: 0, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -113, y: 0, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -112, y: 0, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -111, y: 0, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: 0, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -109, y: 0, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -106, y: 0, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -105, y: 0, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -104, y: 0, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -103, y: 0, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -76, y: 3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -75, y: 3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -74, y: 3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -73, y: 3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -76, y: 4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -75, y: 4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -74, y: 4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -73, y: 4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -82, y: 5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -81, y: 5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -80, y: 5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -79, y: 5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -78, y: 5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -77, y: 5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -76, y: 5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -75, y: 5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -74, y: 5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -73, y: 5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -82, y: 6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -81, y: 6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -80, y: 6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -79, y: 6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -78, y: 6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -77, y: 6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -76, y: 6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -75, y: 6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -74, y: 6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -73, y: 6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -82, y: 7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -81, y: 7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -80, y: 7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -79, y: 7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -78, y: 7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -77, y: 7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -76, y: 7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -75, y: 7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -74, y: 7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -73, y: 7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -82, y: 8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -81, y: 8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -80, y: 8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -79, y: 8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -78, y: 8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -77, y: 8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -76, y: 8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -75, y: 8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -74, y: 8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -73, y: 8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 m_TileAssetArray: - m_RefCount: 414 m_Data: {fileID: 11400000, guid: 9e6fee138ae384db8835158e8b5f5144, type: 2} - m_RefCount: 33 m_Data: {fileID: 11400000, guid: 9a7bfc3ff8f264b7396beae6c35b481f, type: 2} - m_RefCount: 19 m_Data: {fileID: 11400000, guid: 767cc0a69d936445787dc0cf641428fa, type: 2} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 395 m_Data: {fileID: 11400000, guid: 98f88a1aba0c44a6eb67add5ecdab2ba, type: 2} - m_RefCount: 172 m_Data: {fileID: 11400000, guid: 32a5990a2ac4640528cdc8e06e45f83b, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: 27c7901bc1dd44b23848e08afa251d61, type: 2} - m_RefCount: 190 m_Data: {fileID: 11400000, guid: b3b65976b1ca5440996515d58ac7ee19, type: 2} - m_RefCount: 62 m_Data: {fileID: 11400000, guid: 9d27b8773f8774c5ead56dadd4ee56be, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: 9e5d2c3afc0bf471385adffc4bed406f, type: 2} - m_RefCount: 118 m_Data: {fileID: 11400000, guid: 6ac7dc70e84184320af4a401108eb01c, type: 2} - m_RefCount: 4 m_Data: {fileID: 11400000, guid: f2ece794a6c2247f3b410f96b55dece9, type: 2} - m_RefCount: 50 m_Data: {fileID: 11400000, guid: 4fe3ed1169b2748d1b8adba12a484f34, type: 2} - m_RefCount: 2423 m_Data: {fileID: 11400000, guid: 705b0244758bc40abaa8896245ebdf76, type: 2} - m_RefCount: 46 m_Data: {fileID: 11400000, guid: c75e5be58f8944a80a7a3b3d99644c20, type: 2} - m_RefCount: 10 m_Data: {fileID: 11400000, guid: 9874b09dcb16a441bb218b60386ab351, type: 2} - m_RefCount: 14 m_Data: {fileID: 11400000, guid: 3869bd1b160d049fc853050912e4ffef, type: 2} - m_RefCount: 4 m_Data: {fileID: 11400000, guid: 05f41b6736850499289a82df3ebdb3f2, type: 2} - m_RefCount: 50 m_Data: {fileID: 11400000, guid: fe82a9b7951934555bece086e216ef66, type: 2} m_TileSpriteArray: - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 46 m_Data: {fileID: -7471935250931336379, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 2423 m_Data: {fileID: -3086195766449042202, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 50 m_Data: {fileID: -272944050622201314, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 4 m_Data: {fileID: -7685745680699691715, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 118 m_Data: {fileID: -9191320834391544161, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 2 m_Data: {fileID: 2756715244893874834, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 62 m_Data: {fileID: 7578447567894400979, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 190 m_Data: {fileID: -2565564675274502851, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 2 m_Data: {fileID: -9007592377622202510, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 172 m_Data: {fileID: 1278464164232700148, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 10 m_Data: {fileID: -6650780849725831475, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 33 m_Data: {fileID: -7808443175533495854, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 19 m_Data: {fileID: 2820632361868350152, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 414 m_Data: {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 395 m_Data: {fileID: -1279477284675071846, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 14 m_Data: {fileID: -5408744191670167166, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 4 m_Data: {fileID: 1141702706182252605, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 50 m_Data: {fileID: 1703291497612268831, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_TileMatrixArray: - m_RefCount: 4008 m_Data: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 - m_RefCount: 0 m_Data: e00: 0.000000059604645 e01: -0.99999994 e02: -0 e03: 0 e10: 0.99999994 e11: 0.000000059604645 e12: 0 e13: 0 e20: 0 e21: -0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 - m_RefCount: 0 m_Data: e00: -1 e01: 0 e02: 0 e03: 0 e10: -0 e11: 1 e12: 0 e13: 0 e20: -0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_TileColorArray: - m_RefCount: 4008 m_Data: {r: 1, g: 1, b: 1, a: 1} - m_RefCount: 0 m_Data: {r: 0.72811174, g: 0.4832593, b: 0.55947983, a: 1} - m_RefCount: 0 m_Data: {r: 0.85835856, g: 0.3828032, b: 0.4268001, a: 1} m_TileObjectToInstantiateArray: [] m_AnimationFrameRate: 1 m_Color: {r: 1, g: 1, b: 1, a: 1} m_Origin: {x: -116, y: -30, z: 0} m_Size: {x: 132, y: 63, z: 1} m_TileAnchor: {x: 0.5, y: 0.5, z: 0} m_TileOrientation: 0 m_TileOrientationMatrix: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 --- !u!1001 &507316661 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 549249781} m_Modifications: - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 7 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.x value: -92.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.y value: -2.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.y value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZone value: objectReference: {fileID: 1820650354} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.x value: -0.5 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Name value: CgHouse1_In objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} --- !u!4 &507316662 stripped Transform: m_CorrespondingSourceObject: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} m_PrefabInstance: {fileID: 507316661} m_PrefabAsset: {fileID: 0} --- !u!4 &520221158 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1805808058} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 12.5, y: 31.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 551931628} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &535955978 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 535955979} - component: {fileID: 535955981} - component: {fileID: 535955980} - component: {fileID: 535955982} m_Layer: 5 m_Name: DialogArrow m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!224 &535955979 RectTransform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 535955978} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -2} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 25007926} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} m_AnchoredPosition: {x: 136, y: -39} m_SizeDelta: {x: 16, y: 16} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &535955980 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 535955978} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} m_Color: {r: 1, g: 1, b: 1, a: 1} m_RaycastTarget: 1 m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] m_Sprite: {fileID: 21300000, guid: 99f5fc8c6bed2462abd55058ffa4d470, type: 3} m_Type: 0 m_PreserveAspect: 0 m_FillCenter: 1 m_FillMethod: 4 m_FillAmount: 1 m_FillClockwise: 1 m_FillOrigin: 0 m_UseSpriteMesh: 0 m_PixelsPerUnitMultiplier: 1 --- !u!222 &535955981 CanvasRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 535955978} m_CullTransparentMesh: 0 --- !u!95 &535955982 Animator: serializedVersion: 3 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 535955978} m_Enabled: 1 m_Avatar: {fileID: 0} m_Controller: {fileID: 9100000, guid: 68b9cbbfbddb143fe9830571f0bab866, type: 2} m_CullingMode: 0 m_UpdateMode: 0 m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 m_KeepAnimatorControllerStateOnDisable: 0 --- !u!1 &549249780 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 549249781} m_Layer: 0 m_Name: Portals m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &549249781 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 549249780} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 636945717} - {fileID: 1386883711} - {fileID: 1140429216} - {fileID: 894318659} - {fileID: 1820650354} - {fileID: 940315788} - {fileID: 2023918185} - {fileID: 507316662} - {fileID: 370629260} - {fileID: 1680589749} m_Father: {fileID: 549839365} m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &549839363 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 549839365} - component: {fileID: 549839364} m_Layer: 0 m_Name: World m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!156049354 &549839364 Grid: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 549839363} m_Enabled: 1 m_CellSize: {x: 1, y: 1, z: 0} m_CellGap: {x: 0, y: 0, z: 0} m_CellLayout: 0 m_CellSwizzle: 0 --- !u!4 &549839365 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 549839363} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -2.5, y: 1.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1604917113} - {fileID: 551931628} - {fileID: 2147064056} - {fileID: 549249781} m_Father: {fileID: 0} m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &551931627 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 551931628} m_Layer: 8 m_Name: Interactables m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &551931628 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 551931627} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 520221158} - {fileID: 1963009126} - {fileID: 1820661079174353991} - {fileID: 1648564539} - {fileID: 1820661079381963849} - {fileID: 1820661078816838554} - {fileID: 1820661077734805257} - {fileID: 1277699178} - {fileID: 1820661077576213591} - {fileID: 2022546124} - {fileID: 2072960590} - {fileID: 1820661077824996878} - {fileID: 1703834550} - {fileID: 881071474} - {fileID: 1735790529} m_Father: {fileID: 549839365} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &556146648 GameObject: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 556146649} - component: {fileID: 556146651} - component: {fileID: 556146650} m_Layer: 0 m_Name: cm m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &556146649 Transform: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 556146648} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -6.6414022, y: -12.781078, z: -1.904361} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 2131464618} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &556146650 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 556146648} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 6ad980451443d70438faac0bc6c235a0, type: 3} m_Name: m_EditorClassIdentifier: m_TrackedObjectOffset: {x: 0, y: 0, z: 0} m_LookaheadTime: 0 m_LookaheadSmoothing: 10 m_LookaheadIgnoreY: 0 m_XDamping: 1 m_YDamping: 1 m_ZDamping: 1 m_TargetMovementOnly: 1 m_ScreenX: 0.45 m_ScreenY: 0.5 m_CameraDistance: 10 m_DeadZoneWidth: 0 m_DeadZoneHeight: 0 m_DeadZoneDepth: 0 m_UnlimitedSoftZone: 0 m_SoftZoneWidth: 0 m_SoftZoneHeight: 0 m_BiasX: 0 m_BiasY: 0 m_CenterOnActivate: 1 m_GroupFramingMode: 2 m_AdjustmentMode: 2 m_GroupFramingSize: 0.8 m_MaxDollyIn: 5000 m_MaxDollyOut: 5000 m_MinimumDistance: 1 m_MaximumDistance: 5000 m_MinimumFOV: 3 m_MaximumFOV: 60 m_MinimumOrthoSize: 1 m_MaximumOrthoSize: 5000 --- !u!114 &556146651 MonoBehaviour: m_ObjectHideFlags: 3 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 556146648} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: ac0b09e7857660247b1477e93731de29, type: 3} m_Name: m_EditorClassIdentifier: --- !u!1001 &613583261 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 551931628} m_Modifications: - target: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_RootOrder value: 14 objectReference: {fileID: 0} - target: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_LocalPosition.x value: -86.5 objectReference: {fileID: 0} - target: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_LocalPosition.y value: -4.5 objectReference: {fileID: 0} - target: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - target: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_LocalRotation.y value: -0 objectReference: {fileID: 0} - target: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - target: {fileID: 5513471475047985742, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_Name value: SignDialog objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} --- !u!1 &632543482 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 632543483} m_Layer: 5 m_Name: Dialog m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &632543483 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 632543482} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 822442056} m_Father: {fileID: 1542812160} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &636945716 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 636945717} m_Layer: 0 m_Name: PlayerHouse m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &636945717 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 636945716} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1144213629} - {fileID: 1161426513} - {fileID: 712203383} - {fileID: 1494247185} m_Father: {fileID: 549249781} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &650741341 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 551931628} m_Modifications: - target: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_RootOrder value: 13 objectReference: {fileID: 0} - target: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_LocalPosition.x value: -79.5 objectReference: {fileID: 0} - target: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_LocalPosition.y value: -3.5 objectReference: {fileID: 0} - target: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - target: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_LocalRotation.y value: -0 objectReference: {fileID: 0} - target: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - target: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - target: {fileID: 5513471475047985742, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} propertyPath: m_Name value: SignDialog objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} --- !u!61 &681089990 BoxCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5252100234106096353} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 1 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} pivot: {x: 0.5, y: 0.5} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 drawMode: 0 adaptiveTiling: 0 m_AutoTiling: 0 serializedVersion: 2 m_Size: {x: 1, y: 1} m_EdgeRadius: 0 --- !u!4 &709541731 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 352196779} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 1.4741669, y: 4.5, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 490968613} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &712203382 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636945717} m_Modifications: - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: fader value: objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: moveSteps value: 2 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCell.x value: 12.5 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCell.y value: 19.5 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpTarget value: objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCoords.x value: 12 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCoords.y value: 18 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: faceDirection value: 2 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: moveDirection value: 2 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: finalFacingDirection value: 2 objectReference: {fileID: 0} - target: {fileID: 2922873770776026850, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Material value: objectReference: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} - target: {fileID: 3276762255181915239, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 2 objectReference: {fileID: 0} - target: {fileID: 4310142433652475734, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 2 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 2 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.x value: 14.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.y value: 20.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.y value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - target: {fileID: 7517290408550306761, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: 3712617545215329947, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - target: {fileID: 7517290408550306761, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_SortingLayer value: 2 objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: destination value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneEnd value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpZoneEnd value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneStart value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpZoneStart value: objectReference: {fileID: 0} - target: {fileID: 7975995669589298705, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 2 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZone value: objectReference: {fileID: 1494247185} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: soundEffect value: objectReference: {fileID: 8300000, guid: 2b20b2775e9ac45efb2dceb2b089a13c, type: 3} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropStartZone value: objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneSteps value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: moveDirection value: 2 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneLookAt value: 6 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.x value: 0 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.y value: 0 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropEndZone.steps value: 2 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropEndZone.direction value: 2 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: postDropMove.direction value: 2 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Name value: 2F_In objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Layer value: 0 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_TagString value: Untagged objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} --- !u!4 &712203383 stripped Transform: m_CorrespondingSourceObject: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} m_PrefabInstance: {fileID: 712203382} m_PrefabAsset: {fileID: 0} --- !u!1 &722464123 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 722464124} - component: {fileID: 722464127} - component: {fileID: 722464126} - component: {fileID: 722464125} m_Layer: 5 m_Name: Canvas m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!224 &722464124 RectTransform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 722464123} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0, y: 0, z: 0} m_Children: - {fileID: 1537255377} m_Father: {fileID: 1394979446} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} m_Pivot: {x: 0, y: 0} --- !u!114 &722464125 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 722464123} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} m_Name: m_EditorClassIdentifier: m_IgnoreReversedGraphics: 1 m_BlockingObjects: 0 m_BlockingMask: serializedVersion: 2 m_Bits: 4294967295 --- !u!114 &722464126 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 722464123} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} m_Name: m_EditorClassIdentifier: m_UiScaleMode: 0 m_ReferencePixelsPerUnit: 100 m_ScaleFactor: 1 m_ReferenceResolution: {x: 800, y: 600} m_ScreenMatchMode: 0 m_MatchWidthOrHeight: 0 m_PhysicalUnit: 3 m_FallbackScreenDPI: 96 m_DefaultSpriteDPI: 96 m_DynamicPixelsPerUnit: 1 m_PresetInfoIsWorld: 0 --- !u!223 &722464127 Canvas: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 722464123} m_Enabled: 1 serializedVersion: 3 m_RenderMode: 0 m_Camera: {fileID: 0} m_PlaneDistance: 100 m_PixelPerfect: 0 m_ReceivesEvents: 1 m_OverrideSorting: 0 m_OverridePixelPerfect: 0 m_SortingBucketNormalizedSize: 0 m_AdditionalShaderChannelsFlag: 0 m_SortingLayerID: 0 m_SortingOrder: 0 m_TargetDisplay: 0 --- !u!1 &822442055 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 822442056} - component: {fileID: 822442059} - component: {fileID: 822442058} - component: {fileID: 822442057} m_Layer: 5 m_Name: Canvas m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!224 &822442056 RectTransform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 822442055} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 0, y: 0, z: 0} m_Children: - {fileID: 25007926} m_Father: {fileID: 632543483} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} m_Pivot: {x: 0, y: 0} --- !u!114 &822442057 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 822442055} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3} m_Name: m_EditorClassIdentifier: m_IgnoreReversedGraphics: 1 m_BlockingObjects: 0 m_BlockingMask: serializedVersion: 2 m_Bits: 4294967295 --- !u!114 &822442058 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 822442055} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3} m_Name: m_EditorClassIdentifier: m_UiScaleMode: 1 m_ReferencePixelsPerUnit: 32 m_ScaleFactor: 1 m_ReferenceResolution: {x: 320, y: 288} m_ScreenMatchMode: 0 m_MatchWidthOrHeight: 0.5 m_PhysicalUnit: 3 m_FallbackScreenDPI: 96 m_DefaultSpriteDPI: 96 m_DynamicPixelsPerUnit: 1 m_PresetInfoIsWorld: 0 --- !u!223 &822442059 Canvas: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 822442055} m_Enabled: 1 serializedVersion: 3 m_RenderMode: 0 m_Camera: {fileID: 0} m_PlaneDistance: 100 m_PixelPerfect: 1 m_ReceivesEvents: 1 m_OverrideSorting: 0 m_OverridePixelPerfect: 0 m_SortingBucketNormalizedSize: 0 m_AdditionalShaderChannelsFlag: 0 m_SortingLayerID: 0 m_SortingOrder: 100 m_TargetDisplay: 0 --- !u!4 &881071474 stripped Transform: m_CorrespondingSourceObject: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} m_PrefabInstance: {fileID: 650741341} m_PrefabAsset: {fileID: 0} --- !u!1 &894318658 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 894318659} m_Layer: 0 m_Name: NewBarkHouseSW m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &894318659 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 894318658} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1752786113} - {fileID: 1346443059} m_Father: {fileID: 549249781} m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &940315787 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 549249781} m_Modifications: - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.x value: -80.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.y value: 1.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.y value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZone value: objectReference: {fileID: 1820650354} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.x value: -0.5 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Name value: CherrygrovePC_In objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} --- !u!4 &940315788 stripped Transform: m_CorrespondingSourceObject: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} m_PrefabInstance: {fileID: 940315787} m_PrefabAsset: {fileID: 0} --- !u!1 &958664272 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1648564539} - component: {fileID: 958664276} - component: {fileID: 958664274} - component: {fileID: 958664273} m_Layer: 8 m_Name: DialogItem (PC) m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!212 &958664273 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 958664272} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 1 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 10 m_Sprite: {fileID: 7234455594494481336, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!61 &958664274 BoxCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 958664272} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 0 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} pivot: {x: 0.5, y: 0.5} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 drawMode: 0 adaptiveTiling: 0 m_AutoTiling: 0 serializedVersion: 2 m_Size: {x: 1, y: 1} m_EdgeRadius: 0 --- !u!114 &958664276 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 958664272} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: f0211835444dc4be5b81f1a9f92bede5, type: 3} m_Name: m_EditorClassIdentifier: text: "GOLD turned \non the PC.\n\nIt's not working..." --- !u!1001 &966086462 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 1386883711} m_Modifications: - target: {fileID: 2922873770776026850, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Material value: objectReference: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.x value: -4.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.y value: 1.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.y value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - target: {fileID: 7517290408550306761, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_SortingLayer value: 2 objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneEnd value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpZoneEnd value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneStart value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpZoneStart value: objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZone value: objectReference: {fileID: 1859274511} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: soundEffect value: objectReference: {fileID: 8300000, guid: 33c3c614c27c14c0fa484cf5e8b51dae, type: 3} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropStartZone value: objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneSteps value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneLookAt value: 5 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.x value: -0.5 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropEndZone.steps value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropEndZone.direction value: 1 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Name value: ElmLab_In objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Layer value: 0 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_TagString value: Untagged objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} --- !u!4 &966086463 stripped Transform: m_CorrespondingSourceObject: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} m_PrefabInstance: {fileID: 966086462} m_PrefabAsset: {fileID: 0} --- !u!1 &969265081 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 969265082} - component: {fileID: 969265083} m_Layer: 1 m_Name: System m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &969265082 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 969265081} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -10} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1817178225} m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &969265083 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 969265081} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 0350488d7b7240ac9d2a47d5bfc198bc, type: 3} m_Name: m_EditorClassIdentifier: objects: - {fileID: 969265081} - {fileID: 1542812159} - {fileID: 490968612} - {fileID: 1043645428} - {fileID: 7192301008348172418} --- !u!1001 &1029645250 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 1140429216} m_Modifications: - target: {fileID: 2922873770776026850, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Material value: objectReference: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.x value: 0.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.y value: -8.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.y value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - target: {fileID: 7517290408550306761, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_SortingLayer value: 2 objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneEnd value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpZoneEnd value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneStart value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpZoneStart value: objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZone value: objectReference: {fileID: 1723362730} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: soundEffect value: objectReference: {fileID: 8300000, guid: 33c3c614c27c14c0fa484cf5e8b51dae, type: 3} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropStartZone value: objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneSteps value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneLookAt value: 5 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.x value: -0.5 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.y value: 0 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropEndZone.steps value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropEndZone.direction value: 1 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Name value: ElmHouse_In objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Layer value: 0 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_TagString value: Untagged objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} --- !u!4 &1029645251 stripped Transform: m_CorrespondingSourceObject: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} m_PrefabInstance: {fileID: 1029645250} m_PrefabAsset: {fileID: 0} --- !u!1 &1043645428 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1043645429} m_Layer: 0 m_Name: Lights m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1043645429 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1043645428} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1968565901} - {fileID: 205170429} - {fileID: 46783648} m_Father: {fileID: 0} m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1047145632 stripped GameObject: m_CorrespondingSourceObject: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} m_PrefabInstance: {fileID: 966086462} m_PrefabAsset: {fileID: 0} --- !u!114 &1047145636 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1047145632} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 363196879af6452b985df7de7066298c, type: 3} m_Name: m_EditorClassIdentifier: areaTitle: {fileID: 11400000, guid: 5fc16755056224707b02caebcd1b02b1, type: 2} tagFilter: Player onAreaEnter: m_PersistentCalls: m_Calls: [] --- !u!1 &1140429215 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1140429216} m_Layer: 0 m_Name: ElmHouse m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1140429216 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1140429215} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1029645251} - {fileID: 1723362730} m_Father: {fileID: 549249781} m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &1144213628 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636945717} m_Modifications: - target: {fileID: 2922873770776026850, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Material value: objectReference: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.x value: 2.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.y value: -0.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.y value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - target: {fileID: 7517290408550306761, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_SortingLayer value: 2 objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneEnd value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpZoneEnd value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneStart value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpZoneStart value: objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZone value: objectReference: {fileID: 1161426513} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: soundEffect value: objectReference: {fileID: 8300000, guid: 33c3c614c27c14c0fa484cf5e8b51dae, type: 3} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropStartZone value: objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneSteps value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneLookAt value: 5 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.x value: -0.5 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.y value: 0 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropEndZone.steps value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropEndZone.direction value: 1 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Name value: MainDoor_In objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Layer value: 0 objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} --- !u!4 &1144213629 stripped Transform: m_CorrespondingSourceObject: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} m_PrefabInstance: {fileID: 1144213628} m_PrefabAsset: {fileID: 0} --- !u!1001 &1161426512 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636945717} m_Modifications: - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: fader value: objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: moveSteps value: 0 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCell.x value: 2.5 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCell.y value: -1.5 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpTarget value: objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCoords.x value: 2 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCoords.y value: -2 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: moveDirection value: 0 objectReference: {fileID: 0} - target: {fileID: 2922873770776026850, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Material value: objectReference: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} - target: {fileID: 3276762255181915239, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 1 objectReference: {fileID: 0} - target: {fileID: 4310142433652475734, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalScale.x value: 2 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.x value: 12 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.y value: 12.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.y value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - target: {fileID: 7517290408550306761, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: -6894107232651031177, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - target: {fileID: 7517290408550306761, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_SortingLayer value: 2 objectReference: {fileID: 0} - target: {fileID: 7517290408550306761, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_WasSpriteAssigned value: 1 objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneEnd value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpZoneEnd value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneStart value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpZoneStart value: objectReference: {fileID: 0} - target: {fileID: 7975995669589298705, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZone value: objectReference: {fileID: 1144213629} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: soundEffect value: objectReference: {fileID: 8300000, guid: 2b20b2775e9ac45efb2dceb2b089a13c, type: 3} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropStartZone value: objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneSteps value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneLookAt value: 6 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.x value: 0 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.y value: 0 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropEndZone.steps value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropEndZone.direction value: 2 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Name value: MainDoor_Out objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Layer value: 1 objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} --- !u!4 &1161426513 stripped Transform: m_CorrespondingSourceObject: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} m_PrefabInstance: {fileID: 1161426512} m_PrefabAsset: {fileID: 0} --- !u!1 &1261866284 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1261866285} m_Layer: 0 m_Name: GrassTop m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 0 --- !u!4 &1261866285 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1261866284} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1862299812} - {fileID: 484216037} m_Father: {fileID: 1971257308} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1277699177 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1277699178} - component: {fileID: 1277699179} - component: {fileID: 1277699180} - component: {fileID: 1277699181} m_Layer: 8 m_Name: Item_Potion m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1277699178 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1277699177} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -22.5, y: 2.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 551931628} m_RootOrder: 7 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!212 &1277699179 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1277699177} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 0 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 10 m_Sprite: {fileID: 714923797869617932, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!61 &1277699180 BoxCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1277699177} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 0 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} pivot: {x: 0.5, y: 0.125} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 drawMode: 0 adaptiveTiling: 0 m_AutoTiling: 0 serializedVersion: 2 m_Size: {x: 1, y: 1} m_EdgeRadius: 0 --- !u!114 &1277699181 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1277699177} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: f0211835444dc4be5b81f1a9f92bede5, type: 3} m_Name: m_EditorClassIdentifier: text: 'GOLD found a fucking POTION!' --- !u!1 &1304285299 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 2022546124} - component: {fileID: 1304285303} - component: {fileID: 1304285301} - component: {fileID: 1304285300} m_Layer: 8 m_Name: DialogItem (Radio) m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!212 &1304285300 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1304285299} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 1 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 10 m_Sprite: {fileID: 643501752688554648, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!61 &1304285301 BoxCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1304285299} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 0 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} pivot: {x: 0.5, y: 0.5} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 drawMode: 0 adaptiveTiling: 0 m_AutoTiling: 0 serializedVersion: 2 m_Size: {x: 1, y: 1} m_EdgeRadius: 0 --- !u!114 &1304285303 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1304285299} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: f0211835444dc4be5b81f1a9f92bede5, type: 3} m_Name: m_EditorClassIdentifier: text: It's a RADIO. --- !u!1 &1307903370 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1307903371} - component: {fileID: 1307903373} - component: {fileID: 1307903372} m_Layer: 5 m_Name: DialogPanelText m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!224 &1307903371 RectTransform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1307903370} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 25007926} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 16, y: -16} m_SizeDelta: {x: -24, y: -32} m_Pivot: {x: 0, y: 0.5} --- !u!114 &1307903372 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1307903370} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} m_Color: {r: 0, g: 0, b: 0, a: 1} m_RaycastTarget: 0 m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] m_FontData: m_Font: {fileID: 12800000, guid: ab52b803826884382a618d8cc76c5834, type: 3} m_FontSize: 16 m_FontStyle: 0 m_BestFit: 0 m_MinSize: 0 m_MaxSize: 40 m_Alignment: 0 m_AlignByGeometry: 0 m_RichText: 0 m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 2 m_Text: 'Lorem Ipsum Dolor Sit Amet.' --- !u!222 &1307903373 CanvasRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1307903370} m_CullTransparentMesh: 0 --- !u!1001 &1346443058 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 894318659} m_Modifications: - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: fader value: objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: moveSteps value: 0 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCell.x value: 2.5 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCell.y value: -1.5 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpTarget value: objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCoords.x value: 2 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCoords.y value: -2 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: moveDirection value: 0 objectReference: {fileID: 0} - target: {fileID: 2922873770776026850, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Material value: objectReference: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} - target: {fileID: 3276762255181915239, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 1 objectReference: {fileID: 0} - target: {fileID: 4310142433652475734, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalScale.x value: 2 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.x value: -10 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.y value: -30.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.y value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - target: {fileID: 7517290408550306761, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: -6894107232651031177, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - target: {fileID: 7517290408550306761, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_SortingLayer value: 2 objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneEnd value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpZoneEnd value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneStart value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpZoneStart value: objectReference: {fileID: 0} - target: {fileID: 7975995669589298705, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZone value: objectReference: {fileID: 1752786113} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: soundEffect value: objectReference: {fileID: 8300000, guid: 2b20b2775e9ac45efb2dceb2b089a13c, type: 3} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropStartZone value: objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneSteps value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneLookAt value: 6 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.x value: 0 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.y value: 0 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropEndZone.steps value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropEndZone.direction value: 2 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Name value: NewBarkHouseSW_Out objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Layer value: 1 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_TagString value: Untagged objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} --- !u!4 &1346443059 stripped Transform: m_CorrespondingSourceObject: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} m_PrefabInstance: {fileID: 1346443058} m_PrefabAsset: {fileID: 0} --- !u!1 &1356360478 stripped GameObject: m_CorrespondingSourceObject: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} m_PrefabInstance: {fileID: 940315787} m_PrefabAsset: {fileID: 0} --- !u!114 &1356360479 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1356360478} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 363196879af6452b985df7de7066298c, type: 3} m_Name: m_EditorClassIdentifier: areaTitle: {fileID: 11400000, guid: da50f915734e54848bf4876884de84a2, type: 2} tagFilter: Player onAreaEnter: m_PersistentCalls: m_Calls: [] --- !u!1 &1386883710 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1386883711} m_Layer: 0 m_Name: ElmLaboratory m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1386883711 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1386883710} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 966086463} - {fileID: 1859274511} m_Father: {fileID: 549249781} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1394979445 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1394979446} - component: {fileID: 1394979447} - component: {fileID: 1394979448} m_Layer: 5 m_Name: ScreenFader m_TagString: ScreenFader m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1394979446 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1394979445} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 722464124} m_Father: {fileID: 1542812160} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!95 &1394979447 Animator: serializedVersion: 3 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1394979445} m_Enabled: 1 m_Avatar: {fileID: 0} m_Controller: {fileID: 9100000, guid: 0debc3d6b6d5c465e9ceb6cb547bc16f, type: 2} m_CullingMode: 0 m_UpdateMode: 0 m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 m_KeepAnimatorControllerStateOnDisable: 0 --- !u!114 &1394979448 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1394979445} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: fe055d2d03f6413f8fa20b61e160a74c, type: 3} m_Name: m_EditorClassIdentifier: messageReceiver: {fileID: 7192301008348172418} transitionName: Fade transitionNamePast: Faded animationSpeed: 3 --- !u!1 &1405830667 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1405830668} - component: {fileID: 1405830673} - component: {fileID: 1405830672} - component: {fileID: 1405830671} - component: {fileID: 1405830670} - component: {fileID: 1405830669} m_Layer: 8 m_Name: Background_1 [C] m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1405830668 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1405830667} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 2} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1604917113} m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!66 &1405830669 CompositeCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1405830667} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 0 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_GeometryType: 0 m_GenerationType: 0 m_EdgeRadius: 0 m_ColliderPaths: - m_Collider: {fileID: 1405830671} m_ColliderPaths: - - X: 159999536 Y: 260000000 - X: 159999536 Y: 340000000 - X: 60000000 Y: 339999536 - X: 60000464 Y: 260000000 - - X: 150000000 Y: 270000464 - X: 70000000 Y: 270000464 - X: 70000464 Y: 320000000 - X: 140000000 Y: 320000464 - X: 140000464 Y: 330000000 - X: 150000000 Y: 329999536 - - X: -759999988 Y: 179999900 - X: -759999871 Y: 189999900 - X: -709999900 Y: 189999988 - X: -709999988 Y: 290000100 - X: -830000100 Y: 290000012 - X: -830000012 Y: 189999900 - X: -800000100 Y: 189999871 - X: -800000012 Y: 179999900 - - X: 129999536 Y: 280000000 - X: 129999536 Y: 290000000 - X: 110000000 Y: 289999536 - X: 110000464 Y: 280000000 - - X: -770000100 Y: 190000129 - X: -789999900 Y: 190000129 - X: -789999988 Y: 200000100 - X: -819999900 Y: 200000129 - X: -819999871 Y: 249999900 - X: -759999900 Y: 249999988 - X: -759999988 Y: 276250084 - X: -764375039 Y: 276250061 - X: -765625124 Y: 275000008 - X: -765625131 Y: 270000030 - X: -770000100 Y: 265000009 - X: -770000129 Y: 260000100 - X: -789999900 Y: 260000129 - X: -789999871 Y: 279999900 - X: -720000100 Y: 279999871 - X: -720000129 Y: 276250084 - X: -730000100 Y: 276249996 - X: -730000012 Y: 259999900 - X: -720000100 Y: 259999871 - X: -720000129 Y: 200000100 - X: -770000100 Y: 200000012 - - X: -50000464 Y: 100000000 - X: -49999536 Y: 110000000 - X: -10000000 Y: 110000464 - X: -10000464 Y: 250000000 - X: -130000000 Y: 249999536 - X: -129999536 Y: 110000000 - X: -90000000 Y: 109999536 - X: -89999536 Y: 100000000 - - X: -60000000 Y: 110000464 - X: -80000000 Y: 110000464 - X: -80000464 Y: 120000000 - X: -120000000 Y: 120000464 - X: -119999536 Y: 160000000 - X: -80000000 Y: 160000464 - X: -80000464 Y: 180000000 - X: -120000000 Y: 180000464 - X: -119999536 Y: 210000000 - X: -100000000 Y: 210000464 - X: -99999536 Y: 220000000 - X: -80000000 Y: 220000464 - X: -79999536 Y: 230000000 - X: -60000000 Y: 229999536 - X: -59999536 Y: 220000000 - X: -20000000 Y: 219999536 - X: -20000464 Y: 180000000 - X: -60000000 Y: 179999536 - X: -59999536 Y: 160000000 - X: -20000000 Y: 159999536 - X: -20000464 Y: 120000000 - X: -60000000 Y: 119999536 - - X: 139999536 Y: 110000000 - X: 140000464 Y: 120000000 - X: 160000000 Y: 120000464 - X: 159999536 Y: 220000000 - X: 40000000 Y: 219999536 - X: 40000464 Y: 120000000 - X: 100000000 Y: 119999536 - X: 100000464 Y: 110000000 - - X: -21875192 Y: 200000000 - X: -21250000 Y: 200625184 - X: -21250000 Y: 207500096 - X: -21562900 Y: 210000000 - X: -29062596 Y: 209999872 - X: -29375000 Y: 209687312 - X: -29375000 Y: 201562432 - X: -29062132 Y: 200000000 - - X: -30000464 Y: 200000000 - X: -30000464 Y: 210000000 - X: -60000000 Y: 209999536 - X: -59999536 Y: 200000000 - - X: 130000000 Y: 120000464 - X: 110000000 Y: 120000464 - X: 109999536 Y: 130000000 - X: 50000000 Y: 130000464 - X: 50000464 Y: 190000000 - X: 80000000 Y: 189999536 - X: 80000464 Y: 170000000 - X: 90000000 Y: 170000464 - X: 90000464 Y: 190000000 - X: 110000000 Y: 190000464 - X: 110000464 Y: 200000000 - X: 140000000 Y: 200000464 - X: 140000464 Y: 210000000 - X: 150000000 Y: 209999536 - X: 149999536 Y: 130000000 - X: 130000000 Y: 129999536 - - X: 119999536 Y: 160000000 - X: 119999536 Y: 180000000 - X: 100000000 Y: 179999536 - X: 100000464 Y: 160000000 - - X: 159999536 Y: -170000000 - X: 159999856 Y: -152499888 - X: 157189056 Y: -150000000 - X: 160000000 Y: -149999536 - X: 159999856 Y: -132499888 - X: 157189056 Y: -130000000 - X: 160000000 Y: -129999536 - X: 159999856 Y: -112499888 - X: 157189056 Y: -110000000 - X: 160000000 Y: -109999536 - X: 159999856 Y: -92499888 - X: 157189056 Y: -90000000 - X: 160000000 Y: -89999536 - X: 159999856 Y: -72499888 - X: 157189056 Y: -70000000 - X: 160000000 Y: -69999536 - X: 159999856 Y: -52499888 - X: 157187328 Y: -50000000 - X: 152187376 Y: -50000192 - X: 150000000 Y: -53435348 - X: 149999856 Y: -52499888 - X: 147187328 Y: -50000000 - X: 142187376 Y: -50000192 - X: 140000000 Y: -53435348 - X: 139999856 Y: -52499888 - X: 137187328 Y: -50000000 - X: 132187376 Y: -50000192 - X: 130000000 Y: -53435348 - X: 129999856 Y: -52499888 - X: 127187328 Y: -50000000 - X: 122187376 Y: -50000192 - X: 120000000 Y: -53435348 - X: 119999856 Y: -52499888 - X: 117187328 Y: -50000000 - X: 112187376 Y: -50000192 - X: 110000000 Y: -53435348 - X: 109999856 Y: -52499888 - X: 107187328 Y: -50000000 - X: 102187376 Y: -50000192 - X: 100000000 Y: -53435348 - X: 99999856 Y: -52499888 - X: 97187328 Y: -50000000 - X: 92187376 Y: -50000192 - X: 90000000 Y: -53435348 - X: 89999856 Y: -52499888 - X: 87187328 Y: -50000000 - X: 82187376 Y: -50000192 - X: 80000000 Y: -53435348 - X: 79999856 Y: -52499888 - X: 77187328 Y: -50000000 - X: 75625000 Y: -49999536 - X: 75625128 Y: -19999840 - X: 80000144 Y: -15625000 - X: 160000000 Y: -15624536 - X: 159999856 Y: 7500112 - X: 157189056 Y: 10000000 - X: 160000000 Y: 10000464 - X: 159999856 Y: 27500112 - X: 157189056 Y: 30000000 - X: 160000000 Y: 30000464 - X: 159999856 Y: 47500112 - X: 157189056 Y: 50000000 - X: 160000000 Y: 50000464 - X: 159999856 Y: 67500112 - X: 157187328 Y: 70000000 - X: 152187376 Y: 69999808 - X: 150000000 Y: 66564653 - X: 149999856 Y: 67500112 - X: 147187328 Y: 70000000 - X: 142187376 Y: 69999808 - X: 140000000 Y: 66564653 - X: 139999856 Y: 67500112 - X: 137187328 Y: 70000000 - X: 132187376 Y: 69999808 - X: 130000000 Y: 66564653 - X: 129999856 Y: 67500112 - X: 127187328 Y: 70000000 - X: 122187376 Y: 69999808 - X: 120000000 Y: 66564653 - X: 119999856 Y: 67500112 - X: 117187328 Y: 70000000 - X: 112187376 Y: 69999808 - X: 110000000 Y: 66564653 - X: 109999856 Y: 67500112 - X: 107187328 Y: 70000000 - X: 102187376 Y: 69999808 - X: 100000000 Y: 66564653 - X: 99999856 Y: 67500112 - X: 97187328 Y: 70000000 - X: 92187376 Y: 69999808 - X: 90000000 Y: 66564653 - X: 89999856 Y: 67500112 - X: 87187328 Y: 70000000 - X: 82187376 Y: 69999808 - X: 80000000 Y: 66564653 - X: 79999856 Y: 67500112 - X: 77187328 Y: 70000000 - X: 72187376 Y: 69999808 - X: 70000000 Y: 66564653 - X: 69999856 Y: 67500112 - X: 67187328 Y: 70000000 - X: 62187372 Y: 69999808 - X: 60000000 Y: 66564653 - X: 59999856 Y: 67500112 - X: 57187324 Y: 70000000 - X: 52187372 Y: 69999808 - X: 50000000 Y: 66564652 - X: 49999856 Y: 67500112 - X: 47187324 Y: 70000000 - X: 42187372 Y: 69999808 - X: 40000000 Y: 66564653 - X: 39999856 Y: 67500112 - X: 37187324 Y: 70000000 - X: 32187372 Y: 69999808 - X: 30000000 Y: 66564653 - X: 29999856 Y: 67500112 - X: 27187324 Y: 70000000 - X: 22187372 Y: 69999808 - X: 20000000 Y: 66564652 - X: 19999856 Y: 67500112 - X: 17187324 Y: 70000000 - X: 12187372 Y: 69999808 - X: 10000000 Y: 66564653 - X: 9999856 Y: 67500112 - X: 7187324 Y: 70000000 - X: 2187372 Y: 69999808 - X: 0 Y: 66564653 - X: -144 Y: 67500112 - X: -2812676 Y: 70000000 - X: -7812628 Y: 69999808 - X: -10000000 Y: 66564653 - X: -10000144 Y: 67500112 - X: -12812676 Y: 70000000 - X: -17812628 Y: 69999808 - X: -20000000 Y: 66564653 - X: -20000144 Y: 67500112 - X: -22812676 Y: 70000000 - X: -27812628 Y: 69999808 - X: -30000000 Y: 66564653 - X: -30000144 Y: 67500112 - X: -32812676 Y: 70000000 - X: -37812628 Y: 69999808 - X: -40000000 Y: 66564653 - X: -40000144 Y: 67500112 - X: -42812676 Y: 70000000 - X: -47812628 Y: 69999808 - X: -50000000 Y: 66564653 - X: -50000144 Y: 67500112 - X: -52812676 Y: 70000000 - X: -57812628 Y: 69999808 - X: -60000000 Y: 66564653 - X: -60000144 Y: 67500112 - X: -62812676 Y: 70000000 - X: -67812624 Y: 69999808 - X: -70000000 Y: 66564653 - X: -70000144 Y: 67500112 - X: -72812672 Y: 70000000 - X: -77812624 Y: 69999808 - X: -80000000 Y: 66564653 - X: -80000144 Y: 67500112 - X: -82812672 Y: 70000000 - X: -87812624 Y: 69999808 - X: -90000000 Y: 66564653 - X: -90000144 Y: 67500112 - X: -92812672 Y: 70000000 - X: -97812624 Y: 69999808 - X: -100000000 Y: 66564653 - X: -100000144 Y: 67500112 - X: -102812672 Y: 70000000 - X: -107812624 Y: 69999808 - X: -110000000 Y: 66564653 - X: -110000144 Y: 67500112 - X: -112812672 Y: 70000000 - X: -117812624 Y: 69999808 - X: -120000000 Y: 66564653 - X: -120000144 Y: 67500112 - X: -122812672 Y: 70000000 - X: -127812624 Y: 69999808 - X: -130000000 Y: 66564653 - X: -130000144 Y: 67500112 - X: -132812672 Y: 70000000 - X: -137812624 Y: 69999808 - X: -140000000 Y: 66564653 - X: -140000144 Y: 67500112 - X: -142812672 Y: 70000000 - X: -147812624 Y: 69999808 - X: -150000000 Y: 66564653 - X: -150000144 Y: 67500112 - X: -152812672 Y: 70000000 - X: -157812624 Y: 69999808 - X: -160000000 Y: 66564653 - X: -160000144 Y: 67500112 - X: -162812672 Y: 70000000 - X: -167812624 Y: 69999808 - X: -170000000 Y: 66564653 - X: -170000144 Y: 67500112 - X: -172812672 Y: 70000000 - X: -177812624 Y: 69999808 - X: -180000000 Y: 66564653 - X: -180000144 Y: 67500112 - X: -182812672 Y: 70000000 - X: -187812624 Y: 69999808 - X: -190000000 Y: 66564653 - X: -190000144 Y: 67500112 - X: -192812672 Y: 70000000 - X: -197812624 Y: 69999808 - X: -200000000 Y: 66564653 - X: -200000144 Y: 67500112 - X: -202810944 Y: 70000000 - X: -200000000 Y: 70000464 - X: -200000144 Y: 87500112 - X: -202810944 Y: 90000000 - X: -200000000 Y: 90000464 - X: -200000144 Y: 107500112 - X: -202812672 Y: 110000000 - X: -207812624 Y: 109999808 - X: -210000000 Y: 106564649 - X: -210000144 Y: 107500112 - X: -212812672 Y: 110000000 - X: -217812624 Y: 109999808 - X: -220000000 Y: 106564649 - X: -220000144 Y: 107500112 - X: -222812672 Y: 110000000 - X: -227812624 Y: 109999808 - X: -230000000 Y: 106564649 - X: -230000144 Y: 107500112 - X: -232812672 Y: 110000000 - X: -237812624 Y: 109999808 - X: -240000000 Y: 106564649 - X: -240000144 Y: 107500112 - X: -242812672 Y: 110000000 - X: -247812624 Y: 109999808 - X: -250000000 Y: 106564649 - X: -250000144 Y: 107500112 - X: -252812672 Y: 110000000 - X: -257812624 Y: 109999808 - X: -260000000 Y: 106564649 - X: -260000144 Y: 107500112 - X: -262812672 Y: 110000000 - X: -267812624 Y: 109999808 - X: -270000000 Y: 106564649 - X: -270000144 Y: 107500112 - X: -272812688 Y: 110000000 - X: -277812640 Y: 109999808 - X: -280000000 Y: 106564649 - X: -280000144 Y: 107500112 - X: -282812688 Y: 110000000 - X: -287812640 Y: 109999808 - X: -290000000 Y: 106564649 - X: -290000144 Y: 107500112 - X: -292812688 Y: 110000000 - X: -297812640 Y: 109999808 - X: -300000000 Y: 106564649 - X: -300000144 Y: 107500112 - X: -302812688 Y: 110000000 - X: -307812640 Y: 109999808 - X: -310000000 Y: 106564649 - X: -310000144 Y: 107500112 - X: -312812688 Y: 110000000 - X: -317812640 Y: 109999808 - X: -320000000 Y: 106564649 - X: -320000144 Y: 107500112 - X: -322812688 Y: 110000000 - X: -327812640 Y: 109999808 - X: -330000000 Y: 106564649 - X: -330000144 Y: 107500112 - X: -332812688 Y: 110000000 - X: -337812640 Y: 109999808 - X: -340000000 Y: 106564649 - X: -340000144 Y: 107500112 - X: -342812688 Y: 110000000 - X: -347812640 Y: 109999808 - X: -350000000 Y: 106564649 - X: -350000144 Y: 107500112 - X: -352812688 Y: 110000000 - X: -357812640 Y: 109999808 - X: -360000000 Y: 106564649 - X: -360000144 Y: 107500112 - X: -362812688 Y: 110000000 - X: -367812640 Y: 109999808 - X: -370000000 Y: 106564649 - X: -370000144 Y: 107500112 - X: -372812688 Y: 110000000 - X: -377812640 Y: 109999808 - X: -380000000 Y: 106564649 - X: -380000144 Y: 107500112 - X: -382812688 Y: 110000000 - X: -387812640 Y: 109999808 - X: -390000000 Y: 106564649 - X: -390000144 Y: 107500112 - X: -392812688 Y: 110000000 - X: -397812640 Y: 109999808 - X: -400000000 Y: 106564649 - X: -400000144 Y: 107500112 - X: -402812688 Y: 110000000 - X: -407812640 Y: 109999808 - X: -410000000 Y: 106564649 - X: -410000144 Y: 107500112 - X: -412812688 Y: 110000000 - X: -417812640 Y: 109999808 - X: -420000000 Y: 106564649 - X: -420000144 Y: 107500112 - X: -422812688 Y: 110000000 - X: -427812640 Y: 109999808 - X: -430000000 Y: 106564649 - X: -430000144 Y: 107500112 - X: -432812688 Y: 110000000 - X: -437812640 Y: 109999808 - X: -440000000 Y: 106564649 - X: -440000144 Y: 107500112 - X: -442812688 Y: 110000000 - X: -447812640 Y: 109999808 - X: -450000000 Y: 106564649 - X: -450000144 Y: 107500112 - X: -452812688 Y: 110000000 - X: -457812640 Y: 109999808 - X: -460000000 Y: 106564649 - X: -460000144 Y: 107500112 - X: -462812688 Y: 110000000 - X: -467812640 Y: 109999808 - X: -470000000 Y: 106564649 - X: -470000144 Y: 107500112 - X: -472812688 Y: 110000000 - X: -477812640 Y: 109999808 - X: -480000000 Y: 106564649 - X: -480000144 Y: 107500112 - X: -482812688 Y: 110000000 - X: -487812640 Y: 109999808 - X: -490000000 Y: 106564649 - X: -490000144 Y: 107500112 - X: -492812688 Y: 110000000 - X: -497812640 Y: 109999808 - X: -500000000 Y: 106564649 - X: -500000144 Y: 107500112 - X: -502812688 Y: 110000000 - X: -507812640 Y: 109999808 - X: -510000000 Y: 106564649 - X: -510000144 Y: 107500112 - X: -512812688 Y: 110000000 - X: -517812640 Y: 109999808 - X: -520000000 Y: 106564649 - X: -520000144 Y: 107500112 - X: -522812688 Y: 110000000 - X: -527812640 Y: 109999808 - X: -530000000 Y: 106564649 - X: -530000144 Y: 107500112 - X: -532812688 Y: 110000000 - X: -537812608 Y: 109999808 - X: -540000000 Y: 106564649 - X: -540000144 Y: 107500112 - X: -542812656 Y: 110000000 - X: -547812608 Y: 109999808 - X: -550000000 Y: 106564649 - X: -550000144 Y: 107500112 - X: -552812656 Y: 110000000 - X: -557812608 Y: 109999808 - X: -560000000 Y: 106564649 - X: -560000144 Y: 107500112 - X: -562812656 Y: 110000000 - X: -567812608 Y: 109999808 - X: -570000000 Y: 106564649 - X: -570000144 Y: 107500112 - X: -572812656 Y: 110000000 - X: -577812608 Y: 109999808 - X: -580000000 Y: 106564649 - X: -580000144 Y: 107500112 - X: -582812656 Y: 110000000 - X: -587812608 Y: 109999808 - X: -590000000 Y: 106564649 - X: -590000144 Y: 107500112 - X: -592812656 Y: 110000000 - X: -597812608 Y: 109999808 - X: -600000000 Y: 106564649 - X: -600000144 Y: 107500112 - X: -602812656 Y: 110000000 - X: -607812608 Y: 109999808 - X: -610000000 Y: 106564649 - X: -610000144 Y: 107500112 - X: -612812656 Y: 110000000 - X: -617812608 Y: 109999808 - X: -620000000 Y: 106564649 - X: -620000144 Y: 107500112 - X: -622812656 Y: 110000000 - X: -627812608 Y: 109999808 - X: -630000000 Y: 106564649 - X: -630000144 Y: 107500112 - X: -632812656 Y: 110000000 - X: -637812608 Y: 109999808 - X: -640000000 Y: 106564649 - X: -640000144 Y: 107500112 - X: -642812656 Y: 110000000 - X: -647812608 Y: 109999808 - X: -650000000 Y: 106564649 - X: -650000144 Y: 107500112 - X: -652812656 Y: 110000000 - X: -657812608 Y: 109999808 - X: -660000000 Y: 106564649 - X: -660000144 Y: 107500112 - X: -662812656 Y: 110000000 - X: -667812608 Y: 109999808 - X: -670000000 Y: 106564649 - X: -670000144 Y: 107500112 - X: -672812656 Y: 110000000 - X: -677812608 Y: 109999808 - X: -680000000 Y: 106564649 - X: -680000144 Y: 107500112 - X: -682812656 Y: 110000000 - X: -687812608 Y: 109999808 - X: -690000000 Y: 106564649 - X: -690000144 Y: 107500112 - X: -692812656 Y: 110000000 - X: -697812608 Y: 109999808 - X: -700000000 Y: 106564649 - X: -700000144 Y: 107500112 - X: -702812656 Y: 110000000 - X: -707812608 Y: 109999808 - X: -710000000 Y: 106564649 - X: -710000144 Y: 107500112 - X: -712812656 Y: 110000000 - X: -717812608 Y: 109999808 - X: -720000000 Y: 106564649 - X: -720000144 Y: 107500112 - X: -722812656 Y: 110000000 - X: -727812608 Y: 109999808 - X: -730000000 Y: 106564649 - X: -730000144 Y: 107500112 - X: -732812656 Y: 110000000 - X: -737812608 Y: 109999808 - X: -740000000 Y: 106564649 - X: -740000144 Y: 107500112 - X: -742812656 Y: 110000000 - X: -747812608 Y: 109999808 - X: -750000000 Y: 106564649 - X: -750000144 Y: 107500112 - X: -752812656 Y: 110000000 - X: -757812608 Y: 109999808 - X: -760000000 Y: 106564649 - X: -760000144 Y: 107500112 - X: -762812656 Y: 110000000 - X: -767812608 Y: 109999808 - X: -770000000 Y: 106564649 - X: -770000144 Y: 107500112 - X: -772812656 Y: 110000000 - X: -777812608 Y: 109999808 - X: -780000000 Y: 106564649 - X: -780000144 Y: 107500112 - X: -782812656 Y: 110000000 - X: -787812608 Y: 109999808 - X: -790000000 Y: 106564649 - X: -790000144 Y: 107500112 - X: -792812656 Y: 110000000 - X: -797812608 Y: 109999808 - X: -800000000 Y: 106564649 - X: -800000144 Y: 107500112 - X: -802812656 Y: 110000000 - X: -807812608 Y: 109999808 - X: -810000000 Y: 106564649 - X: -810000144 Y: 107500112 - X: -812812656 Y: 110000000 - X: -817812608 Y: 109999808 - X: -820000000 Y: 106564649 - X: -820000144 Y: 107500112 - X: -822812656 Y: 110000000 - X: -827812608 Y: 109999808 - X: -830000000 Y: 106564649 - X: -830000144 Y: 107500112 - X: -832812656 Y: 110000000 - X: -837812608 Y: 109999808 - X: -840000000 Y: 106564649 - X: -840000144 Y: 107500112 - X: -842812656 Y: 110000000 - X: -847812608 Y: 109999808 - X: -850000000 Y: 106564649 - X: -850000144 Y: 107500112 - X: -852812656 Y: 110000000 - X: -857812608 Y: 109999808 - X: -860000000 Y: 106562384 - X: -859999536 Y: 90000000 - X: -857813008 Y: 89999168 - X: -860000000 Y: 86564649 - X: -860000144 Y: 87500112 - X: -862812656 Y: 90000000 - X: -867812608 Y: 89999808 - X: -870000000 Y: 86564649 - X: -870000144 Y: 87500112 - X: -872812656 Y: 90000000 - X: -877812608 Y: 89999808 - X: -880000000 Y: 86564649 - X: -880000144 Y: 87500112 - X: -882812656 Y: 90000000 - X: -887812608 Y: 89999808 - X: -890000000 Y: 86564649 - X: -890000144 Y: 87500112 - X: -892812656 Y: 90000000 - X: -897812608 Y: 89999808 - X: -900000000 Y: 86564649 - X: -900000144 Y: 87500112 - X: -902812656 Y: 90000000 - X: -907812608 Y: 89999808 - X: -910000000 Y: 86564649 - X: -910000144 Y: 87500112 - X: -912812656 Y: 90000000 - X: -917812608 Y: 89999808 - X: -920000000 Y: 86562384 - X: -919999536 Y: 70000000 - X: -917813008 Y: 69999168 - X: -920000000 Y: 66562388 - X: -919999536 Y: 50000000 - X: -917813008 Y: 49999168 - X: -920000000 Y: 46564655 - X: -920000128 Y: 49375096 - X: -920625216 Y: 50000000 - X: -929375072 Y: 49999872 - X: -930000000 Y: 49374808 - X: -929999952 Y: 44374920 - X: -929062528 Y: 42499952 - X: -928749616 Y: 40000000 - X: -921874960 Y: 40000032 - X: -920312448 Y: 40625208 - X: -920000000 Y: 41869209 - X: -919999536 Y: 30000000 - X: -917813008 Y: 29999168 - X: -920000000 Y: 26562388 - X: -919999536 Y: 10000000 - X: -870000000 Y: 10000464 - X: -870000128 Y: 15625096 - X: -874374976 Y: 20000144 - X: -874374512 Y: 30000000 - X: -870000000 Y: 29999536 - X: -869999536 Y: 20000000 - X: -860000000 Y: 19999536 - X: -859999536 Y: 10000000 - X: -810000000 Y: 10000464 - X: -810000128 Y: 15625096 - X: -814374976 Y: 20000144 - X: -814374512 Y: 30000000 - X: -810000000 Y: 29999536 - X: -809999536 Y: 20000000 - X: -800000000 Y: 19999536 - X: -799999536 Y: 10000000 - X: -777813008 Y: 9999168 - X: -780000000 Y: 6562388 - X: -779999536 Y: -10000000 - X: -690000000 Y: -9999536 - X: -690000144 Y: 7500112 - X: -692810928 Y: 10000000 - X: -647500640 Y: 9999120 - X: -650000000 Y: 6562356 - X: -649999808 Y: 624856 - X: -649062429 Y: 0 - X: -640000000 Y: 464 - X: -639999168 Y: 624424 - X: -639062416 Y: 0 - X: -637500640 Y: -880 - X: -640000000 Y: -3437644 - X: -639999808 Y: -9375144 - X: -639062424 Y: -10000000 - X: -630000000 Y: -10000464 - X: -629999536 Y: -50000000 - X: -600000000 Y: -49999536 - X: -600000464 Y: -44375000 - X: -620000160 Y: -44374872 - X: -624374976 Y: -39999856 - X: -624374512 Y: -10000000 - X: -600000000 Y: -9999536 - X: -600000464 Y: -4375000 - X: -610000000 Y: -4374536 - X: -610000144 Y: 7500112 - X: -612810928 Y: 10000000 - X: -610000000 Y: 10000464 - X: -609999168 Y: 20624424 - X: -609062429 Y: 20000000 - X: -600000000 Y: 20000464 - X: -600000064 Y: 27500096 - X: -600937600 Y: 29062564 - X: -603121744 Y: 30000000 - X: -600000000 Y: 30000464 - X: -600000064 Y: 37500096 - X: -600937600 Y: 39062564 - X: -603121744 Y: 40000000 - X: -600000000 Y: 40000464 - X: -599999168 Y: 40624424 - X: -599062429 Y: 40000000 - X: -590000000 Y: 40000464 - X: -589999168 Y: 40624424 - X: -589062429 Y: 40000000 - X: -580000000 Y: 40000464 - X: -579999168 Y: 40624424 - X: -579062425 Y: 40000000 - X: -570000000 Y: 39999536 - X: -569999536 Y: 30000000 - X: -555625024 Y: 29999536 - X: -555625152 Y: -160 - X: -560000144 Y: -4375000 - X: -590000000 Y: -4375464 - X: -589999536 Y: -10000000 - X: -550000000 Y: -9999536 - X: -549999536 Y: 30000000 - X: -517500608 Y: 29999120 - X: -520000000 Y: 26562356 - X: -519999808 Y: 20624856 - X: -519062400 Y: 20000000 - X: -510000000 Y: 20000464 - X: -509999168 Y: 20624424 - X: -509062400 Y: 20000000 - X: -500000000 Y: 20000464 - X: -499999168 Y: 20624424 - X: -499062400 Y: 20000000 - X: -490000000 Y: 19999536 - X: -489999536 Y: 10000000 - X: -477500608 Y: 9999120 - X: -480000000 Y: 6562356 - X: -479999808 Y: 624856 - X: -479062400 Y: 0 - X: -470000000 Y: 464 - X: -470000064 Y: 7500096 - X: -470937632 Y: 9062564 - X: -473121744 Y: 10000000 - X: -470000000 Y: 10000464 - X: -470000144 Y: 27500112 - X: -472810960 Y: 30000000 - X: -440000000 Y: 30000464 - X: -440000128 Y: 35625096 - X: -444375008 Y: 40000144 - X: -444374544 Y: 50000000 - X: -440000000 Y: 49999536 - X: -439999536 Y: 40000000 - X: -420000000 Y: 40000464 - X: -419999536 Y: 50000000 - X: -415624992 Y: 49999536 - X: -415625120 Y: 39999840 - X: -420000144 Y: 35625000 - X: -430000000 Y: 35624536 - X: -429999536 Y: 30000000 - X: -407813040 Y: 29999168 - X: -410000000 Y: 26562388 - X: -409999536 Y: 10000000 - X: -407500608 Y: 9999120 - X: -410000000 Y: 6562356 - X: -409999808 Y: 624856 - X: -409062400 Y: 0 - X: -400000000 Y: 464 - X: -399999168 Y: 624424 - X: -399062385 Y: 0 - X: -397500608 Y: -880 - X: -400000000 Y: -3437644 - X: -399999808 Y: -9375144 - X: -399062400 Y: -10000000 - X: -370000000 Y: -9999536 - X: -370000144 Y: 7500112 - X: -372810960 Y: 10000000 - X: -330000000 Y: 10000464 - X: -330000144 Y: 27500112 - X: -332810960 Y: 30000000 - X: -217500608 Y: 29999120 - X: -220000000 Y: 26562356 - X: -219999808 Y: 20624856 - X: -219062385 Y: 20000000 - X: -217500608 Y: 19999120 - X: -220000000 Y: 16564372 - X: -220000064 Y: 17500096 - X: -220937632 Y: 19062564 - X: -223125072 Y: 20000000 - X: -227500112 Y: 19999824 - X: -230000000 Y: 16564372 - X: -230000064 Y: 17500096 - X: -230937632 Y: 19062564 - X: -233125072 Y: 20000000 - X: -237500112 Y: 19999824 - X: -240000000 Y: 16564372 - X: -240000064 Y: 17500096 - X: -240937632 Y: 19062564 - X: -243125072 Y: 20000000 - X: -247500112 Y: 19999824 - X: -250000000 Y: 16562356 - X: -249999808 Y: 10624856 - X: -249062385 Y: 10000000 - X: -247813024 Y: 9999168 - X: -250000000 Y: 6564653 - X: -250000144 Y: 7500112 - X: -252812672 Y: 10000000 - X: -257812624 Y: 9999808 - X: -260000000 Y: 6564653 - X: -260000144 Y: 7500112 - X: -262812672 Y: 10000000 - X: -267812624 Y: 9999808 - X: -270000000 Y: 6562388 - X: -269999536 Y: -10000000 - X: -267813024 Y: -10000832 - X: -270000000 Y: -13435348 - X: -270000144 Y: -12499888 - X: -272812688 Y: -10000000 - X: -277812640 Y: -10000192 - X: -280000000 Y: -13437612 - X: -279999536 Y: -30000000 - X: -275624992 Y: -30000464 - X: -275625120 Y: -80000160 - X: -280000144 Y: -84375000 - X: -330000000 Y: -84374536 - X: -330000144 Y: -72499888 - X: -332812688 Y: -70000000 - X: -337812640 Y: -70000192 - X: -340000000 Y: -73435352 - X: -340000144 Y: -72499888 - X: -342812688 Y: -70000000 - X: -347812640 Y: -70000192 - X: -350000000 Y: -73435350 - X: -350000064 Y: -72499904 - X: -350937632 Y: -70937440 - X: -353125072 Y: -70000000 - X: -357500112 Y: -70000176 - X: -360000000 Y: -73437648 - X: -359999808 Y: -79375144 - X: -359062385 Y: -80000000 - X: -357500608 Y: -80000880 - X: -360000000 Y: -83435632 - X: -360000064 Y: -82499904 - X: -360937632 Y: -80937440 - X: -363125072 Y: -80000000 - X: -367500112 Y: -80000176 - X: -370000000 Y: -83437648 - X: -370000464 Y: -84375000 - X: -390000000 Y: -84375464 - X: -389999536 Y: -90000000 - X: -370000000 Y: -89999536 - X: -369999168 Y: -89375576 - X: -369062385 Y: -90000000 - X: -367813040 Y: -90000832 - X: -370000000 Y: -93437616 - X: -369999536 Y: -110000000 - X: -330000000 Y: -109999536 - X: -330000144 Y: -92499888 - X: -332810960 Y: -90000000 - X: -270000000 Y: -89999536 - X: -269999536 Y: -30000000 - X: -250000000 Y: -29999536 - X: -249999168 Y: -29375576 - X: -249062400 Y: -30000000 - X: -240000000 Y: -29999536 - X: -240000064 Y: -22499904 - X: -240937632 Y: -20937436 - X: -243121744 Y: -20000000 - X: -240000000 Y: -19999536 - X: -239999168 Y: -19375576 - X: -239062400 Y: -20000000 - X: -230000000 Y: -19999536 - X: -229999168 Y: -19375576 - X: -229062400 Y: -20000000 - X: -220000000 Y: -19999536 - X: -220000064 Y: -12499904 - X: -220937632 Y: -10937436 - X: -223121744 Y: -10000000 - X: -167813024 Y: -10000832 - X: -170000000 Y: -13437612 - X: -169999536 Y: -30000000 - X: -90000000 Y: -29999536 - X: -90000144 Y: -12499888 - X: -92810944 Y: -10000000 - X: -90000000 Y: -9999536 - X: -90000144 Y: 7500112 - X: -92810944 Y: 10000000 - X: -90000000 Y: 10000464 - X: -90000144 Y: 27500112 - X: -92810944 Y: 30000000 - X: -70000000 Y: 29999536 - X: -69999536 Y: 10000000 - X: -50000000 Y: 10000464 - X: -50000464 Y: 15625000 - X: -60000160 Y: 15625128 - X: -64375000 Y: 20000144 - X: -64374536 Y: 30000000 - X: -60000000 Y: 29999536 - X: -59999536 Y: 20000000 - X: -30000000 Y: 20000464 - X: -29999536 Y: 30000000 - X: -15625000 Y: 29999536 - X: -15625128 Y: 19999840 - X: -20000144 Y: 15625000 - X: -40000000 Y: 15624536 - X: -39999536 Y: 10000000 - X: 10000000 Y: 9999536 - X: 10000464 Y: -10000000 - X: 20000000 Y: -9999536 - X: 19999872 Y: -4374904 - X: 15625000 Y: 144 - X: 15625464 Y: 10000000 - X: 20000000 Y: 9999536 - X: 20000464 Y: 0 - X: 40000000 Y: 464 - X: 40000464 Y: 10000000 - X: 44375000 Y: 9999536 - X: 44374872 Y: -160 - X: 39999856 Y: -4375000 - X: 30000000 Y: -4375464 - X: 30000464 Y: -10000000 - X: 70000000 Y: -10000464 - X: 70000464 Y: -50000000 - X: 72186976 Y: -50000832 - X: 70000000 Y: -53435346 - X: 69999936 Y: -52499904 - X: 69062368 Y: -50937436 - X: 66874920 Y: -50000000 - X: 62499888 Y: -50000176 - X: 60000000 Y: -53437644 - X: 60000192 Y: -59375144 - X: 60937612 Y: -60000000 - X: 62499392 Y: -60000880 - X: 60000000 Y: -63437644 - X: 60000192 Y: -69375144 - X: 60937612 Y: -70000000 - X: 62499392 Y: -70000880 - X: 60000000 Y: -73437648 - X: 60000192 Y: -79375144 - X: 60937612 Y: -80000000 - X: 62499392 Y: -80000880 - X: 60000000 Y: -83437648 - X: 60000192 Y: -89375144 - X: 60937612 Y: -90000000 - X: 62499392 Y: -90000880 - X: 60000000 Y: -93437648 - X: 60000192 Y: -99375144 - X: 60937612 Y: -100000000 - X: 62499392 Y: -100000880 - X: 60000000 Y: -103437648 - X: 60000192 Y: -109375144 - X: 60937612 Y: -110000000 - X: 62186972 Y: -110000832 - X: 60000000 Y: -113435352 - X: 59999856 Y: -112499888 - X: 57187324 Y: -110000000 - X: 52187372 Y: -110000192 - X: 50000000 Y: -113435352 - X: 49999856 Y: -112499888 - X: 47187324 Y: -110000000 - X: 42187372 Y: -110000192 - X: 40000000 Y: -113435352 - X: 39999856 Y: -112499888 - X: 37187324 Y: -110000000 - X: 32187372 Y: -110000192 - X: 30000000 Y: -113435352 - X: 29999856 Y: -112499888 - X: 27187324 Y: -110000000 - X: 22187372 Y: -110000192 - X: 20000000 Y: -113435352 - X: 19999856 Y: -112499888 - X: 17187324 Y: -110000000 - X: 12187372 Y: -110000192 - X: 10000000 Y: -113435352 - X: 9999856 Y: -112499888 - X: 7187324 Y: -110000000 - X: 2187372 Y: -110000192 - X: 0 Y: -113435352 - X: -144 Y: -112499888 - X: -2812676 Y: -110000000 - X: -7812628 Y: -110000192 - X: -10000000 Y: -113435352 - X: -10000144 Y: -112499888 - X: -12812676 Y: -110000000 - X: -17812628 Y: -110000192 - X: -20000000 Y: -113435352 - X: -20000144 Y: -112499888 - X: -22812676 Y: -110000000 - X: -27812628 Y: -110000192 - X: -30000000 Y: -113435352 - X: -30000144 Y: -112499888 - X: -32812676 Y: -110000000 - X: -37812628 Y: -110000192 - X: -40000000 Y: -113435352 - X: -40000144 Y: -112499888 - X: -42812676 Y: -110000000 - X: -47812628 Y: -110000192 - X: -50000000 Y: -113435352 - X: -50000144 Y: -112499888 - X: -52810948 Y: -110000000 - X: -50000000 Y: -109999536 - X: -50000064 Y: -102499904 - X: -50937628 Y: -100937440 - X: -53125080 Y: -100000000 - X: -57500112 Y: -100000176 - X: -60000000 Y: -103435632 - X: -60000064 Y: -102499904 - X: -60937628 Y: -100937440 - X: -63125080 Y: -100000000 - X: -67500112 Y: -100000176 - X: -70000000 Y: -103435632 - X: -70000064 Y: -102499904 - X: -70937632 Y: -100937440 - X: -73125080 Y: -100000000 - X: -77500112 Y: -100000176 - X: -80000000 Y: -103435632 - X: -80000064 Y: -102499904 - X: -80937632 Y: -100937440 - X: -83125080 Y: -100000000 - X: -87500112 Y: -100000176 - X: -90000000 Y: -103435632 - X: -90000144 Y: -92499888 - X: -92812672 Y: -90000000 - X: -97812624 Y: -90000192 - X: -100000000 Y: -93435352 - X: -100000144 Y: -92499888 - X: -102812672 Y: -90000000 - X: -107812624 Y: -90000192 - X: -110000000 Y: -93435352 - X: -110000144 Y: -92499888 - X: -112810944 Y: -90000000 - X: -110000000 Y: -89999536 - X: -110000144 Y: -72499888 - X: -112810944 Y: -70000000 - X: -80000000 Y: -69999536 - X: -80000128 Y: -64374904 - X: -84373624 Y: -60000000 - X: -55625976 Y: -60000992 - X: -60000144 Y: -64375000 - X: -70000000 Y: -64375464 - X: -69999536 Y: -70000000 - X: -50000000 Y: -69999536 - X: -50000464 Y: -50000000 - X: -90000000 Y: -50000464 - X: -90000960 Y: -52499168 - X: -92812672 Y: -50000000 - X: -97812624 Y: -50000192 - X: -100000000 Y: -53435348 - X: -100000144 Y: -52499888 - X: -102812672 Y: -50000000 - X: -107812624 Y: -50000192 - X: -110000000 Y: -53435348 - X: -110000144 Y: -52499888 - X: -112812672 Y: -50000000 - X: -117812624 Y: -50000192 - X: -120000000 Y: -53435348 - X: -120000144 Y: -52499888 - X: -122812672 Y: -50000000 - X: -127812624 Y: -50000192 - X: -130000000 Y: -53435348 - X: -130000144 Y: -52499888 - X: -132812672 Y: -50000000 - X: -137812624 Y: -50000192 - X: -140000000 Y: -53435348 - X: -140000144 Y: -52499888 - X: -142812672 Y: -50000000 - X: -147812624 Y: -50000192 - X: -150000000 Y: -53435348 - X: -150000144 Y: -52499888 - X: -152812672 Y: -50000000 - X: -157812624 Y: -50000192 - X: -160000000 Y: -53435348 - X: -160000144 Y: -52499888 - X: -162812672 Y: -50000000 - X: -167812624 Y: -50000192 - X: -170000000 Y: -53437612 - X: -169999536 Y: -70000000 - X: -167813024 Y: -70000832 - X: -170000000 Y: -73437616 - X: -169999536 Y: -90000000 - X: -167813024 Y: -90000832 - X: -170000000 Y: -93435352 - X: -170000144 Y: -92499888 - X: -172812672 Y: -90000000 - X: -177812624 Y: -90000192 - X: -180000000 Y: -93435352 - X: -180000144 Y: -92499888 - X: -182812672 Y: -90000000 - X: -187812624 Y: -90000192 - X: -190000000 Y: -93435352 - X: -190000144 Y: -92499888 - X: -192812672 Y: -90000000 - X: -197812624 Y: -90000192 - X: -200000000 Y: -93435352 - X: -200000144 Y: -92499888 - X: -202812672 Y: -90000000 - X: -207812624 Y: -90000192 - X: -210000000 Y: -93435352 - X: -210000144 Y: -92499888 - X: -212812672 Y: -90000000 - X: -217812624 Y: -90000192 - X: -220000000 Y: -93435352 - X: -220000144 Y: -92499888 - X: -222812672 Y: -90000000 - X: -227812624 Y: -90000192 - X: -230000000 Y: -93437616 - X: -229999536 Y: -110000000 - X: -227813024 Y: -110000832 - X: -230000000 Y: -113435352 - X: -230000144 Y: -112499888 - X: -232812672 Y: -110000000 - X: -237812624 Y: -110000192 - X: -240000000 Y: -113435352 - X: -240000144 Y: -112499888 - X: -242812672 Y: -110000000 - X: -247812624 Y: -110000192 - X: -250000000 Y: -113435352 - X: -250000144 Y: -112499888 - X: -252812672 Y: -110000000 - X: -257812624 Y: -110000192 - X: -260000000 Y: -113435352 - X: -260000144 Y: -112499888 - X: -262812672 Y: -110000000 - X: -267812624 Y: -110000192 - X: -270000000 Y: -113437616 - X: -269999536 Y: -130000000 - X: -267813024 Y: -130000832 - X: -270000000 Y: -133435352 - X: -270000144 Y: -132499888 - X: -272812688 Y: -130000000 - X: -277812640 Y: -130000192 - X: -280000000 Y: -133435352 - X: -280000144 Y: -132499888 - X: -282812688 Y: -130000000 - X: -287812640 Y: -130000192 - X: -290000000 Y: -133435352 - X: -290000144 Y: -132499888 - X: -292812688 Y: -130000000 - X: -297812640 Y: -130000192 - X: -300000000 Y: -133435352 - X: -300000144 Y: -132499888 - X: -302812688 Y: -130000000 - X: -307812640 Y: -130000192 - X: -310000000 Y: -133435352 - X: -310000144 Y: -132499888 - X: -312812688 Y: -130000000 - X: -317812640 Y: -130000192 - X: -320000000 Y: -133435352 - X: -320000144 Y: -132499888 - X: -322812688 Y: -130000000 - X: -327812640 Y: -130000192 - X: -330000000 Y: -133435352 - X: -330000144 Y: -132499888 - X: -332812688 Y: -130000000 - X: -337812640 Y: -130000192 - X: -340000000 Y: -133435352 - X: -340000144 Y: -132499888 - X: -342812688 Y: -130000000 - X: -347812640 Y: -130000192 - X: -350000000 Y: -133435352 - X: -350000144 Y: -132499888 - X: -352812688 Y: -130000000 - X: -357812640 Y: -130000192 - X: -360000000 Y: -133435352 - X: -360000144 Y: -132499888 - X: -362812688 Y: -130000000 - X: -367812640 Y: -130000192 - X: -370000000 Y: -133435352 - X: -370000144 Y: -132499888 - X: -372812688 Y: -130000000 - X: -377812640 Y: -130000192 - X: -380000000 Y: -133435352 - X: -380000144 Y: -132499888 - X: -382812688 Y: -130000000 - X: -387812640 Y: -130000192 - X: -390000000 Y: -133435352 - X: -390000144 Y: -132499888 - X: -392812688 Y: -130000000 - X: -397812640 Y: -130000192 - X: -400000000 Y: -133435352 - X: -400000144 Y: -132499888 - X: -402812688 Y: -130000000 - X: -407812640 Y: -130000192 - X: -410000000 Y: -133435352 - X: -410000144 Y: -132499888 - X: -412812688 Y: -130000000 - X: -417812640 Y: -130000192 - X: -420000000 Y: -133435352 - X: -420000144 Y: -132499888 - X: -422812688 Y: -130000000 - X: -427812640 Y: -130000192 - X: -430000000 Y: -133435352 - X: -430000144 Y: -132499888 - X: -432812688 Y: -130000000 - X: -437812640 Y: -130000192 - X: -440000000 Y: -133435352 - X: -440000144 Y: -132499888 - X: -442812688 Y: -130000000 - X: -447812640 Y: -130000192 - X: -450000000 Y: -133435352 - X: -450000144 Y: -132499888 - X: -452810960 Y: -130000000 - X: -450000000 Y: -129999536 - X: -450000064 Y: -122499904 - X: -450937632 Y: -120937440 - X: -453125072 Y: -120000000 - X: -457500112 Y: -120000176 - X: -460000000 Y: -123435632 - X: -460000064 Y: -122499904 - X: -460937632 Y: -120937440 - X: -463125072 Y: -120000000 - X: -467500112 Y: -120000176 - X: -470000000 Y: -123435632 - X: -470000144 Y: -112499888 - X: -472812688 Y: -110000000 - X: -477812640 Y: -110000192 - X: -480000000 Y: -113435352 - X: -480000144 Y: -112499888 - X: -482812688 Y: -110000000 - X: -487812640 Y: -110000192 - X: -490000000 Y: -113435352 - X: -490000144 Y: -112499888 - X: -492812688 Y: -110000000 - X: -497812640 Y: -110000192 - X: -500000000 Y: -113435352 - X: -500000144 Y: -112499888 - X: -502812688 Y: -110000000 - X: -507812640 Y: -110000192 - X: -510000000 Y: -113435352 - X: -510000144 Y: -112499888 - X: -512812688 Y: -110000000 - X: -517812640 Y: -110000192 - X: -520000000 Y: -113435352 - X: -520000144 Y: -112499888 - X: -522812688 Y: -110000000 - X: -527812640 Y: -110000192 - X: -530000000 Y: -113435352 - X: -530000144 Y: -112499888 - X: -532812688 Y: -110000000 - X: -537812608 Y: -110000192 - X: -540000000 Y: -113435352 - X: -540000144 Y: -112499888 - X: -542812656 Y: -110000000 - X: -547812608 Y: -110000192 - X: -550000000 Y: -113435352 - X: -550000144 Y: -112499888 - X: -552812656 Y: -110000000 - X: -557812608 Y: -110000192 - X: -560000000 Y: -113435352 - X: -560000144 Y: -112499888 - X: -562812656 Y: -110000000 - X: -567812608 Y: -110000192 - X: -570000000 Y: -113435352 - X: -570000144 Y: -112499888 - X: -572810928 Y: -110000000 - X: -570000000 Y: -109999536 - X: -570000144 Y: -92499888 - X: -572810928 Y: -90000000 - X: -530000000 Y: -89999536 - X: -529999168 Y: -89375576 - X: -529062400 Y: -90000000 - X: -520000000 Y: -89999536 - X: -519999168 Y: -89375576 - X: -519062400 Y: -90000000 - X: -510000000 Y: -89999536 - X: -509999168 Y: -89375576 - X: -509062400 Y: -90000000 - X: -500000000 Y: -89999536 - X: -499999168 Y: -89375576 - X: -499062400 Y: -90000000 - X: -490000000 Y: -89999536 - X: -490000064 Y: -82499904 - X: -490937632 Y: -80937440 - X: -493121744 Y: -80000000 - X: -490000000 Y: -79999536 - X: -489999168 Y: -79375576 - X: -489062400 Y: -80000000 - X: -480000000 Y: -79999536 - X: -480000064 Y: -72499904 - X: -480937632 Y: -70937440 - X: -483125072 Y: -70000000 - X: -487500112 Y: -70000176 - X: -490000000 Y: -73435632 - X: -490000064 Y: -72499904 - X: -490937632 Y: -70937440 - X: -493121744 Y: -70000000 - X: -491874960 Y: -69999968 - X: -490312448 Y: -69374792 - X: -490000000 Y: -68124936 - X: -490000128 Y: -60624904 - X: -490623616 Y: -60000000 - X: -490000000 Y: -59999536 - X: -489999168 Y: -59375576 - X: -489062400 Y: -60000000 - X: -480000000 Y: -59999536 - X: -479999168 Y: -59375576 - X: -479062400 Y: -60000000 - X: -470000000 Y: -59999536 - X: -470000064 Y: -52499904 - X: -470937632 Y: -50937436 - X: -473121744 Y: -50000000 - X: -430000000 Y: -49999536 - X: -429999168 Y: -49375576 - X: -429064560 Y: -50000000 - X: -430000000 Y: -50000464 - X: -429999536 Y: -90000000 - X: -400000000 Y: -89999536 - X: -400000464 Y: -84375000 - X: -420000160 Y: -84374872 - X: -424375008 Y: -79999856 - X: -424374544 Y: -50000000 - X: -420000000 Y: -49999536 - X: -419999168 Y: -49375576 - X: -419062400 Y: -50000000 - X: -410000000 Y: -49999536 - X: -409998768 Y: -45627467 - X: -409062496 Y: -47500048 - X: -408749616 Y: -50000000 - X: -401874960 Y: -49999968 - X: -400312448 Y: -49374792 - X: -400000000 Y: -48130790 - X: -399999808 Y: -49375144 - X: -399062400 Y: -50000000 - X: -390000000 Y: -49999536 - X: -389999168 Y: -49375576 - X: -389062400 Y: -50000000 - X: -380000000 Y: -49999536 - X: -379999168 Y: -49375576 - X: -379062400 Y: -50000000 - X: -370000000 Y: -49999536 - X: -369999168 Y: -49375576 - X: -369062400 Y: -50000000 - X: -360000000 Y: -49999536 - X: -359999168 Y: -49375576 - X: -359062400 Y: -50000000 - X: -350000000 Y: -49999536 - X: -350000064 Y: -42499904 - X: -350937632 Y: -40937436 - X: -353121744 Y: -40000000 - X: -350000000 Y: -39999536 - X: -350000064 Y: -32499904 - X: -350937632 Y: -30937436 - X: -353125072 Y: -30000000 - X: -357500112 Y: -30000176 - X: -360000000 Y: -33435628 - X: -360000064 Y: -32499904 - X: -360937632 Y: -30937436 - X: -363125072 Y: -30000000 - X: -367500112 Y: -30000176 - X: -370000000 Y: -33435628 - X: -370000064 Y: -32499904 - X: -370937632 Y: -30937436 - X: -373125072 Y: -30000000 - X: -377500112 Y: -30000176 - X: -380000000 Y: -33435628 - X: -380000064 Y: -32499904 - X: -380937632 Y: -30937436 - X: -383125072 Y: -30000000 - X: -387500112 Y: -30000176 - X: -390000000 Y: -33437644 - X: -389999808 Y: -39375144 - X: -389062385 Y: -40000000 - X: -387500608 Y: -40000880 - X: -390000000 Y: -43435628 - X: -390000064 Y: -42499904 - X: -390937632 Y: -40937436 - X: -393125072 Y: -40000000 - X: -397500112 Y: -40000176 - X: -400000000 Y: -43435628 - X: -400000128 Y: -40624904 - X: -400625184 Y: -40000000 - X: -409375104 Y: -40000128 - X: -410000000 Y: -40625192 - X: -410001168 Y: -42498048 - X: -410937632 Y: -40937436 - X: -413121744 Y: -40000000 - X: -410000000 Y: -39999536 - X: -410000064 Y: -32499904 - X: -410937632 Y: -30937436 - X: -413125072 Y: -30000000 - X: -417500112 Y: -30000176 - X: -420000000 Y: -33437644 - X: -419999808 Y: -39375144 - X: -419062385 Y: -40000000 - X: -417500608 Y: -40000880 - X: -420000000 Y: -43435628 - X: -420000064 Y: -42499904 - X: -420937632 Y: -40937436 - X: -423125072 Y: -40000000 - X: -427500112 Y: -40000176 - X: -430000000 Y: -43437644 - X: -430000464 Y: -44375000 - X: -470000000 Y: -44374536 - X: -470000064 Y: -42499904 - X: -470937632 Y: -40937436 - X: -473125072 Y: -40000000 - X: -477500112 Y: -40000176 - X: -480000000 Y: -43435628 - X: -480000064 Y: -42499904 - X: -480937632 Y: -40937436 - X: -483121744 Y: -40000000 - X: -480000000 Y: -39999536 - X: -480000064 Y: -32499904 - X: -480937632 Y: -30937436 - X: -483121744 Y: -30000000 - X: -480000000 Y: -29999536 - X: -480000064 Y: -22499904 - X: -480937632 Y: -20937436 - X: -483125072 Y: -20000000 - X: -487500112 Y: -20000176 - X: -490000000 Y: -23435628 - X: -490000064 Y: -22499904 - X: -490937632 Y: -20937436 - X: -493125072 Y: -20000000 - X: -497500112 Y: -20000176 - X: -500000000 Y: -23435628 - X: -500000064 Y: -22499904 - X: -500937632 Y: -20937436 - X: -503121744 Y: -20000000 - X: -500000000 Y: -19999536 - X: -500000064 Y: -12499904 - X: -500937632 Y: -10937436 - X: -503121744 Y: -10000000 - X: -500000000 Y: -9999536 - X: -500000064 Y: -2499904 - X: -500937632 Y: -937436 - X: -503125072 Y: 0 - X: -507500112 Y: -176 - X: -510000000 Y: -3437644 - X: -509999808 Y: -9375144 - X: -509062385 Y: -10000000 - X: -507500608 Y: -10000880 - X: -510000000 Y: -13435628 - X: -510000064 Y: -12499904 - X: -510937632 Y: -10937436 - X: -513125072 Y: -10000000 - X: -517500112 Y: -10000176 - X: -520000000 Y: -13435628 - X: -520000064 Y: -12499904 - X: -520937632 Y: -10937436 - X: -523125072 Y: -10000000 - X: -527500112 Y: -10000176 - X: -530000000 Y: -13437644 - X: -529999808 Y: -19375144 - X: -529062385 Y: -20000000 - X: -527500608 Y: -20000880 - X: -530000000 Y: -23437644 - X: -529999808 Y: -29375144 - X: -529062385 Y: -30000000 - X: -527500608 Y: -30000880 - X: -530000000 Y: -33435628 - X: -530000064 Y: -32499904 - X: -530937632 Y: -30937436 - X: -533125072 Y: -30000000 - X: -537500144 Y: -30000176 - X: -540000000 Y: -33435628 - X: -540000064 Y: -32499904 - X: -540937600 Y: -30937436 - X: -543125072 Y: -30000000 - X: -547500144 Y: -30000176 - X: -550000000 Y: -33435628 - X: -550000064 Y: -32499904 - X: -550937600 Y: -30937436 - X: -553125072 Y: -30000000 - X: -557500144 Y: -30000176 - X: -560000000 Y: -33437644 - X: -559999808 Y: -39375144 - X: -559062416 Y: -40000000 - X: -557500640 Y: -40000880 - X: -560000000 Y: -43435628 - X: -560000064 Y: -42499904 - X: -560937600 Y: -40937436 - X: -563125072 Y: -40000000 - X: -567500144 Y: -40000176 - X: -570000000 Y: -43437644 - X: -570000464 Y: -44375000 - X: -590000000 Y: -44375464 - X: -589999536 Y: -50000000 - X: -570000000 Y: -49999536 - X: -569999168 Y: -49375576 - X: -569062429 Y: -50000000 - X: -560000000 Y: -49999536 - X: -559999168 Y: -49375576 - X: -559062429 Y: -50000000 - X: -550000000 Y: -49999536 - X: -549999168 Y: -49375576 - X: -549062429 Y: -50000000 - X: -540000000 Y: -49999536 - X: -539999168 Y: -49375576 - X: -539062429 Y: -50000000 - X: -530000000 Y: -49999536 - X: -529999168 Y: -49375576 - X: -529062400 Y: -50000000 - X: -520000000 Y: -49999536 - X: -519999168 Y: -49375576 - X: -519062400 Y: -50000000 - X: -510000000 Y: -49999536 - X: -509999168 Y: -49375576 - X: -509062400 Y: -50000000 - X: -500000000 Y: -49999536 - X: -499999168 Y: -49375576 - X: -499062385 Y: -50000000 - X: -497500608 Y: -50000880 - X: -500000000 Y: -53437644 - X: -499999808 Y: -59375134 - X: -499064560 Y: -60000000 - X: -499375104 Y: -60000128 - X: -500000000 Y: -60625192 - X: -499999952 Y: -65625080 - X: -499062496 Y: -67500048 - X: -498749616 Y: -70000000 - X: -497500608 Y: -70000880 - X: -500000000 Y: -73435632 - X: -500000064 Y: -72499904 - X: -500937632 Y: -70937440 - X: -503125072 Y: -70000000 - X: -507500112 Y: -70000176 - X: -510000000 Y: -73435632 - X: -510000064 Y: -72499904 - X: -510937632 Y: -70937440 - X: -513121744 Y: -70000000 - X: -510000000 Y: -69999536 - X: -510000064 Y: -62499904 - X: -510937632 Y: -60937436 - X: -513125072 Y: -60000000 - X: -517500112 Y: -60000176 - X: -520000000 Y: -63435628 - X: -520000064 Y: -62499904 - X: -520937632 Y: -60937436 - X: -523125072 Y: -60000000 - X: -527500112 Y: -60000176 - X: -530000000 Y: -63435628 - X: -530000064 Y: -62499904 - X: -530937632 Y: -60937436 - X: -533125072 Y: -60000000 - X: -537500144 Y: -60000176 - X: -540000000 Y: -63437644 - X: -539999808 Y: -69375144 - X: -539062429 Y: -70000000 - X: -530000000 Y: -69999536 - X: -529999168 Y: -69375576 - X: -529062385 Y: -70000000 - X: -527500608 Y: -70000880 - X: -530000000 Y: -73437648 - X: -529999808 Y: -79375144 - X: -529062385 Y: -80000000 - X: -527500608 Y: -80000880 - X: -530000000 Y: -83437648 - X: -530000464 Y: -84375000 - X: -570000000 Y: -84374536 - X: -570000064 Y: -82499904 - X: -570937600 Y: -80937440 - X: -573125072 Y: -80000000 - X: -577500144 Y: -80000176 - X: -580000000 Y: -83435632 - X: -580000064 Y: -82499904 - X: -580937600 Y: -80937440 - X: -583121744 Y: -80000000 - X: -580000000 Y: -79999536 - X: -580000064 Y: -72499904 - X: -580937600 Y: -70937440 - X: -583125072 Y: -70000000 - X: -587500144 Y: -70000176 - X: -590000000 Y: -73435632 - X: -590000144 Y: -72499888 - X: -592812656 Y: -70000000 - X: -597812608 Y: -70000192 - X: -600000000 Y: -73435352 - X: -600000144 Y: -72499888 - X: -602812656 Y: -70000000 - X: -607812608 Y: -70000192 - X: -610000000 Y: -73437616 - X: -609999536 Y: -90000000 - X: -607813008 Y: -90000832 - X: -610000000 Y: -93435352 - X: -610000144 Y: -92499888 - X: -612812656 Y: -90000000 - X: -617812608 Y: -90000192 - X: -620000000 Y: -93435352 - X: -620000144 Y: -92499888 - X: -622812656 Y: -90000000 - X: -627812608 Y: -90000192 - X: -630000000 Y: -93437616 - X: -629999536 Y: -110000000 - X: -627813008 Y: -110000832 - X: -630000000 Y: -113435352 - X: -630000144 Y: -112499888 - X: -632812656 Y: -110000000 - X: -637812608 Y: -110000192 - X: -640000000 Y: -113435352 - X: -640000144 Y: -112499888 - X: -642812656 Y: -110000000 - X: -647812608 Y: -110000192 - X: -650000000 Y: -113435352 - X: -650000144 Y: -112499888 - X: -652812656 Y: -110000000 - X: -657812608 Y: -110000192 - X: -660000000 Y: -113435352 - X: -660000144 Y: -112499888 - X: -662812656 Y: -110000000 - X: -667812608 Y: -110000192 - X: -670000000 Y: -113435352 - X: -670000144 Y: -112499888 - X: -672810928 Y: -110000000 - X: -670000000 Y: -109999536 - X: -670000144 Y: -92499888 - X: -672810928 Y: -90000000 - X: -670000000 Y: -89999536 - X: -670000144 Y: -72499888 - X: -672810928 Y: -70000000 - X: -670000000 Y: -69999536 - X: -670000144 Y: -52499888 - X: -672810928 Y: -50000000 - X: -670000000 Y: -49999536 - X: -670000144 Y: -32499888 - X: -672812656 Y: -30000000 - X: -677812608 Y: -30000192 - X: -680000000 Y: -33435348 - X: -680000144 Y: -32499888 - X: -682812656 Y: -30000000 - X: -687812608 Y: -30000192 - X: -690000000 Y: -33435348 - X: -690000144 Y: -32499888 - X: -692812656 Y: -30000000 - X: -697812608 Y: -30000192 - X: -700000000 Y: -33435348 - X: -700000144 Y: -32499888 - X: -702812656 Y: -30000000 - X: -707812608 Y: -30000192 - X: -710000000 Y: -33435348 - X: -710000144 Y: -32499888 - X: -712812656 Y: -30000000 - X: -717812608 Y: -30000192 - X: -720000000 Y: -33435348 - X: -720000144 Y: -32499888 - X: -722812656 Y: -30000000 - X: -727812608 Y: -30000192 - X: -730000000 Y: -33435348 - X: -730000144 Y: -32499888 - X: -732812656 Y: -30000000 - X: -737812608 Y: -30000192 - X: -740000000 Y: -33435348 - X: -740000144 Y: -32499888 - X: -742812656 Y: -30000000 - X: -747812608 Y: -30000192 - X: -750000000 Y: -33435348 - X: -750000144 Y: -32499888 - X: -752812656 Y: -30000000 - X: -757812608 Y: -30000192 - X: -760000000 Y: -33437612 - X: -759999536 Y: -50000000 - X: -757813008 Y: -50000832 - X: -760000000 Y: -53435348 - X: -760000464 Y: -50000000 - X: -800000000 Y: -50000464 - X: -799999536 Y: -70000000 - X: -790000000 Y: -69999536 - X: -790000128 Y: -64374904 - X: -794373600 Y: -60000000 - X: -765626000 Y: -60000992 - X: -770000144 Y: -64375000 - X: -780000000 Y: -64375464 - X: -779999536 Y: -70000000 - X: -757813008 Y: -70000832 - X: -760000000 Y: -73437616 - X: -759999536 Y: -90000000 - X: -757813008 Y: -90000832 - X: -760000000 Y: -93435352 - X: -760000144 Y: -92499888 - X: -762812656 Y: -90000000 - X: -767812608 Y: -90000192 - X: -770000000 Y: -93435352 - X: -770000144 Y: -92499888 - X: -772812656 Y: -90000000 - X: -777812608 Y: -90000192 - X: -780000000 Y: -93435352 - X: -780000144 Y: -92499888 - X: -782812656 Y: -90000000 - X: -787812608 Y: -90000192 - X: -790000000 Y: -93435352 - X: -790000144 Y: -92499888 - X: -792812656 Y: -90000000 - X: -797812608 Y: -90000192 - X: -800000000 Y: -93435352 - X: -800000144 Y: -92499888 - X: -802812656 Y: -90000000 - X: -807812608 Y: -90000192 - X: -810000000 Y: -93435352 - X: -810000144 Y: -92499888 - X: -812812656 Y: -90000000 - X: -817812608 Y: -90000192 - X: -820000000 Y: -93435352 - X: -820000144 Y: -92499888 - X: -822812656 Y: -90000000 - X: -827812608 Y: -90000192 - X: -830000000 Y: -93435352 - X: -830000144 Y: -92499888 - X: -832812656 Y: -90000000 - X: -837812608 Y: -90000192 - X: -840000000 Y: -93435352 - X: -840000144 Y: -92499888 - X: -842812656 Y: -90000000 - X: -847812608 Y: -90000192 - X: -850000000 Y: -93435352 - X: -850000144 Y: -92499888 - X: -852812656 Y: -90000000 - X: -857812608 Y: -90000192 - X: -860000000 Y: -93435352 - X: -860000144 Y: -92499888 - X: -862812656 Y: -90000000 - X: -867812608 Y: -90000192 - X: -870000000 Y: -93435352 - X: -870000144 Y: -92499888 - X: -872812656 Y: -90000000 - X: -877812608 Y: -90000192 - X: -880000000 Y: -93435352 - X: -880000144 Y: -92499888 - X: -882810928 Y: -90000000 - X: -880000000 Y: -89999536 - X: -880000144 Y: -72499888 - X: -882812656 Y: -70000000 - X: -887812608 Y: -70000192 - X: -890000000 Y: -73435352 - X: -890000144 Y: -72499888 - X: -892812656 Y: -70000000 - X: -897812608 Y: -70000192 - X: -900000000 Y: -73435352 - X: -900000144 Y: -72499888 - X: -902812656 Y: -70000000 - X: -907812608 Y: -70000192 - X: -910000000 Y: -73435352 - X: -910000144 Y: -72499888 - X: -912812656 Y: -70000000 - X: -917812608 Y: -70000192 - X: -920000000 Y: -73435352 - X: -920000464 Y: -70000000 - X: -960000000 Y: -69999536 - X: -960000464 Y: -50000000 - X: -1000000000 Y: -49999536 - X: -999999536 Y: -10000000 - X: -980000000 Y: -9999536 - X: -979999536 Y: 10000000 - X: -940000000 Y: 10000464 - X: -940000144 Y: 27500112 - X: -942810928 Y: 30000000 - X: -940000000 Y: 30000464 - X: -939998768 Y: 34372532 - X: -939062528 Y: 32499952 - X: -938749616 Y: 30000000 - X: -931874960 Y: 30000032 - X: -930312448 Y: 30625208 - X: -930000000 Y: 31875064 - X: -930000128 Y: 39375096 - X: -930625216 Y: 40000000 - X: -939375072 Y: 39999872 - X: -940000000 Y: 39376376 - X: -940000144 Y: 47500112 - X: -942810928 Y: 50000000 - X: -940000000 Y: 50000464 - X: -940000144 Y: 67500112 - X: -942810928 Y: 70000000 - X: -940000000 Y: 70000464 - X: -940000144 Y: 87500112 - X: -942810928 Y: 90000000 - X: -940000000 Y: 90000464 - X: -940000144 Y: 107500112 - X: -942812656 Y: 110000000 - X: -947812608 Y: 109999808 - X: -950000000 Y: 106564649 - X: -950000144 Y: 107500112 - X: -952812656 Y: 110000000 - X: -957812608 Y: 109999808 - X: -960000000 Y: 106564649 - X: -960000144 Y: 107500112 - X: -962812656 Y: 110000000 - X: -967812608 Y: 109999808 - X: -970000000 Y: 106564649 - X: -970000144 Y: 107500112 - X: -972812656 Y: 110000000 - X: -977812608 Y: 109999808 - X: -980000000 Y: 106564649 - X: -980000144 Y: 107500112 - X: -982812656 Y: 110000000 - X: -987812608 Y: 109999808 - X: -990000000 Y: 106564649 - X: -990000144 Y: 107500112 - X: -992812656 Y: 110000000 - X: -997812608 Y: 109999808 - X: -1000000000 Y: 106564649 - X: -1000000144 Y: 107500112 - X: -1002812656 Y: 110000000 - X: -1007812608 Y: 109999808 - X: -1010000000 Y: 106564649 - X: -1010000144 Y: 107500112 - X: -1012812656 Y: 110000000 - X: -1017812608 Y: 109999808 - X: -1020000000 Y: 106564649 - X: -1020000144 Y: 107500112 - X: -1022812656 Y: 110000000 - X: -1027812608 Y: 109999808 - X: -1030000000 Y: 106564649 - X: -1030000144 Y: 107500112 - X: -1032812656 Y: 110000000 - X: -1037812608 Y: 109999808 - X: -1040000000 Y: 106564649 - X: -1040000144 Y: 107500112 - X: -1042812656 Y: 110000000 - X: -1047812608 Y: 109999808 - X: -1050000000 Y: 106564649 - X: -1050000144 Y: 107500112 - X: -1052812656 Y: 110000000 - X: -1057812608 Y: 109999808 - X: -1060000000 Y: 106564649 - X: -1060000144 Y: 107500112 - X: -1062812656 Y: 110000000 - X: -1067812608 Y: 109999808 - X: -1070000000 Y: 106564649 - X: -1070000144 Y: 107500112 - X: -1072812656 Y: 110000000 - X: -1077812608 Y: 109999808 - X: -1080000000 Y: 106564649 - X: -1080000144 Y: 107500112 - X: -1082812720 Y: 110000000 - X: -1087812608 Y: 109999808 - X: -1090000000 Y: 106564649 - X: -1090000144 Y: 107500112 - X: -1092812720 Y: 110000000 - X: -1097812608 Y: 109999808 - X: -1100000000 Y: 106564649 - X: -1100000144 Y: 107500112 - X: -1102812720 Y: 110000000 - X: -1107812608 Y: 109999808 - X: -1110000000 Y: 106564649 - X: -1110000144 Y: 107500112 - X: -1112812720 Y: 110000000 - X: -1117812608 Y: 109999808 - X: -1120000000 Y: 106564649 - X: -1120000144 Y: 107500112 - X: -1122812720 Y: 110000000 - X: -1127812608 Y: 109999808 - X: -1130000000 Y: 106564649 - X: -1130000144 Y: 107500112 - X: -1132812720 Y: 110000000 - X: -1137812608 Y: 109999808 - X: -1140000000 Y: 106564649 - X: -1140000144 Y: 107500112 - X: -1142812720 Y: 110000000 - X: -1147812608 Y: 109999808 - X: -1150000000 Y: 106564649 - X: -1150000144 Y: 107500112 - X: -1152812720 Y: 110000000 - X: -1157812608 Y: 109999808 - X: -1160000000 Y: 106562384 - X: -1159999536 Y: 90000000 - X: -1157813008 Y: 89999168 - X: -1160000000 Y: 86562384 - X: -1159999536 Y: 70000000 - X: -1157813008 Y: 69999168 - X: -1160000000 Y: 66562388 - X: -1159999536 Y: 50000000 - X: -1157813008 Y: 49999168 - X: -1160000000 Y: 46562388 - X: -1159999536 Y: 30000000 - X: -1157813008 Y: 29999168 - X: -1160000000 Y: 26562388 - X: -1159999536 Y: 4375000 - X: -1080000000 Y: 4374536 - X: -1079999536 Y: -10000000 - X: -1070000000 Y: -10000464 - X: -1070000464 Y: -30000000 - X: -1100000000 Y: -30000464 - X: -1099999536 Y: -120000000 - X: -1090000000 Y: -120000464 - X: -1089999536 Y: -130000000 - X: -1050000000 Y: -129999536 - X: -1049999536 Y: -120000000 - X: -1030000000 Y: -120000464 - X: -1029999536 Y: -130000000 - X: -970000000 Y: -129999536 - X: -969999536 Y: -100000000 - X: -960000000 Y: -100000464 - X: -959999536 Y: -110000000 - X: -940000000 Y: -109999536 - X: -940000464 Y: -90000000 - X: -980000000 Y: -90000464 - X: -980000464 Y: -120000000 - X: -1020000000 Y: -119999536 - X: -1020000464 Y: -110000000 - X: -1060000000 Y: -110000464 - X: -1060000464 Y: -120000000 - X: -1080000000 Y: -119999536 - X: -1080000464 Y: -110000000 - X: -1090000000 Y: -109999536 - X: -1089999536 Y: -50000000 - X: -1080000000 Y: -49999536 - X: -1079999536 Y: -40000000 - X: -1060000000 Y: -39999536 - X: -1059999536 Y: 4375000 - X: -1020000000 Y: 4374536 - X: -1019999536 Y: -10000000 - X: -1010000000 Y: -10000464 - X: -1009999536 Y: -60000000 - X: -970000000 Y: -60000464 - X: -969999536 Y: -80000000 - X: -940000000 Y: -80000464 - X: -939999536 Y: -90000000 - X: -925625024 Y: -90000464 - X: -925624560 Y: -170000000 - - X: -1149998848 Y: 86564292 - X: -1150000144 Y: 87500112 - X: -1152810992 Y: 90000000 - X: -1147813008 Y: 89999168 - - X: -1139998848 Y: 86564292 - X: -1140000144 Y: 87500112 - X: -1142810992 Y: 90000000 - X: -1137813008 Y: 89999168 - - X: -1129998848 Y: 86564292 - X: -1130000144 Y: 87500112 - X: -1132810992 Y: 90000000 - X: -1127813008 Y: 89999168 - - X: -1119998848 Y: 86564292 - X: -1120000144 Y: 87500112 - X: -1122810992 Y: 90000000 - X: -1117813008 Y: 89999168 - - X: -1109998848 Y: 86564292 - X: -1110000144 Y: 87500112 - X: -1112810992 Y: 90000000 - X: -1107813008 Y: 89999168 - - X: -1099998848 Y: 86564292 - X: -1100000144 Y: 87500112 - X: -1102810992 Y: 90000000 - X: -1097813008 Y: 89999168 - - X: -1089998848 Y: 86564292 - X: -1090000144 Y: 87500112 - X: -1092810992 Y: 90000000 - X: -1087813008 Y: 89999168 - - X: -1079998848 Y: 86564292 - X: -1080000144 Y: 87500112 - X: -1082810992 Y: 90000000 - X: -1077813008 Y: 89999168 - - X: -1069998848 Y: 86564292 - X: -1070000144 Y: 87500112 - X: -1072810928 Y: 90000000 - X: -1067813008 Y: 89999168 - - X: -1059998848 Y: 86564292 - X: -1060000144 Y: 87500112 - X: -1062810928 Y: 90000000 - X: -1057813008 Y: 89999168 - - X: -1049998848 Y: 86564292 - X: -1050000144 Y: 87500112 - X: -1052810928 Y: 90000000 - X: -1047813008 Y: 89999168 - - X: -1039998848 Y: 86564292 - X: -1040000144 Y: 87500112 - X: -1042810928 Y: 90000000 - X: -1037813008 Y: 89999168 - - X: -1029998848 Y: 86564292 - X: -1030000144 Y: 87500112 - X: -1032810928 Y: 90000000 - X: -1027813008 Y: 89999168 - - X: -1019998848 Y: 86564292 - X: -1020000144 Y: 87500112 - X: -1022810928 Y: 90000000 - X: -1017813008 Y: 89999168 - - X: -1009998848 Y: 86564292 - X: -1010000144 Y: 87500112 - X: -1012810928 Y: 90000000 - X: -1007813008 Y: 89999168 - - X: -999998848 Y: 86564292 - X: -1000000144 Y: 87500112 - X: -1002810928 Y: 90000000 - X: -997813008 Y: 89999168 - - X: -989998848 Y: 86564292 - X: -990000144 Y: 87500112 - X: -992810928 Y: 90000000 - X: -987813008 Y: 89999168 - - X: -979998848 Y: 86564292 - X: -980000144 Y: 87500112 - X: -982810928 Y: 90000000 - X: -977813008 Y: 89999168 - - X: -969998848 Y: 86564292 - X: -970000144 Y: 87500112 - X: -972810928 Y: 90000000 - X: -967813008 Y: 89999168 - - X: -959998848 Y: 86564292 - X: -960000144 Y: 87500112 - X: -962810928 Y: 90000000 - X: -957813008 Y: 89999168 - - X: -949998848 Y: 86564292 - X: -950000144 Y: 87500112 - X: -952810928 Y: 90000000 - X: -947813008 Y: 89999168 - - X: -849998848 Y: 86564292 - X: -850000144 Y: 87500112 - X: -852810928 Y: 90000000 - X: -847813008 Y: 89999168 - - X: -839998848 Y: 86564292 - X: -840000144 Y: 87500112 - X: -842810928 Y: 90000000 - X: -837813008 Y: 89999168 - - X: -829998848 Y: 86564292 - X: -830000144 Y: 87500112 - X: -832810928 Y: 90000000 - X: -827813008 Y: 89999168 - - X: -820000000 Y: 87501264 - X: -822810928 Y: 90000000 - X: -820000000 Y: 89999536 - - X: -719998848 Y: 86564304 - X: -719999536 Y: 90000000 - X: -717813008 Y: 89999168 - - X: -709998848 Y: 86564292 - X: -710000144 Y: 87500112 - X: -712810928 Y: 90000000 - X: -707813008 Y: 89999168 - - X: -699998848 Y: 86564292 - X: -700000144 Y: 87500112 - X: -702810928 Y: 90000000 - X: -697813008 Y: 89999168 - - X: -689998848 Y: 86564292 - X: -690000144 Y: 87500112 - X: -692810928 Y: 90000000 - X: -687813008 Y: 89999168 - - X: -679998848 Y: 86564292 - X: -680000144 Y: 87500112 - X: -682810928 Y: 90000000 - X: -677813008 Y: 89999168 - - X: -669998848 Y: 86564292 - X: -670000144 Y: 87500112 - X: -672810928 Y: 90000000 - X: -667813008 Y: 89999168 - - X: -659998848 Y: 86564292 - X: -660000144 Y: 87500112 - X: -662810928 Y: 90000000 - X: -657813008 Y: 89999168 - - X: -649998848 Y: 86564292 - X: -650000144 Y: 87500112 - X: -652810928 Y: 90000000 - X: -647813008 Y: 89999168 - - X: -639998848 Y: 86564292 - X: -640000144 Y: 87500112 - X: -642810928 Y: 90000000 - X: -637813008 Y: 89999168 - - X: -629998848 Y: 86564292 - X: -630000144 Y: 87500112 - X: -632810928 Y: 90000000 - X: -627813008 Y: 89999168 - - X: -619998848 Y: 86564292 - X: -620000144 Y: 87500112 - X: -622810928 Y: 90000000 - X: -617813008 Y: 89999168 - - X: -609998848 Y: 86564292 - X: -610000144 Y: 87500112 - X: -612810928 Y: 90000000 - X: -607813008 Y: 89999168 - - X: -599998848 Y: 86564292 - X: -600000144 Y: 87500112 - X: -602810928 Y: 90000000 - X: -597813008 Y: 89999168 - - X: -589998848 Y: 86564292 - X: -590000144 Y: 87500112 - X: -592810928 Y: 90000000 - X: -587813008 Y: 89999168 - - X: -579998848 Y: 86564292 - X: -580000144 Y: 87500112 - X: -582810928 Y: 90000000 - X: -577813008 Y: 89999168 - - X: -569998848 Y: 86564292 - X: -570000144 Y: 87500112 - X: -572810928 Y: 90000000 - X: -567813008 Y: 89999168 - - X: -559998848 Y: 86564292 - X: -560000144 Y: 87500112 - X: -562810928 Y: 90000000 - X: -557813008 Y: 89999168 - - X: -549998848 Y: 86564292 - X: -550000144 Y: 87500112 - X: -552810928 Y: 90000000 - X: -547813008 Y: 89999168 - - X: -539998848 Y: 86564292 - X: -540000144 Y: 87500112 - X: -542810928 Y: 90000000 - X: -537813008 Y: 89999168 - - X: -529998848 Y: 86564292 - X: -530000144 Y: 87500112 - X: -532810960 Y: 90000000 - X: -527813040 Y: 89999168 - - X: -519998848 Y: 86564292 - X: -520000144 Y: 87500112 - X: -522810960 Y: 90000000 - X: -517813040 Y: 89999168 - - X: -509998848 Y: 86564292 - X: -510000144 Y: 87500112 - X: -512810960 Y: 90000000 - X: -507813040 Y: 89999168 - - X: -499998848 Y: 86564292 - X: -500000144 Y: 87500112 - X: -502810960 Y: 90000000 - X: -497813040 Y: 89999168 - - X: -489998848 Y: 86564292 - X: -490000144 Y: 87500112 - X: -492810960 Y: 90000000 - X: -487813040 Y: 89999168 - - X: -479998848 Y: 86564292 - X: -480000144 Y: 87500112 - X: -482810960 Y: 90000000 - X: -477813040 Y: 89999168 - - X: -469998848 Y: 86564292 - X: -470000144 Y: 87500112 - X: -472810960 Y: 90000000 - X: -467813040 Y: 89999168 - - X: -459998848 Y: 86564292 - X: -460000144 Y: 87500112 - X: -462810960 Y: 90000000 - X: -457813040 Y: 89999168 - - X: -449998848 Y: 86564292 - X: -450000144 Y: 87500112 - X: -452810960 Y: 90000000 - X: -447813040 Y: 89999168 - - X: -439998848 Y: 86564292 - X: -440000144 Y: 87500112 - X: -442810960 Y: 90000000 - X: -437813040 Y: 89999168 - - X: -429998848 Y: 86564292 - X: -430000144 Y: 87500112 - X: -432810960 Y: 90000000 - X: -427813040 Y: 89999168 - - X: -419998848 Y: 86564292 - X: -420000144 Y: 87500112 - X: -422810960 Y: 90000000 - X: -417813040 Y: 89999168 - - X: -409998848 Y: 86564292 - X: -410000144 Y: 87500112 - X: -412810960 Y: 90000000 - X: -407813040 Y: 89999168 - - X: -399998848 Y: 86564292 - X: -400000144 Y: 87500112 - X: -402810960 Y: 90000000 - X: -397813040 Y: 89999168 - - X: -389998848 Y: 86564292 - X: -390000144 Y: 87500112 - X: -392810960 Y: 90000000 - X: -387813040 Y: 89999168 - - X: -379998848 Y: 86564292 - X: -380000144 Y: 87500112 - X: -382810960 Y: 90000000 - X: -377813040 Y: 89999168 - - X: -369998848 Y: 86564292 - X: -370000144 Y: 87500112 - X: -372810960 Y: 90000000 - X: -367813040 Y: 89999168 - - X: -359998848 Y: 86564292 - X: -360000144 Y: 87500112 - X: -362810960 Y: 90000000 - X: -357813040 Y: 89999168 - - X: -349998848 Y: 86564292 - X: -350000144 Y: 87500112 - X: -352810960 Y: 90000000 - X: -347813040 Y: 89999168 - - X: -339998848 Y: 86564292 - X: -340000144 Y: 87500112 - X: -342810960 Y: 90000000 - X: -337813040 Y: 89999168 - - X: -329998848 Y: 86564292 - X: -330000144 Y: 87500112 - X: -332810960 Y: 90000000 - X: -327813040 Y: 89999168 - - X: -319998848 Y: 86564292 - X: -320000144 Y: 87500112 - X: -322810960 Y: 90000000 - X: -317813040 Y: 89999168 - - X: -309998848 Y: 86564292 - X: -310000144 Y: 87500112 - X: -312810960 Y: 90000000 - X: -307813040 Y: 89999168 - - X: -299998848 Y: 86564292 - X: -300000144 Y: 87500112 - X: -302810960 Y: 90000000 - X: -297813040 Y: 89999168 - - X: -289998848 Y: 86564292 - X: -290000144 Y: 87500112 - X: -292810960 Y: 90000000 - X: -287813040 Y: 89999168 - - X: -279998848 Y: 86564292 - X: -280000144 Y: 87500112 - X: -282810960 Y: 90000000 - X: -277813040 Y: 89999168 - - X: -269998848 Y: 86564292 - X: -270000144 Y: 87500112 - X: -272810960 Y: 90000000 - X: -267813024 Y: 89999168 - - X: -259998848 Y: 86564292 - X: -260000144 Y: 87500112 - X: -262810944 Y: 90000000 - X: -257813024 Y: 89999168 - - X: -249998848 Y: 86564292 - X: -250000144 Y: 87500112 - X: -252810944 Y: 90000000 - X: -247813024 Y: 89999168 - - X: -239998848 Y: 86564292 - X: -240000144 Y: 87500112 - X: -242810944 Y: 90000000 - X: -237813024 Y: 89999168 - - X: -229998848 Y: 86564292 - X: -230000144 Y: 87500112 - X: -232810944 Y: 90000000 - X: -227813024 Y: 89999168 - - X: -219998848 Y: 86564292 - X: -220000144 Y: 87500112 - X: -222810944 Y: 90000000 - X: -217813024 Y: 89999168 - - X: -209998848 Y: 86564292 - X: -210000144 Y: 87500112 - X: -212810944 Y: 90000000 - X: -207813024 Y: 89999168 - - X: -719998848 Y: 6564296 - X: -720000144 Y: 7500112 - X: -722812656 Y: 10000000 - X: -727812608 Y: 9999808 - X: -730000000 Y: 6564653 - X: -730000144 Y: 7500112 - X: -732812656 Y: 10000000 - X: -737812608 Y: 9999808 - X: -740000000 Y: 6564653 - X: -740000144 Y: 7500112 - X: -742810928 Y: 10000000 - X: -740000000 Y: 10000464 - X: -740000064 Y: 17500096 - X: -740937600 Y: 19062564 - X: -743125072 Y: 20000000 - X: -747500144 Y: 19999824 - X: -750000000 Y: 16564372 - X: -750000064 Y: 17500096 - X: -750937600 Y: 19062564 - X: -753121744 Y: 20000000 - X: -750000000 Y: 20000464 - X: -750000064 Y: 27500096 - X: -750937600 Y: 29062564 - X: -753125072 Y: 30000000 - X: -754374976 Y: 30000464 - X: -754375440 Y: 50000000 - X: -760000000 Y: 49999536 - X: -760000960 Y: 47500832 - X: -762812656 Y: 50000000 - X: -767812608 Y: 49999808 - X: -770000000 Y: 46564653 - X: -770000144 Y: 47500112 - X: -772812656 Y: 50000000 - X: -777812608 Y: 49999808 - X: -780000000 Y: 46564653 - X: -780000464 Y: 50000000 - X: -814374976 Y: 50000464 - X: -814374848 Y: 80000160 - X: -809999856 Y: 84375000 - X: -729999840 Y: 84374872 - X: -725625024 Y: 79999856 - X: -725624560 Y: 30000000 - X: -717813008 Y: 29999168 - X: -720000000 Y: 26562388 - X: -719999536 Y: 10000000 - X: -717813008 Y: 9999168 - - X: -1149998848 Y: 66564296 - X: -1150000144 Y: 67500112 - X: -1152810992 Y: 70000000 - X: -1147813008 Y: 69999168 - - X: -1139998848 Y: 66564296 - X: -1140000144 Y: 67500112 - X: -1142810992 Y: 70000000 - X: -1137813008 Y: 69999168 - - X: -1129998848 Y: 66564296 - X: -1130000144 Y: 67500112 - X: -1132810992 Y: 70000000 - X: -1127813008 Y: 69999168 - - X: -1119998848 Y: 66564296 - X: -1120000144 Y: 67500112 - X: -1122810992 Y: 70000000 - X: -1117813008 Y: 69999168 - - X: -1109998848 Y: 66564296 - X: -1110000144 Y: 67500112 - X: -1112810992 Y: 70000000 - X: -1107813008 Y: 69999168 - - X: -1099998848 Y: 66564296 - X: -1100000144 Y: 67500112 - X: -1102810992 Y: 70000000 - X: -1097813008 Y: 69999168 - - X: -1089998848 Y: 66564296 - X: -1090000144 Y: 67500112 - X: -1092810992 Y: 70000000 - X: -1087813008 Y: 69999168 - - X: -1079998848 Y: 66564296 - X: -1080000144 Y: 67500112 - X: -1082810992 Y: 70000000 - X: -1077813008 Y: 69999168 - - X: -1069998848 Y: 66564296 - X: -1070000144 Y: 67500112 - X: -1072810928 Y: 70000000 - X: -1067813008 Y: 69999168 - - X: -1059998848 Y: 66564296 - X: -1060000144 Y: 67500112 - X: -1062810928 Y: 70000000 - X: -1057813008 Y: 69999168 - - X: -1049998848 Y: 66564296 - X: -1050000144 Y: 67500112 - X: -1052810928 Y: 70000000 - X: -1047813008 Y: 69999168 - - X: -1039998848 Y: 66564296 - X: -1040000144 Y: 67500112 - X: -1042810928 Y: 70000000 - X: -1037813008 Y: 69999168 - - X: -1029998848 Y: 66564296 - X: -1030000144 Y: 67500112 - X: -1032810928 Y: 70000000 - X: -1027813008 Y: 69999168 - - X: -1019998848 Y: 66564296 - X: -1020000144 Y: 67500112 - X: -1022810928 Y: 70000000 - X: -1017813008 Y: 69999168 - - X: -1009998848 Y: 66564296 - X: -1010000144 Y: 67500112 - X: -1012810928 Y: 70000000 - X: -1007813008 Y: 69999168 - - X: -999998848 Y: 66564296 - X: -1000000144 Y: 67500112 - X: -1002810928 Y: 70000000 - X: -997813008 Y: 69999168 - - X: -989998848 Y: 66564296 - X: -990000144 Y: 67500112 - X: -992810928 Y: 70000000 - X: -987813008 Y: 69999168 - - X: -979998848 Y: 66564296 - X: -980000144 Y: 67500112 - X: -982810928 Y: 70000000 - X: -977813008 Y: 69999168 - - X: -969998848 Y: 66564296 - X: -970000144 Y: 67500112 - X: -972810928 Y: 70000000 - X: -967813008 Y: 69999168 - - X: -959998848 Y: 66564296 - X: -960000144 Y: 67500112 - X: -962810928 Y: 70000000 - X: -957813008 Y: 69999168 - - X: -949998848 Y: 66564296 - X: -950000144 Y: 67500112 - X: -952810928 Y: 70000000 - X: -947813008 Y: 69999168 - - X: -909998848 Y: 66564296 - X: -910000144 Y: 67500112 - X: -912810928 Y: 70000000 - X: -907813008 Y: 69999168 - - X: -899998848 Y: 66564296 - X: -900000144 Y: 67500112 - X: -902810928 Y: 70000000 - X: -897813008 Y: 69999168 - - X: -889998848 Y: 66564296 - X: -890000144 Y: 67500112 - X: -892810928 Y: 70000000 - X: -887813008 Y: 69999168 - - X: -879998848 Y: 66564296 - X: -880000144 Y: 67500112 - X: -882810928 Y: 70000000 - X: -877813008 Y: 69999168 - - X: -869998848 Y: 66564296 - X: -870000144 Y: 67500112 - X: -872810928 Y: 70000000 - X: -867813008 Y: 69999168 - - X: -859998848 Y: 66564296 - X: -860000144 Y: 67500112 - X: -862810928 Y: 70000000 - X: -857813008 Y: 69999168 - - X: -849998848 Y: 66564296 - X: -850000144 Y: 67500112 - X: -852810928 Y: 70000000 - X: -847813008 Y: 69999168 - - X: -839998848 Y: 66564296 - X: -840000144 Y: 67500112 - X: -842810928 Y: 70000000 - X: -837813008 Y: 69999168 - - X: -829998848 Y: 66564296 - X: -830000144 Y: 67500112 - X: -832810928 Y: 70000000 - X: -827813008 Y: 69999168 - - X: -820000000 Y: 67501264 - X: -822810928 Y: 70000000 - X: -820000000 Y: 69999536 - - X: -719998848 Y: 66564308 - X: -719999536 Y: 70000000 - X: -717813008 Y: 69999168 - - X: -709998848 Y: 66564296 - X: -710000144 Y: 67500112 - X: -712810928 Y: 70000000 - X: -707813008 Y: 69999168 - - X: -699998848 Y: 66564296 - X: -700000144 Y: 67500112 - X: -702810928 Y: 70000000 - X: -697813008 Y: 69999168 - - X: -689998848 Y: 66564296 - X: -690000144 Y: 67500112 - X: -692810928 Y: 70000000 - X: -687813008 Y: 69999168 - - X: -679998848 Y: 66564296 - X: -680000144 Y: 67500112 - X: -682810928 Y: 70000000 - X: -677813008 Y: 69999168 - - X: -669998848 Y: 66564296 - X: -670000144 Y: 67500112 - X: -672810928 Y: 70000000 - X: -667813008 Y: 69999168 - - X: -659998848 Y: 66564296 - X: -660000144 Y: 67500112 - X: -662810928 Y: 70000000 - X: -657813008 Y: 69999168 - - X: -649998848 Y: 66564296 - X: -650000144 Y: 67500112 - X: -652810928 Y: 70000000 - X: -647813008 Y: 69999168 - - X: -639998848 Y: 66564296 - X: -640000144 Y: 67500112 - X: -642810928 Y: 70000000 - X: -637813008 Y: 69999168 - - X: -629998848 Y: 66564296 - X: -630000144 Y: 67500112 - X: -632810928 Y: 70000000 - X: -627813008 Y: 69999168 - - X: -619998848 Y: 66564296 - X: -620000144 Y: 67500112 - X: -622810928 Y: 70000000 - X: -617813008 Y: 69999168 - - X: -609998848 Y: 66564296 - X: -610000144 Y: 67500112 - X: -612810928 Y: 70000000 - X: -607813008 Y: 69999168 - - X: -599998848 Y: 66564296 - X: -600000144 Y: 67500112 - X: -602810928 Y: 70000000 - X: -597813008 Y: 69999168 - - X: -589998848 Y: 66564296 - X: -590000144 Y: 67500112 - X: -592810928 Y: 70000000 - X: -587813008 Y: 69999168 - - X: -579998848 Y: 66564296 - X: -580000144 Y: 67500112 - X: -582810928 Y: 70000000 - X: -577813008 Y: 69999168 - - X: -569998848 Y: 66564296 - X: -570000144 Y: 67500112 - X: -572810928 Y: 70000000 - X: -567813008 Y: 69999168 - - X: -559998848 Y: 66564296 - X: -560000144 Y: 67500112 - X: -562810928 Y: 70000000 - X: -557813008 Y: 69999168 - - X: -549998848 Y: 66564296 - X: -550000144 Y: 67500112 - X: -552810928 Y: 70000000 - X: -547813008 Y: 69999168 - - X: -539998848 Y: 66564296 - X: -540000144 Y: 67500112 - X: -542810928 Y: 70000000 - X: -537813008 Y: 69999168 - - X: -529998848 Y: 66564296 - X: -530000144 Y: 67500112 - X: -532810960 Y: 70000000 - X: -527813040 Y: 69999168 - - X: -519998848 Y: 66564296 - X: -520000144 Y: 67500112 - X: -522810960 Y: 70000000 - X: -517813040 Y: 69999168 - - X: -509998848 Y: 66564296 - X: -510000144 Y: 67500112 - X: -512810960 Y: 70000000 - X: -507813040 Y: 69999168 - - X: -499998848 Y: 66564296 - X: -500000144 Y: 67500112 - X: -502810960 Y: 70000000 - X: -497813040 Y: 69999168 - - X: -489998848 Y: 66564296 - X: -490000144 Y: 67500112 - X: -492810960 Y: 70000000 - X: -487813040 Y: 69999168 - - X: -479998848 Y: 66564296 - X: -480000144 Y: 67500112 - X: -482810960 Y: 70000000 - X: -477813040 Y: 69999168 - - X: -469998848 Y: 66564296 - X: -470000144 Y: 67500112 - X: -472810960 Y: 70000000 - X: -467813040 Y: 69999168 - - X: -459998848 Y: 66564296 - X: -460000144 Y: 67500112 - X: -462810960 Y: 70000000 - X: -457813040 Y: 69999168 - - X: -450000000 Y: 67501264 - X: -452810960 Y: 70000000 - X: -448127456 Y: 69998768 - X: -450000000 Y: 69062224 - - X: -409998848 Y: 66564299 - X: -410000240 Y: 68750112 - X: -412497232 Y: 70000000 - X: -407813040 Y: 69999168 - - X: -399998848 Y: 66564296 - X: -400000144 Y: 67500112 - X: -402810960 Y: 70000000 - X: -397813040 Y: 69999168 - - X: -389998848 Y: 66564296 - X: -390000144 Y: 67500112 - X: -392810960 Y: 70000000 - X: -387813040 Y: 69999168 - - X: -379998848 Y: 66564296 - X: -380000144 Y: 67500112 - X: -382810960 Y: 70000000 - X: -377813040 Y: 69999168 - - X: -369998848 Y: 66564296 - X: -370000144 Y: 67500112 - X: -372810960 Y: 70000000 - X: -367813040 Y: 69999168 - - X: -359998848 Y: 66564296 - X: -360000144 Y: 67500112 - X: -362810960 Y: 70000000 - X: -357813040 Y: 69999168 - - X: -349998848 Y: 66564296 - X: -350000144 Y: 67500112 - X: -352810960 Y: 70000000 - X: -347813040 Y: 69999168 - - X: -339998848 Y: 66564296 - X: -340000144 Y: 67500112 - X: -342810960 Y: 70000000 - X: -337813040 Y: 69999168 - - X: -329998848 Y: 66564296 - X: -330000144 Y: 67500112 - X: -332810960 Y: 70000000 - X: -327813040 Y: 69999168 - - X: -319998848 Y: 66564296 - X: -320000144 Y: 67500112 - X: -322810960 Y: 70000000 - X: -317813040 Y: 69999168 - - X: -309998848 Y: 66564296 - X: -310000144 Y: 67500112 - X: -312810960 Y: 70000000 - X: -307813040 Y: 69999168 - - X: -299998848 Y: 66564296 - X: -300000144 Y: 67500112 - X: -302810960 Y: 70000000 - X: -297813040 Y: 69999168 - - X: -289998848 Y: 66564296 - X: -290000144 Y: 67500112 - X: -292810960 Y: 70000000 - X: -287813040 Y: 69999168 - - X: -279998848 Y: 66564296 - X: -280000144 Y: 67500112 - X: -282810960 Y: 70000000 - X: -277813040 Y: 69999168 - - X: -269998848 Y: 66564296 - X: -270000144 Y: 67500112 - X: -272810960 Y: 70000000 - X: -267813024 Y: 69999168 - - X: -259998848 Y: 66564296 - X: -260000144 Y: 67500112 - X: -262810944 Y: 70000000 - X: -257813024 Y: 69999168 - - X: -249998848 Y: 66564296 - X: -250000144 Y: 67500112 - X: -252810944 Y: 70000000 - X: -247813024 Y: 69999168 - - X: -239998848 Y: 66564296 - X: -240000144 Y: 67500112 - X: -242810944 Y: 70000000 - X: -237813024 Y: 69999168 - - X: -229998848 Y: 66564296 - X: -230000144 Y: 67500112 - X: -232810944 Y: 70000000 - X: -227813024 Y: 69999168 - - X: -219998848 Y: 66564296 - X: -220000144 Y: 67500112 - X: -222810944 Y: 70000000 - X: -217813024 Y: 69999168 - - X: -209998848 Y: 66564296 - X: -210000144 Y: 67500112 - X: -212810944 Y: 70000000 - X: -207813024 Y: 69999168 - - X: -1149998848 Y: 46564296 - X: -1150000144 Y: 47500112 - X: -1152810992 Y: 50000000 - X: -1147813008 Y: 49999168 - - X: -1139998848 Y: 46564296 - X: -1140000144 Y: 47500112 - X: -1142810992 Y: 50000000 - X: -1137813008 Y: 49999168 - - X: -1129998848 Y: 46564296 - X: -1130000144 Y: 47500112 - X: -1132810992 Y: 50000000 - X: -1127813008 Y: 49999168 - - X: -1119998848 Y: 46564296 - X: -1120000144 Y: 47500112 - X: -1122810992 Y: 50000000 - X: -1117813008 Y: 49999168 - - X: -1109998848 Y: 46564296 - X: -1110000144 Y: 47500112 - X: -1112810992 Y: 50000000 - X: -1107813008 Y: 49999168 - - X: -1099998848 Y: 46564296 - X: -1100000144 Y: 47500112 - X: -1102810992 Y: 50000000 - X: -1097813008 Y: 49999168 - - X: -1089998848 Y: 46564296 - X: -1090000144 Y: 47500112 - X: -1092810992 Y: 50000000 - X: -1087813008 Y: 49999168 - - X: -1079998848 Y: 46564296 - X: -1080000144 Y: 47500112 - X: -1082810992 Y: 50000000 - X: -1077813008 Y: 49999168 - - X: -1069998848 Y: 46564296 - X: -1070000144 Y: 47500112 - X: -1072810928 Y: 50000000 - X: -1067813008 Y: 49999168 - - X: -1059998848 Y: 46564296 - X: -1060000144 Y: 47500112 - X: -1062810928 Y: 50000000 - X: -1057813008 Y: 49999168 - - X: -1049998848 Y: 46564296 - X: -1050000144 Y: 47500112 - X: -1052810928 Y: 50000000 - X: -1047813008 Y: 49999168 - - X: -1039998848 Y: 46564296 - X: -1040000144 Y: 47500112 - X: -1042810928 Y: 50000000 - X: -1037813008 Y: 49999168 - - X: -1029998848 Y: 46564296 - X: -1030000144 Y: 47500112 - X: -1032810928 Y: 50000000 - X: -1027813008 Y: 49999168 - - X: -1019998848 Y: 46564296 - X: -1020000144 Y: 47500112 - X: -1022810928 Y: 50000000 - X: -1017813008 Y: 49999168 - - X: -1009998848 Y: 46564296 - X: -1010000144 Y: 47500112 - X: -1012810928 Y: 50000000 - X: -1007813008 Y: 49999168 - - X: -999998848 Y: 46564296 - X: -1000000144 Y: 47500112 - X: -1002810928 Y: 50000000 - X: -997813008 Y: 49999168 - - X: -989998848 Y: 46564296 - X: -990000144 Y: 47500112 - X: -992810928 Y: 50000000 - X: -987813008 Y: 49999168 - - X: -979998848 Y: 46564296 - X: -980000144 Y: 47500112 - X: -982810928 Y: 50000000 - X: -977813008 Y: 49999168 - - X: -969998848 Y: 46564296 - X: -970000144 Y: 47500112 - X: -972810928 Y: 50000000 - X: -967813008 Y: 49999168 - - X: -959998848 Y: 46564296 - X: -960000144 Y: 47500112 - X: -962810928 Y: 50000000 - X: -957813008 Y: 49999168 - - X: -949998848 Y: 46564296 - X: -950000144 Y: 47500112 - X: -952810928 Y: 50000000 - X: -947813008 Y: 49999168 - - X: -909998848 Y: 46564296 - X: -910000144 Y: 47500112 - X: -912810928 Y: 50000000 - X: -907813008 Y: 49999168 - - X: -899998848 Y: 46564296 - X: -900000144 Y: 47500112 - X: -902810928 Y: 50000000 - X: -897813008 Y: 49999168 - - X: -889998848 Y: 46564296 - X: -890000144 Y: 47500112 - X: -892810928 Y: 50000000 - X: -887813008 Y: 49999168 - - X: -880000000 Y: 47501264 - X: -882810928 Y: 50000000 - X: -880000000 Y: 49999536 - - X: -839998848 Y: 46564308 - X: -839999536 Y: 50000000 - X: -837813008 Y: 49999168 - - X: -829998848 Y: 46564296 - X: -830000144 Y: 47500112 - X: -832810928 Y: 50000000 - X: -827813008 Y: 49999168 - - X: -820000000 Y: 47501264 - X: -822810928 Y: 50000000 - X: -820000000 Y: 49999536 - - X: -719998848 Y: 46564308 - X: -719999536 Y: 50000000 - X: -717813008 Y: 49999168 - - X: -709998848 Y: 46564296 - X: -710000144 Y: 47500112 - X: -712810928 Y: 50000000 - X: -707813008 Y: 49999168 - - X: -699998848 Y: 46564296 - X: -700000144 Y: 47500112 - X: -702810928 Y: 50000000 - X: -697813008 Y: 49999168 - - X: -689998848 Y: 46564296 - X: -690000144 Y: 47500112 - X: -692810928 Y: 50000000 - X: -687813008 Y: 49999168 - - X: -679998848 Y: 46564296 - X: -680000144 Y: 47500112 - X: -682810928 Y: 50000000 - X: -677813008 Y: 49999168 - - X: -669998848 Y: 46564296 - X: -670000144 Y: 47500112 - X: -672810928 Y: 50000000 - X: -667813008 Y: 49999168 - - X: -659998848 Y: 46564296 - X: -660000144 Y: 47500112 - X: -662810928 Y: 50000000 - X: -657813008 Y: 49999168 - - X: -649998848 Y: 46564296 - X: -650000144 Y: 47500112 - X: -652810928 Y: 50000000 - X: -647813008 Y: 49999168 - - X: -639998848 Y: 46564296 - X: -640000144 Y: 47500112 - X: -642810928 Y: 50000000 - X: -637813008 Y: 49999168 - - X: -629998848 Y: 46564296 - X: -630000144 Y: 47500112 - X: -632810928 Y: 50000000 - X: -627813008 Y: 49999168 - - X: -619998848 Y: 46564296 - X: -620000144 Y: 47500112 - X: -622810928 Y: 50000000 - X: -617813008 Y: 49999168 - - X: -609998880 Y: 46564003 - X: -610000144 Y: 47500112 - X: -612810928 Y: 50000000 - X: -607500640 Y: 49999120 - - X: -599998880 Y: 46564004 - X: -600000064 Y: 47500096 - X: -600937600 Y: 49062564 - X: -603121744 Y: 50000000 - X: -597500640 Y: 49999120 - - X: -589998880 Y: 46564004 - X: -590000064 Y: 47500096 - X: -590937600 Y: 49062564 - X: -593121744 Y: 50000000 - X: -587500640 Y: 49999120 - - X: -579998880 Y: 46564004 - X: -580000064 Y: 47500096 - X: -580937600 Y: 49062564 - X: -583121744 Y: 50000000 - X: -577500640 Y: 49999120 - - X: -569998848 Y: 46564296 - X: -570000064 Y: 47500096 - X: -570937600 Y: 49062564 - X: -573121744 Y: 50000000 - X: -567813008 Y: 49999168 - - X: -559998848 Y: 46564296 - X: -560000144 Y: 47500112 - X: -562810928 Y: 50000000 - X: -557813008 Y: 49999168 - - X: -549998848 Y: 46564296 - X: -550000144 Y: 47500112 - X: -552810928 Y: 50000000 - X: -547813008 Y: 49999168 - - X: -539998848 Y: 46564296 - X: -540000144 Y: 47500112 - X: -542810928 Y: 50000000 - X: -537813008 Y: 49999168 - - X: -529998848 Y: 46564296 - X: -530000144 Y: 47500112 - X: -532810960 Y: 50000000 - X: -527813040 Y: 49999168 - - X: -519998848 Y: 46564296 - X: -520000144 Y: 47500112 - X: -522810960 Y: 50000000 - X: -517813040 Y: 49999168 - - X: -509998848 Y: 46564296 - X: -510000144 Y: 47500112 - X: -512810960 Y: 50000000 - X: -507813040 Y: 49999168 - - X: -499998848 Y: 46564296 - X: -500000144 Y: 47500112 - X: -502810960 Y: 50000000 - X: -497813040 Y: 49999168 - - X: -489998848 Y: 46564296 - X: -490000144 Y: 47500112 - X: -492810960 Y: 50000000 - X: -487813040 Y: 49999168 - - X: -479998848 Y: 46564296 - X: -480000144 Y: 47500112 - X: -482810960 Y: 50000000 - X: -477813040 Y: 49999168 - - X: -469998848 Y: 46564296 - X: -470000144 Y: 47500112 - X: -472810960 Y: 50000000 - X: -467813040 Y: 49999168 - - X: -459998848 Y: 46564296 - X: -460000144 Y: 47500112 - X: -462810960 Y: 50000000 - X: -457813040 Y: 49999168 - - X: -450000000 Y: 47501264 - X: -452810960 Y: 50000000 - X: -450000000 Y: 49999536 - - X: -409998848 Y: 46564308 - X: -409999536 Y: 50000000 - X: -407813040 Y: 49999168 - - X: -399998848 Y: 46564296 - X: -400000144 Y: 47500112 - X: -402810960 Y: 50000000 - X: -397813040 Y: 49999168 - - X: -389998848 Y: 46564296 - X: -390000144 Y: 47500112 - X: -392810960 Y: 50000000 - X: -387813040 Y: 49999168 - - X: -379998848 Y: 46564296 - X: -380000144 Y: 47500112 - X: -382810960 Y: 50000000 - X: -377813040 Y: 49999168 - - X: -369998848 Y: 46564296 - X: -370000144 Y: 47500112 - X: -372810960 Y: 50000000 - X: -367813040 Y: 49999168 - - X: -359998848 Y: 46564296 - X: -360000144 Y: 47500112 - X: -362810960 Y: 50000000 - X: -357813040 Y: 49999168 - - X: -349998848 Y: 46564296 - X: -350000144 Y: 47500112 - X: -352810960 Y: 50000000 - X: -347813040 Y: 49999168 - - X: -339998848 Y: 46564296 - X: -340000144 Y: 47500112 - X: -342810960 Y: 50000000 - X: -337813040 Y: 49999168 - - X: -329998848 Y: 46564296 - X: -330000144 Y: 47500112 - X: -332810960 Y: 50000000 - X: -327813040 Y: 49999168 - - X: -319998848 Y: 46564296 - X: -320000144 Y: 47500112 - X: -322810960 Y: 50000000 - X: -317813040 Y: 49999168 - - X: -309998848 Y: 46564296 - X: -310000144 Y: 47500112 - X: -312810960 Y: 50000000 - X: -307813040 Y: 49999168 - - X: -299998848 Y: 46564296 - X: -300000144 Y: 47500112 - X: -302810960 Y: 50000000 - X: -297813040 Y: 49999168 - - X: -289998848 Y: 46564296 - X: -290000144 Y: 47500112 - X: -292810960 Y: 50000000 - X: -287813040 Y: 49999168 - - X: -279998848 Y: 46564296 - X: -280000144 Y: 47500112 - X: -282810960 Y: 50000000 - X: -277813040 Y: 49999168 - - X: -269998848 Y: 46564296 - X: -270000144 Y: 47500112 - X: -272810960 Y: 50000000 - X: -267813024 Y: 49999168 - - X: -259998848 Y: 46564296 - X: -260000144 Y: 47500112 - X: -262810944 Y: 50000000 - X: -257813024 Y: 49999168 - - X: -249998848 Y: 46564296 - X: -250000144 Y: 47500112 - X: -252810944 Y: 50000000 - X: -247813024 Y: 49999168 - - X: -239998848 Y: 46564296 - X: -240000144 Y: 47500112 - X: -242810944 Y: 50000000 - X: -237813024 Y: 49999168 - - X: -229998848 Y: 46564296 - X: -230000144 Y: 47500112 - X: -232810944 Y: 50000000 - X: -227813024 Y: 49999168 - - X: -219998848 Y: 46564296 - X: -220000144 Y: 47500112 - X: -222810944 Y: 50000000 - X: -217813024 Y: 49999168 - - X: -209998848 Y: 46564296 - X: -210000144 Y: 47500112 - X: -212810944 Y: 50000000 - X: -207813024 Y: 49999168 - - X: -199998848 Y: 46564296 - X: -200000144 Y: 47500112 - X: -202810944 Y: 50000000 - X: -197813024 Y: 49999168 - - X: -189998848 Y: 46564296 - X: -190000144 Y: 47500112 - X: -192810944 Y: 50000000 - X: -187813024 Y: 49999168 - - X: -179998848 Y: 46564296 - X: -180000144 Y: 47500112 - X: -182810944 Y: 50000000 - X: -177813024 Y: 49999168 - - X: -169998848 Y: 46564296 - X: -170000144 Y: 47500112 - X: -172810944 Y: 50000000 - X: -167813024 Y: 49999168 - - X: -159998848 Y: 46564296 - X: -160000144 Y: 47500112 - X: -162810944 Y: 50000000 - X: -157813024 Y: 49999168 - - X: -149998848 Y: 46564296 - X: -150000144 Y: 47500112 - X: -152810944 Y: 50000000 - X: -147813024 Y: 49999168 - - X: -139998848 Y: 46564296 - X: -140000144 Y: 47500112 - X: -142810944 Y: 50000000 - X: -137813024 Y: 49999168 - - X: -129998848 Y: 46564296 - X: -130000144 Y: 47500112 - X: -132810944 Y: 50000000 - X: -127813024 Y: 49999168 - - X: -119998848 Y: 46564296 - X: -120000144 Y: 47500112 - X: -122810944 Y: 50000000 - X: -117813024 Y: 49999168 - - X: -109998848 Y: 46564296 - X: -110000144 Y: 47500112 - X: -112810944 Y: 50000000 - X: -107813024 Y: 49999168 - - X: -99998848 Y: 46564296 - X: -100000144 Y: 47500112 - X: -102810944 Y: 50000000 - X: -97813024 Y: 49999168 - - X: -89998848 Y: 46564296 - X: -90000144 Y: 47500112 - X: -92810944 Y: 50000000 - X: -87813024 Y: 49999168 - - X: -79998848 Y: 46564296 - X: -80000144 Y: 47500112 - X: -82810944 Y: 50000000 - X: -77813024 Y: 49999168 - - X: -70000000 Y: 47501264 - X: -72810944 Y: 50000000 - X: -70000000 Y: 49999536 - - X: -9998848 Y: 46564308 - X: -9999536 Y: 50000000 - X: -7813028 Y: 49999168 - - X: 1152 Y: 46564296 - X: -144 Y: 47500112 - X: -2810948 Y: 50000000 - X: 2186972 Y: 49999168 - - X: 10001152 Y: 46564296 - X: 9999856 Y: 47500112 - X: 7189052 Y: 50000000 - X: 12186972 Y: 49999168 - - X: 20001152 Y: 46564296 - X: 19999856 Y: 47500112 - X: 17189052 Y: 50000000 - X: 22186972 Y: 49999168 - - X: 30001152 Y: 46564296 - X: 29999856 Y: 47500112 - X: 27189052 Y: 50000000 - X: 32186972 Y: 49999168 - - X: 40001152 Y: 46564296 - X: 39999856 Y: 47500112 - X: 37189052 Y: 50000000 - X: 42186972 Y: 49999168 - - X: 50001152 Y: 46564296 - X: 49999856 Y: 47500112 - X: 47189052 Y: 50000000 - X: 52186972 Y: 49999168 - - X: 60001152 Y: 46564296 - X: 59999856 Y: 47500112 - X: 57189052 Y: 50000000 - X: 62186972 Y: 49999168 - - X: 70001152 Y: 46564296 - X: 69999856 Y: 47500112 - X: 67189056 Y: 50000000 - X: 72186976 Y: 49999168 - - X: 80001152 Y: 46564296 - X: 79999856 Y: 47500112 - X: 77189056 Y: 50000000 - X: 82186976 Y: 49999168 - - X: 90001152 Y: 46564296 - X: 89999856 Y: 47500112 - X: 87189056 Y: 50000000 - X: 92186976 Y: 49999168 - - X: 100001152 Y: 46564296 - X: 99999856 Y: 47500112 - X: 97189056 Y: 50000000 - X: 102186976 Y: 49999168 - - X: 110001152 Y: 46564296 - X: 109999856 Y: 47500112 - X: 107189056 Y: 50000000 - X: 112186976 Y: 49999168 - - X: 120001152 Y: 46564296 - X: 119999856 Y: 47500112 - X: 117189056 Y: 50000000 - X: 122186976 Y: 49999168 - - X: 130001152 Y: 46564296 - X: 129999856 Y: 47500112 - X: 127189056 Y: 50000000 - X: 132186976 Y: 49999168 - - X: 140001152 Y: 46564296 - X: 139999856 Y: 47500112 - X: 137189056 Y: 50000000 - X: 142186976 Y: 49999168 - - X: 150001152 Y: 46564296 - X: 149999856 Y: 47500112 - X: 147189056 Y: 50000000 - X: 152186976 Y: 49999168 - - X: -609998880 Y: 36564004 - X: -609999168 Y: 40624424 - X: -609062416 Y: 40000000 - X: -607500640 Y: 39999120 - - X: -609998880 Y: 26564003 - X: -610000144 Y: 27500112 - X: -612810928 Y: 30000000 - X: -610000000 Y: 30000464 - X: -609999168 Y: 30624424 - X: -609062416 Y: 30000000 - X: -607500640 Y: 29999120 - - X: -580000464 Y: 20000000 - X: -580000464 Y: 30000000 - X: -590000000 Y: 29999536 - X: -589999536 Y: 20000000 - - X: -1149998848 Y: 26564296 - X: -1150000144 Y: 27500112 - X: -1152810992 Y: 30000000 - X: -1147813008 Y: 29999168 - - X: -1139998848 Y: 26564296 - X: -1140000144 Y: 27500112 - X: -1142810992 Y: 30000000 - X: -1137813008 Y: 29999168 - - X: -1129998848 Y: 26564296 - X: -1130000144 Y: 27500112 - X: -1132810992 Y: 30000000 - X: -1127813008 Y: 29999168 - - X: -1119998848 Y: 26564296 - X: -1120000144 Y: 27500112 - X: -1122810992 Y: 30000000 - X: -1117813008 Y: 29999168 - - X: -1109998848 Y: 26564296 - X: -1110000144 Y: 27500112 - X: -1112810992 Y: 30000000 - X: -1107813008 Y: 29999168 - - X: -1099998848 Y: 26564296 - X: -1100000144 Y: 27500112 - X: -1102810992 Y: 30000000 - X: -1097813008 Y: 29999168 - - X: -1089998848 Y: 26564296 - X: -1090000144 Y: 27500112 - X: -1092810992 Y: 30000000 - X: -1087813008 Y: 29999168 - - X: -1079998848 Y: 26564296 - X: -1080000144 Y: 27500112 - X: -1082810992 Y: 30000000 - X: -1077813008 Y: 29999168 - - X: -1069998848 Y: 26564296 - X: -1070000144 Y: 27500112 - X: -1072810928 Y: 30000000 - X: -1067813008 Y: 29999168 - - X: -1059998848 Y: 26564296 - X: -1060000144 Y: 27500112 - X: -1062810928 Y: 30000000 - X: -1057813008 Y: 29999168 - - X: -1049998848 Y: 26564296 - X: -1050000144 Y: 27500112 - X: -1052810928 Y: 30000000 - X: -1047813008 Y: 29999168 - - X: -1039998848 Y: 26564296 - X: -1040000144 Y: 27500112 - X: -1042810928 Y: 30000000 - X: -1037813008 Y: 29999168 - - X: -1029998848 Y: 26564296 - X: -1030000144 Y: 27500112 - X: -1032810928 Y: 30000000 - X: -1027813008 Y: 29999168 - - X: -1019998848 Y: 26564296 - X: -1020000144 Y: 27500112 - X: -1022810928 Y: 30000000 - X: -1017813008 Y: 29999168 - - X: -1009998848 Y: 26564296 - X: -1010000144 Y: 27500112 - X: -1012810928 Y: 30000000 - X: -1007813008 Y: 29999168 - - X: -999998848 Y: 26564296 - X: -1000000144 Y: 27500112 - X: -1002810928 Y: 30000000 - X: -997813008 Y: 29999168 - - X: -989998848 Y: 26564296 - X: -990000144 Y: 27500112 - X: -992810928 Y: 30000000 - X: -987813008 Y: 29999168 - - X: -979998848 Y: 26564296 - X: -980000144 Y: 27500112 - X: -982810928 Y: 30000000 - X: -977813008 Y: 29999168 - - X: -969998848 Y: 26564296 - X: -970000144 Y: 27500112 - X: -972810928 Y: 30000000 - X: -967813008 Y: 29999168 - - X: -959998848 Y: 26564296 - X: -960000144 Y: 27500112 - X: -962810928 Y: 30000000 - X: -957813008 Y: 29999168 - - X: -949998848 Y: 26564296 - X: -950000144 Y: 27500112 - X: -952810928 Y: 30000000 - X: -947813008 Y: 29999168 - - X: -909998848 Y: 26564296 - X: -910000144 Y: 27500112 - X: -912810928 Y: 30000000 - X: -907813008 Y: 29999168 - - X: -899998848 Y: 26564296 - X: -900000144 Y: 27500112 - X: -902810928 Y: 30000000 - X: -897813008 Y: 29999168 - - X: -889998848 Y: 26564296 - X: -890000144 Y: 27500112 - X: -892810928 Y: 30000000 - X: -887813008 Y: 29999168 - - X: -880000000 Y: 27501264 - X: -882810928 Y: 30000000 - X: -880000000 Y: 29999536 - - X: -849999008 Y: 15625976 - X: -849999536 Y: 30000000 - X: -845625024 Y: 29999536 - X: -845625152 Y: 19999840 - - X: -839998848 Y: 26564308 - X: -839999536 Y: 30000000 - X: -837813008 Y: 29999168 - - X: -829998848 Y: 26564296 - X: -830000144 Y: 27500112 - X: -832810928 Y: 30000000 - X: -827813008 Y: 29999168 - - X: -820000000 Y: 27501264 - X: -822810928 Y: 30000000 - X: -820000000 Y: 29999536 - - X: -789999008 Y: 15625976 - X: -789999536 Y: 30000000 - X: -785625024 Y: 29999536 - X: -785625152 Y: 19999840 - - X: -779998848 Y: 26564308 - X: -779999536 Y: 30000000 - X: -777813008 Y: 29999168 - - X: -769998848 Y: 26564296 - X: -770000144 Y: 27500112 - X: -772810928 Y: 30000000 - X: -767813008 Y: 29999168 - - X: -759998880 Y: 26564003 - X: -760000144 Y: 27500112 - X: -762810928 Y: 30000000 - X: -757500640 Y: 29999120 - - X: -709998848 Y: 26564296 - X: -710000144 Y: 27500112 - X: -712810928 Y: 30000000 - X: -707813008 Y: 29999168 - - X: -699998848 Y: 26564296 - X: -700000144 Y: 27500112 - X: -702810928 Y: 30000000 - X: -697813008 Y: 29999168 - - X: -689998848 Y: 26564296 - X: -690000144 Y: 27500112 - X: -692810928 Y: 30000000 - X: -687813008 Y: 29999168 - - X: -679998848 Y: 26564296 - X: -680000144 Y: 27500112 - X: -682810928 Y: 30000000 - X: -677813008 Y: 29999168 - - X: -669998848 Y: 26564296 - X: -670000144 Y: 27500112 - X: -672810928 Y: 30000000 - X: -667813008 Y: 29999168 - - X: -659998848 Y: 26564296 - X: -660000144 Y: 27500112 - X: -662810928 Y: 30000000 - X: -657813008 Y: 29999168 - - X: -649998848 Y: 26564296 - X: -650000144 Y: 27500112 - X: -652810928 Y: 30000000 - X: -647813008 Y: 29999168 - - X: -639998848 Y: 26564296 - X: -640000144 Y: 27500112 - X: -642810928 Y: 30000000 - X: -637813008 Y: 29999168 - - X: -629998848 Y: 26564296 - X: -630000144 Y: 27500112 - X: -632810928 Y: 30000000 - X: -627813008 Y: 29999168 - - X: -619998848 Y: 26564296 - X: -620000144 Y: 27500112 - X: -622810928 Y: 30000000 - X: -617813008 Y: 29999168 - - X: -509998880 Y: 26564004 - X: -510000064 Y: 27500096 - X: -510937632 Y: 29062564 - X: -513121744 Y: 30000000 - X: -507500608 Y: 29999120 - - X: -499998880 Y: 26564004 - X: -500000064 Y: 27500096 - X: -500937632 Y: 29062564 - X: -503121744 Y: 30000000 - X: -497500608 Y: 29999120 - - X: -489998848 Y: 26564296 - X: -490000064 Y: 27500096 - X: -490937632 Y: 29062564 - X: -493121744 Y: 30000000 - X: -487813040 Y: 29999168 - - X: -479998848 Y: 26564296 - X: -480000144 Y: 27500112 - X: -482810960 Y: 30000000 - X: -477813040 Y: 29999168 - - X: -399998848 Y: 26564296 - X: -400000144 Y: 27500112 - X: -402810960 Y: 30000000 - X: -397813040 Y: 29999168 - - X: -389998848 Y: 26564296 - X: -390000144 Y: 27500112 - X: -392810960 Y: 30000000 - X: -387813040 Y: 29999168 - - X: -379998848 Y: 26564296 - X: -380000144 Y: 27500112 - X: -382810960 Y: 30000000 - X: -377813040 Y: 29999168 - - X: -369998848 Y: 26564296 - X: -370000144 Y: 27500112 - X: -372810960 Y: 30000000 - X: -367813040 Y: 29999168 - - X: -359998848 Y: 26564296 - X: -360000144 Y: 27500112 - X: -362810960 Y: 30000000 - X: -357813040 Y: 29999168 - - X: -349998848 Y: 26564296 - X: -350000144 Y: 27500112 - X: -352810960 Y: 30000000 - X: -347813040 Y: 29999168 - - X: -339998848 Y: 26564296 - X: -340000144 Y: 27500112 - X: -342810960 Y: 30000000 - X: -337813040 Y: 29999168 - - X: -209998848 Y: 26564296 - X: -210000064 Y: 27500096 - X: -210937632 Y: 29062564 - X: -213121744 Y: 30000000 - X: -207813024 Y: 29999168 - - X: -199998848 Y: 26564296 - X: -200000144 Y: 27500112 - X: -202810944 Y: 30000000 - X: -197813024 Y: 29999168 - - X: -189998848 Y: 26564296 - X: -190000144 Y: 27500112 - X: -192810944 Y: 30000000 - X: -187813024 Y: 29999168 - - X: -179998848 Y: 26564296 - X: -180000144 Y: 27500112 - X: -182810944 Y: 30000000 - X: -177813024 Y: 29999168 - - X: -169998848 Y: 26564296 - X: -170000144 Y: 27500112 - X: -172810944 Y: 30000000 - X: -167813024 Y: 29999168 - - X: -159998848 Y: 26564296 - X: -160000144 Y: 27500112 - X: -162810944 Y: 30000000 - X: -157813024 Y: 29999168 - - X: -149998848 Y: 26564296 - X: -150000144 Y: 27500112 - X: -152810944 Y: 30000000 - X: -147813024 Y: 29999168 - - X: -139998848 Y: 26564296 - X: -140000144 Y: 27500112 - X: -142810944 Y: 30000000 - X: -137813024 Y: 29999168 - - X: -129998848 Y: 26564296 - X: -130000144 Y: 27500112 - X: -132810944 Y: 30000000 - X: -127813024 Y: 29999168 - - X: -119998848 Y: 26564296 - X: -120000144 Y: 27500112 - X: -122810944 Y: 30000000 - X: -117813024 Y: 29999168 - - X: -109998848 Y: 26564296 - X: -110000144 Y: 27500112 - X: -112810944 Y: 30000000 - X: -107813024 Y: 29999168 - - X: -99998848 Y: 26564296 - X: -100000144 Y: 27500112 - X: -102810944 Y: 30000000 - X: -97813024 Y: 29999168 - - X: -9998848 Y: 26564308 - X: -9999536 Y: 30000000 - X: -7813028 Y: 29999168 - - X: 1152 Y: 26564296 - X: -144 Y: 27500112 - X: -2810948 Y: 30000000 - X: 2186972 Y: 29999168 - - X: 10000000 Y: 27501264 - X: 7189052 Y: 30000000 - X: 10000000 Y: 29999536 - - X: 50001152 Y: 26564308 - X: 50000464 Y: 30000000 - X: 52186972 Y: 29999168 - - X: 60001152 Y: 26564296 - X: 59999856 Y: 27500112 - X: 57189052 Y: 30000000 - X: 62186972 Y: 29999168 - - X: 70001152 Y: 26564296 - X: 69999856 Y: 27500112 - X: 67189056 Y: 30000000 - X: 72186976 Y: 29999168 - - X: 80001152 Y: 26564296 - X: 79999856 Y: 27500112 - X: 77189056 Y: 30000000 - X: 82186976 Y: 29999168 - - X: 90001152 Y: 26564296 - X: 89999856 Y: 27500112 - X: 87189056 Y: 30000000 - X: 92186976 Y: 29999168 - - X: 100001152 Y: 26564296 - X: 99999856 Y: 27500112 - X: 97189056 Y: 30000000 - X: 102186976 Y: 29999168 - - X: 110001152 Y: 26564296 - X: 109999856 Y: 27500112 - X: 107189056 Y: 30000000 - X: 112186976 Y: 29999168 - - X: 120001152 Y: 26564296 - X: 119999856 Y: 27500112 - X: 117189056 Y: 30000000 - X: 122186976 Y: 29999168 - - X: 130001152 Y: 26564296 - X: 129999856 Y: 27500112 - X: 127189056 Y: 30000000 - X: 132186976 Y: 29999168 - - X: 140001152 Y: 26564296 - X: 139999856 Y: 27500112 - X: 137189056 Y: 30000000 - X: 142186976 Y: 29999168 - - X: 150001152 Y: 26564296 - X: 149999856 Y: 27500112 - X: 147189056 Y: 30000000 - X: 152186976 Y: 29999168 - - X: -759998880 Y: 16564004 - X: -759999168 Y: 20624424 - X: -759062416 Y: 20000000 - X: -757500640 Y: 19999120 - - X: -210000000 Y: 17502288 - X: -210937634 Y: 19062564 - X: -213121744 Y: 20000000 - X: -210000000 Y: 19999536 - - X: -759998848 Y: 6564296 - X: -760000144 Y: 7500112 - X: -762810928 Y: 10000000 - X: -760000000 Y: 10000464 - X: -759999168 Y: 10624424 - X: -759062416 Y: 10000000 - X: -757813008 Y: 9999168 - - X: -749998848 Y: 6564296 - X: -750000144 Y: 7500112 - X: -752810928 Y: 10000000 - X: -750000000 Y: 10000464 - X: -749999168 Y: 10624424 - X: -749062416 Y: 10000000 - X: -747813008 Y: 9999168 - - X: -239998848 Y: 6564296 - X: -240000144 Y: 7500112 - X: -242810944 Y: 10000000 - X: -240000000 Y: 10000464 - X: -239999168 Y: 10624424 - X: -239062385 Y: 10000000 - X: -237813024 Y: 9999168 - - X: -229998848 Y: 6564296 - X: -230000144 Y: 7500112 - X: -232810944 Y: 10000000 - X: -230000000 Y: 10000464 - X: -229999168 Y: 10624424 - X: -229062385 Y: 10000000 - X: -227813024 Y: 9999168 - - X: -219998848 Y: 6564296 - X: -220000144 Y: 7500112 - X: -222810944 Y: 10000000 - X: -220000000 Y: 10000464 - X: -219999168 Y: 10624424 - X: -219062385 Y: 10000000 - X: -217813024 Y: 9999168 - - X: -769998848 Y: 6564296 - X: -770000144 Y: 7500112 - X: -772810928 Y: 10000000 - X: -767813008 Y: 9999168 - - X: -709998848 Y: 6564296 - X: -710000144 Y: 7500112 - X: -712810928 Y: 10000000 - X: -707813008 Y: 9999168 - - X: -699998848 Y: 6564296 - X: -700000144 Y: 7500112 - X: -702810928 Y: 10000000 - X: -697813008 Y: 9999168 - - X: -639998880 Y: 6564004 - X: -640000064 Y: 7500096 - X: -640937600 Y: 9062564 - X: -643121744 Y: 10000000 - X: -637500640 Y: 9999120 - - X: -629998848 Y: 6564296 - X: -630000064 Y: 7500096 - X: -630937600 Y: 9062564 - X: -633121744 Y: 10000000 - X: -627813008 Y: 9999168 - - X: -619998848 Y: 6564296 - X: -620000144 Y: 7500112 - X: -622810928 Y: 10000000 - X: -617813008 Y: 9999168 - - X: -399998880 Y: 6564004 - X: -400000064 Y: 7500096 - X: -400937632 Y: 9062564 - X: -403121744 Y: 10000000 - X: -397500608 Y: 9999120 - - X: -389998848 Y: 6564296 - X: -390000064 Y: 7500096 - X: -390937632 Y: 9062564 - X: -393121744 Y: 10000000 - X: -387813040 Y: 9999168 - - X: -379998848 Y: 6564296 - X: -380000144 Y: 7500112 - X: -382810960 Y: 10000000 - X: -377813040 Y: 9999168 - - X: -209998848 Y: 6564296 - X: -210000144 Y: 7500112 - X: -212810944 Y: 10000000 - X: -207813024 Y: 9999168 - - X: -199998848 Y: 6564296 - X: -200000144 Y: 7500112 - X: -202810944 Y: 10000000 - X: -197813024 Y: 9999168 - - X: -189998848 Y: 6564296 - X: -190000144 Y: 7500112 - X: -192810944 Y: 10000000 - X: -187813024 Y: 9999168 - - X: -179998848 Y: 6564296 - X: -180000144 Y: 7500112 - X: -182810944 Y: 10000000 - X: -177813024 Y: 9999168 - - X: -169998848 Y: 6564296 - X: -170000144 Y: 7500112 - X: -172810944 Y: 10000000 - X: -167813024 Y: 9999168 - - X: -159998848 Y: 6564296 - X: -160000144 Y: 7500112 - X: -162810944 Y: 10000000 - X: -157813024 Y: 9999168 - - X: -149998848 Y: 6564296 - X: -150000144 Y: 7500112 - X: -152810944 Y: 10000000 - X: -147813024 Y: 9999168 - - X: -139998848 Y: 6564296 - X: -140000144 Y: 7500112 - X: -142810944 Y: 10000000 - X: -137813024 Y: 9999168 - - X: -129998848 Y: 6564296 - X: -130000144 Y: 7500112 - X: -132810944 Y: 10000000 - X: -127813024 Y: 9999168 - - X: -119998848 Y: 6564296 - X: -120000144 Y: 7500112 - X: -122810944 Y: 10000000 - X: -117813024 Y: 9999168 - - X: -109998848 Y: 6564296 - X: -110000144 Y: 7500112 - X: -112810944 Y: 10000000 - X: -107813024 Y: 9999168 - - X: -99998848 Y: 6564296 - X: -100000144 Y: 7500112 - X: -102810944 Y: 10000000 - X: -97813024 Y: 9999168 - - X: 50001152 Y: 6564308 - X: 50000464 Y: 10000000 - X: 52186972 Y: 9999168 - - X: 60001152 Y: 6564296 - X: 59999856 Y: 7500112 - X: 57189052 Y: 10000000 - X: 62186972 Y: 9999168 - - X: 70001152 Y: 6564296 - X: 69999856 Y: 7500112 - X: 67189056 Y: 10000000 - X: 72186976 Y: 9999168 - - X: 80001152 Y: 6564296 - X: 79999856 Y: 7500112 - X: 77189056 Y: 10000000 - X: 82186976 Y: 9999168 - - X: 90001152 Y: 6564296 - X: 89999856 Y: 7500112 - X: 87189056 Y: 10000000 - X: 92186976 Y: 9999168 - - X: 100001152 Y: 6564296 - X: 99999856 Y: 7500112 - X: 97189056 Y: 10000000 - X: 102186976 Y: 9999168 - - X: 110001152 Y: 6564296 - X: 109999856 Y: 7500112 - X: 107189056 Y: 10000000 - X: 112186976 Y: 9999168 - - X: 120001152 Y: 6564296 - X: 119999856 Y: 7500112 - X: 117189056 Y: 10000000 - X: 122186976 Y: 9999168 - - X: 130001152 Y: 6564296 - X: 129999856 Y: 7500112 - X: 127189056 Y: 10000000 - X: 132186976 Y: 9999168 - - X: 140001152 Y: 6564296 - X: 139999856 Y: 7500112 - X: 137189056 Y: 10000000 - X: 142186976 Y: 9999168 - - X: 150001152 Y: 6564296 - X: 149999856 Y: 7500112 - X: 147189056 Y: 10000000 - X: 152186976 Y: 9999168 - - X: -989999664 Y: -4374680 - X: -994374656 Y: 336 - X: -989999664 Y: 4374680 - X: -985625344 Y: -336 - - X: -1009999664 Y: -4374680 - X: -1014374656 Y: 336 - X: -1009999664 Y: 4374680 - X: -1005625344 Y: -336 - - X: -630000000 Y: -2497712 - X: -630937602 Y: -937436 - X: -633121744 Y: 0 - X: -630000000 Y: -464 - - X: -390000000 Y: -2497712 - X: -390937634 Y: -937436 - X: -393121744 Y: 0 - X: -390000000 Y: -464 - - X: -310000464 Y: -50000000 - X: -310000144 Y: -32499888 - X: -312810960 Y: -30000000 - X: -310000000 Y: -29999536 - X: -310000144 Y: -12499888 - X: -312812688 Y: -10000000 - X: -317812640 Y: -10000192 - X: -320000000 Y: -13435348 - X: -320000144 Y: -12499888 - X: -322812688 Y: -10000000 - X: -327812640 Y: -10000192 - X: -330000000 Y: -13437612 - X: -329999536 Y: -30000000 - X: -327813040 Y: -30000832 - X: -330000000 Y: -33437612 - X: -329999536 Y: -50000000 - - X: -930000464 Y: -30000000 - X: -930000128 Y: -24374904 - X: -934373600 Y: -20000000 - X: -905626000 Y: -20000992 - X: -910000144 Y: -24375000 - X: -920000000 Y: -24375464 - X: -919999536 Y: -30000000 - X: -900000000 Y: -29999536 - X: -900000464 Y: -10000000 - X: -940000000 Y: -10000464 - X: -939999536 Y: -30000000 - - X: -259998848 Y: -13435704 - X: -260000144 Y: -12499888 - X: -262810944 Y: -10000000 - X: -257813024 Y: -10000832 - - X: -249998880 Y: -13435997 - X: -250000144 Y: -12499888 - X: -252810944 Y: -10000000 - X: -247500608 Y: -10000880 - - X: -239998880 Y: -13435996 - X: -240000064 Y: -12499904 - X: -240937632 Y: -10937436 - X: -243121744 Y: -10000000 - X: -237500608 Y: -10000880 - - X: -229998880 Y: -13435996 - X: -230000064 Y: -12499904 - X: -230937632 Y: -10937436 - X: -233121744 Y: -10000000 - X: -227500608 Y: -10000880 - - X: -159998848 Y: -13435704 - X: -160000144 Y: -12499888 - X: -162810944 Y: -10000000 - X: -157813024 Y: -10000832 - - X: -149998848 Y: -13435704 - X: -150000144 Y: -12499888 - X: -152810944 Y: -10000000 - X: -147813024 Y: -10000832 - - X: -139998848 Y: -13435704 - X: -140000144 Y: -12499888 - X: -142810944 Y: -10000000 - X: -137813024 Y: -10000832 - - X: -129998848 Y: -13435704 - X: -130000144 Y: -12499888 - X: -132810944 Y: -10000000 - X: -127813024 Y: -10000832 - - X: -119998848 Y: -13435704 - X: -120000144 Y: -12499888 - X: -122810944 Y: -10000000 - X: -117813024 Y: -10000832 - - X: -109998848 Y: -13435704 - X: -110000144 Y: -12499888 - X: -112810944 Y: -10000000 - X: -107813024 Y: -10000832 - - X: -99998848 Y: -13435704 - X: -100000144 Y: -12499888 - X: -102810944 Y: -10000000 - X: -97813024 Y: -10000832 - - X: -519998880 Y: -23435996 - X: -520000064 Y: -22499904 - X: -520937632 Y: -20937436 - X: -523121744 Y: -20000000 - X: -520000000 Y: -19999536 - X: -519999168 Y: -19375576 - X: -519062385 Y: -20000000 - X: -517500608 Y: -20000880 - - X: -509998880 Y: -23435996 - X: -510000064 Y: -22499904 - X: -510937632 Y: -20937436 - X: -513121744 Y: -20000000 - X: -510000000 Y: -19999536 - X: -509999168 Y: -19375576 - X: -509062385 Y: -20000000 - X: -507500608 Y: -20000880 - - X: -249998880 Y: -23435996 - X: -249999168 Y: -19375576 - X: -249062385 Y: -20000000 - X: -247500608 Y: -20000880 - - X: -519998880 Y: -33435996 - X: -520000064 Y: -32499904 - X: -520937632 Y: -30937436 - X: -523121744 Y: -30000000 - X: -520000000 Y: -29999536 - X: -519999168 Y: -29375576 - X: -519062385 Y: -30000000 - X: -517500608 Y: -30000880 - - X: -509998880 Y: -33435996 - X: -510000064 Y: -32499904 - X: -510937632 Y: -30937436 - X: -513121744 Y: -30000000 - X: -510000000 Y: -29999536 - X: -509999168 Y: -29375576 - X: -509062385 Y: -30000000 - X: -507500608 Y: -30000880 - - X: -499998880 Y: -33435996 - X: -500000064 Y: -32499904 - X: -500937632 Y: -30937436 - X: -503121744 Y: -30000000 - X: -500000000 Y: -29999536 - X: -499999168 Y: -29375576 - X: -499062385 Y: -30000000 - X: -497500608 Y: -30000880 - - X: -489998880 Y: -33435996 - X: -490000064 Y: -32499904 - X: -490937632 Y: -30937436 - X: -493121744 Y: -30000000 - X: -490000000 Y: -29999536 - X: -489999168 Y: -29375576 - X: -489062385 Y: -30000000 - X: -487500608 Y: -30000880 - - X: -850000464 Y: -50000000 - X: -850000128 Y: -44374904 - X: -854373600 Y: -40000000 - X: -825626000 Y: -40000992 - X: -830000144 Y: -44375000 - X: -840000000 Y: -44375464 - X: -839999536 Y: -50000000 - X: -820000000 Y: -49999536 - X: -820000464 Y: -30000000 - X: -860000000 Y: -30000464 - X: -859999536 Y: -50000000 - - X: -319998848 Y: -33435704 - X: -320000144 Y: -32499888 - X: -322810960 Y: -30000000 - X: -317813040 Y: -30000832 - - X: -549998880 Y: -43435996 - X: -550000064 Y: -42499904 - X: -550937600 Y: -40937436 - X: -553121744 Y: -40000000 - X: -550000000 Y: -39999536 - X: -549999168 Y: -39375576 - X: -549062416 Y: -40000000 - X: -547500640 Y: -40000880 - - X: -539998880 Y: -43435996 - X: -540000064 Y: -42499904 - X: -540937600 Y: -40937436 - X: -543121744 Y: -40000000 - X: -540000000 Y: -39999536 - X: -539999168 Y: -39375576 - X: -539062416 Y: -40000000 - X: -537500640 Y: -40000880 - - X: -529998880 Y: -43435996 - X: -530000064 Y: -42499904 - X: -530937632 Y: -40937436 - X: -533121744 Y: -40000000 - X: -530000000 Y: -39999536 - X: -529999168 Y: -39375576 - X: -529062385 Y: -40000000 - X: -527500608 Y: -40000880 - - X: -519998880 Y: -43435996 - X: -520000064 Y: -42499904 - X: -520937632 Y: -40937436 - X: -523121744 Y: -40000000 - X: -520000000 Y: -39999536 - X: -519999168 Y: -39375576 - X: -519062385 Y: -40000000 - X: -517500608 Y: -40000880 - - X: -509998880 Y: -43435996 - X: -510000064 Y: -42499904 - X: -510937632 Y: -40937436 - X: -513121744 Y: -40000000 - X: -510000000 Y: -39999536 - X: -509999168 Y: -39375576 - X: -509062385 Y: -40000000 - X: -507500608 Y: -40000880 - - X: -499998880 Y: -43435996 - X: -500000064 Y: -42499904 - X: -500937632 Y: -40937436 - X: -503121744 Y: -40000000 - X: -500000000 Y: -39999536 - X: -499999168 Y: -39375576 - X: -499062385 Y: -40000000 - X: -497500608 Y: -40000880 - - X: -489998880 Y: -43435996 - X: -490000064 Y: -42499904 - X: -490937632 Y: -40937436 - X: -493121744 Y: -40000000 - X: -490000000 Y: -39999536 - X: -489999168 Y: -39375576 - X: -489062385 Y: -40000000 - X: -487500608 Y: -40000880 - - X: -379998880 Y: -43435996 - X: -380000064 Y: -42499904 - X: -380937632 Y: -40937436 - X: -383121744 Y: -40000000 - X: -380000000 Y: -39999536 - X: -379999168 Y: -39375576 - X: -379062385 Y: -40000000 - X: -377500608 Y: -40000880 - - X: -369998880 Y: -43435996 - X: -370000064 Y: -42499904 - X: -370937632 Y: -40937436 - X: -373121744 Y: -40000000 - X: -370000000 Y: -39999536 - X: -369999168 Y: -39375576 - X: -369062385 Y: -40000000 - X: -367500608 Y: -40000880 - - X: -359998880 Y: -43435996 - X: -360000064 Y: -42499904 - X: -360937632 Y: -40937436 - X: -363121744 Y: -40000000 - X: -360000000 Y: -39999536 - X: -359999168 Y: -39375576 - X: -359062385 Y: -40000000 - X: -357500608 Y: -40000880 - - X: -489998880 Y: -53435996 - X: -490000064 Y: -52499904 - X: -490937632 Y: -50937436 - X: -493121744 Y: -50000000 - X: -490000000 Y: -49999536 - X: -489999168 Y: -49375576 - X: -489062385 Y: -50000000 - X: -487500608 Y: -50000880 - - X: -479998880 Y: -53435996 - X: -480000064 Y: -52499904 - X: -480937632 Y: -50937436 - X: -483121744 Y: -50000000 - X: -480000000 Y: -49999536 - X: -479999168 Y: -49375576 - X: -479062385 Y: -50000000 - X: -477500608 Y: -50000880 - - X: -1010000464 Y: -100000000 - X: -1010000464 Y: -70000000 - X: -1030000000 Y: -69999536 - X: -1030000464 Y: -50000000 - X: -1070000000 Y: -50000464 - X: -1069999536 Y: -100000000 - - X: -749998848 Y: -53435704 - X: -750000144 Y: -52499888 - X: -752810928 Y: -50000000 - X: -747813008 Y: -50000832 - - X: -739998848 Y: -53435704 - X: -740000144 Y: -52499888 - X: -742810928 Y: -50000000 - X: -737813008 Y: -50000832 - - X: -729998848 Y: -53435704 - X: -730000144 Y: -52499888 - X: -732810928 Y: -50000000 - X: -727813008 Y: -50000832 - - X: -719998848 Y: -53435704 - X: -720000144 Y: -52499888 - X: -722810928 Y: -50000000 - X: -717813008 Y: -50000832 - - X: -709998848 Y: -53435704 - X: -710000144 Y: -52499888 - X: -712810928 Y: -50000000 - X: -707813008 Y: -50000832 - - X: -699998848 Y: -53435704 - X: -700000144 Y: -52499888 - X: -702810928 Y: -50000000 - X: -697813008 Y: -50000832 - - X: -689998848 Y: -53435704 - X: -690000144 Y: -52499888 - X: -692810928 Y: -50000000 - X: -687813008 Y: -50000832 - - X: -679998848 Y: -53435704 - X: -680000144 Y: -52499888 - X: -682810928 Y: -50000000 - X: -677813008 Y: -50000832 - - X: 70000000 Y: -62497712 - X: 69062366 Y: -60937436 - X: 66878248 Y: -60000000 - X: 70000000 Y: -60000464 - - X: -519998880 Y: -73436000 - X: -520000064 Y: -72499904 - X: -520937632 Y: -70937440 - X: -523121744 Y: -70000000 - X: -520000000 Y: -69999536 - X: -519999168 Y: -69375576 - X: -519062385 Y: -70000000 - X: -517500608 Y: -70000880 - - X: -464 Y: -90000000 - X: -128 Y: -84374904 - X: -4373624 Y: -80000000 - X: 24374024 Y: -80000992 - X: 19999856 Y: -84375000 - X: 10000000 Y: -84375464 - X: 10000464 Y: -90000000 - X: 30000000 Y: -89999536 - X: 29999536 Y: -70000000 - X: -10000000 Y: -70000464 - X: -9999536 Y: -90000000 - - X: -749998848 Y: -73435708 - X: -750000144 Y: -72499888 - X: -752810928 Y: -70000000 - X: -747813008 Y: -70000832 - - X: -739998848 Y: -73435708 - X: -740000144 Y: -72499888 - X: -742810928 Y: -70000000 - X: -737813008 Y: -70000832 - - X: -729998848 Y: -73435708 - X: -730000144 Y: -72499888 - X: -732810928 Y: -70000000 - X: -727813008 Y: -70000832 - - X: -719998848 Y: -73435708 - X: -720000144 Y: -72499888 - X: -722810928 Y: -70000000 - X: -717813008 Y: -70000832 - - X: -709998848 Y: -73435708 - X: -710000144 Y: -72499888 - X: -712810928 Y: -70000000 - X: -707813008 Y: -70000832 - - X: -699998848 Y: -73435708 - X: -700000144 Y: -72499888 - X: -702810928 Y: -70000000 - X: -697813008 Y: -70000832 - - X: -689998848 Y: -73435708 - X: -690000144 Y: -72499888 - X: -692810928 Y: -70000000 - X: -687813008 Y: -70000832 - - X: -679998848 Y: -73435708 - X: -680000144 Y: -72499888 - X: -682810928 Y: -70000000 - X: -677813008 Y: -70000832 - - X: -159998848 Y: -73435708 - X: -160000144 Y: -72499888 - X: -162810944 Y: -70000000 - X: -157813024 Y: -70000832 - - X: -149998848 Y: -73435708 - X: -150000144 Y: -72499888 - X: -152810944 Y: -70000000 - X: -147813024 Y: -70000832 - - X: -139998848 Y: -73435708 - X: -140000144 Y: -72499888 - X: -142810944 Y: -70000000 - X: -137813024 Y: -70000832 - - X: -129998848 Y: -73435708 - X: -130000144 Y: -72499888 - X: -132810944 Y: -70000000 - X: -127813024 Y: -70000832 - - X: -119998848 Y: -73435708 - X: -120000144 Y: -72499888 - X: -122810944 Y: -70000000 - X: -117813024 Y: -70000832 - - X: 70001152 Y: -73435708 - X: 69999936 Y: -72499904 - X: 69062368 Y: -70937440 - X: 66878248 Y: -70000000 - X: 72186976 Y: -70000832 - - X: 80001152 Y: -73435708 - X: 79999856 Y: -72499888 - X: 77189056 Y: -70000000 - X: 82186976 Y: -70000832 - - X: 90001152 Y: -73435708 - X: 89999856 Y: -72499888 - X: 87189056 Y: -70000000 - X: 92186976 Y: -70000832 - - X: 100001152 Y: -73435708 - X: 99999856 Y: -72499888 - X: 97189056 Y: -70000000 - X: 102186976 Y: -70000832 - - X: 110001152 Y: -73435708 - X: 109999856 Y: -72499888 - X: 107189056 Y: -70000000 - X: 112186976 Y: -70000832 - - X: 120001152 Y: -73435708 - X: 119999856 Y: -72499888 - X: 117189056 Y: -70000000 - X: 122186976 Y: -70000832 - - X: 130001152 Y: -73435708 - X: 129999856 Y: -72499888 - X: 127189056 Y: -70000000 - X: 132186976 Y: -70000832 - - X: 140001152 Y: -73435708 - X: 139999856 Y: -72499888 - X: 137189056 Y: -70000000 - X: 142186976 Y: -70000832 - - X: 150001152 Y: -73435708 - X: 149999856 Y: -72499888 - X: 147189056 Y: -70000000 - X: 152186976 Y: -70000832 - - X: -589998880 Y: -83436000 - X: -589999168 Y: -79375576 - X: -589062416 Y: -80000000 - X: -587500640 Y: -80000880 - - X: -519998880 Y: -83436000 - X: -520000064 Y: -82499904 - X: -520937632 Y: -80937440 - X: -523121744 Y: -80000000 - X: -520000000 Y: -79999536 - X: -519999168 Y: -79375576 - X: -519062385 Y: -80000000 - X: -517500608 Y: -80000880 - - X: -509998880 Y: -83436000 - X: -510000064 Y: -82499904 - X: -510937632 Y: -80937440 - X: -513121744 Y: -80000000 - X: -510000000 Y: -79999536 - X: -509999168 Y: -79375576 - X: -509062385 Y: -80000000 - X: -507500608 Y: -80000880 - - X: -499998880 Y: -83436000 - X: -500000064 Y: -82499904 - X: -500937632 Y: -80937440 - X: -503121744 Y: -80000000 - X: -500000000 Y: -79999536 - X: -499999168 Y: -79375576 - X: -499062385 Y: -80000000 - X: -497500608 Y: -80000880 - - X: -350000000 Y: -82497712 - X: -350937634 Y: -80937440 - X: -353121744 Y: -80000000 - X: -350000000 Y: -80000464 - - X: 70000000 Y: -82497712 - X: 69062366 Y: -80937440 - X: 66878248 Y: -80000000 - X: 70000000 Y: -80000464 - - X: -589998848 Y: -93435708 - X: -590000144 Y: -92499888 - X: -592810928 Y: -90000000 - X: -590000000 Y: -89999536 - X: -589999168 Y: -89375576 - X: -589062416 Y: -90000000 - X: -587813008 Y: -90000832 - - X: -579998848 Y: -93435708 - X: -580000144 Y: -92499888 - X: -582810928 Y: -90000000 - X: -580000000 Y: -89999536 - X: -579999168 Y: -89375576 - X: -579062416 Y: -90000000 - X: -577813008 Y: -90000832 - - X: -359998848 Y: -93435708 - X: -360000144 Y: -92499888 - X: -362810960 Y: -90000000 - X: -360000000 Y: -89999536 - X: -359999168 Y: -89375576 - X: -359062385 Y: -90000000 - X: -357813040 Y: -90000832 - - X: -919998848 Y: -93435696 - X: -919999536 Y: -90000000 - X: -917813008 Y: -90000832 - - X: -909998848 Y: -93435708 - X: -910000144 Y: -92499888 - X: -912810928 Y: -90000000 - X: -907813008 Y: -90000832 - - X: -899998848 Y: -93435708 - X: -900000144 Y: -92499888 - X: -902810928 Y: -90000000 - X: -897813008 Y: -90000832 - - X: -889998848 Y: -93435708 - X: -890000144 Y: -92499888 - X: -892810928 Y: -90000000 - X: -887813008 Y: -90000832 - - X: -749998848 Y: -93435708 - X: -750000144 Y: -92499888 - X: -752810928 Y: -90000000 - X: -747813008 Y: -90000832 - - X: -739998848 Y: -93435708 - X: -740000144 Y: -92499888 - X: -742810928 Y: -90000000 - X: -737813008 Y: -90000832 - - X: -729998848 Y: -93435708 - X: -730000144 Y: -92499888 - X: -732810928 Y: -90000000 - X: -727813008 Y: -90000832 - - X: -719998848 Y: -93435708 - X: -720000144 Y: -92499888 - X: -722810928 Y: -90000000 - X: -717813008 Y: -90000832 - - X: -709998848 Y: -93435708 - X: -710000144 Y: -92499888 - X: -712810928 Y: -90000000 - X: -707813008 Y: -90000832 - - X: -699998848 Y: -93435708 - X: -700000144 Y: -92499888 - X: -702810928 Y: -90000000 - X: -697813008 Y: -90000832 - - X: -689998848 Y: -93435708 - X: -690000144 Y: -92499888 - X: -692810928 Y: -90000000 - X: -687813008 Y: -90000832 - - X: -679998848 Y: -93435708 - X: -680000144 Y: -92499888 - X: -682810928 Y: -90000000 - X: -677813008 Y: -90000832 - - X: -599998848 Y: -93435708 - X: -600000144 Y: -92499888 - X: -602810928 Y: -90000000 - X: -597813008 Y: -90000832 - - X: -349998848 Y: -93435708 - X: -350000144 Y: -92499888 - X: -352810960 Y: -90000000 - X: -347813040 Y: -90000832 - - X: -339998848 Y: -93435708 - X: -340000144 Y: -92499888 - X: -342810960 Y: -90000000 - X: -337813040 Y: -90000832 - - X: -159998848 Y: -93435708 - X: -160000144 Y: -92499888 - X: -162810944 Y: -90000000 - X: -157813024 Y: -90000832 - - X: -149998848 Y: -93435708 - X: -150000144 Y: -92499888 - X: -152810944 Y: -90000000 - X: -147813024 Y: -90000832 - - X: -139998848 Y: -93435708 - X: -140000144 Y: -92499888 - X: -142810944 Y: -90000000 - X: -137813024 Y: -90000832 - - X: -129998848 Y: -93435708 - X: -130000144 Y: -92499888 - X: -132810944 Y: -90000000 - X: -127813024 Y: -90000832 - - X: -119998848 Y: -93435708 - X: -120000144 Y: -92499888 - X: -122810944 Y: -90000000 - X: -117813024 Y: -90000832 - - X: 70001152 Y: -93435708 - X: 69999936 Y: -92499904 - X: 69062368 Y: -90937440 - X: 66878248 Y: -90000000 - X: 72186976 Y: -90000832 - - X: 80001152 Y: -93435708 - X: 79999856 Y: -92499888 - X: 77189056 Y: -90000000 - X: 82186976 Y: -90000832 - - X: 90001152 Y: -93435708 - X: 89999856 Y: -92499888 - X: 87189056 Y: -90000000 - X: 92186976 Y: -90000832 - - X: 100001152 Y: -93435708 - X: 99999856 Y: -92499888 - X: 97189056 Y: -90000000 - X: 102186976 Y: -90000832 - - X: 110001152 Y: -93435708 - X: 109999856 Y: -92499888 - X: 107189056 Y: -90000000 - X: 112186976 Y: -90000832 - - X: 120001152 Y: -93435708 - X: 119999856 Y: -92499888 - X: 117189056 Y: -90000000 - X: 122186976 Y: -90000832 - - X: 130001152 Y: -93435708 - X: 129999856 Y: -92499888 - X: 127189056 Y: -90000000 - X: 132186976 Y: -90000832 - - X: 140001152 Y: -93435708 - X: 139999856 Y: -92499888 - X: 137189056 Y: -90000000 - X: 142186976 Y: -90000832 - - X: 150001152 Y: -93435708 - X: 149999856 Y: -92499888 - X: 147189056 Y: -90000000 - X: 152186976 Y: -90000832 - - X: 70000000 Y: -102497712 - X: 69062366 Y: -100937440 - X: 66878248 Y: -100000000 - X: 70000000 Y: -100000464 - - X: -89998848 Y: -113435708 - X: -90000144 Y: -112499888 - X: -92810944 Y: -110000000 - X: -90000000 Y: -109999536 - X: -89999168 Y: -109375576 - X: -89062385 Y: -110000000 - X: -87813024 Y: -110000832 - - X: -79998848 Y: -113435708 - X: -80000144 Y: -112499888 - X: -82810944 Y: -110000000 - X: -80000000 Y: -109999536 - X: -79999168 Y: -109375576 - X: -79062385 Y: -110000000 - X: -77813024 Y: -110000832 - - X: -69998848 Y: -113435708 - X: -70000144 Y: -112499888 - X: -72810944 Y: -110000000 - X: -70000000 Y: -109999536 - X: -69999168 Y: -109375576 - X: -69062385 Y: -110000000 - X: -67813024 Y: -110000832 - - X: -59998848 Y: -113435708 - X: -60000144 Y: -112499888 - X: -62810948 Y: -110000000 - X: -60000000 Y: -109999536 - X: -59999168 Y: -109375576 - X: -59062388 Y: -110000000 - X: -57813028 Y: -110000832 - - X: -919998848 Y: -113435696 - X: -919999536 Y: -110000000 - X: -917813008 Y: -110000832 - - X: -909998848 Y: -113435708 - X: -910000144 Y: -112499888 - X: -912810928 Y: -110000000 - X: -907813008 Y: -110000832 - - X: -899998848 Y: -113435708 - X: -900000144 Y: -112499888 - X: -902810928 Y: -110000000 - X: -897813008 Y: -110000832 - - X: -889998848 Y: -113435708 - X: -890000144 Y: -112499888 - X: -892810928 Y: -110000000 - X: -887813008 Y: -110000832 - - X: -879998848 Y: -113435708 - X: -880000144 Y: -112499888 - X: -882810928 Y: -110000000 - X: -877813008 Y: -110000832 - - X: -869998848 Y: -113435708 - X: -870000144 Y: -112499888 - X: -872810928 Y: -110000000 - X: -867813008 Y: -110000832 - - X: -859998848 Y: -113435708 - X: -860000144 Y: -112499888 - X: -862810928 Y: -110000000 - X: -857813008 Y: -110000832 - - X: -849998848 Y: -113435708 - X: -850000144 Y: -112499888 - X: -852810928 Y: -110000000 - X: -847813008 Y: -110000832 - - X: -839998848 Y: -113435708 - X: -840000144 Y: -112499888 - X: -842810928 Y: -110000000 - X: -837813008 Y: -110000832 - - X: -829998848 Y: -113435708 - X: -830000144 Y: -112499888 - X: -832810928 Y: -110000000 - X: -827813008 Y: -110000832 - - X: -819998848 Y: -113435708 - X: -820000144 Y: -112499888 - X: -822810928 Y: -110000000 - X: -817813008 Y: -110000832 - - X: -809998848 Y: -113435708 - X: -810000144 Y: -112499888 - X: -812810928 Y: -110000000 - X: -807813008 Y: -110000832 - - X: -799998848 Y: -113435708 - X: -800000144 Y: -112499888 - X: -802810928 Y: -110000000 - X: -797813008 Y: -110000832 - - X: -789998848 Y: -113435708 - X: -790000144 Y: -112499888 - X: -792810928 Y: -110000000 - X: -787813008 Y: -110000832 - - X: -779998848 Y: -113435708 - X: -780000144 Y: -112499888 - X: -782810928 Y: -110000000 - X: -777813008 Y: -110000832 - - X: -769998848 Y: -113435708 - X: -770000144 Y: -112499888 - X: -772810928 Y: -110000000 - X: -767813008 Y: -110000832 - - X: -759998848 Y: -113435708 - X: -760000144 Y: -112499888 - X: -762810928 Y: -110000000 - X: -757813008 Y: -110000832 - - X: -749998848 Y: -113435708 - X: -750000144 Y: -112499888 - X: -752810928 Y: -110000000 - X: -747813008 Y: -110000832 - - X: -739998848 Y: -113435708 - X: -740000144 Y: -112499888 - X: -742810928 Y: -110000000 - X: -737813008 Y: -110000832 - - X: -729998848 Y: -113435708 - X: -730000144 Y: -112499888 - X: -732810928 Y: -110000000 - X: -727813008 Y: -110000832 - - X: -719998848 Y: -113435708 - X: -720000144 Y: -112499888 - X: -722810928 Y: -110000000 - X: -717813008 Y: -110000832 - - X: -709998848 Y: -113435708 - X: -710000144 Y: -112499888 - X: -712810928 Y: -110000000 - X: -707813008 Y: -110000832 - - X: -699998848 Y: -113435708 - X: -700000144 Y: -112499888 - X: -702810928 Y: -110000000 - X: -697813008 Y: -110000832 - - X: -689998848 Y: -113435708 - X: -690000144 Y: -112499888 - X: -692810928 Y: -110000000 - X: -687813008 Y: -110000832 - - X: -679998848 Y: -113435708 - X: -680000144 Y: -112499888 - X: -682810928 Y: -110000000 - X: -677813008 Y: -110000832 - - X: -619998848 Y: -113435708 - X: -620000144 Y: -112499888 - X: -622810928 Y: -110000000 - X: -617813008 Y: -110000832 - - X: -609998848 Y: -113435708 - X: -610000144 Y: -112499888 - X: -612810928 Y: -110000000 - X: -607813008 Y: -110000832 - - X: -599998848 Y: -113435708 - X: -600000144 Y: -112499888 - X: -602810928 Y: -110000000 - X: -597813008 Y: -110000832 - - X: -589998848 Y: -113435708 - X: -590000144 Y: -112499888 - X: -592810928 Y: -110000000 - X: -587813008 Y: -110000832 - - X: -579998848 Y: -113435708 - X: -580000144 Y: -112499888 - X: -582810928 Y: -110000000 - X: -577813008 Y: -110000832 - - X: -219998848 Y: -113435708 - X: -220000144 Y: -112499888 - X: -222810944 Y: -110000000 - X: -217813024 Y: -110000832 - - X: -209998848 Y: -113435708 - X: -210000144 Y: -112499888 - X: -212810944 Y: -110000000 - X: -207813024 Y: -110000832 - - X: -199998848 Y: -113435708 - X: -200000144 Y: -112499888 - X: -202810944 Y: -110000000 - X: -197813024 Y: -110000832 - - X: -189998848 Y: -113435708 - X: -190000144 Y: -112499888 - X: -192810944 Y: -110000000 - X: -187813024 Y: -110000832 - - X: -179998848 Y: -113435708 - X: -180000144 Y: -112499888 - X: -182810944 Y: -110000000 - X: -177813024 Y: -110000832 - - X: -169998848 Y: -113435708 - X: -170000144 Y: -112499888 - X: -172810944 Y: -110000000 - X: -167813024 Y: -110000832 - - X: -159998848 Y: -113435708 - X: -160000144 Y: -112499888 - X: -162810944 Y: -110000000 - X: -157813024 Y: -110000832 - - X: -149998848 Y: -113435708 - X: -150000144 Y: -112499888 - X: -152810944 Y: -110000000 - X: -147813024 Y: -110000832 - - X: -139998848 Y: -113435708 - X: -140000144 Y: -112499888 - X: -142810944 Y: -110000000 - X: -137813024 Y: -110000832 - - X: -129998848 Y: -113435708 - X: -130000144 Y: -112499888 - X: -132810944 Y: -110000000 - X: -127813024 Y: -110000832 - - X: -119998848 Y: -113435708 - X: -120000144 Y: -112499888 - X: -122810944 Y: -110000000 - X: -117813024 Y: -110000832 - - X: -109998848 Y: -113435708 - X: -110000144 Y: -112499888 - X: -112810944 Y: -110000000 - X: -107813024 Y: -110000832 - - X: -99998848 Y: -113435708 - X: -100000144 Y: -112499888 - X: -102810944 Y: -110000000 - X: -97813024 Y: -110000832 - - X: 70001152 Y: -113435708 - X: 69999856 Y: -112499888 - X: 67189056 Y: -110000000 - X: 72186976 Y: -110000832 - - X: 80001152 Y: -113435708 - X: 79999856 Y: -112499888 - X: 77189056 Y: -110000000 - X: 82186976 Y: -110000832 - - X: 90001152 Y: -113435708 - X: 89999856 Y: -112499888 - X: 87189056 Y: -110000000 - X: 92186976 Y: -110000832 - - X: 100001152 Y: -113435708 - X: 99999856 Y: -112499888 - X: 97189056 Y: -110000000 - X: 102186976 Y: -110000832 - - X: 110001152 Y: -113435708 - X: 109999856 Y: -112499888 - X: 107189056 Y: -110000000 - X: 112186976 Y: -110000832 - - X: 120001152 Y: -113435708 - X: 119999856 Y: -112499888 - X: 117189056 Y: -110000000 - X: 122186976 Y: -110000832 - - X: 130001152 Y: -113435708 - X: 129999856 Y: -112499888 - X: 127189056 Y: -110000000 - X: 132186976 Y: -110000832 - - X: 140001152 Y: -113435708 - X: 139999856 Y: -112499888 - X: 137189056 Y: -110000000 - X: 142186976 Y: -110000832 - - X: 150001152 Y: -113435708 - X: 149999856 Y: -112499888 - X: 147189056 Y: -110000000 - X: 152186976 Y: -110000832 - - X: -469998848 Y: -133435708 - X: -470000144 Y: -132499888 - X: -472810960 Y: -130000000 - X: -470000000 Y: -129999536 - X: -469999168 Y: -129375576 - X: -469062385 Y: -130000000 - X: -467813040 Y: -130000832 - - X: -459998848 Y: -133435708 - X: -460000144 Y: -132499888 - X: -462810960 Y: -130000000 - X: -460000000 Y: -129999536 - X: -459999168 Y: -129375576 - X: -459062385 Y: -130000000 - X: -457813040 Y: -130000832 - - X: -919998848 Y: -133435696 - X: -919999536 Y: -130000000 - X: -917813008 Y: -130000832 - - X: -909998848 Y: -133435708 - X: -910000144 Y: -132499888 - X: -912810928 Y: -130000000 - X: -907813008 Y: -130000832 - - X: -899998848 Y: -133435708 - X: -900000144 Y: -132499888 - X: -902810928 Y: -130000000 - X: -897813008 Y: -130000832 - - X: -889998848 Y: -133435708 - X: -890000144 Y: -132499888 - X: -892810928 Y: -130000000 - X: -887813008 Y: -130000832 - - X: -879998848 Y: -133435708 - X: -880000144 Y: -132499888 - X: -882810928 Y: -130000000 - X: -877813008 Y: -130000832 - - X: -869998848 Y: -133435708 - X: -870000144 Y: -132499888 - X: -872810928 Y: -130000000 - X: -867813008 Y: -130000832 - - X: -859998848 Y: -133435708 - X: -860000144 Y: -132499888 - X: -862810928 Y: -130000000 - X: -857813008 Y: -130000832 - - X: -849998848 Y: -133435708 - X: -850000144 Y: -132499888 - X: -852810928 Y: -130000000 - X: -847813008 Y: -130000832 - - X: -839998848 Y: -133435708 - X: -840000144 Y: -132499888 - X: -842810928 Y: -130000000 - X: -837813008 Y: -130000832 - - X: -829998848 Y: -133435708 - X: -830000144 Y: -132499888 - X: -832810928 Y: -130000000 - X: -827813008 Y: -130000832 - - X: -819998848 Y: -133435708 - X: -820000144 Y: -132499888 - X: -822810928 Y: -130000000 - X: -817813008 Y: -130000832 - - X: -809998848 Y: -133435708 - X: -810000144 Y: -132499888 - X: -812810928 Y: -130000000 - X: -807813008 Y: -130000832 - - X: -799998848 Y: -133435708 - X: -800000144 Y: -132499888 - X: -802810928 Y: -130000000 - X: -797813008 Y: -130000832 - - X: -789998848 Y: -133435708 - X: -790000144 Y: -132499888 - X: -792810928 Y: -130000000 - X: -787813008 Y: -130000832 - - X: -779998848 Y: -133435708 - X: -780000144 Y: -132499888 - X: -782810928 Y: -130000000 - X: -777813008 Y: -130000832 - - X: -769998848 Y: -133435708 - X: -770000144 Y: -132499888 - X: -772810928 Y: -130000000 - X: -767813008 Y: -130000832 - - X: -759998848 Y: -133435708 - X: -760000144 Y: -132499888 - X: -762810928 Y: -130000000 - X: -757813008 Y: -130000832 - - X: -749998848 Y: -133435708 - X: -750000144 Y: -132499888 - X: -752810928 Y: -130000000 - X: -747813008 Y: -130000832 - - X: -739998848 Y: -133435708 - X: -740000144 Y: -132499888 - X: -742810928 Y: -130000000 - X: -737813008 Y: -130000832 - - X: -729998848 Y: -133435708 - X: -730000144 Y: -132499888 - X: -732810928 Y: -130000000 - X: -727813008 Y: -130000832 - - X: -719998848 Y: -133435708 - X: -720000144 Y: -132499888 - X: -722810928 Y: -130000000 - X: -717813008 Y: -130000832 - - X: -709998848 Y: -133435708 - X: -710000144 Y: -132499888 - X: -712810928 Y: -130000000 - X: -707813008 Y: -130000832 - - X: -699998848 Y: -133435708 - X: -700000144 Y: -132499888 - X: -702810928 Y: -130000000 - X: -697813008 Y: -130000832 - - X: -689998848 Y: -133435708 - X: -690000144 Y: -132499888 - X: -692810928 Y: -130000000 - X: -687813008 Y: -130000832 - - X: -679998848 Y: -133435708 - X: -680000144 Y: -132499888 - X: -682810928 Y: -130000000 - X: -677813008 Y: -130000832 - - X: -669998848 Y: -133435708 - X: -670000144 Y: -132499888 - X: -672810928 Y: -130000000 - X: -667813008 Y: -130000832 - - X: -659998848 Y: -133435708 - X: -660000144 Y: -132499888 - X: -662810928 Y: -130000000 - X: -657813008 Y: -130000832 - - X: -649998848 Y: -133435708 - X: -650000144 Y: -132499888 - X: -652810928 Y: -130000000 - X: -647813008 Y: -130000832 - - X: -639998848 Y: -133435708 - X: -640000144 Y: -132499888 - X: -642810928 Y: -130000000 - X: -637813008 Y: -130000832 - - X: -629998848 Y: -133435708 - X: -630000144 Y: -132499888 - X: -632810928 Y: -130000000 - X: -627813008 Y: -130000832 - - X: -619998848 Y: -133435708 - X: -620000144 Y: -132499888 - X: -622810928 Y: -130000000 - X: -617813008 Y: -130000832 - - X: -609998848 Y: -133435708 - X: -610000144 Y: -132499888 - X: -612810928 Y: -130000000 - X: -607813008 Y: -130000832 - - X: -599998848 Y: -133435708 - X: -600000144 Y: -132499888 - X: -602810928 Y: -130000000 - X: -597813008 Y: -130000832 - - X: -589998848 Y: -133435708 - X: -590000144 Y: -132499888 - X: -592810928 Y: -130000000 - X: -587813008 Y: -130000832 - - X: -579998848 Y: -133435708 - X: -580000144 Y: -132499888 - X: -582810928 Y: -130000000 - X: -577813008 Y: -130000832 - - X: -569998848 Y: -133435708 - X: -570000144 Y: -132499888 - X: -572810928 Y: -130000000 - X: -567813008 Y: -130000832 - - X: -559998848 Y: -133435708 - X: -560000144 Y: -132499888 - X: -562810928 Y: -130000000 - X: -557813008 Y: -130000832 - - X: -549998848 Y: -133435708 - X: -550000144 Y: -132499888 - X: -552810928 Y: -130000000 - X: -547813008 Y: -130000832 - - X: -539998848 Y: -133435708 - X: -540000144 Y: -132499888 - X: -542810928 Y: -130000000 - X: -537813008 Y: -130000832 - - X: -529998848 Y: -133435708 - X: -530000144 Y: -132499888 - X: -532810960 Y: -130000000 - X: -527813040 Y: -130000832 - - X: -519998848 Y: -133435708 - X: -520000144 Y: -132499888 - X: -522810960 Y: -130000000 - X: -517813040 Y: -130000832 - - X: -509998848 Y: -133435708 - X: -510000144 Y: -132499888 - X: -512810960 Y: -130000000 - X: -507813040 Y: -130000832 - - X: -499998848 Y: -133435708 - X: -500000144 Y: -132499888 - X: -502810960 Y: -130000000 - X: -497813040 Y: -130000832 - - X: -489998848 Y: -133435708 - X: -490000144 Y: -132499888 - X: -492810960 Y: -130000000 - X: -487813040 Y: -130000832 - - X: -479998848 Y: -133435708 - X: -480000144 Y: -132499888 - X: -482810960 Y: -130000000 - X: -477813040 Y: -130000832 - - X: -259998848 Y: -133435708 - X: -260000144 Y: -132499888 - X: -262810944 Y: -130000000 - X: -257813024 Y: -130000832 - - X: -249998848 Y: -133435708 - X: -250000144 Y: -132499888 - X: -252810944 Y: -130000000 - X: -247813024 Y: -130000832 - - X: -239998848 Y: -133435708 - X: -240000144 Y: -132499888 - X: -242810944 Y: -130000000 - X: -237813024 Y: -130000832 - - X: -229998848 Y: -133435708 - X: -230000144 Y: -132499888 - X: -232810944 Y: -130000000 - X: -227813024 Y: -130000832 - - X: -219998848 Y: -133435708 - X: -220000144 Y: -132499888 - X: -222810944 Y: -130000000 - X: -217813024 Y: -130000832 - - X: -209998848 Y: -133435708 - X: -210000144 Y: -132499888 - X: -212810944 Y: -130000000 - X: -207813024 Y: -130000832 - - X: -199998848 Y: -133435708 - X: -200000144 Y: -132499888 - X: -202810944 Y: -130000000 - X: -197813024 Y: -130000832 - - X: -189998848 Y: -133435708 - X: -190000144 Y: -132499888 - X: -192810944 Y: -130000000 - X: -187813024 Y: -130000832 - - X: -179998848 Y: -133435708 - X: -180000144 Y: -132499888 - X: -182810944 Y: -130000000 - X: -177813024 Y: -130000832 - - X: -169998848 Y: -133435708 - X: -170000144 Y: -132499888 - X: -172810944 Y: -130000000 - X: -167813024 Y: -130000832 - - X: -159998848 Y: -133435708 - X: -160000144 Y: -132499888 - X: -162810944 Y: -130000000 - X: -157813024 Y: -130000832 - - X: -149998848 Y: -133435708 - X: -150000144 Y: -132499888 - X: -152810944 Y: -130000000 - X: -147813024 Y: -130000832 - - X: -139998848 Y: -133435708 - X: -140000144 Y: -132499888 - X: -142810944 Y: -130000000 - X: -137813024 Y: -130000832 - - X: -129998848 Y: -133435708 - X: -130000144 Y: -132499888 - X: -132810944 Y: -130000000 - X: -127813024 Y: -130000832 - - X: -119998848 Y: -133435708 - X: -120000144 Y: -132499888 - X: -122810944 Y: -130000000 - X: -117813024 Y: -130000832 - - X: -109998848 Y: -133435708 - X: -110000144 Y: -132499888 - X: -112810944 Y: -130000000 - X: -107813024 Y: -130000832 - - X: -99998848 Y: -133435708 - X: -100000144 Y: -132499888 - X: -102810944 Y: -130000000 - X: -97813024 Y: -130000832 - - X: -89998848 Y: -133435708 - X: -90000144 Y: -132499888 - X: -92810944 Y: -130000000 - X: -87813024 Y: -130000832 - - X: -79998848 Y: -133435708 - X: -80000144 Y: -132499888 - X: -82810944 Y: -130000000 - X: -77813024 Y: -130000832 - - X: -69998848 Y: -133435708 - X: -70000144 Y: -132499888 - X: -72810944 Y: -130000000 - X: -67813024 Y: -130000832 - - X: -59998848 Y: -133435708 - X: -60000144 Y: -132499888 - X: -62810948 Y: -130000000 - X: -57813028 Y: -130000832 - - X: -49998848 Y: -133435708 - X: -50000144 Y: -132499888 - X: -52810948 Y: -130000000 - X: -47813028 Y: -130000832 - - X: -39998848 Y: -133435708 - X: -40000144 Y: -132499888 - X: -42810948 Y: -130000000 - X: -37813028 Y: -130000832 - - X: -29998848 Y: -133435708 - X: -30000144 Y: -132499888 - X: -32810948 Y: -130000000 - X: -27813028 Y: -130000832 - - X: -19998848 Y: -133435708 - X: -20000144 Y: -132499888 - X: -22810948 Y: -130000000 - X: -17813028 Y: -130000832 - - X: -9998848 Y: -133435708 - X: -10000144 Y: -132499888 - X: -12810948 Y: -130000000 - X: -7813028 Y: -130000832 - - X: 1152 Y: -133435708 - X: -144 Y: -132499888 - X: -2810948 Y: -130000000 - X: 2186972 Y: -130000832 - - X: 10001152 Y: -133435708 - X: 9999856 Y: -132499888 - X: 7189052 Y: -130000000 - X: 12186972 Y: -130000832 - - X: 20001152 Y: -133435708 - X: 19999856 Y: -132499888 - X: 17189052 Y: -130000000 - X: 22186972 Y: -130000832 - - X: 30001152 Y: -133435708 - X: 29999856 Y: -132499888 - X: 27189052 Y: -130000000 - X: 32186972 Y: -130000832 - - X: 40001152 Y: -133435708 - X: 39999856 Y: -132499888 - X: 37189052 Y: -130000000 - X: 42186972 Y: -130000832 - - X: 50001152 Y: -133435708 - X: 49999856 Y: -132499888 - X: 47189052 Y: -130000000 - X: 52186972 Y: -130000832 - - X: 60001152 Y: -133435708 - X: 59999856 Y: -132499888 - X: 57189052 Y: -130000000 - X: 62186972 Y: -130000832 - - X: 70001152 Y: -133435708 - X: 69999856 Y: -132499888 - X: 67189056 Y: -130000000 - X: 72186976 Y: -130000832 - - X: 80001152 Y: -133435708 - X: 79999856 Y: -132499888 - X: 77189056 Y: -130000000 - X: 82186976 Y: -130000832 - - X: 90001152 Y: -133435708 - X: 89999856 Y: -132499888 - X: 87189056 Y: -130000000 - X: 92186976 Y: -130000832 - - X: 100001152 Y: -133435708 - X: 99999856 Y: -132499888 - X: 97189056 Y: -130000000 - X: 102186976 Y: -130000832 - - X: 110001152 Y: -133435708 - X: 109999856 Y: -132499888 - X: 107189056 Y: -130000000 - X: 112186976 Y: -130000832 - - X: 120001152 Y: -133435708 - X: 119999856 Y: -132499888 - X: 117189056 Y: -130000000 - X: 122186976 Y: -130000832 - - X: 130001152 Y: -133435708 - X: 129999856 Y: -132499888 - X: 127189056 Y: -130000000 - X: 132186976 Y: -130000832 - - X: 140001152 Y: -133435708 - X: 139999856 Y: -132499888 - X: 137189056 Y: -130000000 - X: 142186976 Y: -130000832 - - X: 150001152 Y: -133435708 - X: 149999856 Y: -132499888 - X: 147189056 Y: -130000000 - X: 152186976 Y: -130000832 - - X: -919998848 Y: -153435696 - X: -919999536 Y: -150000000 - X: -917813008 Y: -150000832 - - X: -909998848 Y: -153435708 - X: -910000144 Y: -152499888 - X: -912810928 Y: -150000000 - X: -907813008 Y: -150000832 - - X: -899998848 Y: -153435708 - X: -900000144 Y: -152499888 - X: -902810928 Y: -150000000 - X: -897813008 Y: -150000832 - - X: -889998848 Y: -153435708 - X: -890000144 Y: -152499888 - X: -892810928 Y: -150000000 - X: -887813008 Y: -150000832 - - X: -879998848 Y: -153435708 - X: -880000144 Y: -152499888 - X: -882810928 Y: -150000000 - X: -877813008 Y: -150000832 - - X: -869998848 Y: -153435708 - X: -870000144 Y: -152499888 - X: -872810928 Y: -150000000 - X: -867813008 Y: -150000832 - - X: -859998848 Y: -153435708 - X: -860000144 Y: -152499888 - X: -862810928 Y: -150000000 - X: -857813008 Y: -150000832 - - X: -849998848 Y: -153435708 - X: -850000144 Y: -152499888 - X: -852810928 Y: -150000000 - X: -847813008 Y: -150000832 - - X: -839998848 Y: -153435708 - X: -840000144 Y: -152499888 - X: -842810928 Y: -150000000 - X: -837813008 Y: -150000832 - - X: -829998848 Y: -153435708 - X: -830000144 Y: -152499888 - X: -832810928 Y: -150000000 - X: -827813008 Y: -150000832 - - X: -819998848 Y: -153435708 - X: -820000144 Y: -152499888 - X: -822810928 Y: -150000000 - X: -817813008 Y: -150000832 - - X: -809998848 Y: -153435708 - X: -810000144 Y: -152499888 - X: -812810928 Y: -150000000 - X: -807813008 Y: -150000832 - - X: -799998848 Y: -153435708 - X: -800000144 Y: -152499888 - X: -802810928 Y: -150000000 - X: -797813008 Y: -150000832 - - X: -789998848 Y: -153435708 - X: -790000144 Y: -152499888 - X: -792810928 Y: -150000000 - X: -787813008 Y: -150000832 - - X: -779998848 Y: -153435708 - X: -780000144 Y: -152499888 - X: -782810928 Y: -150000000 - X: -777813008 Y: -150000832 - - X: -769998848 Y: -153435708 - X: -770000144 Y: -152499888 - X: -772810928 Y: -150000000 - X: -767813008 Y: -150000832 - - X: -759998848 Y: -153435708 - X: -760000144 Y: -152499888 - X: -762810928 Y: -150000000 - X: -757813008 Y: -150000832 - - X: -749998848 Y: -153435708 - X: -750000144 Y: -152499888 - X: -752810928 Y: -150000000 - X: -747813008 Y: -150000832 - - X: -739998848 Y: -153435708 - X: -740000144 Y: -152499888 - X: -742810928 Y: -150000000 - X: -737813008 Y: -150000832 - - X: -729998848 Y: -153435708 - X: -730000144 Y: -152499888 - X: -732810928 Y: -150000000 - X: -727813008 Y: -150000832 - - X: -719998848 Y: -153435708 - X: -720000144 Y: -152499888 - X: -722810928 Y: -150000000 - X: -717813008 Y: -150000832 - - X: -709998848 Y: -153435708 - X: -710000144 Y: -152499888 - X: -712810928 Y: -150000000 - X: -707813008 Y: -150000832 - - X: -699998848 Y: -153435708 - X: -700000144 Y: -152499888 - X: -702810928 Y: -150000000 - X: -697813008 Y: -150000832 - - X: -689998848 Y: -153435708 - X: -690000144 Y: -152499888 - X: -692810928 Y: -150000000 - X: -687813008 Y: -150000832 - - X: -679998848 Y: -153435708 - X: -680000144 Y: -152499888 - X: -682810928 Y: -150000000 - X: -677813008 Y: -150000832 - - X: -669998848 Y: -153435708 - X: -670000144 Y: -152499888 - X: -672810928 Y: -150000000 - X: -667813008 Y: -150000832 - - X: -659998848 Y: -153435708 - X: -660000144 Y: -152499888 - X: -662810928 Y: -150000000 - X: -657813008 Y: -150000832 - - X: -649998848 Y: -153435708 - X: -650000144 Y: -152499888 - X: -652810928 Y: -150000000 - X: -647813008 Y: -150000832 - - X: -639998848 Y: -153435708 - X: -640000144 Y: -152499888 - X: -642810928 Y: -150000000 - X: -637813008 Y: -150000832 - - X: -629998848 Y: -153435708 - X: -630000144 Y: -152499888 - X: -632810928 Y: -150000000 - X: -627813008 Y: -150000832 - - X: -619998848 Y: -153435708 - X: -620000144 Y: -152499888 - X: -622810928 Y: -150000000 - X: -617813008 Y: -150000832 - - X: -609998848 Y: -153435708 - X: -610000144 Y: -152499888 - X: -612810928 Y: -150000000 - X: -607813008 Y: -150000832 - - X: -599998848 Y: -153435708 - X: -600000144 Y: -152499888 - X: -602810928 Y: -150000000 - X: -597813008 Y: -150000832 - - X: -589998848 Y: -153435708 - X: -590000144 Y: -152499888 - X: -592810928 Y: -150000000 - X: -587813008 Y: -150000832 - - X: -579998848 Y: -153435708 - X: -580000144 Y: -152499888 - X: -582810928 Y: -150000000 - X: -577813008 Y: -150000832 - - X: -569998848 Y: -153435708 - X: -570000144 Y: -152499888 - X: -572810928 Y: -150000000 - X: -567813008 Y: -150000832 - - X: -559998848 Y: -153435708 - X: -560000144 Y: -152499888 - X: -562810928 Y: -150000000 - X: -557813008 Y: -150000832 - - X: -549998848 Y: -153435708 - X: -550000144 Y: -152499888 - X: -552810928 Y: -150000000 - X: -547813008 Y: -150000832 - - X: -539998848 Y: -153435708 - X: -540000144 Y: -152499888 - X: -542810928 Y: -150000000 - X: -537813008 Y: -150000832 - - X: -529998848 Y: -153435708 - X: -530000144 Y: -152499888 - X: -532810960 Y: -150000000 - X: -527813040 Y: -150000832 - - X: -519998848 Y: -153435708 - X: -520000144 Y: -152499888 - X: -522810960 Y: -150000000 - X: -517813040 Y: -150000832 - - X: -509998848 Y: -153435708 - X: -510000144 Y: -152499888 - X: -512810960 Y: -150000000 - X: -507813040 Y: -150000832 - - X: -499998848 Y: -153435708 - X: -500000144 Y: -152499888 - X: -502810960 Y: -150000000 - X: -497813040 Y: -150000832 - - X: -489998848 Y: -153435708 - X: -490000144 Y: -152499888 - X: -492810960 Y: -150000000 - X: -487813040 Y: -150000832 - - X: -479998848 Y: -153435708 - X: -480000144 Y: -152499888 - X: -482810960 Y: -150000000 - X: -477813040 Y: -150000832 - - X: -469998848 Y: -153435708 - X: -470000144 Y: -152499888 - X: -472810960 Y: -150000000 - X: -467813040 Y: -150000832 - - X: -459998848 Y: -153435708 - X: -460000144 Y: -152499888 - X: -462810960 Y: -150000000 - X: -457813040 Y: -150000832 - - X: -449998848 Y: -153435708 - X: -450000144 Y: -152499888 - X: -452810960 Y: -150000000 - X: -447813040 Y: -150000832 - - X: -439998848 Y: -153435708 - X: -440000144 Y: -152499888 - X: -442810960 Y: -150000000 - X: -437813040 Y: -150000832 - - X: -429998848 Y: -153435708 - X: -430000144 Y: -152499888 - X: -432810960 Y: -150000000 - X: -427813040 Y: -150000832 - - X: -419998848 Y: -153435708 - X: -420000144 Y: -152499888 - X: -422810960 Y: -150000000 - X: -417813040 Y: -150000832 - - X: -409998848 Y: -153435708 - X: -410000144 Y: -152499888 - X: -412810960 Y: -150000000 - X: -407813040 Y: -150000832 - - X: -399998848 Y: -153435708 - X: -400000144 Y: -152499888 - X: -402810960 Y: -150000000 - X: -397813040 Y: -150000832 - - X: -389998848 Y: -153435708 - X: -390000144 Y: -152499888 - X: -392810960 Y: -150000000 - X: -387813040 Y: -150000832 - - X: -379998848 Y: -153435708 - X: -380000144 Y: -152499888 - X: -382810960 Y: -150000000 - X: -377813040 Y: -150000832 - - X: -369998848 Y: -153435708 - X: -370000144 Y: -152499888 - X: -372810960 Y: -150000000 - X: -367813040 Y: -150000832 - - X: -359998848 Y: -153435708 - X: -360000144 Y: -152499888 - X: -362810960 Y: -150000000 - X: -357813040 Y: -150000832 - - X: -349998848 Y: -153435708 - X: -350000144 Y: -152499888 - X: -352810960 Y: -150000000 - X: -347813040 Y: -150000832 - - X: -339998848 Y: -153435708 - X: -340000144 Y: -152499888 - X: -342810960 Y: -150000000 - X: -337813040 Y: -150000832 - - X: -329998848 Y: -153435708 - X: -330000144 Y: -152499888 - X: -332810960 Y: -150000000 - X: -327813040 Y: -150000832 - - X: -319998848 Y: -153435708 - X: -320000144 Y: -152499888 - X: -322810960 Y: -150000000 - X: -317813040 Y: -150000832 - - X: -309998848 Y: -153435708 - X: -310000144 Y: -152499888 - X: -312810960 Y: -150000000 - X: -307813040 Y: -150000832 - - X: -299998848 Y: -153435708 - X: -300000144 Y: -152499888 - X: -302810960 Y: -150000000 - X: -297813040 Y: -150000832 - - X: -289998848 Y: -153435708 - X: -290000144 Y: -152499888 - X: -292810960 Y: -150000000 - X: -287813040 Y: -150000832 - - X: -279998848 Y: -153435708 - X: -280000144 Y: -152499888 - X: -282810960 Y: -150000000 - X: -277813040 Y: -150000832 - - X: -269998848 Y: -153435708 - X: -270000144 Y: -152499888 - X: -272810960 Y: -150000000 - X: -267813024 Y: -150000832 - - X: -259998848 Y: -153435708 - X: -260000144 Y: -152499888 - X: -262810944 Y: -150000000 - X: -257813024 Y: -150000832 - - X: -249998848 Y: -153435708 - X: -250000144 Y: -152499888 - X: -252810944 Y: -150000000 - X: -247813024 Y: -150000832 - - X: -239998848 Y: -153435708 - X: -240000144 Y: -152499888 - X: -242810944 Y: -150000000 - X: -237813024 Y: -150000832 - - X: -229998848 Y: -153435708 - X: -230000144 Y: -152499888 - X: -232810944 Y: -150000000 - X: -227813024 Y: -150000832 - - X: -219998848 Y: -153435708 - X: -220000144 Y: -152499888 - X: -222810944 Y: -150000000 - X: -217813024 Y: -150000832 - - X: -209998848 Y: -153435708 - X: -210000144 Y: -152499888 - X: -212810944 Y: -150000000 - X: -207813024 Y: -150000832 - - X: -199998848 Y: -153435708 - X: -200000144 Y: -152499888 - X: -202810944 Y: -150000000 - X: -197813024 Y: -150000832 - - X: -189998848 Y: -153435708 - X: -190000144 Y: -152499888 - X: -192810944 Y: -150000000 - X: -187813024 Y: -150000832 - - X: -179998848 Y: -153435708 - X: -180000144 Y: -152499888 - X: -182810944 Y: -150000000 - X: -177813024 Y: -150000832 - - X: -169998848 Y: -153435708 - X: -170000144 Y: -152499888 - X: -172810944 Y: -150000000 - X: -167813024 Y: -150000832 - - X: -159998848 Y: -153435708 - X: -160000144 Y: -152499888 - X: -162810944 Y: -150000000 - X: -157813024 Y: -150000832 - - X: -149998848 Y: -153435708 - X: -150000144 Y: -152499888 - X: -152810944 Y: -150000000 - X: -147813024 Y: -150000832 - - X: -139998848 Y: -153435708 - X: -140000144 Y: -152499888 - X: -142810944 Y: -150000000 - X: -137813024 Y: -150000832 - - X: -129998848 Y: -153435708 - X: -130000144 Y: -152499888 - X: -132810944 Y: -150000000 - X: -127813024 Y: -150000832 - - X: -119998848 Y: -153435708 - X: -120000144 Y: -152499888 - X: -122810944 Y: -150000000 - X: -117813024 Y: -150000832 - - X: -109998848 Y: -153435708 - X: -110000144 Y: -152499888 - X: -112810944 Y: -150000000 - X: -107813024 Y: -150000832 - - X: -99998848 Y: -153435708 - X: -100000144 Y: -152499888 - X: -102810944 Y: -150000000 - X: -97813024 Y: -150000832 - - X: -89998848 Y: -153435708 - X: -90000144 Y: -152499888 - X: -92810944 Y: -150000000 - X: -87813024 Y: -150000832 - - X: -79998848 Y: -153435708 - X: -80000144 Y: -152499888 - X: -82810944 Y: -150000000 - X: -77813024 Y: -150000832 - - X: -69998848 Y: -153435708 - X: -70000144 Y: -152499888 - X: -72810944 Y: -150000000 - X: -67813024 Y: -150000832 - - X: -59998848 Y: -153435708 - X: -60000144 Y: -152499888 - X: -62810948 Y: -150000000 - X: -57813028 Y: -150000832 - - X: -49998848 Y: -153435708 - X: -50000144 Y: -152499888 - X: -52810948 Y: -150000000 - X: -47813028 Y: -150000832 - - X: -39998848 Y: -153435708 - X: -40000144 Y: -152499888 - X: -42810948 Y: -150000000 - X: -37813028 Y: -150000832 - - X: -29998848 Y: -153435708 - X: -30000144 Y: -152499888 - X: -32810948 Y: -150000000 - X: -27813028 Y: -150000832 - - X: -19998848 Y: -153435708 - X: -20000144 Y: -152499888 - X: -22810948 Y: -150000000 - X: -17813028 Y: -150000832 - - X: -9998848 Y: -153435708 - X: -10000144 Y: -152499888 - X: -12810948 Y: -150000000 - X: -7813028 Y: -150000832 - - X: 1152 Y: -153435708 - X: -144 Y: -152499888 - X: -2810948 Y: -150000000 - X: 2186972 Y: -150000832 - - X: 10001152 Y: -153435708 - X: 9999856 Y: -152499888 - X: 7189052 Y: -150000000 - X: 12186972 Y: -150000832 - - X: 20001152 Y: -153435708 - X: 19999856 Y: -152499888 - X: 17189052 Y: -150000000 - X: 22186972 Y: -150000832 - - X: 30001152 Y: -153435708 - X: 29999856 Y: -152499888 - X: 27189052 Y: -150000000 - X: 32186972 Y: -150000832 - - X: 40001152 Y: -153435708 - X: 39999856 Y: -152499888 - X: 37189052 Y: -150000000 - X: 42186972 Y: -150000832 - - X: 50001152 Y: -153435708 - X: 49999856 Y: -152499888 - X: 47189052 Y: -150000000 - X: 52186972 Y: -150000832 - - X: 60001152 Y: -153435708 - X: 59999856 Y: -152499888 - X: 57189052 Y: -150000000 - X: 62186972 Y: -150000832 - - X: 70001152 Y: -153435708 - X: 69999856 Y: -152499888 - X: 67189056 Y: -150000000 - X: 72186976 Y: -150000832 - - X: 80001152 Y: -153435708 - X: 79999856 Y: -152499888 - X: 77189056 Y: -150000000 - X: 82186976 Y: -150000832 - - X: 90001152 Y: -153435708 - X: 89999856 Y: -152499888 - X: 87189056 Y: -150000000 - X: 92186976 Y: -150000832 - - X: 100001152 Y: -153435708 - X: 99999856 Y: -152499888 - X: 97189056 Y: -150000000 - X: 102186976 Y: -150000832 - - X: 110001152 Y: -153435708 - X: 109999856 Y: -152499888 - X: 107189056 Y: -150000000 - X: 112186976 Y: -150000832 - - X: 120001152 Y: -153435708 - X: 119999856 Y: -152499888 - X: 117189056 Y: -150000000 - X: 122186976 Y: -150000832 - - X: 130001152 Y: -153435708 - X: 129999856 Y: -152499888 - X: 127189056 Y: -150000000 - X: 132186976 Y: -150000832 - - X: 140001152 Y: -153435708 - X: 139999856 Y: -152499888 - X: 137189056 Y: -150000000 - X: 142186976 Y: -150000832 - - X: 150001152 Y: -153435708 - X: 149999856 Y: -152499888 - X: 147189056 Y: -150000000 - X: 152186976 Y: -150000832 - - X: -80000464 Y: -320000000 - X: -79999536 Y: -310000000 - X: -40000000 Y: -309999536 - X: -40000464 Y: -210000000 - X: -140000000 Y: -210000464 - X: -139999536 Y: -310000000 - X: -120000000 Y: -310000464 - X: -119999536 Y: -320000000 - - X: 89999536 Y: -320000000 - X: 90000464 Y: -310000000 - X: 130000000 Y: -309999536 - X: 129999536 Y: -210000000 - X: 30000000 Y: -210000464 - X: 30000464 Y: -310000000 - X: 50000000 Y: -310000464 - X: 50000464 Y: -320000000 - - X: -90000000 Y: -309999536 - X: -110000000 Y: -309999536 - X: -110000464 Y: -300000000 - X: -120000000 Y: -299999536 - X: -120000464 Y: -280000000 - X: -130000000 Y: -279999536 - X: -129999536 Y: -240000000 - X: -100000000 Y: -239999536 - X: -99999536 Y: -230000000 - X: -60000000 Y: -230000464 - X: -59999536 Y: -240000000 - X: -50000000 Y: -240000464 - X: -50000464 Y: -280000000 - X: -60000000 Y: -280000464 - X: -60000464 Y: -300000000 - X: -90000000 Y: -300000464 - - X: 80000000 Y: -309999536 - X: 60000000 Y: -309999536 - X: 59999536 Y: -300000000 - X: 40000000 Y: -299999536 - X: 40000464 Y: -240000000 - X: 50000000 Y: -239999536 - X: 50000464 Y: -230000000 - X: 80000000 Y: -230000464 - X: 80000464 Y: -240000000 - X: 120000000 Y: -240000464 - X: 119999536 Y: -300000000 - X: 80000000 Y: -300000464 - - X: 89999536 Y: -270000000 - X: 89999536 Y: -250000000 - X: 70000000 Y: -250000464 - X: 70000464 Y: -270000000 - - X: -80000464 Y: -270000000 - X: -80000464 Y: -250000000 - X: -100000000 Y: -250000464 - X: -99999536 Y: -270000000 m_CompositePaths: m_Paths: - - {x: 15.99995, y: 26} - {x: 15.99995, y: 34} - {x: 6, y: 33.999954} - {x: 6.000049, y: 26} - - {x: 15, y: 27.000048} - {x: 7, y: 27.000048} - {x: 7.0000496, y: 32} - {x: 14, y: 32.00005} - {x: 14.00005, y: 33} - {x: 15, y: 32.999954} - - {x: -76, y: 17.99999} - {x: -75.999985, y: 18.99999} - {x: -70.999985, y: 19.000002} - {x: -71, y: 29.00001} - {x: -83.000015, y: 28.999996} - {x: -83, y: 18.99999} - {x: -80.000015, y: 18.999985} - {x: -80, y: 17.99999} - - {x: 12.99995, y: 28} - {x: 12.99995, y: 29} - {x: 11, y: 28.999952} - {x: 11.00005, y: 28} - - {x: -77.000015, y: 19.000017} - {x: -78.999985, y: 19.000017} - {x: -79, y: 20.00001} - {x: -81.999985, y: 20.000017} - {x: -81.999985, y: 24.99999} - {x: -75.999985, y: 25.000002} - {x: -76, y: 27.625008} - {x: -76.43751, y: 27.625006} - {x: -76.562515, y: 27.5} - {x: -76.562515, y: 27.000004} - {x: -77.000015, y: 26.5} - {x: -77.000015, y: 26.00001} - {x: -78.999985, y: 26.000017} - {x: -78.999985, y: 27.99999} - {x: -72.000015, y: 27.999985} - {x: -72.000015, y: 27.625008} - {x: -73.000015, y: 27.624996} - {x: -73, y: 25.99999} - {x: -72.000015, y: 25.999985} - {x: -72.000015, y: 20.00001} - {x: -77.000015, y: 19.999998} - - {x: -5.000049, y: 10} - {x: -4.999951, y: 11} - {x: -1, y: 11.00005} - {x: -1.0000494, y: 25} - {x: -13, y: 24.99995} - {x: -12.99995, y: 11} - {x: -9, y: 10.99995} - {x: -8.99995, y: 10} - - {x: -6, y: 11.00005} - {x: -8, y: 11.00005} - {x: -8.00005, y: 12} - {x: -12, y: 12.00005} - {x: -11.99995, y: 16} - {x: -8, y: 16.00005} - {x: -8.00005, y: 18} - {x: -12, y: 18.00005} - {x: -11.99995, y: 21} - {x: -10, y: 21.00005} - {x: -9.99995, y: 22} - {x: -8, y: 22.00005} - {x: -7.9999504, y: 23} - {x: -6, y: 22.99995} - {x: -5.999951, y: 22} - {x: -2, y: 21.99995} - {x: -2.000049, y: 18} - {x: -6, y: 17.99995} - {x: -5.999951, y: 16} - {x: -2, y: 15.99995} - {x: -2.000049, y: 12} - {x: -6, y: 11.99995} - - {x: 13.99995, y: 11} - {x: 14.00005, y: 12} - {x: 16, y: 12.00005} - {x: 15.99995, y: 22} - {x: 4, y: 21.99995} - {x: 4.000049, y: 12} - {x: 10, y: 11.99995} - {x: 10.00005, y: 11} - - {x: -2.1875205, y: 20} - {x: -2.125, y: 20.062521} - {x: -2.125, y: 20.75001} - {x: -2.1562924, y: 21} - {x: -2.9062603, y: 20.999987} - {x: -2.9375, y: 20.968729} - {x: -2.9375, y: 20.156244} - {x: -2.906211, y: 20} - - {x: -3.0000494, y: 20} - {x: -3.0000494, y: 21} - {x: -6, y: 20.99995} - {x: -5.999951, y: 20} - - {x: 13, y: 12.00005} - {x: 11, y: 12.00005} - {x: 10.99995, y: 13} - {x: 5, y: 13.00005} - {x: 5.000049, y: 19} - {x: 8, y: 18.99995} - {x: 8.00005, y: 17} - {x: 9, y: 17.00005} - {x: 9.00005, y: 19} - {x: 11, y: 19.00005} - {x: 11.00005, y: 20} - {x: 14, y: 20.00005} - {x: 14.00005, y: 21} - {x: 15, y: 20.99995} - {x: 14.99995, y: 13} - {x: 13, y: 12.99995} - - {x: 11.99995, y: 16} - {x: 11.99995, y: 18} - {x: 10, y: 17.99995} - {x: 10.00005, y: 16} - - {x: 15.99995, y: -17} - {x: 15.999984, y: -15.249989} - {x: 15.718915, y: -15} - {x: 16, y: -14.99995} - {x: 15.999984, y: -13.249989} - {x: 15.718915, y: -13} - {x: 16, y: -12.99995} - {x: 15.999984, y: -11.249989} - {x: 15.718915, y: -11} - {x: 16, y: -10.99995} - {x: 15.999984, y: -9.249989} - {x: 15.718915, y: -9} - {x: 16, y: -8.99995} - {x: 15.999984, y: -7.249988} - {x: 15.718915, y: -7} - {x: 16, y: -6.9999504} - {x: 15.999984, y: -5.249988} - {x: 15.718731, y: -5} - {x: 15.218737, y: -5.0000205} - {x: 15, y: -5.3435216} - {x: 14.999984, y: -5.249988} - {x: 14.718731, y: -5} - {x: 14.218736, y: -5.0000205} - {x: 14, y: -5.3435216} - {x: 13.999984, y: -5.249988} - {x: 13.718731, y: -5} - {x: 13.218737, y: -5.0000205} - {x: 13, y: -5.3435216} - {x: 12.999985, y: -5.249988} - {x: 12.718732, y: -5} - {x: 12.218737, y: -5.0000205} - {x: 12, y: -5.3435216} - {x: 11.999985, y: -5.249988} - {x: 11.718732, y: -5} - {x: 11.218737, y: -5.0000205} - {x: 11, y: -5.3435216} - {x: 10.999985, y: -5.249988} - {x: 10.718732, y: -5} - {x: 10.218737, y: -5.0000205} - {x: 10, y: -5.3435216} - {x: 9.999985, y: -5.249988} - {x: 9.718732, y: -5} - {x: 9.218737, y: -5.0000205} - {x: 9, y: -5.3435216} - {x: 8.999985, y: -5.249988} - {x: 8.718732, y: -5} - {x: 8.218737, y: -5.0000205} - {x: 8, y: -5.3435216} - {x: 7.9999847, y: -5.249988} - {x: 7.718732, y: -5} - {x: 7.5625, y: -4.999951} - {x: 7.562514, y: -1.9999831} - {x: 8.000015, y: -1.5625} - {x: 16, y: -1.5624508} - {x: 15.999984, y: 0.7500119} - {x: 15.718915, y: 1} - {x: 16, y: 1.0000494} - {x: 15.999984, y: 2.750012} - {x: 15.718915, y: 3} - {x: 16, y: 3.0000494} - {x: 15.999984, y: 4.750012} - {x: 15.718915, y: 5} - {x: 16, y: 5.000049} - {x: 15.999984, y: 6.750012} - {x: 15.718731, y: 7} - {x: 15.218737, y: 6.9999795} - {x: 15, y: 6.656479} - {x: 14.999984, y: 6.750012} - {x: 14.718731, y: 7} - {x: 14.218736, y: 6.9999795} - {x: 14, y: 6.656479} - {x: 13.999984, y: 6.750012} - {x: 13.718731, y: 7} - {x: 13.218737, y: 6.9999795} - {x: 13, y: 6.656479} - {x: 12.999985, y: 6.750012} - {x: 12.718732, y: 7} - {x: 12.218737, y: 6.9999795} - {x: 12, y: 6.656479} - {x: 11.999985, y: 6.750012} - {x: 11.718732, y: 7} - {x: 11.218737, y: 6.9999795} - {x: 11, y: 6.656479} - {x: 10.999985, y: 6.750012} - {x: 10.718732, y: 7} - {x: 10.218737, y: 6.9999795} - {x: 10, y: 6.656479} - {x: 9.999985, y: 6.750012} - {x: 9.718732, y: 7} - {x: 9.218737, y: 6.9999795} - {x: 9, y: 6.656479} - {x: 8.999985, y: 6.750012} - {x: 8.718732, y: 7} - {x: 8.218737, y: 6.9999795} - {x: 8, y: 6.656479} - {x: 7.9999847, y: 6.750012} - {x: 7.718732, y: 7} - {x: 7.2187366, y: 6.9999795} - {x: 7, y: 6.656479} - {x: 6.9999847, y: 6.750012} - {x: 6.718732, y: 7} - {x: 6.2187366, y: 6.9999795} - {x: 6, y: 6.656479} - {x: 5.9999847, y: 6.750012} - {x: 5.7187314, y: 7} - {x: 5.2187366, y: 6.9999795} - {x: 5, y: 6.6564784} - {x: 4.9999847, y: 6.750012} - {x: 4.7187314, y: 7} - {x: 4.2187366, y: 6.9999795} - {x: 4, y: 6.656479} - {x: 3.9999847, y: 6.750012} - {x: 3.7187312, y: 7} - {x: 3.2187364, y: 6.9999795} - {x: 3, y: 6.656479} - {x: 2.9999847, y: 6.750012} - {x: 2.7187312, y: 7} - {x: 2.2187364, y: 6.9999795} - {x: 2, y: 6.6564784} - {x: 1.9999849, y: 6.750012} - {x: 1.7187312, y: 7} - {x: 1.2187364, y: 6.9999795} - {x: 1, y: 6.656479} - {x: 0.99998474, y: 6.750012} - {x: 0.7187313, y: 7} - {x: 0.2187364, y: 6.9999795} - {x: 0, y: 6.656479} - {x: -0.0000153, y: 6.750012} - {x: -0.28126872, y: 7} - {x: -0.7812636, y: 6.9999795} - {x: -1, y: 6.656479} - {x: -1.0000153, y: 6.750012} - {x: -1.2812687, y: 7} - {x: -1.7812636, y: 6.9999795} - {x: -2, y: 6.656479} - {x: -2.0000153, y: 6.750012} - {x: -2.2812688, y: 7} - {x: -2.7812636, y: 6.9999795} - {x: -3, y: 6.656479} - {x: -3.0000153, y: 6.750012} - {x: -3.2812688, y: 7} - {x: -3.7812636, y: 6.9999795} - {x: -4, y: 6.656479} - {x: -4.0000153, y: 6.750012} - {x: -4.281269, y: 7} - {x: -4.781264, y: 6.9999795} - {x: -5, y: 6.656479} - {x: -5.0000153, y: 6.750012} - {x: -5.281269, y: 7} - {x: -5.781264, y: 6.9999795} - {x: -6, y: 6.656479} - {x: -6.0000153, y: 6.750012} - {x: -6.281269, y: 7} - {x: -6.7812634, y: 6.9999795} - {x: -7, y: 6.656479} - {x: -7.0000153, y: 6.750012} - {x: -7.281268, y: 7} - {x: -7.7812634, y: 6.9999795} - {x: -8, y: 6.656479} - {x: -8.000015, y: 6.750012} - {x: -8.281268, y: 7} - {x: -8.781263, y: 6.9999795} - {x: -9, y: 6.656479} - {x: -9.000015, y: 6.750012} - {x: -9.281268, y: 7} - {x: -9.781263, y: 6.9999795} - {x: -10, y: 6.656479} - {x: -10.000015, y: 6.750012} - {x: -10.281268, y: 7} - {x: -10.781263, y: 6.9999795} - {x: -11, y: 6.656479} - {x: -11.000015, y: 6.750012} - {x: -11.281268, y: 7} - {x: -11.781263, y: 6.9999795} - {x: -12, y: 6.656479} - {x: -12.000015, y: 6.750012} - {x: -12.281268, y: 7} - {x: -12.781263, y: 6.9999795} - {x: -13, y: 6.656479} - {x: -13.000015, y: 6.750012} - {x: -13.281268, y: 7} - {x: -13.781264, y: 6.9999795} - {x: -14, y: 6.656479} - {x: -14.000016, y: 6.750012} - {x: -14.281269, y: 7} - {x: -14.781264, y: 6.9999795} - {x: -15, y: 6.656479} - {x: -15.000016, y: 6.750012} - {x: -15.281269, y: 7} - {x: -15.781264, y: 6.9999795} - {x: -16, y: 6.656479} - {x: -16.000015, y: 6.750012} - {x: -16.28127, y: 7} - {x: -16.781263, y: 6.9999795} - {x: -17, y: 6.656479} - {x: -17.000015, y: 6.750012} - {x: -17.28127, y: 7} - {x: -17.781263, y: 6.9999795} - {x: -18, y: 6.656479} - {x: -18.000015, y: 6.750012} - {x: -18.28127, y: 7} - {x: -18.781263, y: 6.9999795} - {x: -19, y: 6.656479} - {x: -19.000017, y: 6.750012} - {x: -19.28127, y: 7} - {x: -19.781263, y: 6.9999795} - {x: -20, y: 6.656479} - {x: -20.000017, y: 6.750012} - {x: -20.281086, y: 7} - {x: -20, y: 7.0000496} - {x: -20.000017, y: 8.750012} - {x: -20.281086, y: 9} - {x: -20, y: 9.00005} - {x: -20.000017, y: 10.750012} - {x: -20.28127, y: 11} - {x: -20.781263, y: 10.999979} - {x: -21, y: 10.656479} - {x: -21.000017, y: 10.750012} - {x: -21.28127, y: 11} - {x: -21.781263, y: 10.999979} - {x: -22, y: 10.656479} - {x: -22.000017, y: 10.750012} - {x: -22.28127, y: 11} - {x: -22.781263, y: 10.999979} - {x: -23, y: 10.656479} - {x: -23.000017, y: 10.750012} - {x: -23.28127, y: 11} - {x: -23.781263, y: 10.999979} - {x: -24, y: 10.656479} - {x: -24.000017, y: 10.750012} - {x: -24.28127, y: 11} - {x: -24.781263, y: 10.999979} - {x: -25, y: 10.656479} - {x: -25.000017, y: 10.750012} - {x: -25.28127, y: 11} - {x: -25.781263, y: 10.999979} - {x: -26, y: 10.656479} - {x: -26.000017, y: 10.750012} - {x: -26.28127, y: 11} - {x: -26.781265, y: 10.999979} - {x: -27, y: 10.656479} - {x: -27.000017, y: 10.750012} - {x: -27.281271, y: 11} - {x: -27.781265, y: 10.999979} - {x: -28, y: 10.656479} - {x: -28.000017, y: 10.750012} - {x: -28.281271, y: 11} - {x: -28.781265, y: 10.999979} - {x: -29, y: 10.656479} - {x: -29.000017, y: 10.750012} - {x: -29.281271, y: 11} - {x: -29.781265, y: 10.999979} - {x: -30, y: 10.656479} - {x: -30.000017, y: 10.750012} - {x: -30.281271, y: 11} - {x: -30.781265, y: 10.999979} - {x: -31, y: 10.656479} - {x: -31.000017, y: 10.750012} - {x: -31.281271, y: 11} - {x: -31.781265, y: 10.999979} - {x: -32, y: 10.656479} - {x: -32.000015, y: 10.750012} - {x: -32.28127, y: 11} - {x: -32.781265, y: 10.999979} - {x: -33, y: 10.656479} - {x: -33.000015, y: 10.750012} - {x: -33.28127, y: 11} - {x: -33.781265, y: 10.999979} - {x: -34, y: 10.656479} - {x: -34.000015, y: 10.750012} - {x: -34.28127, y: 11} - {x: -34.781265, y: 10.999979} - {x: -35, y: 10.656479} - {x: -35.000015, y: 10.750012} - {x: -35.28127, y: 11} - {x: -35.781265, y: 10.999979} - {x: -36, y: 10.656479} - {x: -36.000015, y: 10.750012} - {x: -36.28127, y: 11} - {x: -36.781265, y: 10.999979} - {x: -37, y: 10.656479} - {x: -37.000015, y: 10.750012} - {x: -37.28127, y: 11} - {x: -37.781265, y: 10.999979} - {x: -38, y: 10.656479} - {x: -38.000015, y: 10.750012} - {x: -38.28127, y: 11} - {x: -38.781265, y: 10.999979} - {x: -39, y: 10.656479} - {x: -39.000015, y: 10.750012} - {x: -39.28127, y: 11} - {x: -39.781265, y: 10.999979} - {x: -40, y: 10.656479} - {x: -40.000015, y: 10.750012} - {x: -40.28127, y: 11} - {x: -40.781265, y: 10.999979} - {x: -41, y: 10.656479} - {x: -41.000015, y: 10.750012} - {x: -41.28127, y: 11} - {x: -41.781265, y: 10.999979} - {x: -42, y: 10.656479} - {x: -42.000015, y: 10.750012} - {x: -42.28127, y: 11} - {x: -42.781265, y: 10.999979} - {x: -43, y: 10.656479} - {x: -43.000015, y: 10.750012} - {x: -43.28127, y: 11} - {x: -43.781265, y: 10.999979} - {x: -44, y: 10.656479} - {x: -44.000015, y: 10.750012} - {x: -44.28127, y: 11} - {x: -44.781265, y: 10.999979} - {x: -45, y: 10.656479} - {x: -45.000015, y: 10.750012} - {x: -45.28127, y: 11} - {x: -45.781265, y: 10.999979} - {x: -46, y: 10.656479} - {x: -46.000015, y: 10.750012} - {x: -46.28127, y: 11} - {x: -46.781265, y: 10.999979} - {x: -47, y: 10.656479} - {x: -47.000015, y: 10.750012} - {x: -47.28127, y: 11} - {x: -47.781265, y: 10.999979} - {x: -48, y: 10.656479} - {x: -48.000015, y: 10.750012} - {x: -48.28127, y: 11} - {x: -48.781265, y: 10.999979} - {x: -49, y: 10.656479} - {x: -49.000015, y: 10.750012} - {x: -49.28127, y: 11} - {x: -49.781265, y: 10.999979} - {x: -50, y: 10.656479} - {x: -50.000015, y: 10.750012} - {x: -50.281273, y: 11} - {x: -50.781265, y: 10.999979} - {x: -51, y: 10.656479} - {x: -51.000015, y: 10.750012} - {x: -51.281273, y: 11} - {x: -51.781265, y: 10.999979} - {x: -52, y: 10.656479} - {x: -52.000015, y: 10.750012} - {x: -52.281273, y: 11} - {x: -52.781265, y: 10.999979} - {x: -53, y: 10.656479} - {x: -53.000015, y: 10.750012} - {x: -53.281273, y: 11} - {x: -53.78126, y: 10.999979} - {x: -54, y: 10.656479} - {x: -54.000015, y: 10.750012} - {x: -54.28127, y: 11} - {x: -54.78126, y: 10.999979} - {x: -55, y: 10.656479} - {x: -55.000015, y: 10.750012} - {x: -55.28127, y: 11} - {x: -55.78126, y: 10.999979} - {x: -56, y: 10.656479} - {x: -56.000015, y: 10.750012} - {x: -56.28127, y: 11} - {x: -56.78126, y: 10.999979} - {x: -57, y: 10.656479} - {x: -57.000015, y: 10.750012} - {x: -57.28127, y: 11} - {x: -57.78126, y: 10.999979} - {x: -58, y: 10.656479} - {x: -58.000015, y: 10.750012} - {x: -58.28127, y: 11} - {x: -58.78126, y: 10.999979} - {x: -59, y: 10.656479} - {x: -59.000015, y: 10.750012} - {x: -59.28127, y: 11} - {x: -59.78126, y: 10.999979} - {x: -60, y: 10.656479} - {x: -60.000015, y: 10.750012} - {x: -60.28127, y: 11} - {x: -60.78126, y: 10.999979} - {x: -61, y: 10.656479} - {x: -61.000015, y: 10.750012} - {x: -61.28127, y: 11} - {x: -61.78126, y: 10.999979} - {x: -62, y: 10.656479} - {x: -62.000015, y: 10.750012} - {x: -62.28127, y: 11} - {x: -62.78126, y: 10.999979} - {x: -63, y: 10.656479} - {x: -63.000015, y: 10.750012} - {x: -63.28127, y: 11} - {x: -63.78126, y: 10.999979} - {x: -64, y: 10.656479} - {x: -64.000015, y: 10.750012} - {x: -64.281265, y: 11} - {x: -64.781265, y: 10.999979} - {x: -65, y: 10.656479} - {x: -65.000015, y: 10.750012} - {x: -65.281265, y: 11} - {x: -65.781265, y: 10.999979} - {x: -66, y: 10.656479} - {x: -66.000015, y: 10.750012} - {x: -66.281265, y: 11} - {x: -66.781265, y: 10.999979} - {x: -67, y: 10.656479} - {x: -67.000015, y: 10.750012} - {x: -67.281265, y: 11} - {x: -67.781265, y: 10.999979} - {x: -68, y: 10.656479} - {x: -68.000015, y: 10.750012} - {x: -68.281265, y: 11} - {x: -68.781265, y: 10.999979} - {x: -69, y: 10.656479} - {x: -69.000015, y: 10.750012} - {x: -69.281265, y: 11} - {x: -69.781265, y: 10.999979} - {x: -70, y: 10.656479} - {x: -70.000015, y: 10.750012} - {x: -70.281265, y: 11} - {x: -70.781265, y: 10.999979} - {x: -71, y: 10.656479} - {x: -71.000015, y: 10.750012} - {x: -71.281265, y: 11} - {x: -71.781265, y: 10.999979} - {x: -72, y: 10.656479} - {x: -72.000015, y: 10.750012} - {x: -72.281265, y: 11} - {x: -72.781265, y: 10.999979} - {x: -73, y: 10.656479} - {x: -73.000015, y: 10.750012} - {x: -73.281265, y: 11} - {x: -73.781265, y: 10.999979} - {x: -74, y: 10.656479} - {x: -74.000015, y: 10.750012} - {x: -74.281265, y: 11} - {x: -74.781265, y: 10.999979} - {x: -75, y: 10.656479} - {x: -75.000015, y: 10.750012} - {x: -75.281265, y: 11} - {x: -75.781265, y: 10.999979} - {x: -76, y: 10.656479} - {x: -76.000015, y: 10.750012} - {x: -76.281265, y: 11} - {x: -76.781265, y: 10.999979} - {x: -77, y: 10.656479} - {x: -77.000015, y: 10.750012} - {x: -77.281265, y: 11} - {x: -77.781265, y: 10.999979} - {x: -78, y: 10.656479} - {x: -78.000015, y: 10.750012} - {x: -78.281265, y: 11} - {x: -78.781265, y: 10.999979} - {x: -79, y: 10.656479} - {x: -79.000015, y: 10.750012} - {x: -79.281265, y: 11} - {x: -79.781265, y: 10.999979} - {x: -80, y: 10.656479} - {x: -80.000015, y: 10.750012} - {x: -80.281265, y: 11} - {x: -80.781265, y: 10.999979} - {x: -81, y: 10.656479} - {x: -81.000015, y: 10.750012} - {x: -81.281265, y: 11} - {x: -81.781265, y: 10.999979} - {x: -82, y: 10.656479} - {x: -82.000015, y: 10.750012} - {x: -82.281265, y: 11} - {x: -82.781265, y: 10.999979} - {x: -83, y: 10.656479} - {x: -83.000015, y: 10.750012} - {x: -83.281265, y: 11} - {x: -83.781265, y: 10.999979} - {x: -84, y: 10.656479} - {x: -84.000015, y: 10.750012} - {x: -84.281265, y: 11} - {x: -84.781265, y: 10.999979} - {x: -85, y: 10.656479} - {x: -85.000015, y: 10.750012} - {x: -85.281265, y: 11} - {x: -85.781265, y: 10.999979} - {x: -86, y: 10.656238} - {x: -85.99995, y: 9} - {x: -85.7813, y: 8.999912} - {x: -86, y: 8.656479} - {x: -86.000015, y: 8.750012} - {x: -86.281265, y: 9} - {x: -86.781265, y: 8.999979} - {x: -87, y: 8.656479} - {x: -87.000015, y: 8.750012} - {x: -87.281265, y: 9} - {x: -87.781265, y: 8.999979} - {x: -88, y: 8.656479} - {x: -88.000015, y: 8.750012} - {x: -88.281265, y: 9} - {x: -88.781265, y: 8.999979} - {x: -89, y: 8.656479} - {x: -89.000015, y: 8.750012} - {x: -89.281265, y: 9} - {x: -89.781265, y: 8.999979} - {x: -90, y: 8.656479} - {x: -90.000015, y: 8.750012} - {x: -90.281265, y: 9} - {x: -90.781265, y: 8.999979} - {x: -91, y: 8.656479} - {x: -91.000015, y: 8.750012} - {x: -91.281265, y: 9} - {x: -91.781265, y: 8.999979} - {x: -92, y: 8.656238} - {x: -91.99995, y: 7} - {x: -91.7813, y: 6.9999123} - {x: -92, y: 6.656238} - {x: -91.99995, y: 5} - {x: -91.7813, y: 4.999912} - {x: -92, y: 4.656479} - {x: -92.000015, y: 4.9375105} - {x: -92.06252, y: 5} - {x: -92.937515, y: 4.9999866} - {x: -93, y: 4.9374795} - {x: -92.99999, y: 4.4374914} - {x: -92.90626, y: 4.2499948} - {x: -92.874954, y: 4} - {x: -92.18749, y: 4.0000033} - {x: -92.03124, y: 4.062522} - {x: -92, y: 4.1868854} - {x: -91.99995, y: 3} - {x: -91.7813, y: 2.9999115} - {x: -92, y: 2.656238} - {x: -91.99995, y: 1} - {x: -87, y: 1.0000494} - {x: -87.000015, y: 1.5625103} - {x: -87.4375, y: 2.0000153} - {x: -87.43745, y: 3} - {x: -87, y: 2.999951} - {x: -86.99995, y: 2} - {x: -86, y: 1.9999508} - {x: -85.99995, y: 1} - {x: -81, y: 1.0000494} - {x: -81.000015, y: 1.5625103} - {x: -81.4375, y: 2.0000153} - {x: -81.43745, y: 3} - {x: -81, y: 2.999951} - {x: -80.99995, y: 2} - {x: -80, y: 1.9999508} - {x: -79.99995, y: 1} - {x: -77.7813, y: 0.9999116} - {x: -78, y: 0.6562381} - {x: -77.99995, y: -1} - {x: -69, y: -0.9999507} - {x: -69.000015, y: 0.7500119} - {x: -69.28108, y: 1} - {x: -64.75007, y: 0.99990654} - {x: -65, y: 0.6562347} - {x: -64.999985, y: 0.0624847} - {x: -64.90624, y: 0} - {x: -64, y: 0.0000493} - {x: -63.999912, y: 0.0624388} - {x: -63.906242, y: 0} - {x: -63.75007, y: -0.0000935} - {x: -64, y: -0.34376532} - {x: -63.99998, y: -0.9375153} - {x: -63.906242, y: -1} - {x: -63, y: -1.0000494} - {x: -62.99995, y: -5} - {x: -60, y: -4.999951} - {x: -60.000053, y: -4.4375} - {x: -62.00002, y: -4.4374866} - {x: -62.4375, y: -3.9999847} - {x: -62.437447, y: -1} - {x: -60, y: -0.9999507} - {x: -60.000053, y: -0.4375} - {x: -61, y: -0.4374507} - {x: -61.000015, y: 0.7500119} - {x: -61.281082, y: 1} - {x: -61, y: 1.0000494} - {x: -60.999912, y: 2.0624387} - {x: -60.906242, y: 2} - {x: -60, y: 2.000049} - {x: -60.000008, y: 2.7500103} - {x: -60.09376, y: 2.906257} - {x: -60.312153, y: 3} - {x: -60, y: 3.0000494} - {x: -60.000008, y: 3.7500105} - {x: -60.09376, y: 3.906257} - {x: -60.312153, y: 4} - {x: -60, y: 4.000049} - {x: -59.999912, y: 4.062439} - {x: -59.906242, y: 4} - {x: -59, y: 4.000049} - {x: -58.999912, y: 4.062439} - {x: -58.906242, y: 4} - {x: -58, y: 4.000049} - {x: -57.999912, y: 4.062439} - {x: -57.906242, y: 4} - {x: -57, y: 3.999951} - {x: -56.99995, y: 3} - {x: -55.562504, y: 2.999951} - {x: -55.562515, y: -0.000017} - {x: -56.000015, y: -0.4375} - {x: -59, y: -0.4375493} - {x: -58.99995, y: -1} - {x: -55, y: -0.9999507} - {x: -54.99995, y: 3} - {x: -51.750065, y: 2.9999065} - {x: -52, y: 2.6562347} - {x: -51.99998, y: 2.0624847} - {x: -51.906242, y: 2} - {x: -51, y: 2.000049} - {x: -50.999912, y: 2.0624387} - {x: -50.906242, y: 2} - {x: -50, y: 2.000049} - {x: -49.999912, y: 2.0624387} - {x: -49.906242, y: 2} - {x: -49, y: 1.9999508} - {x: -48.999954, y: 1} - {x: -47.750065, y: 0.99990654} - {x: -48, y: 0.6562347} - {x: -47.99998, y: 0.0624847} - {x: -47.906242, y: 0} - {x: -47, y: 0.0000493} - {x: -47.000008, y: 0.7500102} - {x: -47.093765, y: 0.9062568} - {x: -47.312153, y: 1} - {x: -47, y: 1.0000494} - {x: -47.000015, y: 2.750012} - {x: -47.281086, y: 3} - {x: -44, y: 3.0000494} - {x: -44.00001, y: 3.5625105} - {x: -44.4375, y: 4.0000153} - {x: -44.437454, y: 5} - {x: -44, y: 4.999951} - {x: -43.999954, y: 4} - {x: -42, y: 4.000049} - {x: -41.999954, y: 5} - {x: -41.5625, y: 4.999951} - {x: -41.56251, y: 3.9999833} - {x: -42.000015, y: 3.5625} - {x: -43, y: 3.562451} - {x: -42.999954, y: 3} - {x: -40.78131, y: 2.9999115} - {x: -41, y: 2.656238} - {x: -40.999954, y: 1} - {x: -40.750065, y: 0.99990654} - {x: -41, y: 0.6562347} - {x: -40.99998, y: 0.0624847} - {x: -40.906242, y: 0} - {x: -40, y: 0.0000493} - {x: -39.999912, y: 0.0624388} - {x: -39.90624, y: 0} - {x: -39.750065, y: -0.0000935} - {x: -40, y: -0.34376532} - {x: -39.99998, y: -0.9375153} - {x: -39.906242, y: -1} - {x: -37, y: -0.9999507} - {x: -37.000015, y: 0.7500119} - {x: -37.281086, y: 1} - {x: -33, y: 1.0000494} - {x: -33.000015, y: 2.750012} - {x: -33.281086, y: 3} - {x: -21.750065, y: 2.9999065} - {x: -22, y: 2.6562347} - {x: -21.999979, y: 2.0624847} - {x: -21.906239, y: 2} - {x: -21.750065, y: 1.9999064} - {x: -22, y: 1.656449} - {x: -22.000006, y: 1.7500103} - {x: -22.093763, y: 1.9062568} - {x: -22.312508, y: 2} - {x: -22.750011, y: 1.9999812} - {x: -23, y: 1.656449} - {x: -23.000006, y: 1.7500103} - {x: -23.093763, y: 1.9062568} - {x: -23.312508, y: 2} - {x: -23.750011, y: 1.9999812} - {x: -24, y: 1.656449} - {x: -24.000008, y: 1.7500103} - {x: -24.093763, y: 1.9062568} - {x: -24.312508, y: 2} - {x: -24.750011, y: 1.9999812} - {x: -25, y: 1.6562347} - {x: -24.999979, y: 1.0624847} - {x: -24.906239, y: 1} - {x: -24.781305, y: 0.9999116} - {x: -25, y: 0.6564787} - {x: -25.000017, y: 0.7500119} - {x: -25.28127, y: 1} - {x: -25.781263, y: 0.9999796} - {x: -26, y: 0.6564787} - {x: -26.000017, y: 0.7500119} - {x: -26.28127, y: 1} - {x: -26.781265, y: 0.9999796} - {x: -27, y: 0.6562381} - {x: -26.999952, y: -1} - {x: -26.781305, y: -1.0000885} - {x: -27, y: -1.3435214} - {x: -27.000017, y: -1.2499881} - {x: -27.281271, y: -1} - {x: -27.781265, y: -1.0000204} - {x: -28, y: -1.3437619} - {x: -27.999952, y: -3} - {x: -27.5625, y: -3.0000494} - {x: -27.562511, y: -8.000017} - {x: -28.000017, y: -8.4375} - {x: -33, y: -8.43745} - {x: -33.000015, y: -7.249988} - {x: -33.28127, y: -7} - {x: -33.781265, y: -7.000021} - {x: -34, y: -7.3435216} - {x: -34.000015, y: -7.249988} - {x: -34.28127, y: -7} - {x: -34.781265, y: -7.000021} - {x: -35, y: -7.3435216} - {x: -35.000008, y: -7.2499895} - {x: -35.093765, y: -7.0937443} - {x: -35.312508, y: -7} - {x: -35.75001, y: -7.0000186} - {x: -36, y: -7.3437657} - {x: -35.99998, y: -7.9375153} - {x: -35.90624, y: -8} - {x: -35.750065, y: -8.000093} - {x: -36, y: -8.343552} - {x: -36.000008, y: -8.2499895} - {x: -36.093765, y: -8.093744} - {x: -36.312508, y: -8} - {x: -36.75001, y: -8.000018} - {x: -37, y: -8.343765} - {x: -37.00005, y: -8.4375} - {x: -39, y: -8.43755} - {x: -38.999954, y: -9} - {x: -37, y: -8.99995} - {x: -36.999912, y: -8.937562} - {x: -36.90624, y: -9} - {x: -36.78131, y: -9.000088} - {x: -37, y: -9.343762} - {x: -36.999954, y: -11} - {x: -33, y: -10.99995} - {x: -33.000015, y: -9.249989} - {x: -33.281086, y: -9} - {x: -27, y: -8.99995} - {x: -26.999952, y: -3} - {x: -25, y: -2.999951} - {x: -24.999912, y: -2.9375613} - {x: -24.90624, y: -3} - {x: -24, y: -2.999951} - {x: -24.000008, y: -2.2499897} - {x: -24.093763, y: -2.0937433} - {x: -24.312155, y: -2} - {x: -24, y: -1.9999508} - {x: -23.999912, y: -1.9375613} - {x: -23.90624, y: -2} - {x: -23, y: -1.9999508} - {x: -22.999912, y: -1.9375613} - {x: -22.90624, y: -2} - {x: -22, y: -1.9999508} - {x: -22.000006, y: -1.2499899} - {x: -22.093763, y: -1.0937432} - {x: -22.312155, y: -1} - {x: -16.781305, y: -1.0000885} - {x: -17, y: -1.3437619} - {x: -16.99995, y: -3} - {x: -9, y: -2.999951} - {x: -9.000015, y: -1.2499881} - {x: -9.281085, y: -1} - {x: -9, y: -0.9999507} - {x: -9.000015, y: 0.7500119} - {x: -9.281085, y: 1} - {x: -9, y: 1.0000494} - {x: -9.000015, y: 2.750012} - {x: -9.281085, y: 3} - {x: -7, y: 2.999951} - {x: -6.9999504, y: 1} - {x: -5, y: 1.0000494} - {x: -5.000049, y: 1.5625} - {x: -6.0000167, y: 1.5625136} - {x: -6.4375, y: 2.0000153} - {x: -6.437451, y: 3} - {x: -6, y: 2.999951} - {x: -5.999951, y: 2} - {x: -3, y: 2.000049} - {x: -2.999951, y: 3} - {x: -1.5625, y: 2.999951} - {x: -1.5625136, y: 1.9999831} - {x: -2.0000153, y: 1.5625} - {x: -4, y: 1.5624508} - {x: -3.999951, y: 1} - {x: 1, y: 0.9999507} - {x: 1.0000494, y: -1} - {x: 2, y: -0.9999507} - {x: 1.9999864, y: -0.4374898} - {x: 1.5625, y: 0.0000153} - {x: 1.5625494, y: 1} - {x: 2, y: 0.9999507} - {x: 2.000049, y: 0} - {x: 4, y: 0.0000493} - {x: 4.000049, y: 1} - {x: 4.4375, y: 0.9999507} - {x: 4.4374866, y: -0.000017} - {x: 3.9999847, y: -0.4375} - {x: 3, y: -0.4375493} - {x: 3.0000494, y: -1} - {x: 7, y: -1.0000494} - {x: 7.0000496, y: -5} - {x: 7.2186947, y: -5.0000887} - {x: 7, y: -5.343521} - {x: 6.999994, y: -5.2499895} - {x: 6.906236, y: -5.0937433} - {x: 6.687492, y: -5} - {x: 6.249988, y: -5.000019} - {x: 6, y: -5.3437653} - {x: 6.0000205, y: -5.9375153} - {x: 6.093762, y: -6} - {x: 6.249935, y: -6.0000935} - {x: 6, y: -6.3437653} - {x: 6.0000205, y: -6.9375153} - {x: 6.093762, y: -7} - {x: 6.249935, y: -7.0000935} - {x: 6, y: -7.3437657} - {x: 6.0000205, y: -7.9375153} - {x: 6.093762, y: -8} - {x: 6.249935, y: -8.000093} - {x: 6, y: -8.343765} - {x: 6.0000205, y: -8.937515} - {x: 6.093762, y: -9} - {x: 6.249935, y: -9.000093} - {x: 6, y: -9.343765} - {x: 6.0000205, y: -9.937515} - {x: 6.093762, y: -10} - {x: 6.249935, y: -10.000093} - {x: 6, y: -10.343765} - {x: 6.0000205, y: -10.937515} - {x: 6.093762, y: -11} - {x: 6.218694, y: -11.000088} - {x: 6, y: -11.343522} - {x: 5.9999847, y: -11.249989} - {x: 5.7187314, y: -11} - {x: 5.2187366, y: -11.000021} - {x: 5, y: -11.343522} - {x: 4.9999847, y: -11.249989} - {x: 4.7187314, y: -11} - {x: 4.2187366, y: -11.000021} - {x: 4, y: -11.343522} - {x: 3.9999847, y: -11.249989} - {x: 3.7187312, y: -11} - {x: 3.2187364, y: -11.000021} - {x: 3, y: -11.343522} - {x: 2.9999847, y: -11.249989} - {x: 2.7187312, y: -11} - {x: 2.2187364, y: -11.000021} - {x: 2, y: -11.343522} - {x: 1.9999849, y: -11.249989} - {x: 1.7187312, y: -11} - {x: 1.2187364, y: -11.000021} - {x: 1, y: -11.343522} - {x: 0.99998474, y: -11.249989} - {x: 0.7187313, y: -11} - {x: 0.2187364, y: -11.000021} - {x: 0, y: -11.343522} - {x: -0.0000153, y: -11.249989} - {x: -0.28126872, y: -11} - {x: -0.7812636, y: -11.000021} - {x: -1, y: -11.343522} - {x: -1.0000153, y: -11.249989} - {x: -1.2812687, y: -11} - {x: -1.7812636, y: -11.000021} - {x: -2, y: -11.343522} - {x: -2.0000153, y: -11.249989} - {x: -2.2812688, y: -11} - {x: -2.7812636, y: -11.000021} - {x: -3, y: -11.343522} - {x: -3.0000153, y: -11.249989} - {x: -3.2812688, y: -11} - {x: -3.7812636, y: -11.000021} - {x: -4, y: -11.343522} - {x: -4.0000153, y: -11.249989} - {x: -4.281269, y: -11} - {x: -4.781264, y: -11.000021} - {x: -5, y: -11.343522} - {x: -5.0000153, y: -11.249989} - {x: -5.2810855, y: -11} - {x: -5, y: -10.99995} - {x: -5.0000067, y: -10.2499895} - {x: -5.093764, y: -10.093744} - {x: -5.3125086, y: -10} - {x: -5.750012, y: -10.000018} - {x: -6, y: -10.343552} - {x: -6.0000067, y: -10.2499895} - {x: -6.093764, y: -10.093744} - {x: -6.3125086, y: -10} - {x: -6.750012, y: -10.000018} - {x: -7, y: -10.343552} - {x: -7.0000067, y: -10.2499895} - {x: -7.0937643, y: -10.093744} - {x: -7.312509, y: -10} - {x: -7.750012, y: -10.000018} - {x: -8, y: -10.343552} - {x: -8.000007, y: -10.2499895} - {x: -8.093764, y: -10.093744} - {x: -8.312509, y: -10} - {x: -8.750012, y: -10.000018} - {x: -9, y: -10.343552} - {x: -9.000015, y: -9.249989} - {x: -9.281268, y: -9} - {x: -9.781263, y: -9.000021} - {x: -10, y: -9.343522} - {x: -10.000015, y: -9.249989} - {x: -10.281268, y: -9} - {x: -10.781263, y: -9.000021} - {x: -11, y: -9.343522} - {x: -11.000015, y: -9.249989} - {x: -11.281085, y: -9} - {x: -11, y: -8.99995} - {x: -11.000015, y: -7.249988} - {x: -11.281085, y: -7} - {x: -8, y: -6.9999504} - {x: -8.000013, y: -6.4374895} - {x: -8.437354, y: -6} - {x: -5.5626035, y: -6.000106} - {x: -6.0000153, y: -6.4375} - {x: -7, y: -6.437549} - {x: -6.9999504, y: -7} - {x: -5, y: -6.9999504} - {x: -5.000049, y: -5} - {x: -9, y: -5.000049} - {x: -9.000102, y: -5.249912} - {x: -9.281268, y: -5} - {x: -9.781263, y: -5.0000205} - {x: -10, y: -5.3435216} - {x: -10.000015, y: -5.249988} - {x: -10.281268, y: -5} - {x: -10.781263, y: -5.0000205} - {x: -11, y: -5.3435216} - {x: -11.000015, y: -5.249988} - {x: -11.281268, y: -5} - {x: -11.781263, y: -5.0000205} - {x: -12, y: -5.3435216} - {x: -12.000015, y: -5.249988} - {x: -12.281268, y: -5} - {x: -12.781263, y: -5.0000205} - {x: -13, y: -5.3435216} - {x: -13.000015, y: -5.249988} - {x: -13.281268, y: -5} - {x: -13.781264, y: -5.0000205} - {x: -14, y: -5.3435216} - {x: -14.000016, y: -5.249988} - {x: -14.281269, y: -5} - {x: -14.781264, y: -5.0000205} - {x: -15, y: -5.3435216} - {x: -15.000016, y: -5.249988} - {x: -15.281269, y: -5} - {x: -15.781264, y: -5.0000205} - {x: -16, y: -5.3435216} - {x: -16.000015, y: -5.249988} - {x: -16.28127, y: -5} - {x: -16.781263, y: -5.0000205} - {x: -17, y: -5.343762} - {x: -16.99995, y: -7} - {x: -16.781305, y: -7.000088} - {x: -17, y: -7.3437624} - {x: -16.99995, y: -9} - {x: -16.781305, y: -9.000088} - {x: -17, y: -9.343522} - {x: -17.000015, y: -9.249989} - {x: -17.28127, y: -9} - {x: -17.781263, y: -9.000021} - {x: -18, y: -9.343522} - {x: -18.000015, y: -9.249989} - {x: -18.28127, y: -9} - {x: -18.781263, y: -9.000021} - {x: -19, y: -9.343522} - {x: -19.000017, y: -9.249989} - {x: -19.28127, y: -9} - {x: -19.781263, y: -9.000021} - {x: -20, y: -9.343522} - {x: -20.000017, y: -9.249989} - {x: -20.28127, y: -9} - {x: -20.781263, y: -9.000021} - {x: -21, y: -9.343522} - {x: -21.000017, y: -9.249989} - {x: -21.28127, y: -9} - {x: -21.781263, y: -9.000021} - {x: -22, y: -9.343522} - {x: -22.000017, y: -9.249989} - {x: -22.28127, y: -9} - {x: -22.781263, y: -9.000021} - {x: -23, y: -9.343762} - {x: -22.99995, y: -11} - {x: -22.781305, y: -11.000088} - {x: -23, y: -11.343522} - {x: -23.000017, y: -11.249989} - {x: -23.28127, y: -11} - {x: -23.781263, y: -11.000021} - {x: -24, y: -11.343522} - {x: -24.000017, y: -11.249989} - {x: -24.28127, y: -11} - {x: -24.781263, y: -11.000021} - {x: -25, y: -11.343522} - {x: -25.000017, y: -11.249989} - {x: -25.28127, y: -11} - {x: -25.781263, y: -11.000021} - {x: -26, y: -11.343522} - {x: -26.000017, y: -11.249989} - {x: -26.28127, y: -11} - {x: -26.781265, y: -11.000021} - {x: -27, y: -11.343762} - {x: -26.999952, y: -13} - {x: -26.781305, y: -13.000088} - {x: -27, y: -13.343522} - {x: -27.000017, y: -13.249989} - {x: -27.281271, y: -13} - {x: -27.781265, y: -13.000021} - {x: -28, y: -13.343522} - {x: -28.000017, y: -13.249989} - {x: -28.281271, y: -13} - {x: -28.781265, y: -13.000021} - {x: -29, y: -13.343522} - {x: -29.000017, y: -13.249989} - {x: -29.281271, y: -13} - {x: -29.781265, y: -13.000021} - {x: -30, y: -13.343522} - {x: -30.000017, y: -13.249989} - {x: -30.281271, y: -13} - {x: -30.781265, y: -13.000021} - {x: -31, y: -13.343522} - {x: -31.000017, y: -13.249989} - {x: -31.281271, y: -13} - {x: -31.781265, y: -13.000021} - {x: -32, y: -13.343522} - {x: -32.000015, y: -13.249989} - {x: -32.28127, y: -13} - {x: -32.781265, y: -13.000021} - {x: -33, y: -13.343522} - {x: -33.000015, y: -13.249989} - {x: -33.28127, y: -13} - {x: -33.781265, y: -13.000021} - {x: -34, y: -13.343522} - {x: -34.000015, y: -13.249989} - {x: -34.28127, y: -13} - {x: -34.781265, y: -13.000021} - {x: -35, y: -13.343522} - {x: -35.000015, y: -13.249989} - {x: -35.28127, y: -13} - {x: -35.781265, y: -13.000021} - {x: -36, y: -13.343522} - {x: -36.000015, y: -13.249989} - {x: -36.28127, y: -13} - {x: -36.781265, y: -13.000021} - {x: -37, y: -13.343522} - {x: -37.000015, y: -13.249989} - {x: -37.28127, y: -13} - {x: -37.781265, y: -13.000021} - {x: -38, y: -13.343522} - {x: -38.000015, y: -13.249989} - {x: -38.28127, y: -13} - {x: -38.781265, y: -13.000021} - {x: -39, y: -13.343522} - {x: -39.000015, y: -13.249989} - {x: -39.28127, y: -13} - {x: -39.781265, y: -13.000021} - {x: -40, y: -13.343522} - {x: -40.000015, y: -13.249989} - {x: -40.28127, y: -13} - {x: -40.781265, y: -13.000021} - {x: -41, y: -13.343522} - {x: -41.000015, y: -13.249989} - {x: -41.28127, y: -13} - {x: -41.781265, y: -13.000021} - {x: -42, y: -13.343522} - {x: -42.000015, y: -13.249989} - {x: -42.28127, y: -13} - {x: -42.781265, y: -13.000021} - {x: -43, y: -13.343522} - {x: -43.000015, y: -13.249989} - {x: -43.28127, y: -13} - {x: -43.781265, y: -13.000021} - {x: -44, y: -13.343522} - {x: -44.000015, y: -13.249989} - {x: -44.28127, y: -13} - {x: -44.781265, y: -13.000021} - {x: -45, y: -13.343522} - {x: -45.000015, y: -13.249989} - {x: -45.281086, y: -13} - {x: -45, y: -12.99995} - {x: -45.000008, y: -12.2499895} - {x: -45.093765, y: -12.093744} - {x: -45.312508, y: -12} - {x: -45.75001, y: -12.000018} - {x: -46, y: -12.343552} - {x: -46.000008, y: -12.2499895} - {x: -46.093765, y: -12.093744} - {x: -46.312508, y: -12} - {x: -46.75001, y: -12.000018} - {x: -47, y: -12.343552} - {x: -47.000015, y: -11.249989} - {x: -47.28127, y: -11} - {x: -47.781265, y: -11.000021} - {x: -48, y: -11.343522} - {x: -48.000015, y: -11.249989} - {x: -48.28127, y: -11} - {x: -48.781265, y: -11.000021} - {x: -49, y: -11.343522} - {x: -49.000015, y: -11.249989} - {x: -49.28127, y: -11} - {x: -49.781265, y: -11.000021} - {x: -50, y: -11.343522} - {x: -50.000015, y: -11.249989} - {x: -50.281273, y: -11} - {x: -50.781265, y: -11.000021} - {x: -51, y: -11.343522} - {x: -51.000015, y: -11.249989} - {x: -51.281273, y: -11} - {x: -51.781265, y: -11.000021} - {x: -52, y: -11.343522} - {x: -52.000015, y: -11.249989} - {x: -52.281273, y: -11} - {x: -52.781265, y: -11.000021} - {x: -53, y: -11.343522} - {x: -53.000015, y: -11.249989} - {x: -53.281273, y: -11} - {x: -53.78126, y: -11.000021} - {x: -54, y: -11.343522} - {x: -54.000015, y: -11.249989} - {x: -54.28127, y: -11} - {x: -54.78126, y: -11.000021} - {x: -55, y: -11.343522} - {x: -55.000015, y: -11.249989} - {x: -55.28127, y: -11} - {x: -55.78126, y: -11.000021} - {x: -56, y: -11.343522} - {x: -56.000015, y: -11.249989} - {x: -56.28127, y: -11} - {x: -56.78126, y: -11.000021} - {x: -57, y: -11.343522} - {x: -57.000015, y: -11.249989} - {x: -57.281082, y: -11} - {x: -57, y: -10.99995} - {x: -57.000015, y: -9.249989} - {x: -57.281082, y: -9} - {x: -53, y: -8.99995} - {x: -52.999912, y: -8.937562} - {x: -52.906242, y: -9} - {x: -52, y: -8.99995} - {x: -51.999912, y: -8.937562} - {x: -51.906242, y: -9} - {x: -51, y: -8.99995} - {x: -50.999912, y: -8.937562} - {x: -50.906242, y: -9} - {x: -50, y: -8.99995} - {x: -49.999912, y: -8.937562} - {x: -49.906242, y: -9} - {x: -49, y: -8.99995} - {x: -49.000008, y: -8.2499895} - {x: -49.093765, y: -8.093744} - {x: -49.312153, y: -8} - {x: -49, y: -7.9999504} - {x: -48.999912, y: -7.9375615} - {x: -48.906242, y: -8} - {x: -48, y: -7.9999504} - {x: -48.000008, y: -7.2499895} - {x: -48.093765, y: -7.0937443} - {x: -48.312508, y: -7} - {x: -48.750015, y: -7.0000186} - {x: -49, y: -7.343551} - {x: -49.000008, y: -7.2499895} - {x: -49.093765, y: -7.0937443} - {x: -49.312153, y: -7} - {x: -49.187496, y: -6.9999967} - {x: -49.031246, y: -6.9374776} - {x: -49, y: -6.812493} - {x: -49.000015, y: -6.0624895} - {x: -49.06235, y: -6} - {x: -49, y: -5.999951} - {x: -48.999912, y: -5.937561} - {x: -48.906242, y: -6} - {x: -48, y: -5.999951} - {x: -47.999912, y: -5.937561} - {x: -47.906242, y: -6} - {x: -47, y: -5.999951} - {x: -47.000008, y: -5.2499895} - {x: -47.093765, y: -5.0937433} - {x: -47.312153, y: -5} - {x: -43, y: -4.999951} - {x: -42.999912, y: -4.937561} - {x: -42.90647, y: -5} - {x: -43, y: -5.000049} - {x: -42.999954, y: -9} - {x: -40, y: -8.99995} - {x: -40.00005, y: -8.4375} - {x: -42.000015, y: -8.437487} - {x: -42.4375, y: -7.9999847} - {x: -42.437454, y: -5} - {x: -42, y: -4.999951} - {x: -41.999912, y: -4.937561} - {x: -41.906242, y: -5} - {x: -41, y: -4.999951} - {x: -40.99987, y: -4.5627623} - {x: -40.90625, y: -4.7500052} - {x: -40.87496, y: -5} - {x: -40.187496, y: -4.9999967} - {x: -40.031246, y: -4.937478} - {x: -40, y: -4.8131146} - {x: -39.99998, y: -4.9375153} - {x: -39.906242, y: -5} - {x: -39, y: -4.999951} - {x: -38.999912, y: -4.937561} - {x: -38.90624, y: -5} - {x: -38, y: -4.999951} - {x: -37.999912, y: -4.937561} - {x: -37.90624, y: -5} - {x: -37, y: -4.999951} - {x: -36.999912, y: -4.937561} - {x: -36.90624, y: -5} - {x: -36, y: -4.999951} - {x: -35.999912, y: -4.937561} - {x: -35.90624, y: -5} - {x: -35, y: -4.999951} - {x: -35.000008, y: -4.2499895} - {x: -35.093765, y: -4.0937433} - {x: -35.312153, y: -4} - {x: -35, y: -3.999951} - {x: -35.000008, y: -3.2499897} - {x: -35.093765, y: -3.0937433} - {x: -35.312508, y: -3} - {x: -35.75001, y: -3.0000188} - {x: -36, y: -3.3435512} - {x: -36.000008, y: -3.2499897} - {x: -36.093765, y: -3.0937433} - {x: -36.312508, y: -3} - {x: -36.75001, y: -3.0000188} - {x: -37, y: -3.3435512} - {x: -37.000008, y: -3.2499897} - {x: -37.093765, y: -3.0937433} - {x: -37.312508, y: -3} - {x: -37.75001, y: -3.0000188} - {x: -38, y: -3.3435512} - {x: -38.000008, y: -3.2499897} - {x: -38.093765, y: -3.0937433} - {x: -38.312508, y: -3} - {x: -38.75001, y: -3.0000188} - {x: -39, y: -3.3437653} - {x: -38.99998, y: -3.9375153} - {x: -38.90624, y: -4} - {x: -38.750065, y: -4.0000935} - {x: -39, y: -4.343551} - {x: -39.000008, y: -4.2499895} - {x: -39.093765, y: -4.0937433} - {x: -39.312508, y: -4} - {x: -39.75001, y: -4.000019} - {x: -40, y: -4.343551} - {x: -40.00001, y: -4.0624895} - {x: -40.06252, y: -4} - {x: -40.93751, y: -4.000014} - {x: -41, y: -4.0625205} - {x: -41.000126, y: -4.249793} - {x: -41.093765, y: -4.0937433} - {x: -41.312153, y: -4} - {x: -41, y: -3.999951} - {x: -41.000008, y: -3.2499897} - {x: -41.093765, y: -3.0937433} - {x: -41.312508, y: -3} - {x: -41.75001, y: -3.0000188} - {x: -42, y: -3.3437653} - {x: -41.99998, y: -3.9375153} - {x: -41.90624, y: -4} - {x: -41.750065, y: -4.0000935} - {x: -42, y: -4.343551} - {x: -42.000008, y: -4.2499895} - {x: -42.093765, y: -4.0937433} - {x: -42.312508, y: -4} - {x: -42.75001, y: -4.000019} - {x: -43, y: -4.3437653} - {x: -43.00005, y: -4.4375} - {x: -47, y: -4.437451} - {x: -47.000008, y: -4.2499895} - {x: -47.093765, y: -4.0937433} - {x: -47.312508, y: -4} - {x: -47.750015, y: -4.000019} - {x: -48, y: -4.343551} - {x: -48.000008, y: -4.2499895} - {x: -48.093765, y: -4.0937433} - {x: -48.312153, y: -4} - {x: -48, y: -3.999951} - {x: -48.000008, y: -3.2499897} - {x: -48.093765, y: -3.0937433} - {x: -48.312153, y: -3} - {x: -48, y: -2.999951} - {x: -48.000008, y: -2.2499897} - {x: -48.093765, y: -2.0937433} - {x: -48.312508, y: -2} - {x: -48.750015, y: -2.0000188} - {x: -49, y: -2.3435512} - {x: -49.000008, y: -2.2499897} - {x: -49.093765, y: -2.0937433} - {x: -49.312508, y: -2} - {x: -49.750015, y: -2.0000188} - {x: -50, y: -2.3435512} - {x: -50.000008, y: -2.2499897} - {x: -50.093765, y: -2.0937433} - {x: -50.312153, y: -2} - {x: -50, y: -1.9999508} - {x: -50.000008, y: -1.2499899} - {x: -50.093765, y: -1.0937432} - {x: -50.312153, y: -1} - {x: -50, y: -0.9999507} - {x: -50.000008, y: -0.24998981} - {x: -50.093765, y: -0.0937432} - {x: -50.312508, y: 0} - {x: -50.750015, y: -0.0000187} - {x: -51, y: -0.34376532} - {x: -50.99998, y: -0.9375153} - {x: -50.90624, y: -1} - {x: -50.750065, y: -1.0000935} - {x: -51, y: -1.3435512} - {x: -51.000008, y: -1.2499899} - {x: -51.093765, y: -1.0937432} - {x: -51.312508, y: -1} - {x: -51.750015, y: -1.0000187} - {x: -52, y: -1.3435512} - {x: -52.000008, y: -1.2499899} - {x: -52.093765, y: -1.0937432} - {x: -52.312508, y: -1} - {x: -52.750015, y: -1.0000187} - {x: -53, y: -1.3437653} - {x: -52.99998, y: -1.9375153} - {x: -52.90624, y: -2} - {x: -52.750065, y: -2.0000937} - {x: -53, y: -2.3437653} - {x: -52.99998, y: -2.9375153} - {x: -52.90624, y: -3} - {x: -52.750065, y: -3.0000937} - {x: -53, y: -3.3435512} - {x: -53.000008, y: -3.2499897} - {x: -53.093765, y: -3.0937433} - {x: -53.312508, y: -3} - {x: -53.750015, y: -3.0000188} - {x: -54, y: -3.3435512} - {x: -54.000008, y: -3.2499897} - {x: -54.09376, y: -3.0937433} - {x: -54.312508, y: -3} - {x: -54.750015, y: -3.0000188} - {x: -55, y: -3.3435512} - {x: -55.000008, y: -3.2499897} - {x: -55.09376, y: -3.0937433} - {x: -55.312508, y: -3} - {x: -55.750015, y: -3.0000188} - {x: -56, y: -3.3437653} - {x: -55.99998, y: -3.9375153} - {x: -55.906242, y: -4} - {x: -55.75007, y: -4.0000935} - {x: -56, y: -4.343551} - {x: -56.000008, y: -4.2499895} - {x: -56.09376, y: -4.0937433} - {x: -56.312508, y: -4} - {x: -56.750015, y: -4.000019} - {x: -57, y: -4.3437653} - {x: -57.000053, y: -4.4375} - {x: -59, y: -4.437549} - {x: -58.99995, y: -5} - {x: -57, y: -4.999951} - {x: -56.999912, y: -4.937561} - {x: -56.906242, y: -5} - {x: -56, y: -4.999951} - {x: -55.999912, y: -4.937561} - {x: -55.906242, y: -5} - {x: -55, y: -4.999951} - {x: -54.999912, y: -4.937561} - {x: -54.906242, y: -5} - {x: -54, y: -4.999951} - {x: -53.999912, y: -4.937561} - {x: -53.906242, y: -5} - {x: -53, y: -4.999951} - {x: -52.999912, y: -4.937561} - {x: -52.906242, y: -5} - {x: -52, y: -4.999951} - {x: -51.999912, y: -4.937561} - {x: -51.906242, y: -5} - {x: -51, y: -4.999951} - {x: -50.999912, y: -4.937561} - {x: -50.906242, y: -5} - {x: -50, y: -4.999951} - {x: -49.999912, y: -4.937561} - {x: -49.90624, y: -5} - {x: -49.750065, y: -5.0000935} - {x: -50, y: -5.3437653} - {x: -49.99998, y: -5.9375143} - {x: -49.90647, y: -6} - {x: -49.93751, y: -6.000014} - {x: -50, y: -6.0625205} - {x: -49.999992, y: -6.5625086} - {x: -49.90625, y: -6.750005} - {x: -49.87496, y: -7} - {x: -49.750065, y: -7.0000935} - {x: -50, y: -7.343551} - {x: -50.000008, y: -7.2499895} - {x: -50.093765, y: -7.0937443} - {x: -50.312508, y: -7} - {x: -50.750015, y: -7.0000186} - {x: -51, y: -7.343551} - {x: -51.000008, y: -7.2499895} - {x: -51.093765, y: -7.0937443} - {x: -51.312153, y: -7} - {x: -51, y: -6.9999504} - {x: -51.000008, y: -6.2499895} - {x: -51.093765, y: -6.0937433} - {x: -51.312508, y: -6} - {x: -51.750015, y: -6.000019} - {x: -52, y: -6.343551} - {x: -52.000008, y: -6.2499895} - {x: -52.093765, y: -6.0937433} - {x: -52.312508, y: -6} - {x: -52.750015, y: -6.000019} - {x: -53, y: -6.343551} - {x: -53.000008, y: -6.2499895} - {x: -53.093765, y: -6.0937433} - {x: -53.312508, y: -6} - {x: -53.750015, y: -6.000019} - {x: -54, y: -6.3437653} - {x: -53.99998, y: -6.9375153} - {x: -53.906242, y: -7} - {x: -53, y: -6.9999504} - {x: -52.999912, y: -6.9375615} - {x: -52.90624, y: -7} - {x: -52.750065, y: -7.0000935} - {x: -53, y: -7.3437657} - {x: -52.99998, y: -7.9375153} - {x: -52.90624, y: -8} - {x: -52.750065, y: -8.000093} - {x: -53, y: -8.343765} - {x: -53.00005, y: -8.4375} - {x: -57, y: -8.43745} - {x: -57.000008, y: -8.2499895} - {x: -57.09376, y: -8.093744} - {x: -57.312508, y: -8} - {x: -57.750015, y: -8.000018} - {x: -58, y: -8.343552} - {x: -58.000008, y: -8.2499895} - {x: -58.09376, y: -8.093744} - {x: -58.312153, y: -8} - {x: -58, y: -7.9999504} - {x: -58.000008, y: -7.2499895} - {x: -58.09376, y: -7.0937443} - {x: -58.312508, y: -7} - {x: -58.750015, y: -7.0000186} - {x: -59, y: -7.343551} - {x: -59.000015, y: -7.249988} - {x: -59.28127, y: -7} - {x: -59.78126, y: -7.000021} - {x: -60, y: -7.3435216} - {x: -60.000015, y: -7.249988} - {x: -60.28127, y: -7} - {x: -60.78126, y: -7.000021} - {x: -61, y: -7.3437624} - {x: -60.99995, y: -9} - {x: -60.781307, y: -9.000088} - {x: -61, y: -9.343522} - {x: -61.000015, y: -9.249989} - {x: -61.28127, y: -9} - {x: -61.78126, y: -9.000021} - {x: -62, y: -9.343522} - {x: -62.000015, y: -9.249989} - {x: -62.28127, y: -9} - {x: -62.78126, y: -9.000021} - {x: -63, y: -9.343762} - {x: -62.99995, y: -11} - {x: -62.781307, y: -11.000088} - {x: -63, y: -11.343522} - {x: -63.000015, y: -11.249989} - {x: -63.28127, y: -11} - {x: -63.78126, y: -11.000021} - {x: -64, y: -11.343522} - {x: -64.000015, y: -11.249989} - {x: -64.281265, y: -11} - {x: -64.781265, y: -11.000021} - {x: -65, y: -11.343522} - {x: -65.000015, y: -11.249989} - {x: -65.281265, y: -11} - {x: -65.781265, y: -11.000021} - {x: -66, y: -11.343522} - {x: -66.000015, y: -11.249989} - {x: -66.281265, y: -11} - {x: -66.781265, y: -11.000021} - {x: -67, y: -11.343522} - {x: -67.000015, y: -11.249989} - {x: -67.28108, y: -11} - {x: -67, y: -10.99995} - {x: -67.000015, y: -9.249989} - {x: -67.28108, y: -9} - {x: -67, y: -8.99995} - {x: -67.000015, y: -7.249988} - {x: -67.28108, y: -7} - {x: -67, y: -6.9999504} - {x: -67.000015, y: -5.249988} - {x: -67.28108, y: -5} - {x: -67, y: -4.999951} - {x: -67.000015, y: -3.249988} - {x: -67.281265, y: -3} - {x: -67.781265, y: -3.0000205} - {x: -68, y: -3.3435214} - {x: -68.000015, y: -3.249988} - {x: -68.281265, y: -3} - {x: -68.781265, y: -3.0000205} - {x: -69, y: -3.3435214} - {x: -69.000015, y: -3.249988} - {x: -69.281265, y: -3} - {x: -69.781265, y: -3.0000205} - {x: -70, y: -3.3435214} - {x: -70.000015, y: -3.249988} - {x: -70.281265, y: -3} - {x: -70.781265, y: -3.0000205} - {x: -71, y: -3.3435214} - {x: -71.000015, y: -3.249988} - {x: -71.281265, y: -3} - {x: -71.781265, y: -3.0000205} - {x: -72, y: -3.3435214} - {x: -72.000015, y: -3.249988} - {x: -72.281265, y: -3} - {x: -72.781265, y: -3.0000205} - {x: -73, y: -3.3435214} - {x: -73.000015, y: -3.249988} - {x: -73.281265, y: -3} - {x: -73.781265, y: -3.0000205} - {x: -74, y: -3.3435214} - {x: -74.000015, y: -3.249988} - {x: -74.281265, y: -3} - {x: -74.781265, y: -3.0000205} - {x: -75, y: -3.3435214} - {x: -75.000015, y: -3.249988} - {x: -75.281265, y: -3} - {x: -75.781265, y: -3.0000205} - {x: -76, y: -3.343762} - {x: -75.99995, y: -5} - {x: -75.7813, y: -5.0000887} - {x: -76, y: -5.3435216} - {x: -76.00005, y: -5} - {x: -80, y: -5.000049} - {x: -79.99995, y: -7} - {x: -79, y: -6.9999504} - {x: -79.000015, y: -6.4374895} - {x: -79.437355, y: -6} - {x: -76.56261, y: -6.000106} - {x: -77.000015, y: -6.4375} - {x: -78, y: -6.437549} - {x: -77.99995, y: -7} - {x: -75.7813, y: -7.000088} - {x: -76, y: -7.3437624} - {x: -75.99995, y: -9} - {x: -75.7813, y: -9.000088} - {x: -76, y: -9.343522} - {x: -76.000015, y: -9.249989} - {x: -76.281265, y: -9} - {x: -76.781265, y: -9.000021} - {x: -77, y: -9.343522} - {x: -77.000015, y: -9.249989} - {x: -77.281265, y: -9} - {x: -77.781265, y: -9.000021} - {x: -78, y: -9.343522} - {x: -78.000015, y: -9.249989} - {x: -78.281265, y: -9} - {x: -78.781265, y: -9.000021} - {x: -79, y: -9.343522} - {x: -79.000015, y: -9.249989} - {x: -79.281265, y: -9} - {x: -79.781265, y: -9.000021} - {x: -80, y: -9.343522} - {x: -80.000015, y: -9.249989} - {x: -80.281265, y: -9} - {x: -80.781265, y: -9.000021} - {x: -81, y: -9.343522} - {x: -81.000015, y: -9.249989} - {x: -81.281265, y: -9} - {x: -81.781265, y: -9.000021} - {x: -82, y: -9.343522} - {x: -82.000015, y: -9.249989} - {x: -82.281265, y: -9} - {x: -82.781265, y: -9.000021} - {x: -83, y: -9.343522} - {x: -83.000015, y: -9.249989} - {x: -83.281265, y: -9} - {x: -83.781265, y: -9.000021} - {x: -84, y: -9.343522} - {x: -84.000015, y: -9.249989} - {x: -84.281265, y: -9} - {x: -84.781265, y: -9.000021} - {x: -85, y: -9.343522} - {x: -85.000015, y: -9.249989} - {x: -85.281265, y: -9} - {x: -85.781265, y: -9.000021} - {x: -86, y: -9.343522} - {x: -86.000015, y: -9.249989} - {x: -86.281265, y: -9} - {x: -86.781265, y: -9.000021} - {x: -87, y: -9.343522} - {x: -87.000015, y: -9.249989} - {x: -87.281265, y: -9} - {x: -87.781265, y: -9.000021} - {x: -88, y: -9.343522} - {x: -88.000015, y: -9.249989} - {x: -88.28108, y: -9} - {x: -88, y: -8.99995} - {x: -88.000015, y: -7.249988} - {x: -88.281265, y: -7} - {x: -88.781265, y: -7.000021} - {x: -89, y: -7.3435216} - {x: -89.000015, y: -7.249988} - {x: -89.281265, y: -7} - {x: -89.781265, y: -7.000021} - {x: -90, y: -7.3435216} - {x: -90.000015, y: -7.249988} - {x: -90.281265, y: -7} - {x: -90.781265, y: -7.000021} - {x: -91, y: -7.3435216} - {x: -91.000015, y: -7.249988} - {x: -91.281265, y: -7} - {x: -91.781265, y: -7.000021} - {x: -92, y: -7.3435216} - {x: -92.00005, y: -7} - {x: -96, y: -6.9999504} - {x: -96.00005, y: -5} - {x: -100, y: -4.999951} - {x: -99.99995, y: -1} - {x: -98, y: -0.9999507} - {x: -97.99995, y: 1} - {x: -94, y: 1.0000494} - {x: -94.000015, y: 2.750012} - {x: -94.28108, y: 3} - {x: -94, y: 3.0000494} - {x: -93.99987, y: 3.4372377} - {x: -93.90626, y: 3.2499948} - {x: -93.874954, y: 3} - {x: -93.18749, y: 3.0000033} - {x: -93.03124, y: 3.062522} - {x: -93, y: 3.187507} - {x: -93.000015, y: 3.9375105} - {x: -93.06252, y: 4} - {x: -93.937515, y: 3.9999864} - {x: -94, y: 3.9376464} - {x: -94.000015, y: 4.750012} - {x: -94.28108, y: 5} - {x: -94, y: 5.000049} - {x: -94.000015, y: 6.750012} - {x: -94.28108, y: 7} - {x: -94, y: 7.0000496} - {x: -94.000015, y: 8.750012} - {x: -94.28108, y: 9} - {x: -94, y: 9.00005} - {x: -94.000015, y: 10.750012} - {x: -94.281265, y: 11} - {x: -94.781265, y: 10.999979} - {x: -95, y: 10.656479} - {x: -95.000015, y: 10.750012} - {x: -95.281265, y: 11} - {x: -95.781265, y: 10.999979} - {x: -96, y: 10.656479} - {x: -96.000015, y: 10.750012} - {x: -96.281265, y: 11} - {x: -96.781265, y: 10.999979} - {x: -97, y: 10.656479} - {x: -97.000015, y: 10.750012} - {x: -97.281265, y: 11} - {x: -97.781265, y: 10.999979} - {x: -98, y: 10.656479} - {x: -98.000015, y: 10.750012} - {x: -98.281265, y: 11} - {x: -98.781265, y: 10.999979} - {x: -99, y: 10.656479} - {x: -99.000015, y: 10.750012} - {x: -99.281265, y: 11} - {x: -99.781265, y: 10.999979} - {x: -100, y: 10.656479} - {x: -100.000015, y: 10.750012} - {x: -100.281265, y: 11} - {x: -100.781265, y: 10.999979} - {x: -101, y: 10.656479} - {x: -101.000015, y: 10.750012} - {x: -101.281265, y: 11} - {x: -101.781265, y: 10.999979} - {x: -102, y: 10.656479} - {x: -102.000015, y: 10.750012} - {x: -102.281265, y: 11} - {x: -102.781265, y: 10.999979} - {x: -103, y: 10.656479} - {x: -103.000015, y: 10.750012} - {x: -103.281265, y: 11} - {x: -103.781265, y: 10.999979} - {x: -104, y: 10.656479} - {x: -104.000015, y: 10.750012} - {x: -104.281265, y: 11} - {x: -104.781265, y: 10.999979} - {x: -105, y: 10.656479} - {x: -105.000015, y: 10.750012} - {x: -105.281265, y: 11} - {x: -105.781265, y: 10.999979} - {x: -106, y: 10.656479} - {x: -106.000015, y: 10.750012} - {x: -106.281265, y: 11} - {x: -106.781265, y: 10.999979} - {x: -107, y: 10.656479} - {x: -107.000015, y: 10.750012} - {x: -107.281265, y: 11} - {x: -107.781265, y: 10.999979} - {x: -108, y: 10.656479} - {x: -108.000015, y: 10.750012} - {x: -108.281265, y: 11} - {x: -108.781265, y: 10.999979} - {x: -109, y: 10.656479} - {x: -109.000015, y: 10.750012} - {x: -109.281265, y: 11} - {x: -109.781265, y: 10.999979} - {x: -110, y: 10.656479} - {x: -110.000015, y: 10.750012} - {x: -110.281265, y: 11} - {x: -110.781265, y: 10.999979} - {x: -111, y: 10.656479} - {x: -111.000015, y: 10.750012} - {x: -111.281265, y: 11} - {x: -111.781265, y: 10.999979} - {x: -112, y: 10.656479} - {x: -112.000015, y: 10.750012} - {x: -112.281265, y: 11} - {x: -112.781265, y: 10.999979} - {x: -113, y: 10.656479} - {x: -113.000015, y: 10.750012} - {x: -113.281265, y: 11} - {x: -113.781265, y: 10.999979} - {x: -114, y: 10.656479} - {x: -114.000015, y: 10.750012} - {x: -114.281265, y: 11} - {x: -114.781265, y: 10.999979} - {x: -115, y: 10.656479} - {x: -115.000015, y: 10.750012} - {x: -115.281265, y: 11} - {x: -115.781265, y: 10.999979} - {x: -116, y: 10.656238} - {x: -115.99995, y: 9} - {x: -115.7813, y: 8.999912} - {x: -116, y: 8.656238} - {x: -115.99995, y: 7} - {x: -115.7813, y: 6.9999123} - {x: -116, y: 6.656238} - {x: -115.99995, y: 5} - {x: -115.7813, y: 4.999912} - {x: -116, y: 4.656238} - {x: -115.99995, y: 3} - {x: -115.7813, y: 2.9999115} - {x: -116, y: 2.656238} - {x: -115.99995, y: 0.4375} - {x: -108, y: 0.4374507} - {x: -107.99995, y: -1} - {x: -107, y: -1.0000494} - {x: -107.00005, y: -3} - {x: -110, y: -3.0000494} - {x: -109.99995, y: -12} - {x: -109, y: -12.00005} - {x: -108.99995, y: -13} - {x: -105, y: -12.99995} - {x: -104.99995, y: -12} - {x: -103, y: -12.00005} - {x: -102.99995, y: -13} - {x: -97, y: -12.99995} - {x: -96.99995, y: -10} - {x: -96, y: -10.00005} - {x: -95.99995, y: -11} - {x: -94, y: -10.99995} - {x: -94.00005, y: -9} - {x: -98, y: -9.00005} - {x: -98.00005, y: -12} - {x: -102, y: -11.99995} - {x: -102.00005, y: -11} - {x: -106, y: -11.00005} - {x: -106.00005, y: -12} - {x: -108, y: -11.99995} - {x: -108.00005, y: -11} - {x: -109, y: -10.99995} - {x: -108.99995, y: -5} - {x: -108, y: -4.999951} - {x: -107.99995, y: -4} - {x: -106, y: -3.999951} - {x: -105.99995, y: 0.4375} - {x: -102, y: 0.4374507} - {x: -101.99995, y: -1} - {x: -101, y: -1.0000494} - {x: -100.99995, y: -6} - {x: -97, y: -6.000049} - {x: -96.99995, y: -8} - {x: -94, y: -8.00005} - {x: -93.99995, y: -9} - {x: -92.5625, y: -9.00005} - {x: -92.562454, y: -17} - - {x: -114.99987, y: 8.65644} - {x: -115.000015, y: 8.750012} - {x: -115.28109, y: 9} - {x: -114.7813, y: 8.999912} - - {x: -113.99987, y: 8.65644} - {x: -114.000015, y: 8.750012} - {x: -114.28109, y: 9} - {x: -113.7813, y: 8.999912} - - {x: -112.99987, y: 8.65644} - {x: -113.000015, y: 8.750012} - {x: -113.28109, y: 9} - {x: -112.7813, y: 8.999912} - - {x: -111.99987, y: 8.65644} - {x: -112.000015, y: 8.750012} - {x: -112.28109, y: 9} - {x: -111.7813, y: 8.999912} - - {x: -110.99987, y: 8.65644} - {x: -111.000015, y: 8.750012} - {x: -111.28109, y: 9} - {x: -110.7813, y: 8.999912} - - {x: -109.99987, y: 8.65644} - {x: -110.000015, y: 8.750012} - {x: -110.28109, y: 9} - {x: -109.7813, y: 8.999912} - - {x: -108.99987, y: 8.65644} - {x: -109.000015, y: 8.750012} - {x: -109.28109, y: 9} - {x: -108.7813, y: 8.999912} - - {x: -107.99987, y: 8.65644} - {x: -108.000015, y: 8.750012} - {x: -108.28109, y: 9} - {x: -107.7813, y: 8.999912} - - {x: -106.99988, y: 8.65644} - {x: -107.000015, y: 8.750012} - {x: -107.28108, y: 9} - {x: -106.7813, y: 8.999912} - - {x: -105.99988, y: 8.65644} - {x: -106.000015, y: 8.750012} - {x: -106.28108, y: 9} - {x: -105.7813, y: 8.999912} - - {x: -104.99988, y: 8.65644} - {x: -105.000015, y: 8.750012} - {x: -105.28108, y: 9} - {x: -104.7813, y: 8.999912} - - {x: -103.99988, y: 8.65644} - {x: -104.000015, y: 8.750012} - {x: -104.28108, y: 9} - {x: -103.7813, y: 8.999912} - - {x: -102.99988, y: 8.65644} - {x: -103.000015, y: 8.750012} - {x: -103.28108, y: 9} - {x: -102.7813, y: 8.999912} - - {x: -101.99988, y: 8.65644} - {x: -102.000015, y: 8.750012} - {x: -102.28108, y: 9} - {x: -101.7813, y: 8.999912} - - {x: -100.99988, y: 8.65644} - {x: -101.000015, y: 8.750012} - {x: -101.28108, y: 9} - {x: -100.7813, y: 8.999912} - - {x: -99.99988, y: 8.65644} - {x: -100.000015, y: 8.750012} - {x: -100.28108, y: 9} - {x: -99.7813, y: 8.999912} - - {x: -98.99988, y: 8.65644} - {x: -99.000015, y: 8.750012} - {x: -99.28108, y: 9} - {x: -98.7813, y: 8.999912} - - {x: -97.99988, y: 8.65644} - {x: -98.000015, y: 8.750012} - {x: -98.28108, y: 9} - {x: -97.7813, y: 8.999912} - - {x: -96.99988, y: 8.65644} - {x: -97.000015, y: 8.750012} - {x: -97.28108, y: 9} - {x: -96.7813, y: 8.999912} - - {x: -95.99988, y: 8.65644} - {x: -96.000015, y: 8.750012} - {x: -96.28108, y: 9} - {x: -95.7813, y: 8.999912} - - {x: -94.99988, y: 8.65644} - {x: -95.000015, y: 8.750012} - {x: -95.28108, y: 9} - {x: -94.7813, y: 8.999912} - - {x: -84.99988, y: 8.65644} - {x: -85.000015, y: 8.750012} - {x: -85.28108, y: 9} - {x: -84.7813, y: 8.999912} - - {x: -83.99988, y: 8.65644} - {x: -84.000015, y: 8.750012} - {x: -84.28108, y: 9} - {x: -83.7813, y: 8.999912} - - {x: -82.99988, y: 8.65644} - {x: -83.000015, y: 8.750012} - {x: -83.28108, y: 9} - {x: -82.7813, y: 8.999912} - - {x: -82, y: 8.750134} - {x: -82.28108, y: 9} - {x: -82, y: 8.99995} - - {x: -71.99988, y: 8.656442} - {x: -71.99995, y: 9} - {x: -71.7813, y: 8.999912} - - {x: -70.99988, y: 8.65644} - {x: -71.000015, y: 8.750012} - {x: -71.28108, y: 9} - {x: -70.7813, y: 8.999912} - - {x: -69.99988, y: 8.65644} - {x: -70.000015, y: 8.750012} - {x: -70.28108, y: 9} - {x: -69.7813, y: 8.999912} - - {x: -68.99988, y: 8.65644} - {x: -69.000015, y: 8.750012} - {x: -69.28108, y: 9} - {x: -68.7813, y: 8.999912} - - {x: -67.99988, y: 8.65644} - {x: -68.000015, y: 8.750012} - {x: -68.28108, y: 9} - {x: -67.7813, y: 8.999912} - - {x: -66.99988, y: 8.65644} - {x: -67.000015, y: 8.750012} - {x: -67.28108, y: 9} - {x: -66.7813, y: 8.999912} - - {x: -65.99988, y: 8.65644} - {x: -66.000015, y: 8.750012} - {x: -66.28108, y: 9} - {x: -65.7813, y: 8.999912} - - {x: -64.99988, y: 8.65644} - {x: -65.000015, y: 8.750012} - {x: -65.28108, y: 9} - {x: -64.7813, y: 8.999912} - - {x: -63.999878, y: 8.65644} - {x: -64.000015, y: 8.750012} - {x: -64.28108, y: 9} - {x: -63.781307, y: 8.999912} - - {x: -62.999878, y: 8.65644} - {x: -63.000015, y: 8.750012} - {x: -63.281082, y: 9} - {x: -62.781307, y: 8.999912} - - {x: -61.999878, y: 8.65644} - {x: -62.000015, y: 8.750012} - {x: -62.281082, y: 9} - {x: -61.781307, y: 8.999912} - - {x: -60.999878, y: 8.65644} - {x: -61.000015, y: 8.750012} - {x: -61.281082, y: 9} - {x: -60.781307, y: 8.999912} - - {x: -59.999878, y: 8.65644} - {x: -60.000015, y: 8.750012} - {x: -60.281082, y: 9} - {x: -59.781307, y: 8.999912} - - {x: -58.999878, y: 8.65644} - {x: -59.000015, y: 8.750012} - {x: -59.281082, y: 9} - {x: -58.781307, y: 8.999912} - - {x: -57.999878, y: 8.65644} - {x: -58.000015, y: 8.750012} - {x: -58.281082, y: 9} - {x: -57.781307, y: 8.999912} - - {x: -56.999878, y: 8.65644} - {x: -57.000015, y: 8.750012} - {x: -57.281082, y: 9} - {x: -56.781307, y: 8.999912} - - {x: -55.999878, y: 8.65644} - {x: -56.000015, y: 8.750012} - {x: -56.281082, y: 9} - {x: -55.781307, y: 8.999912} - - {x: -54.999878, y: 8.65644} - {x: -55.000015, y: 8.750012} - {x: -55.281082, y: 9} - {x: -54.781307, y: 8.999912} - - {x: -53.999878, y: 8.65644} - {x: -54.000015, y: 8.750012} - {x: -54.281082, y: 9} - {x: -53.781307, y: 8.999912} - - {x: -52.999878, y: 8.65644} - {x: -53.000015, y: 8.750012} - {x: -53.281086, y: 9} - {x: -52.78131, y: 8.999912} - - {x: -51.999878, y: 8.65644} - {x: -52.000015, y: 8.750012} - {x: -52.281086, y: 9} - {x: -51.78131, y: 8.999912} - - {x: -50.999878, y: 8.65644} - {x: -51.000015, y: 8.750012} - {x: -51.281086, y: 9} - {x: -50.78131, y: 8.999912} - - {x: -49.999878, y: 8.65644} - {x: -50.000015, y: 8.750012} - {x: -50.281086, y: 9} - {x: -49.78131, y: 8.999912} - - {x: -48.999878, y: 8.65644} - {x: -49.000015, y: 8.750012} - {x: -49.281086, y: 9} - {x: -48.78131, y: 8.999912} - - {x: -47.999878, y: 8.65644} - {x: -48.000015, y: 8.750012} - {x: -48.281086, y: 9} - {x: -47.78131, y: 8.999912} - - {x: -46.999878, y: 8.65644} - {x: -47.000015, y: 8.750012} - {x: -47.281086, y: 9} - {x: -46.78131, y: 8.999912} - - {x: -45.999878, y: 8.65644} - {x: -46.000015, y: 8.750012} - {x: -46.281086, y: 9} - {x: -45.78131, y: 8.999912} - - {x: -44.999878, y: 8.65644} - {x: -45.000015, y: 8.750012} - {x: -45.281086, y: 9} - {x: -44.78131, y: 8.999912} - - {x: -43.999878, y: 8.65644} - {x: -44.000015, y: 8.750012} - {x: -44.281086, y: 9} - {x: -43.78131, y: 8.999912} - - {x: -42.999878, y: 8.65644} - {x: -43.000015, y: 8.750012} - {x: -43.281086, y: 9} - {x: -42.78131, y: 8.999912} - - {x: -41.999878, y: 8.65644} - {x: -42.000015, y: 8.750012} - {x: -42.281086, y: 9} - {x: -41.78131, y: 8.999912} - - {x: -40.999878, y: 8.65644} - {x: -41.000015, y: 8.750012} - {x: -41.281086, y: 9} - {x: -40.78131, y: 8.999912} - - {x: -39.999878, y: 8.65644} - {x: -40.000015, y: 8.750012} - {x: -40.281086, y: 9} - {x: -39.78131, y: 8.999912} - - {x: -38.999878, y: 8.65644} - {x: -39.000015, y: 8.750012} - {x: -39.281086, y: 9} - {x: -38.78131, y: 8.999912} - - {x: -37.999878, y: 8.65644} - {x: -38.000015, y: 8.750012} - {x: -38.281086, y: 9} - {x: -37.78131, y: 8.999912} - - {x: -36.999878, y: 8.65644} - {x: -37.000015, y: 8.750012} - {x: -37.281086, y: 9} - {x: -36.78131, y: 8.999912} - - {x: -35.999878, y: 8.65644} - {x: -36.000015, y: 8.750012} - {x: -36.281086, y: 9} - {x: -35.78131, y: 8.999912} - - {x: -34.999878, y: 8.65644} - {x: -35.000015, y: 8.750012} - {x: -35.281086, y: 9} - {x: -34.78131, y: 8.999912} - - {x: -33.999878, y: 8.65644} - {x: -34.000015, y: 8.750012} - {x: -34.281086, y: 9} - {x: -33.78131, y: 8.999912} - - {x: -32.999878, y: 8.65644} - {x: -33.000015, y: 8.750012} - {x: -33.281086, y: 9} - {x: -32.78131, y: 8.999912} - - {x: -31.999878, y: 8.65644} - {x: -32.000015, y: 8.750012} - {x: -32.281086, y: 9} - {x: -31.78131, y: 8.999912} - - {x: -30.999878, y: 8.65644} - {x: -31.000017, y: 8.750012} - {x: -31.281086, y: 9} - {x: -30.78131, y: 8.999912} - - {x: -29.999878, y: 8.65644} - {x: -30.000017, y: 8.750012} - {x: -30.281086, y: 9} - {x: -29.78131, y: 8.999912} - - {x: -28.999878, y: 8.65644} - {x: -29.000017, y: 8.750012} - {x: -29.281086, y: 9} - {x: -28.78131, y: 8.999912} - - {x: -27.999878, y: 8.65644} - {x: -28.000017, y: 8.750012} - {x: -28.281086, y: 9} - {x: -27.78131, y: 8.999912} - - {x: -26.999878, y: 8.65644} - {x: -27.000017, y: 8.750012} - {x: -27.281086, y: 9} - {x: -26.781305, y: 8.999912} - - {x: -25.999878, y: 8.65644} - {x: -26.000017, y: 8.750012} - {x: -26.281086, y: 9} - {x: -25.781305, y: 8.999912} - - {x: -24.999878, y: 8.65644} - {x: -25.000017, y: 8.750012} - {x: -25.281086, y: 9} - {x: -24.781305, y: 8.999912} - - {x: -23.999878, y: 8.65644} - {x: -24.000017, y: 8.750012} - {x: -24.281086, y: 9} - {x: -23.781305, y: 8.999912} - - {x: -22.999878, y: 8.65644} - {x: -23.000017, y: 8.750012} - {x: -23.281086, y: 9} - {x: -22.781305, y: 8.999912} - - {x: -21.999878, y: 8.65644} - {x: -22.000017, y: 8.750012} - {x: -22.281086, y: 9} - {x: -21.781305, y: 8.999912} - - {x: -20.999878, y: 8.65644} - {x: -21.000017, y: 8.750012} - {x: -21.281086, y: 9} - {x: -20.781305, y: 8.999912} - - {x: -71.99988, y: 0.6564408} - {x: -72.000015, y: 0.7500119} - {x: -72.281265, y: 1} - {x: -72.781265, y: 0.9999796} - {x: -73, y: 0.6564787} - {x: -73.000015, y: 0.7500119} - {x: -73.281265, y: 1} - {x: -73.781265, y: 0.9999796} - {x: -74, y: 0.6564787} - {x: -74.000015, y: 0.7500119} - {x: -74.28108, y: 1} - {x: -74, y: 1.0000494} - {x: -74.00001, y: 1.7500103} - {x: -74.09376, y: 1.9062568} - {x: -74.31251, y: 2} - {x: -74.750015, y: 1.9999812} - {x: -75, y: 1.656449} - {x: -75.00001, y: 1.7500103} - {x: -75.09376, y: 1.9062568} - {x: -75.31216, y: 2} - {x: -75, y: 2.000049} - {x: -75.00001, y: 2.7500103} - {x: -75.09376, y: 2.906257} - {x: -75.31251, y: 3} - {x: -75.4375, y: 3.0000494} - {x: -75.43755, y: 5} - {x: -76, y: 4.999951} - {x: -76.00011, y: 4.7500887} - {x: -76.281265, y: 5} - {x: -76.781265, y: 4.9999795} - {x: -77, y: 4.656479} - {x: -77.000015, y: 4.750012} - {x: -77.281265, y: 5} - {x: -77.781265, y: 4.9999795} - {x: -78, y: 4.656479} - {x: -78.00005, y: 5} - {x: -81.4375, y: 5.000049} - {x: -81.437485, y: 8.000017} - {x: -80.999985, y: 8.4375} - {x: -72.999985, y: 8.437487} - {x: -72.5625, y: 7.9999847} - {x: -72.562454, y: 3} - {x: -71.7813, y: 2.9999115} - {x: -72, y: 2.656238} - {x: -71.99995, y: 1} - {x: -71.7813, y: 0.9999116} - - {x: -114.99987, y: 6.6564407} - {x: -115.000015, y: 6.750012} - {x: -115.28109, y: 7} - {x: -114.7813, y: 6.9999123} - - {x: -113.99987, y: 6.6564407} - {x: -114.000015, y: 6.750012} - {x: -114.28109, y: 7} - {x: -113.7813, y: 6.9999123} - - {x: -112.99987, y: 6.6564407} - {x: -113.000015, y: 6.750012} - {x: -113.28109, y: 7} - {x: -112.7813, y: 6.9999123} - - {x: -111.99987, y: 6.6564407} - {x: -112.000015, y: 6.750012} - {x: -112.28109, y: 7} - {x: -111.7813, y: 6.9999123} - - {x: -110.99987, y: 6.6564407} - {x: -111.000015, y: 6.750012} - {x: -111.28109, y: 7} - {x: -110.7813, y: 6.9999123} - - {x: -109.99987, y: 6.6564407} - {x: -110.000015, y: 6.750012} - {x: -110.28109, y: 7} - {x: -109.7813, y: 6.9999123} - - {x: -108.99987, y: 6.6564407} - {x: -109.000015, y: 6.750012} - {x: -109.28109, y: 7} - {x: -108.7813, y: 6.9999123} - - {x: -107.99987, y: 6.6564407} - {x: -108.000015, y: 6.750012} - {x: -108.28109, y: 7} - {x: -107.7813, y: 6.9999123} - - {x: -106.99988, y: 6.6564407} - {x: -107.000015, y: 6.750012} - {x: -107.28108, y: 7} - {x: -106.7813, y: 6.9999123} - - {x: -105.99988, y: 6.6564407} - {x: -106.000015, y: 6.750012} - {x: -106.28108, y: 7} - {x: -105.7813, y: 6.9999123} - - {x: -104.99988, y: 6.6564407} - {x: -105.000015, y: 6.750012} - {x: -105.28108, y: 7} - {x: -104.7813, y: 6.9999123} - - {x: -103.99988, y: 6.6564407} - {x: -104.000015, y: 6.750012} - {x: -104.28108, y: 7} - {x: -103.7813, y: 6.9999123} - - {x: -102.99988, y: 6.6564407} - {x: -103.000015, y: 6.750012} - {x: -103.28108, y: 7} - {x: -102.7813, y: 6.9999123} - - {x: -101.99988, y: 6.6564407} - {x: -102.000015, y: 6.750012} - {x: -102.28108, y: 7} - {x: -101.7813, y: 6.9999123} - - {x: -100.99988, y: 6.6564407} - {x: -101.000015, y: 6.750012} - {x: -101.28108, y: 7} - {x: -100.7813, y: 6.9999123} - - {x: -99.99988, y: 6.6564407} - {x: -100.000015, y: 6.750012} - {x: -100.28108, y: 7} - {x: -99.7813, y: 6.9999123} - - {x: -98.99988, y: 6.6564407} - {x: -99.000015, y: 6.750012} - {x: -99.28108, y: 7} - {x: -98.7813, y: 6.9999123} - - {x: -97.99988, y: 6.6564407} - {x: -98.000015, y: 6.750012} - {x: -98.28108, y: 7} - {x: -97.7813, y: 6.9999123} - - {x: -96.99988, y: 6.6564407} - {x: -97.000015, y: 6.750012} - {x: -97.28108, y: 7} - {x: -96.7813, y: 6.9999123} - - {x: -95.99988, y: 6.6564407} - {x: -96.000015, y: 6.750012} - {x: -96.28108, y: 7} - {x: -95.7813, y: 6.9999123} - - {x: -94.99988, y: 6.6564407} - {x: -95.000015, y: 6.750012} - {x: -95.28108, y: 7} - {x: -94.7813, y: 6.9999123} - - {x: -90.99988, y: 6.6564407} - {x: -91.000015, y: 6.750012} - {x: -91.28108, y: 7} - {x: -90.7813, y: 6.9999123} - - {x: -89.99988, y: 6.6564407} - {x: -90.000015, y: 6.750012} - {x: -90.28108, y: 7} - {x: -89.7813, y: 6.9999123} - - {x: -88.99988, y: 6.6564407} - {x: -89.000015, y: 6.750012} - {x: -89.28108, y: 7} - {x: -88.7813, y: 6.9999123} - - {x: -87.99988, y: 6.6564407} - {x: -88.000015, y: 6.750012} - {x: -88.28108, y: 7} - {x: -87.7813, y: 6.9999123} - - {x: -86.99988, y: 6.6564407} - {x: -87.000015, y: 6.750012} - {x: -87.28108, y: 7} - {x: -86.7813, y: 6.9999123} - - {x: -85.99988, y: 6.6564407} - {x: -86.000015, y: 6.750012} - {x: -86.28108, y: 7} - {x: -85.7813, y: 6.9999123} - - {x: -84.99988, y: 6.6564407} - {x: -85.000015, y: 6.750012} - {x: -85.28108, y: 7} - {x: -84.7813, y: 6.9999123} - - {x: -83.99988, y: 6.6564407} - {x: -84.000015, y: 6.750012} - {x: -84.28108, y: 7} - {x: -83.7813, y: 6.9999123} - - {x: -82.99988, y: 6.6564407} - {x: -83.000015, y: 6.750012} - {x: -83.28108, y: 7} - {x: -82.7813, y: 6.9999123} - - {x: -82, y: 6.7501345} - {x: -82.28108, y: 7} - {x: -82, y: 6.9999504} - - {x: -71.99988, y: 6.656442} - {x: -71.99995, y: 7} - {x: -71.7813, y: 6.9999123} - - {x: -70.99988, y: 6.6564407} - {x: -71.000015, y: 6.750012} - {x: -71.28108, y: 7} - {x: -70.7813, y: 6.9999123} - - {x: -69.99988, y: 6.6564407} - {x: -70.000015, y: 6.750012} - {x: -70.28108, y: 7} - {x: -69.7813, y: 6.9999123} - - {x: -68.99988, y: 6.6564407} - {x: -69.000015, y: 6.750012} - {x: -69.28108, y: 7} - {x: -68.7813, y: 6.9999123} - - {x: -67.99988, y: 6.6564407} - {x: -68.000015, y: 6.750012} - {x: -68.28108, y: 7} - {x: -67.7813, y: 6.9999123} - - {x: -66.99988, y: 6.6564407} - {x: -67.000015, y: 6.750012} - {x: -67.28108, y: 7} - {x: -66.7813, y: 6.9999123} - - {x: -65.99988, y: 6.6564407} - {x: -66.000015, y: 6.750012} - {x: -66.28108, y: 7} - {x: -65.7813, y: 6.9999123} - - {x: -64.99988, y: 6.6564407} - {x: -65.000015, y: 6.750012} - {x: -65.28108, y: 7} - {x: -64.7813, y: 6.9999123} - - {x: -63.999878, y: 6.6564407} - {x: -64.000015, y: 6.750012} - {x: -64.28108, y: 7} - {x: -63.781307, y: 6.9999123} - - {x: -62.999878, y: 6.6564407} - {x: -63.000015, y: 6.750012} - {x: -63.281082, y: 7} - {x: -62.781307, y: 6.9999123} - - {x: -61.999878, y: 6.6564407} - {x: -62.000015, y: 6.750012} - {x: -62.281082, y: 7} - {x: -61.781307, y: 6.9999123} - - {x: -60.999878, y: 6.6564407} - {x: -61.000015, y: 6.750012} - {x: -61.281082, y: 7} - {x: -60.781307, y: 6.9999123} - - {x: -59.999878, y: 6.6564407} - {x: -60.000015, y: 6.750012} - {x: -60.281082, y: 7} - {x: -59.781307, y: 6.9999123} - - {x: -58.999878, y: 6.6564407} - {x: -59.000015, y: 6.750012} - {x: -59.281082, y: 7} - {x: -58.781307, y: 6.9999123} - - {x: -57.999878, y: 6.6564407} - {x: -58.000015, y: 6.750012} - {x: -58.281082, y: 7} - {x: -57.781307, y: 6.9999123} - - {x: -56.999878, y: 6.6564407} - {x: -57.000015, y: 6.750012} - {x: -57.281082, y: 7} - {x: -56.781307, y: 6.9999123} - - {x: -55.999878, y: 6.6564407} - {x: -56.000015, y: 6.750012} - {x: -56.281082, y: 7} - {x: -55.781307, y: 6.9999123} - - {x: -54.999878, y: 6.6564407} - {x: -55.000015, y: 6.750012} - {x: -55.281082, y: 7} - {x: -54.781307, y: 6.9999123} - - {x: -53.999878, y: 6.6564407} - {x: -54.000015, y: 6.750012} - {x: -54.281082, y: 7} - {x: -53.781307, y: 6.9999123} - - {x: -52.999878, y: 6.6564407} - {x: -53.000015, y: 6.750012} - {x: -53.281086, y: 7} - {x: -52.78131, y: 6.9999123} - - {x: -51.999878, y: 6.6564407} - {x: -52.000015, y: 6.750012} - {x: -52.281086, y: 7} - {x: -51.78131, y: 6.9999123} - - {x: -50.999878, y: 6.6564407} - {x: -51.000015, y: 6.750012} - {x: -51.281086, y: 7} - {x: -50.78131, y: 6.9999123} - - {x: -49.999878, y: 6.6564407} - {x: -50.000015, y: 6.750012} - {x: -50.281086, y: 7} - {x: -49.78131, y: 6.9999123} - - {x: -48.999878, y: 6.6564407} - {x: -49.000015, y: 6.750012} - {x: -49.281086, y: 7} - {x: -48.78131, y: 6.9999123} - - {x: -47.999878, y: 6.6564407} - {x: -48.000015, y: 6.750012} - {x: -48.281086, y: 7} - {x: -47.78131, y: 6.9999123} - - {x: -46.999878, y: 6.6564407} - {x: -47.000015, y: 6.750012} - {x: -47.281086, y: 7} - {x: -46.78131, y: 6.9999123} - - {x: -45.999878, y: 6.6564407} - {x: -46.000015, y: 6.750012} - {x: -46.281086, y: 7} - {x: -45.78131, y: 6.9999123} - - {x: -45, y: 6.7501345} - {x: -45.281086, y: 7} - {x: -44.812763, y: 6.999869} - {x: -45, y: 6.906221} - - {x: -40.999878, y: 6.656441} - {x: -41.000027, y: 6.875012} - {x: -41.249706, y: 7} - {x: -40.78131, y: 6.9999123} - - {x: -39.999878, y: 6.6564407} - {x: -40.000015, y: 6.750012} - {x: -40.281086, y: 7} - {x: -39.78131, y: 6.9999123} - - {x: -38.999878, y: 6.6564407} - {x: -39.000015, y: 6.750012} - {x: -39.281086, y: 7} - {x: -38.78131, y: 6.9999123} - - {x: -37.999878, y: 6.6564407} - {x: -38.000015, y: 6.750012} - {x: -38.281086, y: 7} - {x: -37.78131, y: 6.9999123} - - {x: -36.999878, y: 6.6564407} - {x: -37.000015, y: 6.750012} - {x: -37.281086, y: 7} - {x: -36.78131, y: 6.9999123} - - {x: -35.999878, y: 6.6564407} - {x: -36.000015, y: 6.750012} - {x: -36.281086, y: 7} - {x: -35.78131, y: 6.9999123} - - {x: -34.999878, y: 6.6564407} - {x: -35.000015, y: 6.750012} - {x: -35.281086, y: 7} - {x: -34.78131, y: 6.9999123} - - {x: -33.999878, y: 6.6564407} - {x: -34.000015, y: 6.750012} - {x: -34.281086, y: 7} - {x: -33.78131, y: 6.9999123} - - {x: -32.999878, y: 6.6564407} - {x: -33.000015, y: 6.750012} - {x: -33.281086, y: 7} - {x: -32.78131, y: 6.9999123} - - {x: -31.999878, y: 6.6564407} - {x: -32.000015, y: 6.750012} - {x: -32.281086, y: 7} - {x: -31.78131, y: 6.9999123} - - {x: -30.999878, y: 6.6564407} - {x: -31.000017, y: 6.750012} - {x: -31.281086, y: 7} - {x: -30.78131, y: 6.9999123} - - {x: -29.999878, y: 6.6564407} - {x: -30.000017, y: 6.750012} - {x: -30.281086, y: 7} - {x: -29.78131, y: 6.9999123} - - {x: -28.999878, y: 6.6564407} - {x: -29.000017, y: 6.750012} - {x: -29.281086, y: 7} - {x: -28.78131, y: 6.9999123} - - {x: -27.999878, y: 6.6564407} - {x: -28.000017, y: 6.750012} - {x: -28.281086, y: 7} - {x: -27.78131, y: 6.9999123} - - {x: -26.999878, y: 6.6564407} - {x: -27.000017, y: 6.750012} - {x: -27.281086, y: 7} - {x: -26.781305, y: 6.9999123} - - {x: -25.999878, y: 6.6564407} - {x: -26.000017, y: 6.750012} - {x: -26.281086, y: 7} - {x: -25.781305, y: 6.9999123} - - {x: -24.999878, y: 6.6564407} - {x: -25.000017, y: 6.750012} - {x: -25.281086, y: 7} - {x: -24.781305, y: 6.9999123} - - {x: -23.999878, y: 6.6564407} - {x: -24.000017, y: 6.750012} - {x: -24.281086, y: 7} - {x: -23.781305, y: 6.9999123} - - {x: -22.999878, y: 6.6564407} - {x: -23.000017, y: 6.750012} - {x: -23.281086, y: 7} - {x: -22.781305, y: 6.9999123} - - {x: -21.999878, y: 6.6564407} - {x: -22.000017, y: 6.750012} - {x: -22.281086, y: 7} - {x: -21.781305, y: 6.9999123} - - {x: -20.999878, y: 6.6564407} - {x: -21.000017, y: 6.750012} - {x: -21.281086, y: 7} - {x: -20.781305, y: 6.9999123} - - {x: -114.99987, y: 4.6564407} - {x: -115.000015, y: 4.750012} - {x: -115.28109, y: 5} - {x: -114.7813, y: 4.999912} - - {x: -113.99987, y: 4.6564407} - {x: -114.000015, y: 4.750012} - {x: -114.28109, y: 5} - {x: -113.7813, y: 4.999912} - - {x: -112.99987, y: 4.6564407} - {x: -113.000015, y: 4.750012} - {x: -113.28109, y: 5} - {x: -112.7813, y: 4.999912} - - {x: -111.99987, y: 4.6564407} - {x: -112.000015, y: 4.750012} - {x: -112.28109, y: 5} - {x: -111.7813, y: 4.999912} - - {x: -110.99987, y: 4.6564407} - {x: -111.000015, y: 4.750012} - {x: -111.28109, y: 5} - {x: -110.7813, y: 4.999912} - - {x: -109.99987, y: 4.6564407} - {x: -110.000015, y: 4.750012} - {x: -110.28109, y: 5} - {x: -109.7813, y: 4.999912} - - {x: -108.99987, y: 4.6564407} - {x: -109.000015, y: 4.750012} - {x: -109.28109, y: 5} - {x: -108.7813, y: 4.999912} - - {x: -107.99987, y: 4.6564407} - {x: -108.000015, y: 4.750012} - {x: -108.28109, y: 5} - {x: -107.7813, y: 4.999912} - - {x: -106.99988, y: 4.6564407} - {x: -107.000015, y: 4.750012} - {x: -107.28108, y: 5} - {x: -106.7813, y: 4.999912} - - {x: -105.99988, y: 4.6564407} - {x: -106.000015, y: 4.750012} - {x: -106.28108, y: 5} - {x: -105.7813, y: 4.999912} - - {x: -104.99988, y: 4.6564407} - {x: -105.000015, y: 4.750012} - {x: -105.28108, y: 5} - {x: -104.7813, y: 4.999912} - - {x: -103.99988, y: 4.6564407} - {x: -104.000015, y: 4.750012} - {x: -104.28108, y: 5} - {x: -103.7813, y: 4.999912} - - {x: -102.99988, y: 4.6564407} - {x: -103.000015, y: 4.750012} - {x: -103.28108, y: 5} - {x: -102.7813, y: 4.999912} - - {x: -101.99988, y: 4.6564407} - {x: -102.000015, y: 4.750012} - {x: -102.28108, y: 5} - {x: -101.7813, y: 4.999912} - - {x: -100.99988, y: 4.6564407} - {x: -101.000015, y: 4.750012} - {x: -101.28108, y: 5} - {x: -100.7813, y: 4.999912} - - {x: -99.99988, y: 4.6564407} - {x: -100.000015, y: 4.750012} - {x: -100.28108, y: 5} - {x: -99.7813, y: 4.999912} - - {x: -98.99988, y: 4.6564407} - {x: -99.000015, y: 4.750012} - {x: -99.28108, y: 5} - {x: -98.7813, y: 4.999912} - - {x: -97.99988, y: 4.6564407} - {x: -98.000015, y: 4.750012} - {x: -98.28108, y: 5} - {x: -97.7813, y: 4.999912} - - {x: -96.99988, y: 4.6564407} - {x: -97.000015, y: 4.750012} - {x: -97.28108, y: 5} - {x: -96.7813, y: 4.999912} - - {x: -95.99988, y: 4.6564407} - {x: -96.000015, y: 4.750012} - {x: -96.28108, y: 5} - {x: -95.7813, y: 4.999912} - - {x: -94.99988, y: 4.6564407} - {x: -95.000015, y: 4.750012} - {x: -95.28108, y: 5} - {x: -94.7813, y: 4.999912} - - {x: -90.99988, y: 4.6564407} - {x: -91.000015, y: 4.750012} - {x: -91.28108, y: 5} - {x: -90.7813, y: 4.999912} - - {x: -89.99988, y: 4.6564407} - {x: -90.000015, y: 4.750012} - {x: -90.28108, y: 5} - {x: -89.7813, y: 4.999912} - - {x: -88.99988, y: 4.6564407} - {x: -89.000015, y: 4.750012} - {x: -89.28108, y: 5} - {x: -88.7813, y: 4.999912} - - {x: -88, y: 4.7501345} - {x: -88.28108, y: 5} - {x: -88, y: 4.999951} - - {x: -83.99988, y: 4.656442} - {x: -83.99995, y: 5} - {x: -83.7813, y: 4.999912} - - {x: -82.99988, y: 4.6564407} - {x: -83.000015, y: 4.750012} - {x: -83.28108, y: 5} - {x: -82.7813, y: 4.999912} - - {x: -82, y: 4.7501345} - {x: -82.28108, y: 5} - {x: -82, y: 4.999951} - - {x: -71.99988, y: 4.656442} - {x: -71.99995, y: 5} - {x: -71.7813, y: 4.999912} - - {x: -70.99988, y: 4.6564407} - {x: -71.000015, y: 4.750012} - {x: -71.28108, y: 5} - {x: -70.7813, y: 4.999912} - - {x: -69.99988, y: 4.6564407} - {x: -70.000015, y: 4.750012} - {x: -70.28108, y: 5} - {x: -69.7813, y: 4.999912} - - {x: -68.99988, y: 4.6564407} - {x: -69.000015, y: 4.750012} - {x: -69.28108, y: 5} - {x: -68.7813, y: 4.999912} - - {x: -67.99988, y: 4.6564407} - {x: -68.000015, y: 4.750012} - {x: -68.28108, y: 5} - {x: -67.7813, y: 4.999912} - - {x: -66.99988, y: 4.6564407} - {x: -67.000015, y: 4.750012} - {x: -67.28108, y: 5} - {x: -66.7813, y: 4.999912} - - {x: -65.99988, y: 4.6564407} - {x: -66.000015, y: 4.750012} - {x: -66.28108, y: 5} - {x: -65.7813, y: 4.999912} - - {x: -64.99988, y: 4.6564407} - {x: -65.000015, y: 4.750012} - {x: -65.28108, y: 5} - {x: -64.7813, y: 4.999912} - - {x: -63.999878, y: 4.6564407} - {x: -64.000015, y: 4.750012} - {x: -64.28108, y: 5} - {x: -63.781307, y: 4.999912} - - {x: -62.999878, y: 4.6564407} - {x: -63.000015, y: 4.750012} - {x: -63.281082, y: 5} - {x: -62.781307, y: 4.999912} - - {x: -61.999878, y: 4.6564407} - {x: -62.000015, y: 4.750012} - {x: -62.281082, y: 5} - {x: -61.781307, y: 4.999912} - - {x: -60.999878, y: 4.6564097} - {x: -61.000015, y: 4.750012} - {x: -61.281082, y: 5} - {x: -60.75007, y: 4.9999065} - - {x: -59.999878, y: 4.6564097} - {x: -60.000008, y: 4.7500105} - {x: -60.09376, y: 4.9062567} - {x: -60.312153, y: 5} - {x: -59.75007, y: 4.9999065} - - {x: -58.999878, y: 4.6564097} - {x: -59.000008, y: 4.7500105} - {x: -59.09376, y: 4.9062567} - {x: -59.312153, y: 5} - {x: -58.75007, y: 4.9999065} - - {x: -57.999878, y: 4.6564097} - {x: -58.000008, y: 4.7500105} - {x: -58.09376, y: 4.9062567} - {x: -58.312153, y: 5} - {x: -57.75007, y: 4.9999065} - - {x: -56.999878, y: 4.6564407} - {x: -57.000008, y: 4.7500105} - {x: -57.09376, y: 4.9062567} - {x: -57.312153, y: 5} - {x: -56.781307, y: 4.999912} - - {x: -55.999878, y: 4.6564407} - {x: -56.000015, y: 4.750012} - {x: -56.281082, y: 5} - {x: -55.781307, y: 4.999912} - - {x: -54.999878, y: 4.6564407} - {x: -55.000015, y: 4.750012} - {x: -55.281082, y: 5} - {x: -54.781307, y: 4.999912} - - {x: -53.999878, y: 4.6564407} - {x: -54.000015, y: 4.750012} - {x: -54.281082, y: 5} - {x: -53.781307, y: 4.999912} - - {x: -52.999878, y: 4.6564407} - {x: -53.000015, y: 4.750012} - {x: -53.281086, y: 5} - {x: -52.78131, y: 4.999912} - - {x: -51.999878, y: 4.6564407} - {x: -52.000015, y: 4.750012} - {x: -52.281086, y: 5} - {x: -51.78131, y: 4.999912} - - {x: -50.999878, y: 4.6564407} - {x: -51.000015, y: 4.750012} - {x: -51.281086, y: 5} - {x: -50.78131, y: 4.999912} - - {x: -49.999878, y: 4.6564407} - {x: -50.000015, y: 4.750012} - {x: -50.281086, y: 5} - {x: -49.78131, y: 4.999912} - - {x: -48.999878, y: 4.6564407} - {x: -49.000015, y: 4.750012} - {x: -49.281086, y: 5} - {x: -48.78131, y: 4.999912} - - {x: -47.999878, y: 4.6564407} - {x: -48.000015, y: 4.750012} - {x: -48.281086, y: 5} - {x: -47.78131, y: 4.999912} - - {x: -46.999878, y: 4.6564407} - {x: -47.000015, y: 4.750012} - {x: -47.281086, y: 5} - {x: -46.78131, y: 4.999912} - - {x: -45.999878, y: 4.6564407} - {x: -46.000015, y: 4.750012} - {x: -46.281086, y: 5} - {x: -45.78131, y: 4.999912} - - {x: -45, y: 4.7501345} - {x: -45.281086, y: 5} - {x: -45, y: 4.999951} - - {x: -40.999878, y: 4.656442} - {x: -40.999954, y: 5} - {x: -40.78131, y: 4.999912} - - {x: -39.999878, y: 4.6564407} - {x: -40.000015, y: 4.750012} - {x: -40.281086, y: 5} - {x: -39.78131, y: 4.999912} - - {x: -38.999878, y: 4.6564407} - {x: -39.000015, y: 4.750012} - {x: -39.281086, y: 5} - {x: -38.78131, y: 4.999912} - - {x: -37.999878, y: 4.6564407} - {x: -38.000015, y: 4.750012} - {x: -38.281086, y: 5} - {x: -37.78131, y: 4.999912} - - {x: -36.999878, y: 4.6564407} - {x: -37.000015, y: 4.750012} - {x: -37.281086, y: 5} - {x: -36.78131, y: 4.999912} - - {x: -35.999878, y: 4.6564407} - {x: -36.000015, y: 4.750012} - {x: -36.281086, y: 5} - {x: -35.78131, y: 4.999912} - - {x: -34.999878, y: 4.6564407} - {x: -35.000015, y: 4.750012} - {x: -35.281086, y: 5} - {x: -34.78131, y: 4.999912} - - {x: -33.999878, y: 4.6564407} - {x: -34.000015, y: 4.750012} - {x: -34.281086, y: 5} - {x: -33.78131, y: 4.999912} - - {x: -32.999878, y: 4.6564407} - {x: -33.000015, y: 4.750012} - {x: -33.281086, y: 5} - {x: -32.78131, y: 4.999912} - - {x: -31.999878, y: 4.6564407} - {x: -32.000015, y: 4.750012} - {x: -32.281086, y: 5} - {x: -31.78131, y: 4.999912} - - {x: -30.999878, y: 4.6564407} - {x: -31.000017, y: 4.750012} - {x: -31.281086, y: 5} - {x: -30.78131, y: 4.999912} - - {x: -29.999878, y: 4.6564407} - {x: -30.000017, y: 4.750012} - {x: -30.281086, y: 5} - {x: -29.78131, y: 4.999912} - - {x: -28.999878, y: 4.6564407} - {x: -29.000017, y: 4.750012} - {x: -29.281086, y: 5} - {x: -28.78131, y: 4.999912} - - {x: -27.999878, y: 4.6564407} - {x: -28.000017, y: 4.750012} - {x: -28.281086, y: 5} - {x: -27.78131, y: 4.999912} - - {x: -26.999878, y: 4.6564407} - {x: -27.000017, y: 4.750012} - {x: -27.281086, y: 5} - {x: -26.781305, y: 4.999912} - - {x: -25.999878, y: 4.6564407} - {x: -26.000017, y: 4.750012} - {x: -26.281086, y: 5} - {x: -25.781305, y: 4.999912} - - {x: -24.999878, y: 4.6564407} - {x: -25.000017, y: 4.750012} - {x: -25.281086, y: 5} - {x: -24.781305, y: 4.999912} - - {x: -23.999878, y: 4.6564407} - {x: -24.000017, y: 4.750012} - {x: -24.281086, y: 5} - {x: -23.781305, y: 4.999912} - - {x: -22.999878, y: 4.6564407} - {x: -23.000017, y: 4.750012} - {x: -23.281086, y: 5} - {x: -22.781305, y: 4.999912} - - {x: -21.999878, y: 4.6564407} - {x: -22.000017, y: 4.750012} - {x: -22.281086, y: 5} - {x: -21.781305, y: 4.999912} - - {x: -20.999878, y: 4.6564407} - {x: -21.000017, y: 4.750012} - {x: -21.281086, y: 5} - {x: -20.781305, y: 4.999912} - - {x: -19.999878, y: 4.6564407} - {x: -20.000017, y: 4.750012} - {x: -20.281086, y: 5} - {x: -19.781305, y: 4.999912} - - {x: -18.999878, y: 4.6564407} - {x: -19.000017, y: 4.750012} - {x: -19.281086, y: 5} - {x: -18.781305, y: 4.999912} - - {x: -17.999878, y: 4.6564407} - {x: -18.000015, y: 4.750012} - {x: -18.281084, y: 5} - {x: -17.781305, y: 4.999912} - - {x: -16.999878, y: 4.6564407} - {x: -17.000015, y: 4.750012} - {x: -17.281084, y: 5} - {x: -16.781305, y: 4.999912} - - {x: -15.999879, y: 4.6564407} - {x: -16.000015, y: 4.750012} - {x: -16.281084, y: 5} - {x: -15.781305, y: 4.999912} - - {x: -14.999879, y: 4.6564407} - {x: -15.000016, y: 4.750012} - {x: -15.281085, y: 5} - {x: -14.781305, y: 4.999912} - - {x: -13.999879, y: 4.6564407} - {x: -14.000016, y: 4.750012} - {x: -14.281085, y: 5} - {x: -13.781305, y: 4.999912} - - {x: -12.999878, y: 4.6564407} - {x: -13.000015, y: 4.750012} - {x: -13.281085, y: 5} - {x: -12.781305, y: 4.999912} - - {x: -11.999878, y: 4.6564407} - {x: -12.000015, y: 4.750012} - {x: -12.281085, y: 5} - {x: -11.781305, y: 4.999912} - - {x: -10.999878, y: 4.6564407} - {x: -11.000015, y: 4.750012} - {x: -11.281085, y: 5} - {x: -10.781305, y: 4.999912} - - {x: -9.999878, y: 4.6564407} - {x: -10.000015, y: 4.750012} - {x: -10.281085, y: 5} - {x: -9.781305, y: 4.999912} - - {x: -8.999878, y: 4.6564407} - {x: -9.000015, y: 4.750012} - {x: -9.281085, y: 5} - {x: -8.781305, y: 4.999912} - - {x: -7.999878, y: 4.6564407} - {x: -8.000015, y: 4.750012} - {x: -8.281085, y: 5} - {x: -7.781306, y: 4.999912} - - {x: -7, y: 4.7501345} - {x: -7.281085, y: 5} - {x: -7, y: 4.999951} - - {x: -0.99987763, y: 4.656442} - {x: -0.9999507, y: 5} - {x: -0.7813061, y: 4.999912} - - {x: 0.0001224, y: 4.6564407} - {x: -0.0000153, y: 4.750012} - {x: -0.2810851, y: 5} - {x: 0.2186939, y: 4.999912} - - {x: 1.0001224, y: 4.6564407} - {x: 0.99998474, y: 4.750012} - {x: 0.7189149, y: 5} - {x: 1.218694, y: 4.999912} - - {x: 2.0001223, y: 4.6564407} - {x: 1.9999849, y: 4.750012} - {x: 1.7189149, y: 5} - {x: 2.218694, y: 4.999912} - - {x: 3.0001225, y: 4.6564407} - {x: 2.9999847, y: 4.750012} - {x: 2.7189147, y: 5} - {x: 3.218694, y: 4.999912} - - {x: 4.0001225, y: 4.6564407} - {x: 3.9999847, y: 4.750012} - {x: 3.7189147, y: 5} - {x: 4.218694, y: 4.999912} - - {x: 5.0001225, y: 4.6564407} - {x: 4.9999847, y: 4.750012} - {x: 4.718915, y: 5} - {x: 5.218694, y: 4.999912} - - {x: 6.0001225, y: 4.6564407} - {x: 5.9999847, y: 4.750012} - {x: 5.718915, y: 5} - {x: 6.218694, y: 4.999912} - - {x: 7.0001225, y: 4.6564407} - {x: 6.9999847, y: 4.750012} - {x: 6.7189155, y: 5} - {x: 7.2186947, y: 4.999912} - - {x: 8.000122, y: 4.6564407} - {x: 7.9999847, y: 4.750012} - {x: 7.7189155, y: 5} - {x: 8.218695, y: 4.999912} - - {x: 9.000122, y: 4.6564407} - {x: 8.999985, y: 4.750012} - {x: 8.718915, y: 5} - {x: 9.218695, y: 4.999912} - - {x: 10.000122, y: 4.6564407} - {x: 9.999985, y: 4.750012} - {x: 9.718915, y: 5} - {x: 10.218695, y: 4.999912} - - {x: 11.000122, y: 4.6564407} - {x: 10.999985, y: 4.750012} - {x: 10.718915, y: 5} - {x: 11.218695, y: 4.999912} - - {x: 12.000122, y: 4.6564407} - {x: 11.999985, y: 4.750012} - {x: 11.718915, y: 5} - {x: 12.218695, y: 4.999912} - - {x: 13.000123, y: 4.6564407} - {x: 12.999985, y: 4.750012} - {x: 12.718915, y: 5} - {x: 13.218695, y: 4.999912} - - {x: 14.000122, y: 4.6564407} - {x: 13.999984, y: 4.750012} - {x: 13.718915, y: 5} - {x: 14.218695, y: 4.999912} - - {x: 15.000122, y: 4.6564407} - {x: 14.999984, y: 4.750012} - {x: 14.718915, y: 5} - {x: 15.218695, y: 4.999912} - - {x: -60.999878, y: 3.6564097} - {x: -60.999912, y: 4.062439} - {x: -60.906242, y: 4} - {x: -60.75007, y: 3.9999065} - - {x: -60.999878, y: 2.6564097} - {x: -61.000015, y: 2.750012} - {x: -61.281082, y: 3} - {x: -61, y: 3.0000494} - {x: -60.999912, y: 3.0624387} - {x: -60.906242, y: 3} - {x: -60.75007, y: 2.9999065} - - {x: -58.000053, y: 2} - {x: -58.000053, y: 3} - {x: -59, y: 2.999951} - {x: -58.99995, y: 2} - - {x: -114.99987, y: 2.6564407} - {x: -115.000015, y: 2.750012} - {x: -115.28109, y: 3} - {x: -114.7813, y: 2.9999115} - - {x: -113.99987, y: 2.6564407} - {x: -114.000015, y: 2.750012} - {x: -114.28109, y: 3} - {x: -113.7813, y: 2.9999115} - - {x: -112.99987, y: 2.6564407} - {x: -113.000015, y: 2.750012} - {x: -113.28109, y: 3} - {x: -112.7813, y: 2.9999115} - - {x: -111.99987, y: 2.6564407} - {x: -112.000015, y: 2.750012} - {x: -112.28109, y: 3} - {x: -111.7813, y: 2.9999115} - - {x: -110.99987, y: 2.6564407} - {x: -111.000015, y: 2.750012} - {x: -111.28109, y: 3} - {x: -110.7813, y: 2.9999115} - - {x: -109.99987, y: 2.6564407} - {x: -110.000015, y: 2.750012} - {x: -110.28109, y: 3} - {x: -109.7813, y: 2.9999115} - - {x: -108.99987, y: 2.6564407} - {x: -109.000015, y: 2.750012} - {x: -109.28109, y: 3} - {x: -108.7813, y: 2.9999115} - - {x: -107.99987, y: 2.6564407} - {x: -108.000015, y: 2.750012} - {x: -108.28109, y: 3} - {x: -107.7813, y: 2.9999115} - - {x: -106.99988, y: 2.6564407} - {x: -107.000015, y: 2.750012} - {x: -107.28108, y: 3} - {x: -106.7813, y: 2.9999115} - - {x: -105.99988, y: 2.6564407} - {x: -106.000015, y: 2.750012} - {x: -106.28108, y: 3} - {x: -105.7813, y: 2.9999115} - - {x: -104.99988, y: 2.6564407} - {x: -105.000015, y: 2.750012} - {x: -105.28108, y: 3} - {x: -104.7813, y: 2.9999115} - - {x: -103.99988, y: 2.6564407} - {x: -104.000015, y: 2.750012} - {x: -104.28108, y: 3} - {x: -103.7813, y: 2.9999115} - - {x: -102.99988, y: 2.6564407} - {x: -103.000015, y: 2.750012} - {x: -103.28108, y: 3} - {x: -102.7813, y: 2.9999115} - - {x: -101.99988, y: 2.6564407} - {x: -102.000015, y: 2.750012} - {x: -102.28108, y: 3} - {x: -101.7813, y: 2.9999115} - - {x: -100.99988, y: 2.6564407} - {x: -101.000015, y: 2.750012} - {x: -101.28108, y: 3} - {x: -100.7813, y: 2.9999115} - - {x: -99.99988, y: 2.6564407} - {x: -100.000015, y: 2.750012} - {x: -100.28108, y: 3} - {x: -99.7813, y: 2.9999115} - - {x: -98.99988, y: 2.6564407} - {x: -99.000015, y: 2.750012} - {x: -99.28108, y: 3} - {x: -98.7813, y: 2.9999115} - - {x: -97.99988, y: 2.6564407} - {x: -98.000015, y: 2.750012} - {x: -98.28108, y: 3} - {x: -97.7813, y: 2.9999115} - - {x: -96.99988, y: 2.6564407} - {x: -97.000015, y: 2.750012} - {x: -97.28108, y: 3} - {x: -96.7813, y: 2.9999115} - - {x: -95.99988, y: 2.6564407} - {x: -96.000015, y: 2.750012} - {x: -96.28108, y: 3} - {x: -95.7813, y: 2.9999115} - - {x: -94.99988, y: 2.6564407} - {x: -95.000015, y: 2.750012} - {x: -95.28108, y: 3} - {x: -94.7813, y: 2.9999115} - - {x: -90.99988, y: 2.6564407} - {x: -91.000015, y: 2.750012} - {x: -91.28108, y: 3} - {x: -90.7813, y: 2.9999115} - - {x: -89.99988, y: 2.6564407} - {x: -90.000015, y: 2.750012} - {x: -90.28108, y: 3} - {x: -89.7813, y: 2.9999115} - - {x: -88.99988, y: 2.6564407} - {x: -89.000015, y: 2.750012} - {x: -89.28108, y: 3} - {x: -88.7813, y: 2.9999115} - - {x: -88, y: 2.7501345} - {x: -88.28108, y: 3} - {x: -88, y: 2.999951} - - {x: -84.9999, y: 1.5626037} - {x: -84.99995, y: 3} - {x: -84.5625, y: 2.999951} - {x: -84.562515, y: 1.9999831} - - {x: -83.99988, y: 2.656442} - {x: -83.99995, y: 3} - {x: -83.7813, y: 2.9999115} - - {x: -82.99988, y: 2.6564407} - {x: -83.000015, y: 2.750012} - {x: -83.28108, y: 3} - {x: -82.7813, y: 2.9999115} - - {x: -82, y: 2.7501345} - {x: -82.28108, y: 3} - {x: -82, y: 2.999951} - - {x: -78.9999, y: 1.5626037} - {x: -78.99995, y: 3} - {x: -78.5625, y: 2.999951} - {x: -78.562515, y: 1.9999831} - - {x: -77.99988, y: 2.656442} - {x: -77.99995, y: 3} - {x: -77.7813, y: 2.9999115} - - {x: -76.99988, y: 2.6564407} - {x: -77.000015, y: 2.750012} - {x: -77.28108, y: 3} - {x: -76.7813, y: 2.9999115} - - {x: -75.99988, y: 2.6564097} - {x: -76.000015, y: 2.750012} - {x: -76.28108, y: 3} - {x: -75.75007, y: 2.9999065} - - {x: -70.99988, y: 2.6564407} - {x: -71.000015, y: 2.750012} - {x: -71.28108, y: 3} - {x: -70.7813, y: 2.9999115} - - {x: -69.99988, y: 2.6564407} - {x: -70.000015, y: 2.750012} - {x: -70.28108, y: 3} - {x: -69.7813, y: 2.9999115} - - {x: -68.99988, y: 2.6564407} - {x: -69.000015, y: 2.750012} - {x: -69.28108, y: 3} - {x: -68.7813, y: 2.9999115} - - {x: -67.99988, y: 2.6564407} - {x: -68.000015, y: 2.750012} - {x: -68.28108, y: 3} - {x: -67.7813, y: 2.9999115} - - {x: -66.99988, y: 2.6564407} - {x: -67.000015, y: 2.750012} - {x: -67.28108, y: 3} - {x: -66.7813, y: 2.9999115} - - {x: -65.99988, y: 2.6564407} - {x: -66.000015, y: 2.750012} - {x: -66.28108, y: 3} - {x: -65.7813, y: 2.9999115} - - {x: -64.99988, y: 2.6564407} - {x: -65.000015, y: 2.750012} - {x: -65.28108, y: 3} - {x: -64.7813, y: 2.9999115} - - {x: -63.999878, y: 2.6564407} - {x: -64.000015, y: 2.750012} - {x: -64.28108, y: 3} - {x: -63.781307, y: 2.9999115} - - {x: -62.999878, y: 2.6564407} - {x: -63.000015, y: 2.750012} - {x: -63.281082, y: 3} - {x: -62.781307, y: 2.9999115} - - {x: -61.999878, y: 2.6564407} - {x: -62.000015, y: 2.750012} - {x: -62.281082, y: 3} - {x: -61.781307, y: 2.9999115} - - {x: -50.99988, y: 2.6564097} - {x: -51.000008, y: 2.7500103} - {x: -51.093765, y: 2.906257} - {x: -51.312153, y: 3} - {x: -50.750065, y: 2.9999065} - - {x: -49.99988, y: 2.6564097} - {x: -50.000008, y: 2.7500103} - {x: -50.093765, y: 2.906257} - {x: -50.312153, y: 3} - {x: -49.750065, y: 2.9999065} - - {x: -48.999878, y: 2.6564407} - {x: -49.000008, y: 2.7500103} - {x: -49.093765, y: 2.906257} - {x: -49.312153, y: 3} - {x: -48.78131, y: 2.9999115} - - {x: -47.999878, y: 2.6564407} - {x: -48.000015, y: 2.750012} - {x: -48.281086, y: 3} - {x: -47.78131, y: 2.9999115} - - {x: -39.999878, y: 2.6564407} - {x: -40.000015, y: 2.750012} - {x: -40.281086, y: 3} - {x: -39.78131, y: 2.9999115} - - {x: -38.999878, y: 2.6564407} - {x: -39.000015, y: 2.750012} - {x: -39.281086, y: 3} - {x: -38.78131, y: 2.9999115} - - {x: -37.999878, y: 2.6564407} - {x: -38.000015, y: 2.750012} - {x: -38.281086, y: 3} - {x: -37.78131, y: 2.9999115} - - {x: -36.999878, y: 2.6564407} - {x: -37.000015, y: 2.750012} - {x: -37.281086, y: 3} - {x: -36.78131, y: 2.9999115} - - {x: -35.999878, y: 2.6564407} - {x: -36.000015, y: 2.750012} - {x: -36.281086, y: 3} - {x: -35.78131, y: 2.9999115} - - {x: -34.999878, y: 2.6564407} - {x: -35.000015, y: 2.750012} - {x: -35.281086, y: 3} - {x: -34.78131, y: 2.9999115} - - {x: -33.999878, y: 2.6564407} - {x: -34.000015, y: 2.750012} - {x: -34.281086, y: 3} - {x: -33.78131, y: 2.9999115} - - {x: -20.999878, y: 2.6564407} - {x: -21.000006, y: 2.7500103} - {x: -21.093763, y: 2.906257} - {x: -21.312155, y: 3} - {x: -20.781305, y: 2.9999115} - - {x: -19.999878, y: 2.6564407} - {x: -20.000017, y: 2.750012} - {x: -20.281086, y: 3} - {x: -19.781305, y: 2.9999115} - - {x: -18.999878, y: 2.6564407} - {x: -19.000017, y: 2.750012} - {x: -19.281086, y: 3} - {x: -18.781305, y: 2.9999115} - - {x: -17.999878, y: 2.6564407} - {x: -18.000015, y: 2.750012} - {x: -18.281084, y: 3} - {x: -17.781305, y: 2.9999115} - - {x: -16.999878, y: 2.6564407} - {x: -17.000015, y: 2.750012} - {x: -17.281084, y: 3} - {x: -16.781305, y: 2.9999115} - - {x: -15.999879, y: 2.6564407} - {x: -16.000015, y: 2.750012} - {x: -16.281084, y: 3} - {x: -15.781305, y: 2.9999115} - - {x: -14.999879, y: 2.6564407} - {x: -15.000016, y: 2.750012} - {x: -15.281085, y: 3} - {x: -14.781305, y: 2.9999115} - - {x: -13.999879, y: 2.6564407} - {x: -14.000016, y: 2.750012} - {x: -14.281085, y: 3} - {x: -13.781305, y: 2.9999115} - - {x: -12.999878, y: 2.6564407} - {x: -13.000015, y: 2.750012} - {x: -13.281085, y: 3} - {x: -12.781305, y: 2.9999115} - - {x: -11.999878, y: 2.6564407} - {x: -12.000015, y: 2.750012} - {x: -12.281085, y: 3} - {x: -11.781305, y: 2.9999115} - - {x: -10.999878, y: 2.6564407} - {x: -11.000015, y: 2.750012} - {x: -11.281085, y: 3} - {x: -10.781305, y: 2.9999115} - - {x: -9.999878, y: 2.6564407} - {x: -10.000015, y: 2.750012} - {x: -10.281085, y: 3} - {x: -9.781305, y: 2.9999115} - - {x: -0.99987763, y: 2.656442} - {x: -0.9999507, y: 3} - {x: -0.7813061, y: 2.9999115} - - {x: 0.0001224, y: 2.6564407} - {x: -0.0000153, y: 2.750012} - {x: -0.2810851, y: 3} - {x: 0.2186939, y: 2.9999115} - - {x: 1, y: 2.7501345} - {x: 0.7189149, y: 3} - {x: 1, y: 2.999951} - - {x: 5.0001225, y: 2.656442} - {x: 5.000049, y: 3} - {x: 5.218694, y: 2.9999115} - - {x: 6.0001225, y: 2.6564407} - {x: 5.9999847, y: 2.750012} - {x: 5.718915, y: 3} - {x: 6.218694, y: 2.9999115} - - {x: 7.0001225, y: 2.6564407} - {x: 6.9999847, y: 2.750012} - {x: 6.7189155, y: 3} - {x: 7.2186947, y: 2.9999115} - - {x: 8.000122, y: 2.6564407} - {x: 7.9999847, y: 2.750012} - {x: 7.7189155, y: 3} - {x: 8.218695, y: 2.9999115} - - {x: 9.000122, y: 2.6564407} - {x: 8.999985, y: 2.750012} - {x: 8.718915, y: 3} - {x: 9.218695, y: 2.9999115} - - {x: 10.000122, y: 2.6564407} - {x: 9.999985, y: 2.750012} - {x: 9.718915, y: 3} - {x: 10.218695, y: 2.9999115} - - {x: 11.000122, y: 2.6564407} - {x: 10.999985, y: 2.750012} - {x: 10.718915, y: 3} - {x: 11.218695, y: 2.9999115} - - {x: 12.000122, y: 2.6564407} - {x: 11.999985, y: 2.750012} - {x: 11.718915, y: 3} - {x: 12.218695, y: 2.9999115} - - {x: 13.000123, y: 2.6564407} - {x: 12.999985, y: 2.750012} - {x: 12.718915, y: 3} - {x: 13.218695, y: 2.9999115} - - {x: 14.000122, y: 2.6564407} - {x: 13.999984, y: 2.750012} - {x: 13.718915, y: 3} - {x: 14.218695, y: 2.9999115} - - {x: 15.000122, y: 2.6564407} - {x: 14.999984, y: 2.750012} - {x: 14.718915, y: 3} - {x: 15.218695, y: 2.9999115} - - {x: -75.99988, y: 1.6564099} - {x: -75.99991, y: 2.0624387} - {x: -75.90624, y: 2} - {x: -75.75007, y: 1.9999064} - - {x: -21, y: 1.7502432} - {x: -21.093765, y: 1.9062568} - {x: -21.312155, y: 2} - {x: -21, y: 1.9999508} - - {x: -75.99988, y: 0.6564408} - {x: -76.000015, y: 0.7500119} - {x: -76.28108, y: 1} - {x: -76, y: 1.0000494} - {x: -75.99991, y: 1.0624388} - {x: -75.90624, y: 1} - {x: -75.7813, y: 0.9999116} - - {x: -74.99988, y: 0.6564408} - {x: -75.000015, y: 0.7500119} - {x: -75.28108, y: 1} - {x: -75, y: 1.0000494} - {x: -74.99991, y: 1.0624388} - {x: -74.90624, y: 1} - {x: -74.7813, y: 0.9999116} - - {x: -23.999878, y: 0.6564408} - {x: -24.000017, y: 0.7500119} - {x: -24.281086, y: 1} - {x: -24, y: 1.0000494} - {x: -23.999912, y: 1.0624388} - {x: -23.906239, y: 1} - {x: -23.781305, y: 0.9999116} - - {x: -22.999878, y: 0.6564408} - {x: -23.000017, y: 0.7500119} - {x: -23.281086, y: 1} - {x: -23, y: 1.0000494} - {x: -22.999912, y: 1.0624388} - {x: -22.906239, y: 1} - {x: -22.781305, y: 0.9999116} - - {x: -21.999878, y: 0.6564408} - {x: -22.000017, y: 0.7500119} - {x: -22.281086, y: 1} - {x: -22, y: 1.0000494} - {x: -21.999912, y: 1.0624388} - {x: -21.906239, y: 1} - {x: -21.781305, y: 0.9999116} - - {x: -76.99988, y: 0.6564408} - {x: -77.000015, y: 0.7500119} - {x: -77.28108, y: 1} - {x: -76.7813, y: 0.9999116} - - {x: -70.99988, y: 0.6564408} - {x: -71.000015, y: 0.7500119} - {x: -71.28108, y: 1} - {x: -70.7813, y: 0.9999116} - - {x: -69.99988, y: 0.6564408} - {x: -70.000015, y: 0.7500119} - {x: -70.28108, y: 1} - {x: -69.7813, y: 0.9999116} - - {x: -63.999878, y: 0.6564097} - {x: -64.00001, y: 0.7500102} - {x: -64.09376, y: 0.9062568} - {x: -64.31216, y: 1} - {x: -63.75007, y: 0.99990654} - - {x: -62.999878, y: 0.6564408} - {x: -63.000008, y: 0.7500102} - {x: -63.09376, y: 0.9062568} - {x: -63.312153, y: 1} - {x: -62.781307, y: 0.9999116} - - {x: -61.999878, y: 0.6564408} - {x: -62.000015, y: 0.7500119} - {x: -62.281082, y: 1} - {x: -61.781307, y: 0.9999116} - - {x: -39.99988, y: 0.6564097} - {x: -40.000008, y: 0.7500102} - {x: -40.093765, y: 0.9062568} - {x: -40.312153, y: 1} - {x: -39.750065, y: 0.99990654} - - {x: -38.999878, y: 0.6564408} - {x: -39.000008, y: 0.7500102} - {x: -39.093765, y: 0.9062568} - {x: -39.312153, y: 1} - {x: -38.78131, y: 0.9999116} - - {x: -37.999878, y: 0.6564408} - {x: -38.000015, y: 0.7500119} - {x: -38.281086, y: 1} - {x: -37.78131, y: 0.9999116} - - {x: -20.999878, y: 0.6564408} - {x: -21.000017, y: 0.7500119} - {x: -21.281086, y: 1} - {x: -20.781305, y: 0.9999116} - - {x: -19.999878, y: 0.6564408} - {x: -20.000017, y: 0.7500119} - {x: -20.281086, y: 1} - {x: -19.781305, y: 0.9999116} - - {x: -18.999878, y: 0.6564408} - {x: -19.000017, y: 0.7500119} - {x: -19.281086, y: 1} - {x: -18.781305, y: 0.9999116} - - {x: -17.999878, y: 0.6564408} - {x: -18.000015, y: 0.7500119} - {x: -18.281084, y: 1} - {x: -17.781305, y: 0.9999116} - - {x: -16.999878, y: 0.6564408} - {x: -17.000015, y: 0.7500119} - {x: -17.281084, y: 1} - {x: -16.781305, y: 0.9999116} - - {x: -15.999879, y: 0.6564408} - {x: -16.000015, y: 0.7500119} - {x: -16.281084, y: 1} - {x: -15.781305, y: 0.9999116} - - {x: -14.999879, y: 0.6564408} - {x: -15.000016, y: 0.7500119} - {x: -15.281085, y: 1} - {x: -14.781305, y: 0.9999116} - - {x: -13.999879, y: 0.6564408} - {x: -14.000016, y: 0.7500119} - {x: -14.281085, y: 1} - {x: -13.781305, y: 0.9999116} - - {x: -12.999878, y: 0.6564408} - {x: -13.000015, y: 0.7500119} - {x: -13.281085, y: 1} - {x: -12.781305, y: 0.9999116} - - {x: -11.999878, y: 0.6564408} - {x: -12.000015, y: 0.7500119} - {x: -12.281085, y: 1} - {x: -11.781305, y: 0.9999116} - - {x: -10.999878, y: 0.6564408} - {x: -11.000015, y: 0.7500119} - {x: -11.281085, y: 1} - {x: -10.781305, y: 0.9999116} - - {x: -9.999878, y: 0.6564408} - {x: -10.000015, y: 0.7500119} - {x: -10.281085, y: 1} - {x: -9.781305, y: 0.9999116} - - {x: 5.0001225, y: 0.6564421} - {x: 5.000049, y: 1} - {x: 5.218694, y: 0.9999116} - - {x: 6.0001225, y: 0.6564408} - {x: 5.9999847, y: 0.7500119} - {x: 5.718915, y: 1} - {x: 6.218694, y: 0.9999116} - - {x: 7.0001225, y: 0.6564408} - {x: 6.9999847, y: 0.7500119} - {x: 6.7189155, y: 1} - {x: 7.2186947, y: 0.9999116} - - {x: 8.000122, y: 0.6564408} - {x: 7.9999847, y: 0.7500119} - {x: 7.7189155, y: 1} - {x: 8.218695, y: 0.9999116} - - {x: 9.000122, y: 0.6564408} - {x: 8.999985, y: 0.7500119} - {x: 8.718915, y: 1} - {x: 9.218695, y: 0.9999116} - - {x: 10.000122, y: 0.6564408} - {x: 9.999985, y: 0.7500119} - {x: 9.718915, y: 1} - {x: 10.218695, y: 0.9999116} - - {x: 11.000122, y: 0.6564408} - {x: 10.999985, y: 0.7500119} - {x: 10.718915, y: 1} - {x: 11.218695, y: 0.9999116} - - {x: 12.000122, y: 0.6564408} - {x: 11.999985, y: 0.7500119} - {x: 11.718915, y: 1} - {x: 12.218695, y: 0.9999116} - - {x: 13.000123, y: 0.6564408} - {x: 12.999985, y: 0.7500119} - {x: 12.718915, y: 1} - {x: 13.218695, y: 0.9999116} - - {x: 14.000122, y: 0.6564408} - {x: 13.999984, y: 0.7500119} - {x: 13.718915, y: 1} - {x: 14.218695, y: 0.9999116} - - {x: 15.000122, y: 0.6564408} - {x: 14.999984, y: 0.7500119} - {x: 14.718915, y: 1} - {x: 15.218695, y: 0.9999116} - - {x: -98.99996, y: -0.437466} - {x: -99.43747, y: 0.0000357} - {x: -98.99996, y: 0.437466} - {x: -98.56254, y: -0.0000357} - - {x: -100.99996, y: -0.437466} - {x: -101.43747, y: 0.0000357} - {x: -100.99996, y: 0.437466} - {x: -100.56254, y: -0.0000357} - - {x: -63, y: -0.2497569} - {x: -63.09376, y: -0.0937432} - {x: -63.312153, y: 0} - {x: -63, y: -0.0000493} - - {x: -39, y: -0.2497569} - {x: -39.093765, y: -0.0937432} - {x: -39.312153, y: 0} - {x: -39, y: -0.0000493} - - {x: -31.000048, y: -5} - {x: -31.000017, y: -3.249988} - {x: -31.281086, y: -3} - {x: -31, y: -2.999951} - {x: -31.000017, y: -1.2499881} - {x: -31.281271, y: -1} - {x: -31.781265, y: -1.0000204} - {x: -32, y: -1.3435214} - {x: -32.000015, y: -1.2499881} - {x: -32.28127, y: -1} - {x: -32.781265, y: -1.0000204} - {x: -33, y: -1.3437619} - {x: -32.999954, y: -3} - {x: -32.78131, y: -3.0000885} - {x: -33, y: -3.343762} - {x: -32.999954, y: -5} - - {x: -93.00005, y: -3} - {x: -93.000015, y: -2.4374897} - {x: -93.437355, y: -2} - {x: -90.56261, y: -2.0001054} - {x: -91.000015, y: -2.4375} - {x: -92, y: -2.437549} - {x: -91.99995, y: -3} - {x: -90, y: -2.999951} - {x: -90.00005, y: -1} - {x: -94, y: -1.0000494} - {x: -93.99995, y: -3} - - {x: -25.999878, y: -1.3435593} - {x: -26.000017, y: -1.2499881} - {x: -26.281086, y: -1} - {x: -25.781305, y: -1.0000885} - - {x: -24.999882, y: -1.3435904} - {x: -25.000017, y: -1.2499881} - {x: -25.281086, y: -1} - {x: -24.750065, y: -1.0000935} - - {x: -23.999882, y: -1.3435903} - {x: -24.000008, y: -1.2499899} - {x: -24.093763, y: -1.0937432} - {x: -24.312155, y: -1} - {x: -23.750065, y: -1.0000935} - - {x: -22.999882, y: -1.3435903} - {x: -23.000006, y: -1.2499899} - {x: -23.093763, y: -1.0937432} - {x: -23.312155, y: -1} - {x: -22.750065, y: -1.0000935} - - {x: -15.999879, y: -1.3435593} - {x: -16.000015, y: -1.2499881} - {x: -16.281084, y: -1} - {x: -15.781305, y: -1.0000885} - - {x: -14.999879, y: -1.3435593} - {x: -15.000016, y: -1.2499881} - {x: -15.281085, y: -1} - {x: -14.781305, y: -1.0000885} - - {x: -13.999879, y: -1.3435593} - {x: -14.000016, y: -1.2499881} - {x: -14.281085, y: -1} - {x: -13.781305, y: -1.0000885} - - {x: -12.999878, y: -1.3435593} - {x: -13.000015, y: -1.2499881} - {x: -13.281085, y: -1} - {x: -12.781305, y: -1.0000885} - - {x: -11.999878, y: -1.3435593} - {x: -12.000015, y: -1.2499881} - {x: -12.281085, y: -1} - {x: -11.781305, y: -1.0000885} - - {x: -10.999878, y: -1.3435593} - {x: -11.000015, y: -1.2499881} - {x: -11.281085, y: -1} - {x: -10.781305, y: -1.0000885} - - {x: -9.999878, y: -1.3435593} - {x: -10.000015, y: -1.2499881} - {x: -10.281085, y: -1} - {x: -9.781305, y: -1.0000885} - - {x: -51.99988, y: -2.3435905} - {x: -52.000008, y: -2.2499897} - {x: -52.093765, y: -2.0937433} - {x: -52.312153, y: -2} - {x: -52, y: -1.9999508} - {x: -51.999912, y: -1.9375613} - {x: -51.90624, y: -2} - {x: -51.750065, y: -2.0000937} - - {x: -50.99988, y: -2.3435905} - {x: -51.000008, y: -2.2499897} - {x: -51.093765, y: -2.0937433} - {x: -51.312153, y: -2} - {x: -51, y: -1.9999508} - {x: -50.999912, y: -1.9375613} - {x: -50.90624, y: -2} - {x: -50.750065, y: -2.0000937} - - {x: -24.999882, y: -2.3435903} - {x: -24.999912, y: -1.9375613} - {x: -24.906239, y: -2} - {x: -24.750065, y: -2.0000937} - - {x: -51.99988, y: -3.3435905} - {x: -52.000008, y: -3.2499897} - {x: -52.093765, y: -3.0937433} - {x: -52.312153, y: -3} - {x: -52, y: -2.999951} - {x: -51.999912, y: -2.9375613} - {x: -51.90624, y: -3} - {x: -51.750065, y: -3.0000937} - - {x: -50.99988, y: -3.3435905} - {x: -51.000008, y: -3.2499897} - {x: -51.093765, y: -3.0937433} - {x: -51.312153, y: -3} - {x: -51, y: -2.999951} - {x: -50.999912, y: -2.9375613} - {x: -50.90624, y: -3} - {x: -50.750065, y: -3.0000937} - - {x: -49.99988, y: -3.3435905} - {x: -50.000008, y: -3.2499897} - {x: -50.093765, y: -3.0937433} - {x: -50.312153, y: -3} - {x: -50, y: -2.999951} - {x: -49.999912, y: -2.9375613} - {x: -49.90624, y: -3} - {x: -49.750065, y: -3.0000937} - - {x: -48.99988, y: -3.3435905} - {x: -49.000008, y: -3.2499897} - {x: -49.093765, y: -3.0937433} - {x: -49.312153, y: -3} - {x: -49, y: -2.999951} - {x: -48.999912, y: -2.9375613} - {x: -48.90624, y: -3} - {x: -48.750065, y: -3.0000937} - - {x: -85.00005, y: -5} - {x: -85.000015, y: -4.4374895} - {x: -85.437355, y: -4} - {x: -82.56261, y: -4.000106} - {x: -83.000015, y: -4.4375} - {x: -84, y: -4.437549} - {x: -83.99995, y: -5} - {x: -82, y: -4.999951} - {x: -82.00005, y: -3} - {x: -86, y: -3.0000494} - {x: -85.99995, y: -5} - - {x: -31.999878, y: -3.3435593} - {x: -32.000015, y: -3.249988} - {x: -32.281086, y: -3} - {x: -31.78131, y: -3.0000885} - - {x: -54.999878, y: -4.3435903} - {x: -55.000008, y: -4.2499895} - {x: -55.09376, y: -4.0937433} - {x: -55.312153, y: -4} - {x: -55, y: -3.999951} - {x: -54.999912, y: -3.9375613} - {x: -54.906242, y: -4} - {x: -54.75007, y: -4.0000935} - - {x: -53.999878, y: -4.3435903} - {x: -54.000008, y: -4.2499895} - {x: -54.09376, y: -4.0937433} - {x: -54.312153, y: -4} - {x: -54, y: -3.999951} - {x: -53.999912, y: -3.9375613} - {x: -53.906242, y: -4} - {x: -53.75007, y: -4.0000935} - - {x: -52.99988, y: -4.3435903} - {x: -53.000008, y: -4.2499895} - {x: -53.093765, y: -4.0937433} - {x: -53.312153, y: -4} - {x: -53, y: -3.999951} - {x: -52.999912, y: -3.9375613} - {x: -52.90624, y: -4} - {x: -52.750065, y: -4.0000935} - - {x: -51.99988, y: -4.3435903} - {x: -52.000008, y: -4.2499895} - {x: -52.093765, y: -4.0937433} - {x: -52.312153, y: -4} - {x: -52, y: -3.999951} - {x: -51.999912, y: -3.9375613} - {x: -51.90624, y: -4} - {x: -51.750065, y: -4.0000935} - - {x: -50.99988, y: -4.3435903} - {x: -51.000008, y: -4.2499895} - {x: -51.093765, y: -4.0937433} - {x: -51.312153, y: -4} - {x: -51, y: -3.999951} - {x: -50.999912, y: -3.9375613} - {x: -50.90624, y: -4} - {x: -50.750065, y: -4.0000935} - - {x: -49.99988, y: -4.3435903} - {x: -50.000008, y: -4.2499895} - {x: -50.093765, y: -4.0937433} - {x: -50.312153, y: -4} - {x: -50, y: -3.999951} - {x: -49.999912, y: -3.9375613} - {x: -49.90624, y: -4} - {x: -49.750065, y: -4.0000935} - - {x: -48.99988, y: -4.3435903} - {x: -49.000008, y: -4.2499895} - {x: -49.093765, y: -4.0937433} - {x: -49.312153, y: -4} - {x: -49, y: -3.999951} - {x: -48.999912, y: -3.9375613} - {x: -48.90624, y: -4} - {x: -48.750065, y: -4.0000935} - - {x: -37.99988, y: -4.3435903} - {x: -38.000008, y: -4.2499895} - {x: -38.093765, y: -4.0937433} - {x: -38.312153, y: -4} - {x: -38, y: -3.999951} - {x: -37.999912, y: -3.9375613} - {x: -37.90624, y: -4} - {x: -37.750065, y: -4.0000935} - - {x: -36.99988, y: -4.3435903} - {x: -37.000008, y: -4.2499895} - {x: -37.093765, y: -4.0937433} - {x: -37.312153, y: -4} - {x: -37, y: -3.999951} - {x: -36.999912, y: -3.9375613} - {x: -36.90624, y: -4} - {x: -36.750065, y: -4.0000935} - - {x: -35.99988, y: -4.3435903} - {x: -36.000008, y: -4.2499895} - {x: -36.093765, y: -4.0937433} - {x: -36.312153, y: -4} - {x: -36, y: -3.999951} - {x: -35.999912, y: -3.9375613} - {x: -35.90624, y: -4} - {x: -35.750065, y: -4.0000935} - - {x: -48.99988, y: -5.3435903} - {x: -49.000008, y: -5.2499895} - {x: -49.093765, y: -5.0937433} - {x: -49.312153, y: -5} - {x: -49, y: -4.999951} - {x: -48.999912, y: -4.937561} - {x: -48.90624, y: -5} - {x: -48.750065, y: -5.0000935} - - {x: -47.99988, y: -5.3435903} - {x: -48.000008, y: -5.2499895} - {x: -48.093765, y: -5.0937433} - {x: -48.312153, y: -5} - {x: -48, y: -4.999951} - {x: -47.999912, y: -4.937561} - {x: -47.90624, y: -5} - {x: -47.750065, y: -5.0000935} - - {x: -101.00005, y: -10} - {x: -101.00005, y: -7} - {x: -103, y: -6.9999504} - {x: -103.00005, y: -5} - {x: -107, y: -5.000049} - {x: -106.99995, y: -10} - - {x: -74.99988, y: -5.3435593} - {x: -75.000015, y: -5.249988} - {x: -75.28108, y: -5} - {x: -74.7813, y: -5.0000887} - - {x: -73.99988, y: -5.3435593} - {x: -74.000015, y: -5.249988} - {x: -74.28108, y: -5} - {x: -73.7813, y: -5.0000887} - - {x: -72.99988, y: -5.3435593} - {x: -73.000015, y: -5.249988} - {x: -73.28108, y: -5} - {x: -72.7813, y: -5.0000887} - - {x: -71.99988, y: -5.3435593} - {x: -72.000015, y: -5.249988} - {x: -72.28108, y: -5} - {x: -71.7813, y: -5.0000887} - - {x: -70.99988, y: -5.3435593} - {x: -71.000015, y: -5.249988} - {x: -71.28108, y: -5} - {x: -70.7813, y: -5.0000887} - - {x: -69.99988, y: -5.3435593} - {x: -70.000015, y: -5.249988} - {x: -70.28108, y: -5} - {x: -69.7813, y: -5.0000887} - - {x: -68.99988, y: -5.3435593} - {x: -69.000015, y: -5.249988} - {x: -69.28108, y: -5} - {x: -68.7813, y: -5.0000887} - - {x: -67.99988, y: -5.3435593} - {x: -68.000015, y: -5.249988} - {x: -68.28108, y: -5} - {x: -67.7813, y: -5.0000887} - - {x: 7, y: -6.249757} - {x: 6.906236, y: -6.0937433} - {x: 6.687845, y: -6} - {x: 7, y: -6.000049} - - {x: -51.99988, y: -7.3435903} - {x: -52.000008, y: -7.2499895} - {x: -52.093765, y: -7.0937443} - {x: -52.312153, y: -7} - {x: -52, y: -6.9999504} - {x: -51.999912, y: -6.9375615} - {x: -51.90624, y: -7} - {x: -51.750065, y: -7.0000935} - - {x: -0.0000493, y: -9} - {x: -0.0000136, y: -8.4374895} - {x: -0.43735382, y: -8} - {x: 2.4373965, y: -8.000106} - {x: 1.9999849, y: -8.4375} - {x: 1, y: -8.43755} - {x: 1.0000494, y: -9} - {x: 3, y: -8.99995} - {x: 2.999951, y: -7} - {x: -1, y: -7.0000496} - {x: -0.9999507, y: -9} - - {x: -74.99988, y: -7.34356} - {x: -75.000015, y: -7.249988} - {x: -75.28108, y: -7} - {x: -74.7813, y: -7.000088} - - {x: -73.99988, y: -7.34356} - {x: -74.000015, y: -7.249988} - {x: -74.28108, y: -7} - {x: -73.7813, y: -7.000088} - - {x: -72.99988, y: -7.34356} - {x: -73.000015, y: -7.249988} - {x: -73.28108, y: -7} - {x: -72.7813, y: -7.000088} - - {x: -71.99988, y: -7.34356} - {x: -72.000015, y: -7.249988} - {x: -72.28108, y: -7} - {x: -71.7813, y: -7.000088} - - {x: -70.99988, y: -7.34356} - {x: -71.000015, y: -7.249988} - {x: -71.28108, y: -7} - {x: -70.7813, y: -7.000088} - - {x: -69.99988, y: -7.34356} - {x: -70.000015, y: -7.249988} - {x: -70.28108, y: -7} - {x: -69.7813, y: -7.000088} - - {x: -68.99988, y: -7.34356} - {x: -69.000015, y: -7.249988} - {x: -69.28108, y: -7} - {x: -68.7813, y: -7.000088} - - {x: -67.99988, y: -7.34356} - {x: -68.000015, y: -7.249988} - {x: -68.28108, y: -7} - {x: -67.7813, y: -7.000088} - - {x: -15.999879, y: -7.34356} - {x: -16.000015, y: -7.249988} - {x: -16.281084, y: -7} - {x: -15.781305, y: -7.000088} - - {x: -14.999879, y: -7.34356} - {x: -15.000016, y: -7.249988} - {x: -15.281085, y: -7} - {x: -14.781305, y: -7.000088} - - {x: -13.999879, y: -7.34356} - {x: -14.000016, y: -7.249988} - {x: -14.281085, y: -7} - {x: -13.781305, y: -7.000088} - - {x: -12.999878, y: -7.34356} - {x: -13.000015, y: -7.249988} - {x: -13.281085, y: -7} - {x: -12.781305, y: -7.000088} - - {x: -11.999878, y: -7.34356} - {x: -12.000015, y: -7.249988} - {x: -12.281085, y: -7} - {x: -11.781305, y: -7.000088} - - {x: 7.0001225, y: -7.34356} - {x: 6.999994, y: -7.2499895} - {x: 6.906236, y: -7.0937443} - {x: 6.687845, y: -7} - {x: 7.2186947, y: -7.000088} - - {x: 8.000122, y: -7.34356} - {x: 7.9999847, y: -7.249988} - {x: 7.7189155, y: -7} - {x: 8.218695, y: -7.000088} - - {x: 9.000122, y: -7.34356} - {x: 8.999985, y: -7.249988} - {x: 8.718915, y: -7} - {x: 9.218695, y: -7.000088} - - {x: 10.000122, y: -7.34356} - {x: 9.999985, y: -7.249988} - {x: 9.718915, y: -7} - {x: 10.218695, y: -7.000088} - - {x: 11.000122, y: -7.34356} - {x: 10.999985, y: -7.249988} - {x: 10.718915, y: -7} - {x: 11.218695, y: -7.000088} - - {x: 12.000122, y: -7.34356} - {x: 11.999985, y: -7.249988} - {x: 11.718915, y: -7} - {x: 12.218695, y: -7.000088} - - {x: 13.000123, y: -7.34356} - {x: 12.999985, y: -7.249988} - {x: 12.718915, y: -7} - {x: 13.218695, y: -7.000088} - - {x: 14.000122, y: -7.34356} - {x: 13.999984, y: -7.249988} - {x: 13.718915, y: -7} - {x: 14.218695, y: -7.000088} - - {x: 15.000122, y: -7.34356} - {x: 14.999984, y: -7.249988} - {x: 14.718915, y: -7} - {x: 15.218695, y: -7.000088} - - {x: -58.999878, y: -8.343591} - {x: -58.999912, y: -7.9375615} - {x: -58.906242, y: -8} - {x: -58.75007, y: -8.000093} - - {x: -51.99988, y: -8.343591} - {x: -52.000008, y: -8.2499895} - {x: -52.093765, y: -8.093744} - {x: -52.312153, y: -8} - {x: -52, y: -7.9999504} - {x: -51.999912, y: -7.9375615} - {x: -51.90624, y: -8} - {x: -51.750065, y: -8.000093} - - {x: -50.99988, y: -8.343591} - {x: -51.000008, y: -8.2499895} - {x: -51.093765, y: -8.093744} - {x: -51.312153, y: -8} - {x: -51, y: -7.9999504} - {x: -50.999912, y: -7.9375615} - {x: -50.90624, y: -8} - {x: -50.750065, y: -8.000093} - - {x: -49.99988, y: -8.343591} - {x: -50.000008, y: -8.2499895} - {x: -50.093765, y: -8.093744} - {x: -50.312153, y: -8} - {x: -50, y: -7.9999504} - {x: -49.999912, y: -7.9375615} - {x: -49.90624, y: -8} - {x: -49.750065, y: -8.000093} - - {x: -35, y: -8.249757} - {x: -35.093765, y: -8.093744} - {x: -35.312153, y: -8} - {x: -35, y: -8.00005} - - {x: 7, y: -8.249757} - {x: 6.906236, y: -8.093744} - {x: 6.687845, y: -8} - {x: 7, y: -8.00005} - - {x: -58.999878, y: -9.34356} - {x: -59.000015, y: -9.249989} - {x: -59.281082, y: -9} - {x: -59, y: -8.99995} - {x: -58.999912, y: -8.937562} - {x: -58.906242, y: -9} - {x: -58.781307, y: -9.000088} - - {x: -57.999878, y: -9.34356} - {x: -58.000015, y: -9.249989} - {x: -58.281082, y: -9} - {x: -58, y: -8.99995} - {x: -57.999912, y: -8.937562} - {x: -57.906242, y: -9} - {x: -57.781307, y: -9.000088} - - {x: -35.999878, y: -9.34356} - {x: -36.000015, y: -9.249989} - {x: -36.281086, y: -9} - {x: -36, y: -8.99995} - {x: -35.999912, y: -8.937562} - {x: -35.90624, y: -9} - {x: -35.78131, y: -9.000088} - - {x: -91.99988, y: -9.343558} - {x: -91.99995, y: -9} - {x: -91.7813, y: -9.000088} - - {x: -90.99988, y: -9.34356} - {x: -91.000015, y: -9.249989} - {x: -91.28108, y: -9} - {x: -90.7813, y: -9.000088} - - {x: -89.99988, y: -9.34356} - {x: -90.000015, y: -9.249989} - {x: -90.28108, y: -9} - {x: -89.7813, y: -9.000088} - - {x: -88.99988, y: -9.34356} - {x: -89.000015, y: -9.249989} - {x: -89.28108, y: -9} - {x: -88.7813, y: -9.000088} - - {x: -74.99988, y: -9.34356} - {x: -75.000015, y: -9.249989} - {x: -75.28108, y: -9} - {x: -74.7813, y: -9.000088} - - {x: -73.99988, y: -9.34356} - {x: -74.000015, y: -9.249989} - {x: -74.28108, y: -9} - {x: -73.7813, y: -9.000088} - - {x: -72.99988, y: -9.34356} - {x: -73.000015, y: -9.249989} - {x: -73.28108, y: -9} - {x: -72.7813, y: -9.000088} - - {x: -71.99988, y: -9.34356} - {x: -72.000015, y: -9.249989} - {x: -72.28108, y: -9} - {x: -71.7813, y: -9.000088} - - {x: -70.99988, y: -9.34356} - {x: -71.000015, y: -9.249989} - {x: -71.28108, y: -9} - {x: -70.7813, y: -9.000088} - - {x: -69.99988, y: -9.34356} - {x: -70.000015, y: -9.249989} - {x: -70.28108, y: -9} - {x: -69.7813, y: -9.000088} - - {x: -68.99988, y: -9.34356} - {x: -69.000015, y: -9.249989} - {x: -69.28108, y: -9} - {x: -68.7813, y: -9.000088} - - {x: -67.99988, y: -9.34356} - {x: -68.000015, y: -9.249989} - {x: -68.28108, y: -9} - {x: -67.7813, y: -9.000088} - - {x: -59.999878, y: -9.34356} - {x: -60.000015, y: -9.249989} - {x: -60.281082, y: -9} - {x: -59.781307, y: -9.000088} - - {x: -34.999878, y: -9.34356} - {x: -35.000015, y: -9.249989} - {x: -35.281086, y: -9} - {x: -34.78131, y: -9.000088} - - {x: -33.999878, y: -9.34356} - {x: -34.000015, y: -9.249989} - {x: -34.281086, y: -9} - {x: -33.78131, y: -9.000088} - - {x: -15.999879, y: -9.34356} - {x: -16.000015, y: -9.249989} - {x: -16.281084, y: -9} - {x: -15.781305, y: -9.000088} - - {x: -14.999879, y: -9.34356} - {x: -15.000016, y: -9.249989} - {x: -15.281085, y: -9} - {x: -14.781305, y: -9.000088} - - {x: -13.999879, y: -9.34356} - {x: -14.000016, y: -9.249989} - {x: -14.281085, y: -9} - {x: -13.781305, y: -9.000088} - - {x: -12.999878, y: -9.34356} - {x: -13.000015, y: -9.249989} - {x: -13.281085, y: -9} - {x: -12.781305, y: -9.000088} - - {x: -11.999878, y: -9.34356} - {x: -12.000015, y: -9.249989} - {x: -12.281085, y: -9} - {x: -11.781305, y: -9.000088} - - {x: 7.0001225, y: -9.34356} - {x: 6.999994, y: -9.2499895} - {x: 6.906236, y: -9.093744} - {x: 6.687845, y: -9} - {x: 7.2186947, y: -9.000088} - - {x: 8.000122, y: -9.34356} - {x: 7.9999847, y: -9.249989} - {x: 7.7189155, y: -9} - {x: 8.218695, y: -9.000088} - - {x: 9.000122, y: -9.34356} - {x: 8.999985, y: -9.249989} - {x: 8.718915, y: -9} - {x: 9.218695, y: -9.000088} - - {x: 10.000122, y: -9.34356} - {x: 9.999985, y: -9.249989} - {x: 9.718915, y: -9} - {x: 10.218695, y: -9.000088} - - {x: 11.000122, y: -9.34356} - {x: 10.999985, y: -9.249989} - {x: 10.718915, y: -9} - {x: 11.218695, y: -9.000088} - - {x: 12.000122, y: -9.34356} - {x: 11.999985, y: -9.249989} - {x: 11.718915, y: -9} - {x: 12.218695, y: -9.000088} - - {x: 13.000123, y: -9.34356} - {x: 12.999985, y: -9.249989} - {x: 12.718915, y: -9} - {x: 13.218695, y: -9.000088} - - {x: 14.000122, y: -9.34356} - {x: 13.999984, y: -9.249989} - {x: 13.718915, y: -9} - {x: 14.218695, y: -9.000088} - - {x: 15.000122, y: -9.34356} - {x: 14.999984, y: -9.249989} - {x: 14.718915, y: -9} - {x: 15.218695, y: -9.000088} - - {x: 7, y: -10.249757} - {x: 6.906236, y: -10.093744} - {x: 6.687845, y: -10} - {x: 7, y: -10.00005} - - {x: -8.999878, y: -11.34356} - {x: -9.000015, y: -11.249989} - {x: -9.281085, y: -11} - {x: -9, y: -10.99995} - {x: -8.999912, y: -10.937562} - {x: -8.906238, y: -11} - {x: -8.781305, y: -11.000088} - - {x: -7.999878, y: -11.34356} - {x: -8.000015, y: -11.249989} - {x: -8.281085, y: -11} - {x: -8, y: -10.99995} - {x: -7.9999123, y: -10.937562} - {x: -7.9062376, y: -11} - {x: -7.781306, y: -11.000088} - - {x: -6.9998775, y: -11.34356} - {x: -7.0000153, y: -11.249989} - {x: -7.281085, y: -11} - {x: -7, y: -10.99995} - {x: -6.9999123, y: -10.937562} - {x: -6.9062376, y: -11} - {x: -6.781306, y: -11.000088} - - {x: -5.9998775, y: -11.34356} - {x: -6.0000153, y: -11.249989} - {x: -6.2810855, y: -11} - {x: -6, y: -10.99995} - {x: -5.999912, y: -10.937562} - {x: -5.906238, y: -11} - {x: -5.7813063, y: -11.000088} - - {x: -91.99988, y: -11.343558} - {x: -91.99995, y: -11} - {x: -91.7813, y: -11.000088} - - {x: -90.99988, y: -11.34356} - {x: -91.000015, y: -11.249989} - {x: -91.28108, y: -11} - {x: -90.7813, y: -11.000088} - - {x: -89.99988, y: -11.34356} - {x: -90.000015, y: -11.249989} - {x: -90.28108, y: -11} - {x: -89.7813, y: -11.000088} - - {x: -88.99988, y: -11.34356} - {x: -89.000015, y: -11.249989} - {x: -89.28108, y: -11} - {x: -88.7813, y: -11.000088} - - {x: -87.99988, y: -11.34356} - {x: -88.000015, y: -11.249989} - {x: -88.28108, y: -11} - {x: -87.7813, y: -11.000088} - - {x: -86.99988, y: -11.34356} - {x: -87.000015, y: -11.249989} - {x: -87.28108, y: -11} - {x: -86.7813, y: -11.000088} - - {x: -85.99988, y: -11.34356} - {x: -86.000015, y: -11.249989} - {x: -86.28108, y: -11} - {x: -85.7813, y: -11.000088} - - {x: -84.99988, y: -11.34356} - {x: -85.000015, y: -11.249989} - {x: -85.28108, y: -11} - {x: -84.7813, y: -11.000088} - - {x: -83.99988, y: -11.34356} - {x: -84.000015, y: -11.249989} - {x: -84.28108, y: -11} - {x: -83.7813, y: -11.000088} - - {x: -82.99988, y: -11.34356} - {x: -83.000015, y: -11.249989} - {x: -83.28108, y: -11} - {x: -82.7813, y: -11.000088} - - {x: -81.99988, y: -11.34356} - {x: -82.000015, y: -11.249989} - {x: -82.28108, y: -11} - {x: -81.7813, y: -11.000088} - - {x: -80.99988, y: -11.34356} - {x: -81.000015, y: -11.249989} - {x: -81.28108, y: -11} - {x: -80.7813, y: -11.000088} - - {x: -79.99988, y: -11.34356} - {x: -80.000015, y: -11.249989} - {x: -80.28108, y: -11} - {x: -79.7813, y: -11.000088} - - {x: -78.99988, y: -11.34356} - {x: -79.000015, y: -11.249989} - {x: -79.28108, y: -11} - {x: -78.7813, y: -11.000088} - - {x: -77.99988, y: -11.34356} - {x: -78.000015, y: -11.249989} - {x: -78.28108, y: -11} - {x: -77.7813, y: -11.000088} - - {x: -76.99988, y: -11.34356} - {x: -77.000015, y: -11.249989} - {x: -77.28108, y: -11} - {x: -76.7813, y: -11.000088} - - {x: -75.99988, y: -11.34356} - {x: -76.000015, y: -11.249989} - {x: -76.28108, y: -11} - {x: -75.7813, y: -11.000088} - - {x: -74.99988, y: -11.34356} - {x: -75.000015, y: -11.249989} - {x: -75.28108, y: -11} - {x: -74.7813, y: -11.000088} - - {x: -73.99988, y: -11.34356} - {x: -74.000015, y: -11.249989} - {x: -74.28108, y: -11} - {x: -73.7813, y: -11.000088} - - {x: -72.99988, y: -11.34356} - {x: -73.000015, y: -11.249989} - {x: -73.28108, y: -11} - {x: -72.7813, y: -11.000088} - - {x: -71.99988, y: -11.34356} - {x: -72.000015, y: -11.249989} - {x: -72.28108, y: -11} - {x: -71.7813, y: -11.000088} - - {x: -70.99988, y: -11.34356} - {x: -71.000015, y: -11.249989} - {x: -71.28108, y: -11} - {x: -70.7813, y: -11.000088} - - {x: -69.99988, y: -11.34356} - {x: -70.000015, y: -11.249989} - {x: -70.28108, y: -11} - {x: -69.7813, y: -11.000088} - - {x: -68.99988, y: -11.34356} - {x: -69.000015, y: -11.249989} - {x: -69.28108, y: -11} - {x: -68.7813, y: -11.000088} - - {x: -67.99988, y: -11.34356} - {x: -68.000015, y: -11.249989} - {x: -68.28108, y: -11} - {x: -67.7813, y: -11.000088} - - {x: -61.999878, y: -11.34356} - {x: -62.000015, y: -11.249989} - {x: -62.281082, y: -11} - {x: -61.781307, y: -11.000088} - - {x: -60.999878, y: -11.34356} - {x: -61.000015, y: -11.249989} - {x: -61.281082, y: -11} - {x: -60.781307, y: -11.000088} - - {x: -59.999878, y: -11.34356} - {x: -60.000015, y: -11.249989} - {x: -60.281082, y: -11} - {x: -59.781307, y: -11.000088} - - {x: -58.999878, y: -11.34356} - {x: -59.000015, y: -11.249989} - {x: -59.281082, y: -11} - {x: -58.781307, y: -11.000088} - - {x: -57.999878, y: -11.34356} - {x: -58.000015, y: -11.249989} - {x: -58.281082, y: -11} - {x: -57.781307, y: -11.000088} - - {x: -21.999878, y: -11.34356} - {x: -22.000017, y: -11.249989} - {x: -22.281086, y: -11} - {x: -21.781305, y: -11.000088} - - {x: -20.999878, y: -11.34356} - {x: -21.000017, y: -11.249989} - {x: -21.281086, y: -11} - {x: -20.781305, y: -11.000088} - - {x: -19.999878, y: -11.34356} - {x: -20.000017, y: -11.249989} - {x: -20.281086, y: -11} - {x: -19.781305, y: -11.000088} - - {x: -18.999878, y: -11.34356} - {x: -19.000017, y: -11.249989} - {x: -19.281086, y: -11} - {x: -18.781305, y: -11.000088} - - {x: -17.999878, y: -11.34356} - {x: -18.000015, y: -11.249989} - {x: -18.281084, y: -11} - {x: -17.781305, y: -11.000088} - - {x: -16.999878, y: -11.34356} - {x: -17.000015, y: -11.249989} - {x: -17.281084, y: -11} - {x: -16.781305, y: -11.000088} - - {x: -15.999879, y: -11.34356} - {x: -16.000015, y: -11.249989} - {x: -16.281084, y: -11} - {x: -15.781305, y: -11.000088} - - {x: -14.999879, y: -11.34356} - {x: -15.000016, y: -11.249989} - {x: -15.281085, y: -11} - {x: -14.781305, y: -11.000088} - - {x: -13.999879, y: -11.34356} - {x: -14.000016, y: -11.249989} - {x: -14.281085, y: -11} - {x: -13.781305, y: -11.000088} - - {x: -12.999878, y: -11.34356} - {x: -13.000015, y: -11.249989} - {x: -13.281085, y: -11} - {x: -12.781305, y: -11.000088} - - {x: -11.999878, y: -11.34356} - {x: -12.000015, y: -11.249989} - {x: -12.281085, y: -11} - {x: -11.781305, y: -11.000088} - - {x: -10.999878, y: -11.34356} - {x: -11.000015, y: -11.249989} - {x: -11.281085, y: -11} - {x: -10.781305, y: -11.000088} - - {x: -9.999878, y: -11.34356} - {x: -10.000015, y: -11.249989} - {x: -10.281085, y: -11} - {x: -9.781305, y: -11.000088} - - {x: 7.0001225, y: -11.34356} - {x: 6.9999847, y: -11.249989} - {x: 6.7189155, y: -11} - {x: 7.2186947, y: -11.000088} - - {x: 8.000122, y: -11.34356} - {x: 7.9999847, y: -11.249989} - {x: 7.7189155, y: -11} - {x: 8.218695, y: -11.000088} - - {x: 9.000122, y: -11.34356} - {x: 8.999985, y: -11.249989} - {x: 8.718915, y: -11} - {x: 9.218695, y: -11.000088} - - {x: 10.000122, y: -11.34356} - {x: 9.999985, y: -11.249989} - {x: 9.718915, y: -11} - {x: 10.218695, y: -11.000088} - - {x: 11.000122, y: -11.34356} - {x: 10.999985, y: -11.249989} - {x: 10.718915, y: -11} - {x: 11.218695, y: -11.000088} - - {x: 12.000122, y: -11.34356} - {x: 11.999985, y: -11.249989} - {x: 11.718915, y: -11} - {x: 12.218695, y: -11.000088} - - {x: 13.000123, y: -11.34356} - {x: 12.999985, y: -11.249989} - {x: 12.718915, y: -11} - {x: 13.218695, y: -11.000088} - - {x: 14.000122, y: -11.34356} - {x: 13.999984, y: -11.249989} - {x: 13.718915, y: -11} - {x: 14.218695, y: -11.000088} - - {x: 15.000122, y: -11.34356} - {x: 14.999984, y: -11.249989} - {x: 14.718915, y: -11} - {x: 15.218695, y: -11.000088} - - {x: -46.999878, y: -13.34356} - {x: -47.000015, y: -13.249989} - {x: -47.281086, y: -13} - {x: -47, y: -12.99995} - {x: -46.999912, y: -12.937562} - {x: -46.90624, y: -13} - {x: -46.78131, y: -13.000088} - - {x: -45.999878, y: -13.34356} - {x: -46.000015, y: -13.249989} - {x: -46.281086, y: -13} - {x: -46, y: -12.99995} - {x: -45.999912, y: -12.937562} - {x: -45.90624, y: -13} - {x: -45.78131, y: -13.000088} - - {x: -91.99988, y: -13.343558} - {x: -91.99995, y: -13} - {x: -91.7813, y: -13.000088} - - {x: -90.99988, y: -13.34356} - {x: -91.000015, y: -13.249989} - {x: -91.28108, y: -13} - {x: -90.7813, y: -13.000088} - - {x: -89.99988, y: -13.34356} - {x: -90.000015, y: -13.249989} - {x: -90.28108, y: -13} - {x: -89.7813, y: -13.000088} - - {x: -88.99988, y: -13.34356} - {x: -89.000015, y: -13.249989} - {x: -89.28108, y: -13} - {x: -88.7813, y: -13.000088} - - {x: -87.99988, y: -13.34356} - {x: -88.000015, y: -13.249989} - {x: -88.28108, y: -13} - {x: -87.7813, y: -13.000088} - - {x: -86.99988, y: -13.34356} - {x: -87.000015, y: -13.249989} - {x: -87.28108, y: -13} - {x: -86.7813, y: -13.000088} - - {x: -85.99988, y: -13.34356} - {x: -86.000015, y: -13.249989} - {x: -86.28108, y: -13} - {x: -85.7813, y: -13.000088} - - {x: -84.99988, y: -13.34356} - {x: -85.000015, y: -13.249989} - {x: -85.28108, y: -13} - {x: -84.7813, y: -13.000088} - - {x: -83.99988, y: -13.34356} - {x: -84.000015, y: -13.249989} - {x: -84.28108, y: -13} - {x: -83.7813, y: -13.000088} - - {x: -82.99988, y: -13.34356} - {x: -83.000015, y: -13.249989} - {x: -83.28108, y: -13} - {x: -82.7813, y: -13.000088} - - {x: -81.99988, y: -13.34356} - {x: -82.000015, y: -13.249989} - {x: -82.28108, y: -13} - {x: -81.7813, y: -13.000088} - - {x: -80.99988, y: -13.34356} - {x: -81.000015, y: -13.249989} - {x: -81.28108, y: -13} - {x: -80.7813, y: -13.000088} - - {x: -79.99988, y: -13.34356} - {x: -80.000015, y: -13.249989} - {x: -80.28108, y: -13} - {x: -79.7813, y: -13.000088} - - {x: -78.99988, y: -13.34356} - {x: -79.000015, y: -13.249989} - {x: -79.28108, y: -13} - {x: -78.7813, y: -13.000088} - - {x: -77.99988, y: -13.34356} - {x: -78.000015, y: -13.249989} - {x: -78.28108, y: -13} - {x: -77.7813, y: -13.000088} - - {x: -76.99988, y: -13.34356} - {x: -77.000015, y: -13.249989} - {x: -77.28108, y: -13} - {x: -76.7813, y: -13.000088} - - {x: -75.99988, y: -13.34356} - {x: -76.000015, y: -13.249989} - {x: -76.28108, y: -13} - {x: -75.7813, y: -13.000088} - - {x: -74.99988, y: -13.34356} - {x: -75.000015, y: -13.249989} - {x: -75.28108, y: -13} - {x: -74.7813, y: -13.000088} - - {x: -73.99988, y: -13.34356} - {x: -74.000015, y: -13.249989} - {x: -74.28108, y: -13} - {x: -73.7813, y: -13.000088} - - {x: -72.99988, y: -13.34356} - {x: -73.000015, y: -13.249989} - {x: -73.28108, y: -13} - {x: -72.7813, y: -13.000088} - - {x: -71.99988, y: -13.34356} - {x: -72.000015, y: -13.249989} - {x: -72.28108, y: -13} - {x: -71.7813, y: -13.000088} - - {x: -70.99988, y: -13.34356} - {x: -71.000015, y: -13.249989} - {x: -71.28108, y: -13} - {x: -70.7813, y: -13.000088} - - {x: -69.99988, y: -13.34356} - {x: -70.000015, y: -13.249989} - {x: -70.28108, y: -13} - {x: -69.7813, y: -13.000088} - - {x: -68.99988, y: -13.34356} - {x: -69.000015, y: -13.249989} - {x: -69.28108, y: -13} - {x: -68.7813, y: -13.000088} - - {x: -67.99988, y: -13.34356} - {x: -68.000015, y: -13.249989} - {x: -68.28108, y: -13} - {x: -67.7813, y: -13.000088} - - {x: -66.99988, y: -13.34356} - {x: -67.000015, y: -13.249989} - {x: -67.28108, y: -13} - {x: -66.7813, y: -13.000088} - - {x: -65.99988, y: -13.34356} - {x: -66.000015, y: -13.249989} - {x: -66.28108, y: -13} - {x: -65.7813, y: -13.000088} - - {x: -64.99988, y: -13.34356} - {x: -65.000015, y: -13.249989} - {x: -65.28108, y: -13} - {x: -64.7813, y: -13.000088} - - {x: -63.999878, y: -13.34356} - {x: -64.000015, y: -13.249989} - {x: -64.28108, y: -13} - {x: -63.781307, y: -13.000088} - - {x: -62.999878, y: -13.34356} - {x: -63.000015, y: -13.249989} - {x: -63.281082, y: -13} - {x: -62.781307, y: -13.000088} - - {x: -61.999878, y: -13.34356} - {x: -62.000015, y: -13.249989} - {x: -62.281082, y: -13} - {x: -61.781307, y: -13.000088} - - {x: -60.999878, y: -13.34356} - {x: -61.000015, y: -13.249989} - {x: -61.281082, y: -13} - {x: -60.781307, y: -13.000088} - - {x: -59.999878, y: -13.34356} - {x: -60.000015, y: -13.249989} - {x: -60.281082, y: -13} - {x: -59.781307, y: -13.000088} - - {x: -58.999878, y: -13.34356} - {x: -59.000015, y: -13.249989} - {x: -59.281082, y: -13} - {x: -58.781307, y: -13.000088} - - {x: -57.999878, y: -13.34356} - {x: -58.000015, y: -13.249989} - {x: -58.281082, y: -13} - {x: -57.781307, y: -13.000088} - - {x: -56.999878, y: -13.34356} - {x: -57.000015, y: -13.249989} - {x: -57.281082, y: -13} - {x: -56.781307, y: -13.000088} - - {x: -55.999878, y: -13.34356} - {x: -56.000015, y: -13.249989} - {x: -56.281082, y: -13} - {x: -55.781307, y: -13.000088} - - {x: -54.999878, y: -13.34356} - {x: -55.000015, y: -13.249989} - {x: -55.281082, y: -13} - {x: -54.781307, y: -13.000088} - - {x: -53.999878, y: -13.34356} - {x: -54.000015, y: -13.249989} - {x: -54.281082, y: -13} - {x: -53.781307, y: -13.000088} - - {x: -52.999878, y: -13.34356} - {x: -53.000015, y: -13.249989} - {x: -53.281086, y: -13} - {x: -52.78131, y: -13.000088} - - {x: -51.999878, y: -13.34356} - {x: -52.000015, y: -13.249989} - {x: -52.281086, y: -13} - {x: -51.78131, y: -13.000088} - - {x: -50.999878, y: -13.34356} - {x: -51.000015, y: -13.249989} - {x: -51.281086, y: -13} - {x: -50.78131, y: -13.000088} - - {x: -49.999878, y: -13.34356} - {x: -50.000015, y: -13.249989} - {x: -50.281086, y: -13} - {x: -49.78131, y: -13.000088} - - {x: -48.999878, y: -13.34356} - {x: -49.000015, y: -13.249989} - {x: -49.281086, y: -13} - {x: -48.78131, y: -13.000088} - - {x: -47.999878, y: -13.34356} - {x: -48.000015, y: -13.249989} - {x: -48.281086, y: -13} - {x: -47.78131, y: -13.000088} - - {x: -25.999878, y: -13.34356} - {x: -26.000017, y: -13.249989} - {x: -26.281086, y: -13} - {x: -25.781305, y: -13.000088} - - {x: -24.999878, y: -13.34356} - {x: -25.000017, y: -13.249989} - {x: -25.281086, y: -13} - {x: -24.781305, y: -13.000088} - - {x: -23.999878, y: -13.34356} - {x: -24.000017, y: -13.249989} - {x: -24.281086, y: -13} - {x: -23.781305, y: -13.000088} - - {x: -22.999878, y: -13.34356} - {x: -23.000017, y: -13.249989} - {x: -23.281086, y: -13} - {x: -22.781305, y: -13.000088} - - {x: -21.999878, y: -13.34356} - {x: -22.000017, y: -13.249989} - {x: -22.281086, y: -13} - {x: -21.781305, y: -13.000088} - - {x: -20.999878, y: -13.34356} - {x: -21.000017, y: -13.249989} - {x: -21.281086, y: -13} - {x: -20.781305, y: -13.000088} - - {x: -19.999878, y: -13.34356} - {x: -20.000017, y: -13.249989} - {x: -20.281086, y: -13} - {x: -19.781305, y: -13.000088} - - {x: -18.999878, y: -13.34356} - {x: -19.000017, y: -13.249989} - {x: -19.281086, y: -13} - {x: -18.781305, y: -13.000088} - - {x: -17.999878, y: -13.34356} - {x: -18.000015, y: -13.249989} - {x: -18.281084, y: -13} - {x: -17.781305, y: -13.000088} - - {x: -16.999878, y: -13.34356} - {x: -17.000015, y: -13.249989} - {x: -17.281084, y: -13} - {x: -16.781305, y: -13.000088} - - {x: -15.999879, y: -13.34356} - {x: -16.000015, y: -13.249989} - {x: -16.281084, y: -13} - {x: -15.781305, y: -13.000088} - - {x: -14.999879, y: -13.34356} - {x: -15.000016, y: -13.249989} - {x: -15.281085, y: -13} - {x: -14.781305, y: -13.000088} - - {x: -13.999879, y: -13.34356} - {x: -14.000016, y: -13.249989} - {x: -14.281085, y: -13} - {x: -13.781305, y: -13.000088} - - {x: -12.999878, y: -13.34356} - {x: -13.000015, y: -13.249989} - {x: -13.281085, y: -13} - {x: -12.781305, y: -13.000088} - - {x: -11.999878, y: -13.34356} - {x: -12.000015, y: -13.249989} - {x: -12.281085, y: -13} - {x: -11.781305, y: -13.000088} - - {x: -10.999878, y: -13.34356} - {x: -11.000015, y: -13.249989} - {x: -11.281085, y: -13} - {x: -10.781305, y: -13.000088} - - {x: -9.999878, y: -13.34356} - {x: -10.000015, y: -13.249989} - {x: -10.281085, y: -13} - {x: -9.781305, y: -13.000088} - - {x: -8.999878, y: -13.34356} - {x: -9.000015, y: -13.249989} - {x: -9.281085, y: -13} - {x: -8.781305, y: -13.000088} - - {x: -7.999878, y: -13.34356} - {x: -8.000015, y: -13.249989} - {x: -8.281085, y: -13} - {x: -7.781306, y: -13.000088} - - {x: -6.9998775, y: -13.34356} - {x: -7.0000153, y: -13.249989} - {x: -7.281085, y: -13} - {x: -6.781306, y: -13.000088} - - {x: -5.9998775, y: -13.34356} - {x: -6.0000153, y: -13.249989} - {x: -6.2810855, y: -13} - {x: -5.7813063, y: -13.000088} - - {x: -4.9998775, y: -13.34356} - {x: -5.0000153, y: -13.249989} - {x: -5.2810855, y: -13} - {x: -4.7813063, y: -13.000088} - - {x: -3.9998777, y: -13.34356} - {x: -4.0000153, y: -13.249989} - {x: -4.281085, y: -13} - {x: -3.781306, y: -13.000088} - - {x: -2.9998777, y: -13.34356} - {x: -3.0000153, y: -13.249989} - {x: -3.2810853, y: -13} - {x: -2.781306, y: -13.000088} - - {x: -1.9998776, y: -13.34356} - {x: -2.0000153, y: -13.249989} - {x: -2.2810853, y: -13} - {x: -1.781306, y: -13.000088} - - {x: -0.99987763, y: -13.34356} - {x: -1.0000153, y: -13.249989} - {x: -1.2810851, y: -13} - {x: -0.7813061, y: -13.000088} - - {x: 0.0001224, y: -13.34356} - {x: -0.0000153, y: -13.249989} - {x: -0.2810851, y: -13} - {x: 0.2186939, y: -13.000088} - - {x: 1.0001224, y: -13.34356} - {x: 0.99998474, y: -13.249989} - {x: 0.7189149, y: -13} - {x: 1.218694, y: -13.000088} - - {x: 2.0001223, y: -13.34356} - {x: 1.9999849, y: -13.249989} - {x: 1.7189149, y: -13} - {x: 2.218694, y: -13.000088} - - {x: 3.0001225, y: -13.34356} - {x: 2.9999847, y: -13.249989} - {x: 2.7189147, y: -13} - {x: 3.218694, y: -13.000088} - - {x: 4.0001225, y: -13.34356} - {x: 3.9999847, y: -13.249989} - {x: 3.7189147, y: -13} - {x: 4.218694, y: -13.000088} - - {x: 5.0001225, y: -13.34356} - {x: 4.9999847, y: -13.249989} - {x: 4.718915, y: -13} - {x: 5.218694, y: -13.000088} - - {x: 6.0001225, y: -13.34356} - {x: 5.9999847, y: -13.249989} - {x: 5.718915, y: -13} - {x: 6.218694, y: -13.000088} - - {x: 7.0001225, y: -13.34356} - {x: 6.9999847, y: -13.249989} - {x: 6.7189155, y: -13} - {x: 7.2186947, y: -13.000088} - - {x: 8.000122, y: -13.34356} - {x: 7.9999847, y: -13.249989} - {x: 7.7189155, y: -13} - {x: 8.218695, y: -13.000088} - - {x: 9.000122, y: -13.34356} - {x: 8.999985, y: -13.249989} - {x: 8.718915, y: -13} - {x: 9.218695, y: -13.000088} - - {x: 10.000122, y: -13.34356} - {x: 9.999985, y: -13.249989} - {x: 9.718915, y: -13} - {x: 10.218695, y: -13.000088} - - {x: 11.000122, y: -13.34356} - {x: 10.999985, y: -13.249989} - {x: 10.718915, y: -13} - {x: 11.218695, y: -13.000088} - - {x: 12.000122, y: -13.34356} - {x: 11.999985, y: -13.249989} - {x: 11.718915, y: -13} - {x: 12.218695, y: -13.000088} - - {x: 13.000123, y: -13.34356} - {x: 12.999985, y: -13.249989} - {x: 12.718915, y: -13} - {x: 13.218695, y: -13.000088} - - {x: 14.000122, y: -13.34356} - {x: 13.999984, y: -13.249989} - {x: 13.718915, y: -13} - {x: 14.218695, y: -13.000088} - - {x: 15.000122, y: -13.34356} - {x: 14.999984, y: -13.249989} - {x: 14.718915, y: -13} - {x: 15.218695, y: -13.000088} - - {x: -91.99988, y: -15.343558} - {x: -91.99995, y: -15} - {x: -91.7813, y: -15.000088} - - {x: -90.99988, y: -15.34356} - {x: -91.000015, y: -15.249989} - {x: -91.28108, y: -15} - {x: -90.7813, y: -15.000088} - - {x: -89.99988, y: -15.34356} - {x: -90.000015, y: -15.249989} - {x: -90.28108, y: -15} - {x: -89.7813, y: -15.000088} - - {x: -88.99988, y: -15.34356} - {x: -89.000015, y: -15.249989} - {x: -89.28108, y: -15} - {x: -88.7813, y: -15.000088} - - {x: -87.99988, y: -15.34356} - {x: -88.000015, y: -15.249989} - {x: -88.28108, y: -15} - {x: -87.7813, y: -15.000088} - - {x: -86.99988, y: -15.34356} - {x: -87.000015, y: -15.249989} - {x: -87.28108, y: -15} - {x: -86.7813, y: -15.000088} - - {x: -85.99988, y: -15.34356} - {x: -86.000015, y: -15.249989} - {x: -86.28108, y: -15} - {x: -85.7813, y: -15.000088} - - {x: -84.99988, y: -15.34356} - {x: -85.000015, y: -15.249989} - {x: -85.28108, y: -15} - {x: -84.7813, y: -15.000088} - - {x: -83.99988, y: -15.34356} - {x: -84.000015, y: -15.249989} - {x: -84.28108, y: -15} - {x: -83.7813, y: -15.000088} - - {x: -82.99988, y: -15.34356} - {x: -83.000015, y: -15.249989} - {x: -83.28108, y: -15} - {x: -82.7813, y: -15.000088} - - {x: -81.99988, y: -15.34356} - {x: -82.000015, y: -15.249989} - {x: -82.28108, y: -15} - {x: -81.7813, y: -15.000088} - - {x: -80.99988, y: -15.34356} - {x: -81.000015, y: -15.249989} - {x: -81.28108, y: -15} - {x: -80.7813, y: -15.000088} - - {x: -79.99988, y: -15.34356} - {x: -80.000015, y: -15.249989} - {x: -80.28108, y: -15} - {x: -79.7813, y: -15.000088} - - {x: -78.99988, y: -15.34356} - {x: -79.000015, y: -15.249989} - {x: -79.28108, y: -15} - {x: -78.7813, y: -15.000088} - - {x: -77.99988, y: -15.34356} - {x: -78.000015, y: -15.249989} - {x: -78.28108, y: -15} - {x: -77.7813, y: -15.000088} - - {x: -76.99988, y: -15.34356} - {x: -77.000015, y: -15.249989} - {x: -77.28108, y: -15} - {x: -76.7813, y: -15.000088} - - {x: -75.99988, y: -15.34356} - {x: -76.000015, y: -15.249989} - {x: -76.28108, y: -15} - {x: -75.7813, y: -15.000088} - - {x: -74.99988, y: -15.34356} - {x: -75.000015, y: -15.249989} - {x: -75.28108, y: -15} - {x: -74.7813, y: -15.000088} - - {x: -73.99988, y: -15.34356} - {x: -74.000015, y: -15.249989} - {x: -74.28108, y: -15} - {x: -73.7813, y: -15.000088} - - {x: -72.99988, y: -15.34356} - {x: -73.000015, y: -15.249989} - {x: -73.28108, y: -15} - {x: -72.7813, y: -15.000088} - - {x: -71.99988, y: -15.34356} - {x: -72.000015, y: -15.249989} - {x: -72.28108, y: -15} - {x: -71.7813, y: -15.000088} - - {x: -70.99988, y: -15.34356} - {x: -71.000015, y: -15.249989} - {x: -71.28108, y: -15} - {x: -70.7813, y: -15.000088} - - {x: -69.99988, y: -15.34356} - {x: -70.000015, y: -15.249989} - {x: -70.28108, y: -15} - {x: -69.7813, y: -15.000088} - - {x: -68.99988, y: -15.34356} - {x: -69.000015, y: -15.249989} - {x: -69.28108, y: -15} - {x: -68.7813, y: -15.000088} - - {x: -67.99988, y: -15.34356} - {x: -68.000015, y: -15.249989} - {x: -68.28108, y: -15} - {x: -67.7813, y: -15.000088} - - {x: -66.99988, y: -15.34356} - {x: -67.000015, y: -15.249989} - {x: -67.28108, y: -15} - {x: -66.7813, y: -15.000088} - - {x: -65.99988, y: -15.34356} - {x: -66.000015, y: -15.249989} - {x: -66.28108, y: -15} - {x: -65.7813, y: -15.000088} - - {x: -64.99988, y: -15.34356} - {x: -65.000015, y: -15.249989} - {x: -65.28108, y: -15} - {x: -64.7813, y: -15.000088} - - {x: -63.999878, y: -15.34356} - {x: -64.000015, y: -15.249989} - {x: -64.28108, y: -15} - {x: -63.781307, y: -15.000088} - - {x: -62.999878, y: -15.34356} - {x: -63.000015, y: -15.249989} - {x: -63.281082, y: -15} - {x: -62.781307, y: -15.000088} - - {x: -61.999878, y: -15.34356} - {x: -62.000015, y: -15.249989} - {x: -62.281082, y: -15} - {x: -61.781307, y: -15.000088} - - {x: -60.999878, y: -15.34356} - {x: -61.000015, y: -15.249989} - {x: -61.281082, y: -15} - {x: -60.781307, y: -15.000088} - - {x: -59.999878, y: -15.34356} - {x: -60.000015, y: -15.249989} - {x: -60.281082, y: -15} - {x: -59.781307, y: -15.000088} - - {x: -58.999878, y: -15.34356} - {x: -59.000015, y: -15.249989} - {x: -59.281082, y: -15} - {x: -58.781307, y: -15.000088} - - {x: -57.999878, y: -15.34356} - {x: -58.000015, y: -15.249989} - {x: -58.281082, y: -15} - {x: -57.781307, y: -15.000088} - - {x: -56.999878, y: -15.34356} - {x: -57.000015, y: -15.249989} - {x: -57.281082, y: -15} - {x: -56.781307, y: -15.000088} - - {x: -55.999878, y: -15.34356} - {x: -56.000015, y: -15.249989} - {x: -56.281082, y: -15} - {x: -55.781307, y: -15.000088} - - {x: -54.999878, y: -15.34356} - {x: -55.000015, y: -15.249989} - {x: -55.281082, y: -15} - {x: -54.781307, y: -15.000088} - - {x: -53.999878, y: -15.34356} - {x: -54.000015, y: -15.249989} - {x: -54.281082, y: -15} - {x: -53.781307, y: -15.000088} - - {x: -52.999878, y: -15.34356} - {x: -53.000015, y: -15.249989} - {x: -53.281086, y: -15} - {x: -52.78131, y: -15.000088} - - {x: -51.999878, y: -15.34356} - {x: -52.000015, y: -15.249989} - {x: -52.281086, y: -15} - {x: -51.78131, y: -15.000088} - - {x: -50.999878, y: -15.34356} - {x: -51.000015, y: -15.249989} - {x: -51.281086, y: -15} - {x: -50.78131, y: -15.000088} - - {x: -49.999878, y: -15.34356} - {x: -50.000015, y: -15.249989} - {x: -50.281086, y: -15} - {x: -49.78131, y: -15.000088} - - {x: -48.999878, y: -15.34356} - {x: -49.000015, y: -15.249989} - {x: -49.281086, y: -15} - {x: -48.78131, y: -15.000088} - - {x: -47.999878, y: -15.34356} - {x: -48.000015, y: -15.249989} - {x: -48.281086, y: -15} - {x: -47.78131, y: -15.000088} - - {x: -46.999878, y: -15.34356} - {x: -47.000015, y: -15.249989} - {x: -47.281086, y: -15} - {x: -46.78131, y: -15.000088} - - {x: -45.999878, y: -15.34356} - {x: -46.000015, y: -15.249989} - {x: -46.281086, y: -15} - {x: -45.78131, y: -15.000088} - - {x: -44.999878, y: -15.34356} - {x: -45.000015, y: -15.249989} - {x: -45.281086, y: -15} - {x: -44.78131, y: -15.000088} - - {x: -43.999878, y: -15.34356} - {x: -44.000015, y: -15.249989} - {x: -44.281086, y: -15} - {x: -43.78131, y: -15.000088} - - {x: -42.999878, y: -15.34356} - {x: -43.000015, y: -15.249989} - {x: -43.281086, y: -15} - {x: -42.78131, y: -15.000088} - - {x: -41.999878, y: -15.34356} - {x: -42.000015, y: -15.249989} - {x: -42.281086, y: -15} - {x: -41.78131, y: -15.000088} - - {x: -40.999878, y: -15.34356} - {x: -41.000015, y: -15.249989} - {x: -41.281086, y: -15} - {x: -40.78131, y: -15.000088} - - {x: -39.999878, y: -15.34356} - {x: -40.000015, y: -15.249989} - {x: -40.281086, y: -15} - {x: -39.78131, y: -15.000088} - - {x: -38.999878, y: -15.34356} - {x: -39.000015, y: -15.249989} - {x: -39.281086, y: -15} - {x: -38.78131, y: -15.000088} - - {x: -37.999878, y: -15.34356} - {x: -38.000015, y: -15.249989} - {x: -38.281086, y: -15} - {x: -37.78131, y: -15.000088} - - {x: -36.999878, y: -15.34356} - {x: -37.000015, y: -15.249989} - {x: -37.281086, y: -15} - {x: -36.78131, y: -15.000088} - - {x: -35.999878, y: -15.34356} - {x: -36.000015, y: -15.249989} - {x: -36.281086, y: -15} - {x: -35.78131, y: -15.000088} - - {x: -34.999878, y: -15.34356} - {x: -35.000015, y: -15.249989} - {x: -35.281086, y: -15} - {x: -34.78131, y: -15.000088} - - {x: -33.999878, y: -15.34356} - {x: -34.000015, y: -15.249989} - {x: -34.281086, y: -15} - {x: -33.78131, y: -15.000088} - - {x: -32.999878, y: -15.34356} - {x: -33.000015, y: -15.249989} - {x: -33.281086, y: -15} - {x: -32.78131, y: -15.000088} - - {x: -31.999878, y: -15.34356} - {x: -32.000015, y: -15.249989} - {x: -32.281086, y: -15} - {x: -31.78131, y: -15.000088} - - {x: -30.999878, y: -15.34356} - {x: -31.000017, y: -15.249989} - {x: -31.281086, y: -15} - {x: -30.78131, y: -15.000088} - - {x: -29.999878, y: -15.34356} - {x: -30.000017, y: -15.249989} - {x: -30.281086, y: -15} - {x: -29.78131, y: -15.000088} - - {x: -28.999878, y: -15.34356} - {x: -29.000017, y: -15.249989} - {x: -29.281086, y: -15} - {x: -28.78131, y: -15.000088} - - {x: -27.999878, y: -15.34356} - {x: -28.000017, y: -15.249989} - {x: -28.281086, y: -15} - {x: -27.78131, y: -15.000088} - - {x: -26.999878, y: -15.34356} - {x: -27.000017, y: -15.249989} - {x: -27.281086, y: -15} - {x: -26.781305, y: -15.000088} - - {x: -25.999878, y: -15.34356} - {x: -26.000017, y: -15.249989} - {x: -26.281086, y: -15} - {x: -25.781305, y: -15.000088} - - {x: -24.999878, y: -15.34356} - {x: -25.000017, y: -15.249989} - {x: -25.281086, y: -15} - {x: -24.781305, y: -15.000088} - - {x: -23.999878, y: -15.34356} - {x: -24.000017, y: -15.249989} - {x: -24.281086, y: -15} - {x: -23.781305, y: -15.000088} - - {x: -22.999878, y: -15.34356} - {x: -23.000017, y: -15.249989} - {x: -23.281086, y: -15} - {x: -22.781305, y: -15.000088} - - {x: -21.999878, y: -15.34356} - {x: -22.000017, y: -15.249989} - {x: -22.281086, y: -15} - {x: -21.781305, y: -15.000088} - - {x: -20.999878, y: -15.34356} - {x: -21.000017, y: -15.249989} - {x: -21.281086, y: -15} - {x: -20.781305, y: -15.000088} - - {x: -19.999878, y: -15.34356} - {x: -20.000017, y: -15.249989} - {x: -20.281086, y: -15} - {x: -19.781305, y: -15.000088} - - {x: -18.999878, y: -15.34356} - {x: -19.000017, y: -15.249989} - {x: -19.281086, y: -15} - {x: -18.781305, y: -15.000088} - - {x: -17.999878, y: -15.34356} - {x: -18.000015, y: -15.249989} - {x: -18.281084, y: -15} - {x: -17.781305, y: -15.000088} - - {x: -16.999878, y: -15.34356} - {x: -17.000015, y: -15.249989} - {x: -17.281084, y: -15} - {x: -16.781305, y: -15.000088} - - {x: -15.999879, y: -15.34356} - {x: -16.000015, y: -15.249989} - {x: -16.281084, y: -15} - {x: -15.781305, y: -15.000088} - - {x: -14.999879, y: -15.34356} - {x: -15.000016, y: -15.249989} - {x: -15.281085, y: -15} - {x: -14.781305, y: -15.000088} - - {x: -13.999879, y: -15.34356} - {x: -14.000016, y: -15.249989} - {x: -14.281085, y: -15} - {x: -13.781305, y: -15.000088} - - {x: -12.999878, y: -15.34356} - {x: -13.000015, y: -15.249989} - {x: -13.281085, y: -15} - {x: -12.781305, y: -15.000088} - - {x: -11.999878, y: -15.34356} - {x: -12.000015, y: -15.249989} - {x: -12.281085, y: -15} - {x: -11.781305, y: -15.000088} - - {x: -10.999878, y: -15.34356} - {x: -11.000015, y: -15.249989} - {x: -11.281085, y: -15} - {x: -10.781305, y: -15.000088} - - {x: -9.999878, y: -15.34356} - {x: -10.000015, y: -15.249989} - {x: -10.281085, y: -15} - {x: -9.781305, y: -15.000088} - - {x: -8.999878, y: -15.34356} - {x: -9.000015, y: -15.249989} - {x: -9.281085, y: -15} - {x: -8.781305, y: -15.000088} - - {x: -7.999878, y: -15.34356} - {x: -8.000015, y: -15.249989} - {x: -8.281085, y: -15} - {x: -7.781306, y: -15.000088} - - {x: -6.9998775, y: -15.34356} - {x: -7.0000153, y: -15.249989} - {x: -7.281085, y: -15} - {x: -6.781306, y: -15.000088} - - {x: -5.9998775, y: -15.34356} - {x: -6.0000153, y: -15.249989} - {x: -6.2810855, y: -15} - {x: -5.7813063, y: -15.000088} - - {x: -4.9998775, y: -15.34356} - {x: -5.0000153, y: -15.249989} - {x: -5.2810855, y: -15} - {x: -4.7813063, y: -15.000088} - - {x: -3.9998777, y: -15.34356} - {x: -4.0000153, y: -15.249989} - {x: -4.281085, y: -15} - {x: -3.781306, y: -15.000088} - - {x: -2.9998777, y: -15.34356} - {x: -3.0000153, y: -15.249989} - {x: -3.2810853, y: -15} - {x: -2.781306, y: -15.000088} - - {x: -1.9998776, y: -15.34356} - {x: -2.0000153, y: -15.249989} - {x: -2.2810853, y: -15} - {x: -1.781306, y: -15.000088} - - {x: -0.99987763, y: -15.34356} - {x: -1.0000153, y: -15.249989} - {x: -1.2810851, y: -15} - {x: -0.7813061, y: -15.000088} - - {x: 0.0001224, y: -15.34356} - {x: -0.0000153, y: -15.249989} - {x: -0.2810851, y: -15} - {x: 0.2186939, y: -15.000088} - - {x: 1.0001224, y: -15.34356} - {x: 0.99998474, y: -15.249989} - {x: 0.7189149, y: -15} - {x: 1.218694, y: -15.000088} - - {x: 2.0001223, y: -15.34356} - {x: 1.9999849, y: -15.249989} - {x: 1.7189149, y: -15} - {x: 2.218694, y: -15.000088} - - {x: 3.0001225, y: -15.34356} - {x: 2.9999847, y: -15.249989} - {x: 2.7189147, y: -15} - {x: 3.218694, y: -15.000088} - - {x: 4.0001225, y: -15.34356} - {x: 3.9999847, y: -15.249989} - {x: 3.7189147, y: -15} - {x: 4.218694, y: -15.000088} - - {x: 5.0001225, y: -15.34356} - {x: 4.9999847, y: -15.249989} - {x: 4.718915, y: -15} - {x: 5.218694, y: -15.000088} - - {x: 6.0001225, y: -15.34356} - {x: 5.9999847, y: -15.249989} - {x: 5.718915, y: -15} - {x: 6.218694, y: -15.000088} - - {x: 7.0001225, y: -15.34356} - {x: 6.9999847, y: -15.249989} - {x: 6.7189155, y: -15} - {x: 7.2186947, y: -15.000088} - - {x: 8.000122, y: -15.34356} - {x: 7.9999847, y: -15.249989} - {x: 7.7189155, y: -15} - {x: 8.218695, y: -15.000088} - - {x: 9.000122, y: -15.34356} - {x: 8.999985, y: -15.249989} - {x: 8.718915, y: -15} - {x: 9.218695, y: -15.000088} - - {x: 10.000122, y: -15.34356} - {x: 9.999985, y: -15.249989} - {x: 9.718915, y: -15} - {x: 10.218695, y: -15.000088} - - {x: 11.000122, y: -15.34356} - {x: 10.999985, y: -15.249989} - {x: 10.718915, y: -15} - {x: 11.218695, y: -15.000088} - - {x: 12.000122, y: -15.34356} - {x: 11.999985, y: -15.249989} - {x: 11.718915, y: -15} - {x: 12.218695, y: -15.000088} - - {x: 13.000123, y: -15.34356} - {x: 12.999985, y: -15.249989} - {x: 12.718915, y: -15} - {x: 13.218695, y: -15.000088} - - {x: 14.000122, y: -15.34356} - {x: 13.999984, y: -15.249989} - {x: 13.718915, y: -15} - {x: 14.218695, y: -15.000088} - - {x: 15.000122, y: -15.34356} - {x: 14.999984, y: -15.249989} - {x: 14.718915, y: -15} - {x: 15.218695, y: -15.000088} - - {x: -8.00005, y: -32} - {x: -7.9999504, y: -31} - {x: -4, y: -30.999952} - {x: -4.000049, y: -21} - {x: -14, y: -21.00005} - {x: -13.99995, y: -31} - {x: -12, y: -31.000048} - {x: -11.99995, y: -32} - - {x: 8.99995, y: -32} - {x: 9.00005, y: -31} - {x: 13, y: -30.999952} - {x: 12.99995, y: -21} - {x: 3, y: -21.00005} - {x: 3.0000494, y: -31} - {x: 5, y: -31.000048} - {x: 5.000049, y: -32} - - {x: -9, y: -30.999952} - {x: -11, y: -30.999952} - {x: -11.00005, y: -30} - {x: -12, y: -29.999952} - {x: -12.00005, y: -28} - {x: -13, y: -27.999952} - {x: -12.99995, y: -24} - {x: -10, y: -23.99995} - {x: -9.99995, y: -23} - {x: -6, y: -23.00005} - {x: -5.999951, y: -24} - {x: -5, y: -24.00005} - {x: -5.000049, y: -28} - {x: -6, y: -28.000048} - {x: -6.000049, y: -30} - {x: -9, y: -30.000048} - - {x: 8, y: -30.999952} - {x: 6, y: -30.999952} - {x: 5.999951, y: -30} - {x: 4, y: -29.999952} - {x: 4.000049, y: -24} - {x: 5, y: -23.99995} - {x: 5.000049, y: -23} - {x: 8, y: -23.00005} - {x: 8.00005, y: -24} - {x: 12, y: -24.00005} - {x: 11.99995, y: -30} - {x: 8, y: -30.000048} - - {x: 8.99995, y: -27} - {x: 8.99995, y: -25} - {x: 7, y: -25.00005} - {x: 7.0000496, y: -27} - - {x: -8.00005, y: -27} - {x: -8.00005, y: -25} - {x: -10, y: -25.00005} - {x: -9.99995, y: -27} m_VertexDistance: 0.0005 m_OffsetDistance: 0.000005 --- !u!50 &1405830670 Rigidbody2D: serializedVersion: 4 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1405830667} m_BodyType: 2 m_Simulated: 1 m_UseFullKinematicContacts: 0 m_UseAutoMass: 0 m_Mass: 1 m_LinearDrag: 0 m_AngularDrag: 0.05 m_GravityScale: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_Interpolate: 0 m_SleepingMode: 1 m_CollisionDetection: 0 m_Constraints: 7 --- !u!19719996 &1405830671 TilemapCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1405830667} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 0 m_UsedByEffector: 0 m_UsedByComposite: 1 m_Offset: {x: 0, y: 0} m_MaximumTileChangeCount: 1000 m_ExtrusionFactor: 0.00001 --- !u!483693784 &1405830672 TilemapRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1405830667} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 0 m_ReflectionProbeUsage: 0 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 0 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 1 m_ChunkSize: {x: 32, y: 32, z: 32} m_ChunkCullingBounds: {x: 0, y: 0, z: 0} m_MaxChunkCount: 16 m_MaxFrameAge: 16 m_SortOrder: 0 m_Mode: 0 m_DetectChunkCullingBounds: 0 m_MaskInteraction: 0 --- !u!1839735485 &1405830673 Tilemap: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1405830667} m_Enabled: 1 m_Tiles: - first: {x: -12, y: -32, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -32, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -32, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -32, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -32, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -32, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -32, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -32, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -31, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -31, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -31, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -31, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -31, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -31, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -31, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -31, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -31, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -31, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -31, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -31, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -31, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -31, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -31, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -31, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -30, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -30, z: 0} second: serializedVersion: 2 m_TileIndex: 30 m_TileSpriteIndex: 88 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -30, z: 0} second: serializedVersion: 2 m_TileIndex: 30 m_TileSpriteIndex: 88 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -30, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -30, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -30, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -29, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -29, z: 0} second: serializedVersion: 2 m_TileIndex: 89 m_TileSpriteIndex: 89 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -29, z: 0} second: serializedVersion: 2 m_TileIndex: 89 m_TileSpriteIndex: 89 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -29, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -29, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -29, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -28, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -28, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -28, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -28, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 97 m_TileSpriteIndex: 97 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 98 m_TileSpriteIndex: 98 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 44 m_TileSpriteIndex: 71 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 43 m_TileSpriteIndex: 70 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 99 m_TileSpriteIndex: 99 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 100 m_TileSpriteIndex: 100 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 32 m_TileSpriteIndex: 42 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 33 m_TileSpriteIndex: 41 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -25, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -25, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -25, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -25, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 90 m_TileSpriteIndex: 90 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 91 m_TileSpriteIndex: 91 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 94 m_TileSpriteIndex: 94 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 95 m_TileSpriteIndex: 95 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 38 m_TileSpriteIndex: 79 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 39 m_TileSpriteIndex: 53 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 40 m_TileSpriteIndex: 51 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 72 m_TileSpriteIndex: 87 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 71 m_TileSpriteIndex: 84 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -24, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 92 m_TileSpriteIndex: 92 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 93 m_TileSpriteIndex: 93 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 96 m_TileSpriteIndex: 96 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 96 m_TileSpriteIndex: 96 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 96 m_TileSpriteIndex: 96 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 96 m_TileSpriteIndex: 96 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 96 m_TileSpriteIndex: 96 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 96 m_TileSpriteIndex: 96 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 70 m_TileSpriteIndex: 85 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 64 m_TileSpriteIndex: 86 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 48 m_TileSpriteIndex: 48 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -17, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 48 m_TileSpriteIndex: 48 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -16, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 48 m_TileSpriteIndex: 48 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -15, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 48 m_TileSpriteIndex: 48 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -14, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -108, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -106, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -103, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -102, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -101, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -100, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -99, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -98, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -93, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 48 m_TileSpriteIndex: 48 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -109, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -106, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -105, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -104, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -103, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -98, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -93, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 48 m_TileSpriteIndex: 48 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -98, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -96, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 24 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -95, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 47 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -93, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 48 m_TileSpriteIndex: 48 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 24 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -106, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -105, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -104, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -103, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -102, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 47 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -98, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -97, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -96, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 73 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -95, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 63 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -93, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 48 m_TileSpriteIndex: 48 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -106, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -105, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -104, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -103, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -102, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 46 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -94, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 24 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -93, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 47 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -92, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 24 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 47 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 63 m_TileSpriteIndex: 25 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 26 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 27 m_TileSpriteIndex: 23 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -106, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -105, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -104, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 39 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -103, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 60 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -102, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 63 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -97, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 67 m_TileSpriteIndex: 55 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -96, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 67 m_TileSpriteIndex: 55 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -95, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 67 m_TileSpriteIndex: 55 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -94, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 73 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -93, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 63 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -92, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 46 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 52 m_TileSpriteIndex: 22 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 17 m_TileSpriteIndex: 16 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -106, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -105, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 5 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -104, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 46 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -97, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 67 m_TileSpriteIndex: 55 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -80, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 63 m_TileSpriteIndex: 25 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 26 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 27 m_TileSpriteIndex: 23 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 28 m_TileSpriteIndex: 49 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 46 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 63 m_TileSpriteIndex: 25 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 26 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 27 m_TileSpriteIndex: 23 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 73 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -106, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 60 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -105, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 60 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -104, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 63 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -101, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 67 m_TileSpriteIndex: 55 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -100, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 67 m_TileSpriteIndex: 55 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -99, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 67 m_TileSpriteIndex: 55 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -98, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 67 m_TileSpriteIndex: 55 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -97, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 67 m_TileSpriteIndex: 55 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -80, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 49 m_TileSpriteIndex: 57 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 58 m_TileSpriteIndex: 45 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 58 m_TileSpriteIndex: 45 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 62 m_TileSpriteIndex: 40 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 46 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 52 m_TileSpriteIndex: 22 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 15 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 17 m_TileSpriteIndex: 16 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 24 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -109, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 47 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -101, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 67 m_TileSpriteIndex: 55 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -86, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 63 m_TileSpriteIndex: 25 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 26 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 27 m_TileSpriteIndex: 23 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 24 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 28 m_TileSpriteIndex: 49 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 46 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 15 m_TileSpriteIndex: 62 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 73 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -109, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 63 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -108, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -107, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -101, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 67 m_TileSpriteIndex: 55 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -86, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 49 m_TileSpriteIndex: 57 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 58 m_TileSpriteIndex: 45 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 58 m_TileSpriteIndex: 45 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 62 m_TileSpriteIndex: 40 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 46 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 15 m_TileSpriteIndex: 62 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -101, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 67 m_TileSpriteIndex: 55 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -94, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 63 m_TileSpriteIndex: 25 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 26 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 27 m_TileSpriteIndex: 23 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 15 m_TileSpriteIndex: 62 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 68 m_TileSpriteIndex: 56 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -101, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 67 m_TileSpriteIndex: 55 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -94, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 49 m_TileSpriteIndex: 57 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 58 m_TileSpriteIndex: 45 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 58 m_TileSpriteIndex: 45 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 62 m_TileSpriteIndex: 40 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 9 m_TileSpriteIndex: 59 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 24 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -107, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 47 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -102, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 24 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 47 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 24 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 47 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 47 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 63 m_TileSpriteIndex: 25 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 26 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 27 m_TileSpriteIndex: 23 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -115, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -114, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -113, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -112, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -111, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 73 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -107, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 80 m_TileSpriteIndex: 63 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483650 - first: {x: -106, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 79 m_TileSpriteIndex: 73 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 66 m_TileSpriteIndex: 63 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 79 m_TileSpriteIndex: 73 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 66 m_TileSpriteIndex: 63 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 46 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 25 m_TileSpriteIndex: 76 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 88 m_TileSpriteIndex: 38 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 88 m_TileSpriteIndex: 38 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 80 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -115, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -114, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -113, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -112, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -111, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 63 m_TileSpriteIndex: 25 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 73 m_TileSpriteIndex: 83 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 27 m_TileSpriteIndex: 23 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 63 m_TileSpriteIndex: 25 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 78 m_TileSpriteIndex: 82 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 27 m_TileSpriteIndex: 23 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 46 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 63 m_TileSpriteIndex: 25 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 26 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 26 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 26 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 27 m_TileSpriteIndex: 23 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 16 m_TileSpriteIndex: 58 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 22 m_TileSpriteIndex: 20 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 22 m_TileSpriteIndex: 20 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 20 m_TileSpriteIndex: 21 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -115, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -114, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -113, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -112, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -111, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 25 m_TileSpriteIndex: 76 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 87 m_TileSpriteIndex: 35 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 87 m_TileSpriteIndex: 35 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 80 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 25 m_TileSpriteIndex: 76 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 87 m_TileSpriteIndex: 35 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 87 m_TileSpriteIndex: 35 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 80 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 57 m_TileSpriteIndex: 78 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 46 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 25 m_TileSpriteIndex: 76 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 88 m_TileSpriteIndex: 38 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 88 m_TileSpriteIndex: 38 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 88 m_TileSpriteIndex: 38 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 80 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 21 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 19 m_TileSpriteIndex: 17 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 19 m_TileSpriteIndex: 17 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 19 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -115, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -114, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -113, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -112, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -111, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -94, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 28 m_TileSpriteIndex: 49 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 74 m_TileSpriteIndex: 29 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 86 m_TileSpriteIndex: 28 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 86 m_TileSpriteIndex: 28 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 69 m_TileSpriteIndex: 30 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 74 m_TileSpriteIndex: 29 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 86 m_TileSpriteIndex: 28 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 86 m_TileSpriteIndex: 28 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 69 m_TileSpriteIndex: 30 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 15 m_TileSpriteIndex: 62 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 48 m_TileSpriteIndex: 48 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 63 m_TileSpriteIndex: 25 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 26 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 27 m_TileSpriteIndex: 23 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 16 m_TileSpriteIndex: 58 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 22 m_TileSpriteIndex: 20 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 22 m_TileSpriteIndex: 20 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 22 m_TileSpriteIndex: 20 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 22 m_TileSpriteIndex: 20 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 20 m_TileSpriteIndex: 21 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 3, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -115, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -114, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -113, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -112, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -111, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -93, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 28 m_TileSpriteIndex: 49 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 65 m_TileSpriteIndex: 34 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 76 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 76 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 85 m_TileSpriteIndex: 36 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 65 m_TileSpriteIndex: 34 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 76 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 76 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 85 m_TileSpriteIndex: 36 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 15 m_TileSpriteIndex: 62 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 48 m_TileSpriteIndex: 48 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 41 m_TileSpriteIndex: 43 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 25 m_TileSpriteIndex: 76 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 87 m_TileSpriteIndex: 35 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 87 m_TileSpriteIndex: 35 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 80 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 21 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 19 m_TileSpriteIndex: 17 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 19 m_TileSpriteIndex: 17 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 19 m_TileSpriteIndex: 17 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 19 m_TileSpriteIndex: 17 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 19 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -115, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -114, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -113, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -112, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -111, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 15 m_TileSpriteIndex: 62 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 48 m_TileSpriteIndex: 48 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 53 m_TileSpriteIndex: 81 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 55 m_TileSpriteIndex: 54 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 55 m_TileSpriteIndex: 54 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 51 m_TileSpriteIndex: 77 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 5, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -115, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -114, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -113, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -112, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -111, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 15 m_TileSpriteIndex: 62 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 48 m_TileSpriteIndex: 48 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 54 m_TileSpriteIndex: 113 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 52 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 52 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 56 m_TileSpriteIndex: 75 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -17, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -16, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -15, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -14, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -1, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 0, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 1, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 2, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 6, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -115, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -114, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -113, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -112, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -111, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 15 m_TileSpriteIndex: 62 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 48 m_TileSpriteIndex: 48 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: 7, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -115, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -114, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -113, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -112, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -111, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 9 m_TileSpriteIndex: 59 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 61 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 61 m_TileSpriteIndex: 74 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: 8, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -115, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -114, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -113, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -112, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -111, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 82 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -116, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -115, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -114, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -113, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -112, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -111, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -110, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -109, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -108, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -107, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -106, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -105, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -104, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -103, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -102, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -101, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -100, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -99, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -98, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -97, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -96, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -95, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -86, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -85, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -71, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -70, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -69, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -68, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -61, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -51, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -50, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -49, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -48, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -47, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -46, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -45, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -44, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -41, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -40, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 11, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 11, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 11, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 11, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 11, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 11, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 11, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 11, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 11, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 11, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 11, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 11, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 11, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 11, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 12, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 12, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 12, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 12, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 12, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 12, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 12, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 12, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 12, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 12, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 12, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 12, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 14, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 59 m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 59 m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 59 m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 59 m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 59 m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 59 m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 59 m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 59 m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 44 m_TileSpriteIndex: 71 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 43 m_TileSpriteIndex: 70 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 101 m_TileSpriteIndex: 101 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 101 m_TileSpriteIndex: 101 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 101 m_TileSpriteIndex: 101 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 101 m_TileSpriteIndex: 101 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 101 m_TileSpriteIndex: 101 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 101 m_TileSpriteIndex: 101 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 101 m_TileSpriteIndex: 101 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 101 m_TileSpriteIndex: 101 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 32 m_TileSpriteIndex: 42 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 33 m_TileSpriteIndex: 41 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 83 m_TileSpriteIndex: 72 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 18, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 45 m_TileSpriteIndex: 69 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 42 m_TileSpriteIndex: 68 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 36 m_TileSpriteIndex: 105 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 103 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 39 m_TileSpriteIndex: 53 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 40 m_TileSpriteIndex: 51 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 105 m_TileSpriteIndex: 104 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 104 m_TileSpriteIndex: 67 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 103 m_TileSpriteIndex: 66 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 102 m_TileSpriteIndex: 102 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 107 m_TileSpriteIndex: 107 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 108 m_TileSpriteIndex: 108 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 109 m_TileSpriteIndex: 109 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 110 m_TileSpriteIndex: 110 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 111 m_TileSpriteIndex: 111 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 112 m_TileSpriteIndex: 112 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 59 m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 59 m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 59 m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 59 m_TileSpriteIndex: 0 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 22, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 106 m_TileSpriteIndex: 106 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 106 m_TileSpriteIndex: 106 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 106 m_TileSpriteIndex: 106 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 106 m_TileSpriteIndex: 106 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 106 m_TileSpriteIndex: 106 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 106 m_TileSpriteIndex: 106 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 101 m_TileSpriteIndex: 101 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 101 m_TileSpriteIndex: 101 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 101 m_TileSpriteIndex: 101 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 101 m_TileSpriteIndex: 101 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -13, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -12, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 24, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 25, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 25, z: 0} second: serializedVersion: 2 m_TileIndex: 84 m_TileSpriteIndex: 33 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 25, z: 0} second: serializedVersion: 2 m_TileIndex: 84 m_TileSpriteIndex: 33 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 25, z: 0} second: serializedVersion: 2 m_TileIndex: 84 m_TileSpriteIndex: 33 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 25, z: 0} second: serializedVersion: 2 m_TileIndex: 84 m_TileSpriteIndex: 33 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 25, z: 0} second: serializedVersion: 2 m_TileIndex: 84 m_TileSpriteIndex: 33 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 25, z: 0} second: serializedVersion: 2 m_TileIndex: 81 m_TileSpriteIndex: 32 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 25, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 77 m_TileSpriteIndex: 31 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 75 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 60 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 47 m_TileSpriteIndex: 11 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 46 m_TileSpriteIndex: 9 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 26, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 24 m_TileSpriteIndex: 8 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 23 m_TileSpriteIndex: 6 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 4 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 3 m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 2 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -83, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -82, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -81, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -80, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -79, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -78, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -77, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -76, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -75, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -74, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -73, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -72, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 37 m_TileSpriteIndex: 65 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 35 m_TileSpriteIndex: 64 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 28, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 29, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 29, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 30, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 30, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 31, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 31, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 32, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 32, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 32, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 32, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 32, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 32, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 32, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 32, z: 0} second: serializedVersion: 2 m_TileIndex: 34 m_TileSpriteIndex: 44 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 32, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 33, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 33, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 33, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 33, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 33, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 33, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 33, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 13, y: 33, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 33, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 15, y: 33, z: 0} second: serializedVersion: 2 m_TileIndex: 50 m_TileSpriteIndex: 50 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 m_AnimatedTiles: - first: {x: -109, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -108, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -107, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -106, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -103, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -102, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -101, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -100, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -99, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -98, y: -13, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -109, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -106, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -105, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -104, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -103, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -98, y: -12, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -98, y: -11, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: -10, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -98, y: -10, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -97, y: -10, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: -9, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -97, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -96, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -95, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: -7, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -97, y: -7, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -110, y: -6, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -101, y: -6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -100, y: -6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -99, y: -6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -98, y: -6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -97, y: -6, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -101, y: -5, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -108, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -107, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -101, y: -4, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -107, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -101, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -107, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 8673077753581324705, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -7052931397261103344, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -101, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 5151069717683382098, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1862578340839852124, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 2 m_AnimationTimeOffset: 0 m_IsLooping: 1 m_TileAssetArray: - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: e5ed08591e36a4977b686f8d80dd6081, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 675dc25019a71494d97ebee46201b3d8, type: 2} - m_RefCount: 6 m_Data: {fileID: 11400000, guid: 17e590aea5a034897a188e2a433f1622, type: 2} - m_RefCount: 4 m_Data: {fileID: 11400000, guid: febfbf4fb9426439e99065b6b4fb5d46, type: 2} - m_RefCount: 25 m_Data: {fileID: 11400000, guid: fc12446cf48eb4a66816e140f3acc827, type: 2} - m_RefCount: 8 m_Data: {fileID: 11400000, guid: 9e565564e230e438eabffd4a23bc4f1b, type: 2} - m_RefCount: 4 m_Data: {fileID: 11400000, guid: 911d764f539854e188953f3d225b406f, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: 90700ec8fd768442eac3dfc49580d7e8, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: b109322d819b04f298ad0f9808707eaf, type: 2} - m_RefCount: 28 m_Data: {fileID: 11400000, guid: b0b562cdaf9f2499c964f711e599012f, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: 781cfae46e4624b93b13bad5273b6ad6, type: 2} - m_RefCount: 5 m_Data: {fileID: 11400000, guid: e437a51923c1c4088ad7f45cb5216d6f, type: 2} - m_RefCount: 4 m_Data: {fileID: 11400000, guid: 7e2b281c9ae034d7ea20cd96863613ab, type: 2} - m_RefCount: 8 m_Data: {fileID: 11400000, guid: ded50fbeaeba5423986b799022d7010d, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: 8e61aa20661aa494d982224ea5476134, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: d091677b3ea524bc1bd45fe98923495e, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: 2c61d73184327445c8adefd80e1e258b, type: 2} - m_RefCount: 6 m_Data: {fileID: 11400000, guid: da8fbd787e491418281336924985107c, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: ccb76a9df0ffa4247ad5db4ad77fafda, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: 704e676666cf84bcbad1607f604397a1, type: 2} - m_RefCount: 6 m_Data: {fileID: 11400000, guid: c21b0494b525d407e98f602e503f50e5, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: d5530b5372fd74bcba4dbbbde4d41bc1, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: b0d637f133a4647cd9b5e133e9b44051, type: 2} - m_RefCount: 5 m_Data: {fileID: 11400000, guid: 79957a2da96f24d6a96a744b6af71671, type: 2} - m_RefCount: 10 m_Data: {fileID: 11400000, guid: 05656e6b767ad443abe6ea10685edb25, type: 2} - m_RefCount: 10 m_Data: {fileID: 11400000, guid: a2833272b99d541a2b7ebbce1bf7d0c0, type: 2} - m_RefCount: 4 m_Data: {fileID: 11400000, guid: b8cc20c2ea9294c16a5ba5f6255c9e88, type: 2} - m_RefCount: 954 m_Data: {fileID: 11400000, guid: 4264bfa4a2c7b4d71beb2c6a56e1cc0f, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: a9f35afa3869e43399e58592fa6ffd2c, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 14434ee6c565f4db29d01fe4a42d9625, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: 0e5cc5a2aad6b46a0a378d2e4f7836a7, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: 62c176837950b48bf84510d4b496c641, type: 2} - m_RefCount: 23 m_Data: {fileID: 11400000, guid: f1d7362545bcb49579b4335fb7aeebe5, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 517a29a8a8f5e470481882406c78dbc7, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: c6ffaba9f49154d32be03775acfe4a37, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: b6277843782f4428baab356bda8491ec, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 5fcfb7e62c70b4b7d9ae4a8010b771d8, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: 1557aa88fe4954603a4d3241176e3e42, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: 74508875acb6d425cad33fc8a3368af1, type: 2} - m_RefCount: 100 m_Data: {fileID: 11400000, guid: 41d609cf218d94dc1a743ce9ed384b40, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 5252e16d664bf4387b9fed5f6823947e, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: ce7aa75300b4c4763873964cd74e0b36, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: 49664c1106b8e4a068e5aef4829c001d, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: e8da319f99cc14897a3c747d55fc6730, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 48a3c203e9f2e42c2be92440c91c954a, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 1f6cf0ee475944fd1ae25f02eb9aa12e, type: 2} - m_RefCount: 13 m_Data: {fileID: 11400000, guid: f83f0a5343ded4c16ba886ab241d163a, type: 2} - m_RefCount: 3 m_Data: {fileID: 11400000, guid: 6915596c56c304e239229abdd28f45bc, type: 2} - m_RefCount: 242 m_Data: {fileID: 11400000, guid: 63d8e7d7087cf450383cb8ca8cd1a536, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 0d08b28051d934a2c8ad0ba04068271d, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: c4e307b943f434cf1906c102472b2af2, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: d495f916c211e47e18db29ebd7d93fec, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 69da8eff28cc747cd9960eceb844fae4, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: 7c57e04d5d9f64198a3b4eab857929ea, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: b52d1c8350dd044b4b0e8cd7e65fae0f, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 8fe543c01343b4cec85e434ee8c0032f, type: 2} - m_RefCount: 6 m_Data: {fileID: 11400000, guid: 9b3ff04322a3b470c8ccf15eaea87f1f, type: 2} - m_RefCount: 12 m_Data: {fileID: 11400000, guid: c01d4d241ce2549ae93c3be322b47ce1, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 3f513764f404d4fb883f494d5ad48599, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: d09a60ba2ebe4409aad99120fd040772, type: 2} - m_RefCount: 3 m_Data: {fileID: 11400000, guid: 3d1a11bac086c4b5eb69631d96ee5705, type: 2} - m_RefCount: 10 m_Data: {fileID: 11400000, guid: dbb21f63332104bb1a8b40d996bc4dc8, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ca8e4a1aa7cde4e13b064e4a507596f5, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: c729584a31c4b44698fb0f431c044c44, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: 5e51d108cc36e4bccbae620a4ed7a8cd, type: 2} - m_RefCount: 13 m_Data: {fileID: 11400000, guid: 9e6fee138ae384db8835158e8b5f5144, type: 2} - m_RefCount: 30 m_Data: {fileID: 11400000, guid: 87d795b538d424227979adec080612fa, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: ecc8b0d4d6c74470b8c3083901ac4c39, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 04a251fd0c7b747ce98971a0805bb1a5, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: cdd012283a1a043e5b31028dae493dce, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ace1997a558ad4c97b647269388810a7, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 002a23cc6cb73437ea0af00483264563, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: ebadb915a326b4d3592f12ea80f44987, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 0e18d6a30643340d7a4a2b12333a5ce5, type: 2} - m_RefCount: 4 m_Data: {fileID: 11400000, guid: e52eae7de8ec346c8b6ddd5b06217fb0, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 02f85a296b7eb42e89b5dc5ab8e78c9b, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ecae291ff61f247db90932019afa82c5, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: 042249911248e48f68e9361dc8c9ce4e, type: 2} - m_RefCount: 42 m_Data: {fileID: 11400000, guid: 06dc0fb7a9f9343ffb5b245cfaaa087a, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: f5f12ff379c674a58b865f4465f250e4, type: 2} - m_RefCount: 954 m_Data: {fileID: 11400000, guid: bcb2f0ba5894f4cfcb1f4f2983b2f612, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 2aed61e44c4a24c22a12719d80fb962c, type: 2} - m_RefCount: 5 m_Data: {fileID: 11400000, guid: 58b68cc5b79b240fc9d80396302accd8, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: ab9bd350764394d27b4d380cd442c787, type: 2} - m_RefCount: 4 m_Data: {fileID: 11400000, guid: 0acdf83ae38864ecfba46be6ce05d6a6, type: 2} - m_RefCount: 6 m_Data: {fileID: 11400000, guid: 767cc0a69d936445787dc0cf641428fa, type: 2} - m_RefCount: 5 m_Data: {fileID: 11400000, guid: 9a7bfc3ff8f264b7396beae6c35b481f, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: c3195aa660aef4ebfaa241a40586f8bc, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 7366cdc31a37844c497ff4cec1fedf52, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: f5f4ec168ba234b3b969e96987cec357, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 8dfb06d62fc594f4791717d270f9f1fa, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: e36df0ecaf1744eb6a5b827b3b408fe0, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 6b9c1bc0251264bd0bda3ed1b043cd69, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 8e7fb6dca69234f2ca755add8c8a5524, type: 2} - m_RefCount: 6 m_Data: {fileID: 11400000, guid: 484c4e5d4d38d4cfb9130717021c99d8, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: fb7d0da0bb51a4874ad17d3cdd215c41, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: b4ed9d8f636774d51854ac3fa1e7b190, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 80e99c44fff064d76a27a96bc458e634, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 3a7124fc540b542b0a6c43bb81795537, type: 2} - m_RefCount: 12 m_Data: {fileID: 11400000, guid: eb21e662d56c24fec9f51f36c5119d81, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 9d7f2b7b88e4449acaffdccb3a562428, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 4e253c9f39deb4dd08ee23609f7e377c, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: c710892db288945faad7b06b281841b9, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 933f51563ef1641df870a46760685053, type: 2} - m_RefCount: 6 m_Data: {fileID: 11400000, guid: eeee37337070a474b96ddce399e11087, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 75e0778f4744d44b49c6fda13776ec50, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 3f72da01d3e3b4123af180d574cab996, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: a6fbf715742dc483ea713c5bf276b7ae, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 13ed357e56c7c4017ba1927c545443f7, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 25b6faaed234b48bb98a7c4d7c89ffc3, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: b5db93fe127984afa8564ca022768e29, type: 2} m_TileSpriteArray: - m_RefCount: 12 m_Data: {fileID: -4163221646251589804, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 1 m_Data: {fileID: -7054866937645642075, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -7713318200697883962, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -2084367463886992218, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 8 m_Data: {fileID: -272944050622201314, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -456595448253866263, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 10 m_Data: {fileID: -374067919569762019, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -7427719571591809827, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 3734681705750905743, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 9 m_Data: {fileID: -2521711863147200477, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 3893153448265120450, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7251327245626479180, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -4640849057094323608, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 4 m_Data: {fileID: -4913318849491745892, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 4 m_Data: {fileID: -665043386312243462, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 2 m_Data: {fileID: 2929457207912310375, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 6 m_Data: {fileID: -5043987575860625985, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 2 m_Data: {fileID: -4811779906098410751, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 2 m_Data: {fileID: -7985593997152055734, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 6 m_Data: {fileID: 4985804722896679328, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 2 m_Data: {fileID: -7375624246102529837, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 2 m_Data: {fileID: -910490180814376625, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 10 m_Data: {fileID: 2256076524431018598, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 9 m_Data: {fileID: -7731439339750740296, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 10 m_Data: {fileID: 3893272085010434045, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 954 m_Data: {fileID: -3221631787333965581, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 954 m_Data: {fileID: -3576939988115167057, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 4 m_Data: {fileID: -655838279850750644, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 2 m_Data: {fileID: 5331917662647640800, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 2 m_Data: {fileID: -8786342793655117050, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 3792212374978827206, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 6109971651724931356, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 5 m_Data: {fileID: -1104770975880780266, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 2 m_Data: {fileID: -1856575295192458886, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 6 m_Data: {fileID: 2820632361868350152, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 2 m_Data: {fileID: 6897124548323646146, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 29 m_Data: {fileID: -3364801222077655864, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 5 m_Data: {fileID: -7808443175533495854, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -6758639347321498927, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 3 m_Data: {fileID: -78918176610540640, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 2 m_Data: {fileID: 3581459634774553480, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 2 m_Data: {fileID: -1994815558598048078, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 100 m_Data: {fileID: -8325423937487637661, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 23 m_Data: {fileID: -9190741782080039947, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 6 m_Data: {fileID: -4157805459458028943, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 10 m_Data: {fileID: 7276910957828137816, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 9 m_Data: {fileID: -9063544535920195731, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 13 m_Data: {fileID: -6431576298781788104, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 4 m_Data: {fileID: -255182363478283680, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 242 m_Data: {fileID: 8162984903519991801, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 2 m_Data: {fileID: -1194263762362268185, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 2 m_Data: {fileID: 437628226048935662, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 2 m_Data: {fileID: 8688033531064527495, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 2 m_Data: {fileID: -2311416115569310743, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 13 m_Data: {fileID: -2942338263551468508, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 30 m_Data: {fileID: 4776292034514738480, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 3 m_Data: {fileID: -8628389544882267357, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 2 m_Data: {fileID: 6872783173908349289, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 2 m_Data: {fileID: -3925324882569008798, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 3 m_Data: {fileID: 6403064248135868742, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 28 m_Data: {fileID: 7264225485178239400, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 8 m_Data: {fileID: 4902104664072377740, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 8 m_Data: {fileID: 8566446843333701470, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -6764359214332405165, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -495026916666360474, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -2739063477020025616, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -8540156601270784251, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7443684796252736154, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 4986362610476662348, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 2 m_Data: {fileID: 653651819388467099, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 2 m_Data: {fileID: 4886710465093614363, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 5213884991685046242, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 7 m_Data: {fileID: -4292368763963648820, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -8428891137838960230, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -3160569425502071528, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 5 m_Data: {fileID: -6739348052345470971, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 8562236270392278134, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -3089889014765036585, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 7234455594494481336, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 5 m_Data: {fileID: -723497670930819438, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 8199696279093330848, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -6918726798831422405, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: -7077207126790289012, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 1 m_Data: {fileID: 279785331541404895, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -2935090911227358794, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -5528395504281270661, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 8972131383135289267, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 2 m_Data: {fileID: -5010755725024597380, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 2 m_Data: {fileID: 4038923380512991829, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 6490536211893382032, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -9153213544408949813, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 5592338209706119914, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7092965023151624551, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 4978760603711221393, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7428155905403073375, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 6 m_Data: {fileID: 7204644776391253335, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 2529360370791791798, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -2089911216950098662, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -289858249506859642, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 3685935900388721544, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 12 m_Data: {fileID: 7305191798261147612, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 4469567370986994969, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7872490021980558025, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7765108612895701319, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -709937780074799717, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 6 m_Data: {fileID: -5134403477793945142, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -6876093561343039877, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -2741816213876755252, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 4645399500427768008, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -7421441034157446083, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 1215786876898312014, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 518167470389085147, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -5041070755514419975, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_TileMatrixArray: - m_RefCount: 2683 m_Data: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_TileColorArray: - m_RefCount: 2683 m_Data: {r: 1, g: 1, b: 1, a: 1} - m_RefCount: 0 m_Data: {r: 0.8497305, g: 0.467724, b: 0.52219087, a: 1} - m_RefCount: 0 m_Data: {r: 0.89876705, g: 0.6239865, b: 0.6402774, a: 1} - m_RefCount: 0 m_Data: {r: 0.9960198, g: 0.6517899, b: 0.7056607, a: 1} - m_RefCount: 0 m_Data: {r: 0.9577278, g: 0.60560334, b: 0.63667166, a: 1} - m_RefCount: 0 m_Data: {r: 0.9739888, g: 0.3980329, b: 0.56554484, a: 1} - m_RefCount: 0 m_Data: {r: 0.94043845, g: 0.6234293, b: 0.66824514, a: 1} - m_RefCount: 0 m_Data: {r: 0.95310205, g: 0.54047674, b: 0.55874014, a: 1} - m_RefCount: 0 m_Data: {r: 0.715396, g: 0.4596021, b: 0.50746197, a: 1} - m_RefCount: 0 m_Data: {r: 0.91160196, g: 0.6371873, b: 0.7009645, a: 1} - m_RefCount: 0 m_Data: {r: 0.74349815, g: 0.33997038, b: 0.37333357, a: 1} - m_RefCount: 0 m_Data: {r: 0.97974, g: 0.6441342, b: 0.703528, a: 1} - m_RefCount: 0 m_Data: {r: 0.70537907, g: 0.44968474, b: 0.514999, a: 1} - m_RefCount: 0 m_Data: {r: 0.97579724, g: 0.59876764, b: 0.7039797, a: 1} - m_RefCount: 0 m_Data: {r: 0.7231854, g: 0.48379487, b: 0.5170148, a: 1} - m_RefCount: 0 m_Data: {r: 0.9914189, g: 0.6728161, b: 0.6825354, a: 1} m_TileObjectToInstantiateArray: [] m_AnimationFrameRate: 1 m_Color: {r: 1, g: 1, b: 1, a: 1} m_Origin: {x: -116, y: -32, z: 0} m_Size: {x: 132, y: 66, z: 1} m_TileAnchor: {x: 0.5, y: 0.5, z: 0} m_TileOrientation: 0 m_TileOrientationMatrix: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 --- !u!1 &1428164221 stripped GameObject: m_CorrespondingSourceObject: {fileID: 5252100234501902626, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} m_PrefabInstance: {fileID: 484216036} m_PrefabAsset: {fileID: 0} --- !u!95 &1428164223 Animator: serializedVersion: 3 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1428164221} m_Enabled: 1 m_Avatar: {fileID: 0} m_Controller: {fileID: 9100000, guid: 70ac99118934e46e8b17da8e7c40064c, type: 2} m_CullingMode: 0 m_UpdateMode: 0 m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 m_KeepAnimatorControllerStateOnDisable: 0 --- !u!114 &1428164224 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1428164221} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 37c5c2f4c4df49708fdef38a0c1c1430, type: 3} m_Name: m_EditorClassIdentifier: --- !u!1 &1449008868 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1449008869} - component: {fileID: 1449008871} - component: {fileID: 1449008870} m_Layer: 0 m_Name: Background_2 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1449008869 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1449008868} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 1} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1604917113} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!483693784 &1449008870 TilemapRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1449008868} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 0 m_ReflectionProbeUsage: 0 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 4294967295 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 0 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 2 m_ChunkSize: {x: 32, y: 32, z: 32} m_ChunkCullingBounds: {x: 0, y: 0, z: 0} m_MaxChunkCount: 16 m_MaxFrameAge: 16 m_SortOrder: 0 m_Mode: 0 m_DetectChunkCullingBounds: 0 m_MaskInteraction: 0 --- !u!1839735485 &1449008871 Tilemap: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1449008868} m_Enabled: 1 m_Tiles: - first: {x: 7, y: -28, z: 0} second: serializedVersion: 2 m_TileIndex: 17 m_TileSpriteIndex: 24 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -28, z: 0} second: serializedVersion: 2 m_TileIndex: 16 m_TileSpriteIndex: 23 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 19 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 19 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 25 m_TileSpriteIndex: 32 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -27, z: 0} second: serializedVersion: 2 m_TileIndex: 25 m_TileSpriteIndex: 32 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 19 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 12 m_TileSpriteIndex: 19 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 25 m_TileSpriteIndex: 32 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: -26, z: 0} second: serializedVersion: 2 m_TileIndex: 25 m_TileSpriteIndex: 32 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -25, z: 0} second: serializedVersion: 2 m_TileIndex: 7 m_TileSpriteIndex: 38 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 10 m_TileSpriteIndex: 25 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 11 m_TileSpriteIndex: 18 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 8 m_TileSpriteIndex: 17 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 9 m_TileSpriteIndex: 16 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 13 m_TileSpriteIndex: 20 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: -23, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 21 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -13, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -12, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -11, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -10, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -84, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 27 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -83, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 27 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -67, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 27 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -10, y: -9, z: 0} second: serializedVersion: 2 m_TileIndex: 27 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -84, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 26 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -83, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 26 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -67, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -65, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -64, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -63, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -62, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -23, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -22, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -21, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -20, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -19, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -18, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -11, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 26 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -10, y: -8, z: 0} second: serializedVersion: 2 m_TileIndex: 26 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -67, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -7, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -67, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -66, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -25, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -24, y: -6, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -5, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -4, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 27 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -87, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 27 m_TileSpriteIndex: 14 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -61, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -3, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 26 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -87, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 26 m_TileSpriteIndex: 12 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 2147483648 - first: {x: -61, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -60, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -59, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -58, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -57, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -56, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -39, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -38, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -35, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -34, y: -2, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: -1, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -55, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -54, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -53, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -52, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -37, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -36, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 3, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 22 m_TileSpriteIndex: 9 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 4, y: 0, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -33, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -32, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -31, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -30, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -29, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -28, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -27, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -26, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 22 m_TileSpriteIndex: 9 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -3, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 22 m_TileSpriteIndex: 9 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -2, y: 2, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -43, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 22 m_TileSpriteIndex: 9 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -42, y: 4, z: 0} second: serializedVersion: 2 m_TileIndex: 0 m_TileSpriteIndex: 7 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: 9, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -92, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -91, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -90, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -89, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -88, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -87, y: 10, z: 0} second: serializedVersion: 2 m_TileIndex: 31 m_TileSpriteIndex: 10 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 28 m_TileSpriteIndex: 33 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 13, z: 0} second: serializedVersion: 2 m_TileIndex: 28 m_TileSpriteIndex: 33 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 17 m_TileSpriteIndex: 24 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 15, z: 0} second: serializedVersion: 2 m_TileIndex: 16 m_TileSpriteIndex: 23 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 25 m_TileSpriteIndex: 32 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 16, z: 0} second: serializedVersion: 2 m_TileIndex: 25 m_TileSpriteIndex: 32 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 25 m_TileSpriteIndex: 32 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 17, z: 0} second: serializedVersion: 2 m_TileIndex: 25 m_TileSpriteIndex: 32 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -6, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -5, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 5 m_TileSpriteIndex: 37 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -4, y: 19, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 11 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 24 m_TileSpriteIndex: 36 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 6, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 23 m_TileSpriteIndex: 35 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 7, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 21 m_TileSpriteIndex: 31 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 8, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 20 m_TileSpriteIndex: 30 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 21 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 20, z: 0} second: serializedVersion: 2 m_TileIndex: 19 m_TileSpriteIndex: 29 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -10, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 6 m_TileSpriteIndex: 13 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -9, y: 21, z: 0} second: serializedVersion: 2 m_TileIndex: 4 m_TileSpriteIndex: 11 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -8, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 3 m_TileSpriteIndex: 28 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: -7, y: 23, z: 0} second: serializedVersion: 2 m_TileIndex: 2 m_TileSpriteIndex: 26 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 17 m_TileSpriteIndex: 24 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 27, z: 0} second: serializedVersion: 2 m_TileIndex: 16 m_TileSpriteIndex: 23 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 30, z: 0} second: serializedVersion: 2 m_TileIndex: 17 m_TileSpriteIndex: 24 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 10, y: 30, z: 0} second: serializedVersion: 2 m_TileIndex: 16 m_TileSpriteIndex: 23 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 9, y: 32, z: 0} second: serializedVersion: 2 m_TileIndex: 18 m_TileSpriteIndex: 27 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 11, y: 32, z: 0} second: serializedVersion: 2 m_TileIndex: 14 m_TileSpriteIndex: 21 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 12, y: 32, z: 0} second: serializedVersion: 2 m_TileIndex: 29 m_TileSpriteIndex: 34 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 14, y: 32, z: 0} second: serializedVersion: 2 m_TileIndex: 15 m_TileSpriteIndex: 22 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 m_AnimatedTiles: - first: {x: -84, y: -9, z: 0} second: m_AnimatedSprites: - {fileID: 8420718934679655178, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 3850978801820407014, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 1 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -83, y: -9, z: 0} second: m_AnimatedSprites: - {fileID: 8420718934679655178, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 3850978801820407014, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 1 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -11, y: -9, z: 0} second: m_AnimatedSprites: - {fileID: 8420718934679655178, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 3850978801820407014, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 1 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -10, y: -9, z: 0} second: m_AnimatedSprites: - {fileID: 8420718934679655178, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 3850978801820407014, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 1 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -84, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 2418869950254967616, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1869304696127499464, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 1 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -83, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 2418869950254967616, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1869304696127499464, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 1 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -11, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 2418869950254967616, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1869304696127499464, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 1 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -10, y: -8, z: 0} second: m_AnimatedSprites: - {fileID: 2418869950254967616, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1869304696127499464, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 1 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -88, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 8420718934679655178, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 3850978801820407014, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 1 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -87, y: -3, z: 0} second: m_AnimatedSprites: - {fileID: 8420718934679655178, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 3850978801820407014, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 1 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -88, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 2418869950254967616, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1869304696127499464, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 1 m_AnimationTimeOffset: 0 m_IsLooping: 1 - first: {x: -87, y: -2, z: 0} second: m_AnimatedSprites: - {fileID: 2418869950254967616, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - {fileID: 1869304696127499464, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_AnimationSpeed: 1 m_AnimationTimeOffset: 0 m_IsLooping: 1 m_TileAssetArray: - m_RefCount: 4 m_Data: {fileID: 11400000, guid: b213c6d726f5b4d6085d38a74128646d, type: 2} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 81acba24baec24ec2b711e6155771568, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 940c9509d5ca942a881b74da44417906, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: 98c4dc05dc7a841d1b4c538b4140db57, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 48d0afd89f1d343308341ecbb2eae9cb, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: 4840a7dfd3f3c4becb914831fc0dead5, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: d8900a5a282dd4fc9a06eb1526675e98, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ebd5d49287b134a7987201048bab4cad, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: c9405c2ae1acb4cf0984128a9a38d33a, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 88f4a06cd829e47d8851a6cb1689830e, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: da665f258f4be43608a61c9d84d990bb, type: 2} - m_RefCount: 4 m_Data: {fileID: 11400000, guid: 623b9b8922f9240838d4207fac8bfaf7, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 58ef011efd6e14f6ab9555366fee36ba, type: 2} - m_RefCount: 3 m_Data: {fileID: 11400000, guid: 5c5b081c0d600454baf88abb24bed615, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: bf70613d6bf934162a6991d71f8d82b0, type: 2} - m_RefCount: 4 m_Data: {fileID: 11400000, guid: 73b5a5ca638f84cffb2cb2516e44f7d6, type: 2} - m_RefCount: 4 m_Data: {fileID: 11400000, guid: 26beb86bfe86844668676eda8631d4a9, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: 29dda67e1d7a94d6fb21a53fd517bd65, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ab0bc16ed44e44d43a4e2d1dc67d47cb, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 14434ee6c565f4db29d01fe4a42d9625, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 66754f44aaaf343d1acb8d06c8b4c1f0, type: 2} - m_RefCount: 4 m_Data: {fileID: 11400000, guid: c1df3bfc6102f4f3ca243ccf6fca90cd, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 62439d740e308478eae26b6c8d4bb6d8, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 4a98436eda31b40539ccaeb6838e24ee, type: 2} - m_RefCount: 8 m_Data: {fileID: 11400000, guid: 340d9303dbf6747edbde0e8ba1228dc3, type: 2} - m_RefCount: 6 m_Data: {fileID: 11400000, guid: 402fc1b71a41d48d683399821a1ff3da, type: 2} - m_RefCount: 6 m_Data: {fileID: 11400000, guid: 38333b32aacfe415080266be3e26aeb2, type: 2} - m_RefCount: 2 m_Data: {fileID: 11400000, guid: 27c7901bc1dd44b23848e08afa251d61, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 35cf627ac4f6d40b48d98aae28d5a1d4, type: 2} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 172 m_Data: {fileID: 11400000, guid: 7d601c98e39be4b5390de295ec1e46ee, type: 2} m_TileSpriteArray: - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 4 m_Data: {fileID: 9047190113939795499, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 4 m_Data: {fileID: 8733545361648612136, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 172 m_Data: {fileID: 2708214709136898228, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 2 m_Data: {fileID: -8906671858202755068, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 6 m_Data: {fileID: 1869304696127499464, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 2 m_Data: {fileID: -6903296824831171216, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 6 m_Data: {fileID: 3850978801820407014, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - m_RefCount: 0 m_Data: {fileID: 0} - m_RefCount: 1 m_Data: {fileID: -1725927285106379604, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -3881396255989407173, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 6700128343260277038, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 4 m_Data: {fileID: -6736209575069689517, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7252642840250912593, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 3 m_Data: {fileID: 2079669565422393126, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -6318088294437955039, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 4 m_Data: {fileID: -2693647430605637699, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 4 m_Data: {fileID: 5592303569442548319, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 5382558132768275836, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 3915227295686642372, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 2 m_Data: {fileID: -5526361776410949495, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 1948487508243003930, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 3712617545215329947, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 7872490021980558025, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -6467428717977735684, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 8 m_Data: {fileID: -5909441163392605983, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 2 m_Data: {fileID: -9007592377622202510, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -1280272306710096283, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: -3838007109810617419, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 5584033553562372461, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 2531983442268618771, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - m_RefCount: 1 m_Data: {fileID: 3596163607000166796, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_TileMatrixArray: - m_RefCount: 239 m_Data: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 - m_RefCount: 0 m_Data: e00: 0.000000059604645 e01: 0.99999994 e02: 0 e03: 0 e10: -0.99999994 e11: 0.000000059604645 e12: -0 e13: 0 e20: -0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 - m_RefCount: 0 m_Data: e00: 0.000000059604645 e01: -0.99999994 e02: -0 e03: 0 e10: 0.99999994 e11: 0.000000059604645 e12: 0 e13: 0 e20: 0 e21: -0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 - m_RefCount: 0 m_Data: e00: -1 e01: -0.00000008742278 e02: -0 e03: 0 e10: 0.00000008742278 e11: -1 e12: 0 e13: 0 e20: 0 e21: -0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 m_TileColorArray: - m_RefCount: 239 m_Data: {r: 1, g: 1, b: 1, a: 1} - m_RefCount: 0 m_Data: {r: 0.8056341, g: 0.5519733, b: 0.577316, a: 1} - m_RefCount: 0 m_Data: {r: 0.98993945, g: 0.50409585, b: 0.5545347, a: 1} - m_RefCount: 0 m_Data: {r: 0.8949813, g: 0.48746994, b: 0.5845439, a: 1} - m_RefCount: 0 m_Data: {r: 0.97100085, g: 0.50981057, b: 0.6597138, a: 1} - m_RefCount: 0 m_Data: {r: 0.88726103, g: 0.5062902, b: 0.57567126, a: 1} - m_RefCount: 0 m_Data: {r: 0.7128359, g: 0.42059207, b: 0.5016891, a: 1} - m_RefCount: 0 m_Data: {r: 0.76050985, g: 0.43565235, b: 0.4788782, a: 1} - m_RefCount: 0 m_Data: {r: 0.9246323, g: 0.3807873, b: 0.38884455, a: 1} - m_RefCount: 0 m_Data: {r: 0.9531962, g: 0.5118938, b: 0.6160004, a: 1} - m_RefCount: 0 m_Data: {r: 0.97426176, g: 0.4527735, b: 0.622365, a: 1} - m_RefCount: 0 m_Data: {r: 0.7759913, g: 0.4670484, b: 0.4768982, a: 1} - m_RefCount: 0 m_Data: {r: 0.89892465, g: 0.6213006, b: 0.6515757, a: 1} - m_RefCount: 0 m_Data: {r: 0.81513155, g: 0.37442717, b: 0.4654463, a: 1} - m_RefCount: 0 m_Data: {r: 0.98312324, g: 0.664216, b: 0.7478902, a: 1} - m_RefCount: 0 m_Data: {r: 0.8787447, g: 0.5226996, b: 0.59390396, a: 1} - m_RefCount: 0 m_Data: {r: 0.80661154, g: 0.3320529, b: 0.44921172, a: 1} - m_RefCount: 0 m_Data: {r: 0.97394353, g: 0.4988995, b: 0.53008115, a: 1} - m_RefCount: 0 m_Data: {r: 0.8225494, g: 0.56681484, b: 0.6432131, a: 1} - m_RefCount: 0 m_Data: {r: 0.90652573, g: 0.6207333, b: 0.6363405, a: 1} - m_RefCount: 0 m_Data: {r: 0.82116264, g: 0.5113519, b: 0.52342933, a: 1} - m_RefCount: 0 m_Data: {r: 0.9195124, g: 0.39116624, b: 0.49466696, a: 1} - m_RefCount: 0 m_Data: {r: 0.94187486, g: 0.6011492, b: 0.71206987, a: 1} - m_RefCount: 0 m_Data: {r: 0.9878725, g: 0.52489275, b: 0.5715523, a: 1} - m_RefCount: 0 m_Data: {r: 0.8382, g: 0.47464716, b: 0.5802565, a: 1} - m_RefCount: 0 m_Data: {r: 0.8628075, g: 0.56473935, b: 0.5874057, a: 1} - m_RefCount: 0 m_Data: {r: 0.8171414, g: 0.3388078, b: 0.4456427, a: 1} m_TileObjectToInstantiateArray: [] m_AnimationFrameRate: 1 m_Color: {r: 1, g: 1, b: 1, a: 1} m_Origin: {x: -93, y: -28, z: 0} m_Size: {x: 109, y: 61, z: 1} m_TileAnchor: {x: 0.5, y: 0.5, z: 0} m_TileOrientation: 0 m_TileOrientationMatrix: e00: 1 e01: 0 e02: 0 e03: 0 e10: 0 e11: 1 e12: 0 e13: 0 e20: 0 e21: 0 e22: 1 e23: 0 e30: 0 e31: 0 e32: 0 e33: 1 --- !u!1001 &1494247184 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 636945717} m_Modifications: - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: fader value: objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: moveSteps value: 2 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCell.x value: -2.5 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCell.y value: 20.5 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpTarget value: objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCoords.x value: -3 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCoords.y value: 19 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: faceDirection value: 2 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: moveDirection value: 2 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: finalFacingDirection value: 2 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: canWarpCallback.m_PersistentCalls.m_Calls.Array.size value: 0 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: canWarpCallback.m_PersistentCalls.m_Calls.Array.data[0].m_Mode value: 1 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: canWarpCallback.m_PersistentCalls.m_Calls.Array.data[0].m_CallState value: 2 objectReference: {fileID: 0} - target: {fileID: 2922873770776026850, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Material value: objectReference: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} - target: {fileID: 3276762255181915239, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 3 objectReference: {fileID: 0} - target: {fileID: 4310142433652475734, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 3 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 3 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.x value: 14.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.y value: 32.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.y value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - target: {fileID: 7517290408550306761, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: -6318088294437955039, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} - target: {fileID: 7517290408550306761, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_SortingLayer value: 2 objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneEnd value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpZoneEnd value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneStart value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpZoneStart value: objectReference: {fileID: 0} - target: {fileID: 7975995669589298705, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 3 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZone value: objectReference: {fileID: 712203383} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: soundEffect value: objectReference: {fileID: 8300000, guid: 2b20b2775e9ac45efb2dceb2b089a13c, type: 3} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropStartZone value: objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneSteps value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: moveDirection value: 2 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneLookAt value: 6 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.x value: 0 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.y value: 0 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropEndZone.steps value: 2 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropEndZone.direction value: 2 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropStartZoneOffset.y value: -0.5 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: postDropMove.direction value: 2 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Name value: 2F_Out objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Layer value: 0 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_TagString value: Untagged objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} --- !u!4 &1494247185 stripped Transform: m_CorrespondingSourceObject: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} m_PrefabInstance: {fileID: 1494247184} m_PrefabAsset: {fileID: 0} --- !u!1 &1537255376 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1537255377} - component: {fileID: 1537255379} - component: {fileID: 1537255378} m_Layer: 5 m_Name: BlackFade m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!224 &1537255377 RectTransform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1537255376} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 722464124} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 1, y: 1} m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 0, y: 0} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1537255378 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1537255376} m_Enabled: 0 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} m_Color: {r: 0.21960784, g: 0.21960784, b: 0.21960784, a: 1} m_RaycastTarget: 0 m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: m_Calls: [] m_Sprite: {fileID: 0} m_Type: 0 m_PreserveAspect: 0 m_FillCenter: 1 m_FillMethod: 4 m_FillAmount: 1 m_FillClockwise: 1 m_FillOrigin: 0 m_UseSpriteMesh: 0 m_PixelsPerUnitMultiplier: 1 --- !u!222 &1537255379 CanvasRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1537255376} m_CullTransparentMesh: 0 --- !u!1 &1542812159 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1542812160} m_Layer: 5 m_Name: UI m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1542812160 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1542812159} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 287, y: 68, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 632543483} - {fileID: 1394979446} m_Father: {fileID: 0} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1604917112 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1604917113} - component: {fileID: 1604917114} m_Layer: 0 m_Name: Map m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &1604917113 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1604917112} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 249934855} - {fileID: 1449008869} - {fileID: 1405830668} - {fileID: 505556484} m_Father: {fileID: 549839365} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1604917114 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1604917112} m_Enabled: 0 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 39bb1f2ab603d49498972bc35c584259, type: 3} m_Name: m_EditorClassIdentifier: schedules: - m_Title: Morning m_FromHour: 5 m_ToHour: 12 m_TileSwaps: [] color: {r: 0.99814034, g: 1, b: 0.8349056, a: 1} - m_Title: Day m_FromHour: 12 m_ToHour: 18 m_TileSwaps: [] color: {r: 1, g: 1, b: 1, a: 1} - m_Title: Night m_FromHour: 18 m_ToHour: 23 m_TileSwaps: [] color: {r: 0.5772517, g: 0.605687, b: 0.8679245, a: 1} - m_Title: Night2 m_FromHour: 0 m_ToHour: 5 m_TileSwaps: [] color: {r: 0.5803922, g: 0.60784316, b: 0.87058824, a: 1} --- !u!4 &1648564539 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 958664272} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 9.5, y: 31.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 551931628} m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!61 &1664212813 BoxCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5252100235018800744} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 1 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} pivot: {x: 0.5, y: 0.5} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 drawMode: 0 adaptiveTiling: 0 m_AutoTiling: 0 serializedVersion: 2 m_Size: {x: 1, y: 1} m_EdgeRadius: 0 --- !u!1001 &1680589748 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 549249781} m_Modifications: - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 9 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.x value: -78.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.y value: -6.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.y value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZone value: objectReference: {fileID: 1346443059} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.x value: -0.5 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Name value: CgHouse3_In objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} --- !u!4 &1680589749 stripped Transform: m_CorrespondingSourceObject: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} m_PrefabInstance: {fileID: 1680589748} m_PrefabAsset: {fileID: 0} --- !u!4 &1703834550 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1863709082} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 7.5, y: 28, z: 0} m_LocalScale: {x: 1, y: 2, z: 1} m_Children: - {fileID: 3934447392170965941} - {fileID: 5384777126591065078} m_Father: {fileID: 551931628} m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &1723362729 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 1140429216} m_Modifications: - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: fader value: objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: moveSteps value: 0 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCell.x value: 2.5 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCell.y value: -1.5 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpTarget value: objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCoords.x value: 2 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCoords.y value: -2 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: moveDirection value: 0 objectReference: {fileID: 0} - target: {fileID: 2922873770776026850, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Material value: objectReference: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} - target: {fileID: 3276762255181915239, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 1 objectReference: {fileID: 0} - target: {fileID: 4310142433652475734, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalScale.x value: 2 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.x value: 7 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.y value: -30.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.y value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - target: {fileID: 7517290408550306761, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: -6894107232651031177, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - target: {fileID: 7517290408550306761, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_SortingLayer value: 2 objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneEnd value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpZoneEnd value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneStart value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpZoneStart value: objectReference: {fileID: 0} - target: {fileID: 7975995669589298705, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZone value: objectReference: {fileID: 1029645251} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: soundEffect value: objectReference: {fileID: 8300000, guid: 2b20b2775e9ac45efb2dceb2b089a13c, type: 3} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropStartZone value: objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneSteps value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneLookAt value: 6 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.x value: 0 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.y value: 0 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropEndZone.steps value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropEndZone.direction value: 2 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Name value: ElmHouse_Out objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Layer value: 1 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_TagString value: Untagged objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} --- !u!4 &1723362730 stripped Transform: m_CorrespondingSourceObject: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} m_PrefabInstance: {fileID: 1723362729} m_PrefabAsset: {fileID: 0} --- !u!1 &1723786364 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1963009126} - component: {fileID: 1723786368} - component: {fileID: 1723786366} - component: {fileID: 1723786365} m_Layer: 8 m_Name: DialogItem (TV) m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!212 &1723786365 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1723786364} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 1 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 10 m_Sprite: {fileID: -2754013563472796421, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!61 &1723786366 BoxCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1723786364} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 0 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} pivot: {x: 0.5, y: 0.5} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 drawMode: 0 adaptiveTiling: 0 m_AutoTiling: 0 serializedVersion: 2 m_Size: {x: 1, y: 1} m_EdgeRadius: 0 --- !u!114 &1723786368 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1723786364} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: f0211835444dc4be5b81f1a9f92bede5, type: 3} m_Name: m_EditorClassIdentifier: text: It's a TV. --- !u!4 &1735790529 stripped Transform: m_CorrespondingSourceObject: {fileID: 1820661078736008589, guid: 03e4f12a8054c48a6b400f9829bd7af4, type: 3} m_PrefabInstance: {fileID: 613583261} m_PrefabAsset: {fileID: 0} --- !u!1001 &1752786112 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 894318659} m_Modifications: - target: {fileID: 2922873770776026850, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Material value: objectReference: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.x value: -7.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.y value: -6.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.y value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - target: {fileID: 7517290408550306761, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_SortingLayer value: 2 objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneEnd value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpZoneEnd value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneStart value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpZoneStart value: objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZone value: objectReference: {fileID: 1346443059} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: soundEffect value: objectReference: {fileID: 8300000, guid: 33c3c614c27c14c0fa484cf5e8b51dae, type: 3} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropStartZone value: objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneSteps value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneLookAt value: 5 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.x value: -0.5 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.y value: 0 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropEndZone.steps value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropEndZone.direction value: 1 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Name value: NewBarkHouseSW_In objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Layer value: 0 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_TagString value: Untagged objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} --- !u!4 &1752786113 stripped Transform: m_CorrespondingSourceObject: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} m_PrefabInstance: {fileID: 1752786112} m_PrefabAsset: {fileID: 0} --- !u!850595691 &1766912201 LightingSettings: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: Settings.lighting serializedVersion: 3 m_GIWorkflowMode: 1 m_EnableBakedLightmaps: 0 m_EnableRealtimeLightmaps: 0 m_RealtimeEnvironmentLighting: 1 m_BounceScale: 1 m_AlbedoBoost: 1 m_IndirectOutputScale: 1 m_UsingShadowmask: 1 m_BakeBackend: 0 m_LightmapMaxSize: 1024 m_BakeResolution: 40 m_Padding: 2 m_TextureCompression: 1 m_AO: 0 m_AOMaxDistance: 1 m_CompAOExponent: 1 m_CompAOExponentDirect: 0 m_ExtractAO: 0 m_MixedBakeMode: 2 m_LightmapsBakeMode: 1 m_FilterMode: 1 m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0} m_ExportTrainingData: 0 m_TrainingDataDestination: TrainingData m_RealtimeResolution: 2 m_ForceWhiteAlbedo: 0 m_ForceUpdates: 0 m_FinalGather: 0 m_FinalGatherRayCount: 256 m_FinalGatherFiltering: 1 m_PVRCulling: 1 m_PVRSampling: 1 m_PVRDirectSampleCount: 32 m_PVRSampleCount: 500 m_PVREnvironmentSampleCount: 500 m_PVREnvironmentReferencePointCount: 2048 m_LightProbeSampleCountMultiplier: 4 m_PVRBounces: 2 m_PVRMinBounces: 2 m_PVREnvironmentMIS: 0 m_PVRFilteringMode: 2 m_PVRDenoiserTypeDirect: 0 m_PVRDenoiserTypeIndirect: 0 m_PVRDenoiserTypeAO: 0 m_PVRFilterTypeDirect: 0 m_PVRFilterTypeIndirect: 0 m_PVRFilterTypeAO: 0 m_PVRFilteringGaussRadiusDirect: 1 m_PVRFilteringGaussRadiusIndirect: 5 m_PVRFilteringGaussRadiusAO: 2 m_PVRFilteringAtrousPositionSigmaDirect: 0.5 m_PVRFilteringAtrousPositionSigmaIndirect: 2 m_PVRFilteringAtrousPositionSigmaAO: 1 --- !u!1 &1805808058 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 520221158} - component: {fileID: 1805808062} - component: {fileID: 1805808060} - component: {fileID: 1805808059} m_Layer: 8 m_Name: DialogItem (Shelf) m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!212 &1805808059 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1805808058} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 1 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 10 m_Sprite: {fileID: -5445366449517411533, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!61 &1805808060 BoxCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1805808058} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 0 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} pivot: {x: 0.5, y: 0.5} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 drawMode: 0 adaptiveTiling: 0 m_AutoTiling: 0 serializedVersion: 2 m_Size: {x: 1, y: 1} m_EdgeRadius: 0 --- !u!114 &1805808062 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1805808058} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: f0211835444dc4be5b81f1a9f92bede5, type: 3} m_Name: m_EditorClassIdentifier: text: "A whole collection\nof POK\xE9MON picture\nbooks!" --- !u!1 &1817178224 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1817178225} - component: {fileID: 1817178230} - component: {fileID: 1817178227} - component: {fileID: 1817178226} - component: {fileID: 1817178228} - component: {fileID: 1817178229} m_Layer: 1 m_Name: GameController m_TagString: GameController m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!4 &1817178225 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1817178224} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -10} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 969265082} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1817178226 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1817178224} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 2a01f9a54f8e472eac6ff58912a445de, type: 3} m_Name: m_EditorClassIdentifier: holdButtonThrottle: 0 target: {fileID: 7192301008348172418} --- !u!114 &1817178227 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1817178224} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 9da143d3099940329ee379ca6a29a920, type: 3} m_Name: m_EditorClassIdentifier: autoLoad: 1 autoSave: 1 onLoadState: m_PersistentCalls: m_Calls: [] onBeforeLoadState: m_PersistentCalls: m_Calls: [] onBeforeSaveState: m_PersistentCalls: m_Calls: [] onSaveState: m_PersistentCalls: m_Calls: [] --- !u!114 &1817178228 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1817178224} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 8faa86638bd3f4012b146c6c8e5caecd, type: 3} m_Name: m_EditorClassIdentifier: boxPanel: {fileID: 25007926} arrowImage: {fileID: 535955979} textPanel: {fileID: 1307903372} rowsPerPage: 2 columnsPerPage: 18 nextPageSound: {fileID: 8300000, guid: ff3b0517750ac4472880a1fb447f6ee0, type: 3} --- !u!114 &1817178229 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1817178224} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 642f0a34f362442f909cffbb84eb2fdd, type: 3} m_Name: m_EditorClassIdentifier: bgmVolume: 0.1 sfxVolume: 0.2 bgmTransitionTime: 1.2 --- !u!81 &1817178230 AudioListener: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1817178224} m_Enabled: 1 --- !u!1001 &1820650353 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 549249781} m_Modifications: - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: fader value: objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: moveSteps value: 0 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCell.x value: 2.5 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCell.y value: -1.5 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpTarget value: objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCoords.x value: 2 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCoords.y value: -2 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: moveDirection value: 0 objectReference: {fileID: 0} - target: {fileID: 2922873770776026850, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Material value: objectReference: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} - target: {fileID: 3276762255181915239, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 1 objectReference: {fileID: 0} - target: {fileID: 4310142433652475734, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 4 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalScale.x value: 2 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.x value: -78 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.y value: 19.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.y value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - target: {fileID: 7517290408550306761, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: -6894107232651031177, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - target: {fileID: 7517290408550306761, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_SortingLayer value: 2 objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneEnd value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpZoneEnd value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneStart value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpZoneStart value: objectReference: {fileID: 0} - target: {fileID: 7975995669589298705, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZone value: objectReference: {fileID: 940315788} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: soundEffect value: objectReference: {fileID: 8300000, guid: 2b20b2775e9ac45efb2dceb2b089a13c, type: 3} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropStartZone value: objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneSteps value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneLookAt value: 6 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.x value: 0 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.y value: 0 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropEndZone.steps value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropEndZone.direction value: 2 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Name value: CherrygrovePC_Out objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Layer value: 1 objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} --- !u!4 &1820650354 stripped Transform: m_CorrespondingSourceObject: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} m_PrefabInstance: {fileID: 1820650353} m_PrefabAsset: {fileID: 0} --- !u!1 &1820650355 stripped GameObject: m_CorrespondingSourceObject: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} m_PrefabInstance: {fileID: 1820650353} m_PrefabAsset: {fileID: 0} --- !u!114 &1820650356 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1820650355} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 363196879af6452b985df7de7066298c, type: 3} m_Name: m_EditorClassIdentifier: areaTitle: {fileID: 11400000, guid: 17f8fbaa8251f40489e05703525febe9, type: 2} tagFilter: Player onAreaEnter: m_PersistentCalls: m_Calls: [] --- !u!1001 &1859274510 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 1386883711} m_Modifications: - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: fader value: objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: moveSteps value: 0 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCell.x value: 2.5 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCell.y value: -1.5 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpTarget value: objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCoords.x value: 2 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpCoords.y value: -2 objectReference: {fileID: 0} - target: {fileID: 854959584791728990, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: moveDirection value: 0 objectReference: {fileID: 0} - target: {fileID: 2922873770776026850, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Material value: objectReference: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} - target: {fileID: 3276762255181915239, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 1 objectReference: {fileID: 0} - target: {fileID: 4310142433652475734, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalScale.x value: 2 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.x value: -7 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.y value: 11.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.y value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - target: {fileID: 7517290408550306761, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: -6894107232651031177, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - target: {fileID: 7517290408550306761, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_SortingLayer value: 2 objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneEnd value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpZoneEnd value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneStart value: objectReference: {fileID: 0} - target: {fileID: 7733110439533391716, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: warpZoneStart value: objectReference: {fileID: 0} - target: {fileID: 7975995669589298705, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZone value: objectReference: {fileID: 966086463} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: soundEffect value: objectReference: {fileID: 8300000, guid: 2b20b2775e9ac45efb2dceb2b089a13c, type: 3} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropStartZone value: objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneSteps value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneLookAt value: 6 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.x value: 0 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.y value: 0 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropEndZone.steps value: 1 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropEndZone.direction value: 2 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Name value: ElmLab_Out objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Layer value: 1 objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} --- !u!4 &1859274511 stripped Transform: m_CorrespondingSourceObject: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} m_PrefabInstance: {fileID: 1859274510} m_PrefabAsset: {fileID: 0} --- !u!1001 &1862299811 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 1261866285} m_Modifications: - target: {fileID: 55249200882054314, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_Sprite value: objectReference: {fileID: 609512673421906920, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} - target: {fileID: 55249200882054314, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_SortingLayer value: 2 objectReference: {fileID: 0} - target: {fileID: 55249200882054314, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_SortingOrder value: 99 objectReference: {fileID: 0} - target: {fileID: 55249200882054314, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_SortingLayerID value: 1371617319 objectReference: {fileID: 0} - target: {fileID: 55249200882054314, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_WasSpriteAssigned value: 1 objectReference: {fileID: 0} - target: {fileID: 5252100234501902626, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_Name value: GrassTopIdle objectReference: {fileID: 0} - target: {fileID: 5252100234501902626, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_IsActive value: 1 objectReference: {fileID: 0} - target: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_RootOrder value: 0 objectReference: {fileID: 0} - target: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_LocalPosition.x value: 0 objectReference: {fileID: 0} - target: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_LocalPosition.y value: 0 objectReference: {fileID: 0} - target: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - target: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_LocalRotation.y value: -0 objectReference: {fileID: 0} - target: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - target: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} --- !u!4 &1862299812 stripped Transform: m_CorrespondingSourceObject: {fileID: 8355352604074116934, guid: 76ae505cb4cdf463db7a7c89ded170ec, type: 3} m_PrefabInstance: {fileID: 1862299811} m_PrefabAsset: {fileID: 0} --- !u!1 &1863709082 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1703834550} - component: {fileID: 1863709085} - component: {fileID: 1863709084} m_Layer: 8 m_Name: DialogItem (Bed) m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!61 &1863709084 BoxCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1863709082} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 0 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} pivot: {x: 0.5, y: 0.5} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 drawMode: 0 adaptiveTiling: 0 m_AutoTiling: 0 serializedVersion: 2 m_Size: {x: 1, y: 1} m_EdgeRadius: 0 --- !u!114 &1863709085 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1863709082} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: f0211835444dc4be5b81f1a9f92bede5, type: 3} m_Name: m_EditorClassIdentifier: text: It's a BED. --- !u!1 &1938265131 stripped GameObject: m_CorrespondingSourceObject: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} m_PrefabInstance: {fileID: 1859274510} m_PrefabAsset: {fileID: 0} --- !u!114 &1938265135 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1938265131} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 363196879af6452b985df7de7066298c, type: 3} m_Name: m_EditorClassIdentifier: areaTitle: {fileID: 11400000, guid: af24f5ba7c6f34af0ba17a47fa114593, type: 2} tagFilter: Player onAreaEnter: m_PersistentCalls: m_Calls: [] --- !u!4 &1963009126 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1723786364} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 11.5, y: 31.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 551931628} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1968565900 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1968565901} - component: {fileID: 1968565902} m_Layer: 0 m_Name: World Morning Light m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 0 --- !u!4 &1968565901 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1968565900} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1043645429} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1968565902 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1968565900} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 073797afb82c5a1438f328866b10b3f0, type: 3} m_Name: m_EditorClassIdentifier: m_ComponentVersion: 1 m_LightType: 4 m_BlendStyleIndex: 0 m_FalloffIntensity: 0.5 m_Color: {r: 0.94234717, g: 0.9433962, b: 0.7253471, a: 1} m_Intensity: 1 m_LightVolumeIntensity: 1 m_LightVolumeIntensityEnabled: 1 m_ApplyToSortingLayers: 000000009df8cce54f0636fa m_LightCookieSprite: {fileID: 0} m_DeprecatedPointLightCookieSprite: {fileID: 0} m_LightOrder: 0 m_OverlapOperation: 0 m_NormalMapDistance: 3 m_NormalMapQuality: 2 m_UseNormalMap: 0 m_ShadowIntensityEnabled: 1 m_ShadowIntensity: 0.75 m_ShadowVolumeIntensityEnabled: 1 m_ShadowVolumeIntensity: 0.75 m_Vertices: - position: {x: 0, y: 0, z: 0} color: {r: 0, g: 0, b: 0, a: 0} uv: {x: 0, y: 0} m_Triangles: 0000 m_LocalBounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 0, y: 0, z: 0} m_PointLightInnerAngle: 360 m_PointLightOuterAngle: 360 m_PointLightInnerRadius: 0 m_PointLightOuterRadius: 1 m_ShapeLightParametricSides: 5 m_ShapeLightParametricAngleOffset: 0 m_ShapeLightParametricRadius: 1 m_ShapeLightFalloffSize: 0.5 m_ShapeLightFalloffOffset: {x: 0, y: 0} m_ShapePath: - {x: -0.5, y: -0.5, z: 0} - {x: 0.5, y: -0.5, z: 0} - {x: 0.5, y: 0.5, z: 0} - {x: -0.5, y: 0.5, z: 0} --- !u!4 &1971257308 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7192301008348172418} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1261866285} m_Father: {fileID: 0} m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!4 &2022546124 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1304285299} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 10.5, y: 31.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 551931628} m_RootOrder: 9 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &2023918184 PrefabInstance: m_ObjectHideFlags: 0 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 549249781} m_Modifications: - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_RootOrder value: 6 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.x value: -86.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.y value: 1.5 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalPosition.z value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.w value: 1 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.x value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.y value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalRotation.z value: -0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.x value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.y value: 0 objectReference: {fileID: 0} - target: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZone value: objectReference: {fileID: 1820650354} - target: {fileID: 8442121494777395711, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: dropZoneOffset.x value: -0.5 objectReference: {fileID: 0} - target: {fileID: 8678164167779174701, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} propertyPath: m_Name value: CherrygrovePM_In objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} --- !u!4 &2023918185 stripped Transform: m_CorrespondingSourceObject: {fileID: 4861655511843610441, guid: 81da04f0b0dc34148bcd24007f3b42e2, type: 3} m_PrefabInstance: {fileID: 2023918184} m_PrefabAsset: {fileID: 0} --- !u!4 &2072960590 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 213110414} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 13.5, y: 32.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 551931628} m_RootOrder: 10 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &2131464617 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 2131464618} - component: {fileID: 2131464620} m_Layer: 0 m_Name: CM vcam1 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &2131464618 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2131464617} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 1.4741669, y: 4.5, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 556146649} m_Father: {fileID: 490968613} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &2131464620 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2131464617} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 45e653bab7fb20e499bda25e1b646fea, type: 3} m_Name: m_EditorClassIdentifier: m_ExcludedPropertiesInInspector: - m_Script m_LockStageInInspector: m_StreamingVersion: 20170927 m_Priority: 10 m_StandbyUpdate: 2 m_LookAt: {fileID: 0} m_Follow: {fileID: 1971257308} m_Lens: FieldOfView: 40 OrthographicSize: 4.5 NearClipPlane: 0.1 FarClipPlane: 1000 Dutch: 0 ModeOverride: 0 LensShift: {x: 0, y: 0} GateFit: 0 m_SensorSize: {x: 2.1648147, y: 1} m_Transitions: m_BlendHint: 0 m_InheritPosition: 0 m_OnCameraLive: m_PersistentCalls: m_Calls: [] m_LegacyBlendHint: 0 m_ComponentOwner: {fileID: 556146649} --- !u!1 &2147064055 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 2147064056} m_Layer: 1 m_Name: AreaTriggers m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!4 &2147064056 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2147064055} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 8355352604528480769} - {fileID: 8355352603517310988} - {fileID: 8355352604383414996} - {fileID: 8355352604735282309} m_Father: {fileID: 549839365} m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!212 &55249201258527032 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5252100234827979952} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 0 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 10 m_Sprite: {fileID: 7621551645271409770, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!212 &55249201344668141 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5252100234981164133} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 0 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 10 m_Sprite: {fileID: 7621551645271409770, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!212 &55249201544195945 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5252100234106096353} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 0 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 10 m_Sprite: {fileID: 7621551645271409770, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!212 &55249202539867104 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5252100235018800744} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 0 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 10 m_Sprite: {fileID: 7621551645271409770, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!114 &354004613887914004 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471474826630233} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: f0211835444dc4be5b81f1a9f92bede5, type: 3} m_Name: m_EditorClassIdentifier: text: 'ROUTE 29 CHERRYGROVE CITY - NEW BARK TOWN' --- !u!114 &354004614237108169 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471475553309572} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: f0211835444dc4be5b81f1a9f92bede5, type: 3} m_Name: m_EditorClassIdentifier: text: 'NEW BARK TOWN The Town Where the Winds of a New Beginning Blow' --- !u!114 &354004614432053191 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471475492549514} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: f0211835444dc4be5b81f1a9f92bede5, type: 3} m_Name: m_EditorClassIdentifier: text: ELM'S HOUSE --- !u!114 &354004614794561497 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471473920304020} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: f0211835444dc4be5b81f1a9f92bede5, type: 3} m_Name: m_EditorClassIdentifier: text: GOLD's House --- !u!114 &354004614936390791 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471473777952970} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: f0211835444dc4be5b81f1a9f92bede5, type: 3} m_Name: m_EditorClassIdentifier: text: 'ROUTE 29 CHERRYGROVE CITY - NEW BARK TOWN' --- !u!114 &354004615047488896 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471474740494797} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: f0211835444dc4be5b81f1a9f92bede5, type: 3} m_Name: m_EditorClassIdentifier: text: "ELM POK\xE9MON LAB" --- !u!20 &1084413055905915290 Camera: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 352196779} m_Enabled: 1 serializedVersion: 2 m_ClearFlags: 2 m_BackGroundColor: {r: 0.21960786, g: 0.21960786, b: 0.21960786, a: 0} m_projectionMatrixMode: 1 m_GateFitMode: 2 m_FOVAxisMode: 0 m_SensorSize: {x: 36, y: 24} m_LensShift: {x: 0, y: 0} m_FocalLength: 50 m_NormalizedViewPortRect: serializedVersion: 2 x: 0 y: 0 width: 1 height: 1 near clip plane: 0.1 far clip plane: 1000 field of view: 40 orthographic: 1 orthographic size: 4.5 m_Depth: 0 m_CullingMask: serializedVersion: 2 m_Bits: 309 m_RenderingPath: -1 m_TargetTexture: {fileID: 0} m_TargetDisplay: 0 m_TargetEye: 3 m_HDR: 0 m_AllowMSAA: 0 m_AllowDynamicResolution: 0 m_ForceIntoRT: 0 m_OcclusionCulling: 0 m_StereoConvergence: 10 m_StereoSeparation: 0.022 --- !u!4 &1820661077576213591 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471473920304020} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0.5, y: -0.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 551931628} m_RootOrder: 8 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!4 &1820661077734805257 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471473777952970} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -67.5, y: -0.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 551931628} m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!4 &1820661077824996878 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471474740494797} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -7.5, y: 1.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 551931628} m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!4 &1820661078816838554 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471474826630233} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -19.5, y: -2.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 551931628} m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!4 &1820661079174353991 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471475553309572} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -2.5, y: -3.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 551931628} m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!4 &1820661079381963849 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471475492549514} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -1.5, y: -8.5, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 551931628} m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!212 &3251957176582496869 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471474740494797} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 0 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 10 m_Sprite: {fileID: 2151519551408182793, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!212 &3251957177205369698 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471473777952970} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 0 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 10 m_Sprite: {fileID: 2151519551408182793, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!212 &3251957177398034492 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471473920304020} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 0 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 10 m_Sprite: {fileID: 2151519551408182793, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!212 &3251957177709498402 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471475492549514} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 0 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 10 m_Sprite: {fileID: 2151519551408182793, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!212 &3251957177913045036 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471475553309572} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 0 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 10 m_Sprite: {fileID: 2151519551408182793, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!212 &3251957178304116721 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471474826630233} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 0 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 10 m_Sprite: {fileID: 2151519551408182793, guid: 9b3ee642c9e4f4cf193fde641b581bc5, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!61 &3594488901712067495 BoxCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471475553309572} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 0 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} pivot: {x: 0.5, y: 0.5} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 drawMode: 0 adaptiveTiling: 0 m_AutoTiling: 0 serializedVersion: 2 m_Size: {x: 1, y: 1} m_EdgeRadius: 0 --- !u!61 &3594488901781183401 BoxCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471475492549514} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 0 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} pivot: {x: 0.5, y: 0.5} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 drawMode: 0 adaptiveTiling: 0 m_AutoTiling: 0 serializedVersion: 2 m_Size: {x: 1, y: 1} m_EdgeRadius: 0 --- !u!61 &3594488902329662586 BoxCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471474826630233} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 0 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} pivot: {x: 0.5, y: 0.5} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 drawMode: 0 adaptiveTiling: 0 m_AutoTiling: 0 serializedVersion: 2 m_Size: {x: 1, y: 1} m_EdgeRadius: 0 --- !u!61 &3594488902508030446 BoxCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471474740494797} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 0 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} pivot: {x: 0.5, y: 0.5} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 drawMode: 0 adaptiveTiling: 0 m_AutoTiling: 0 serializedVersion: 2 m_Size: {x: 1, y: 1} m_EdgeRadius: 0 --- !u!61 &3594488903303678903 BoxCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471473920304020} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 0 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} pivot: {x: 0.5, y: 0.5} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 drawMode: 0 adaptiveTiling: 0 m_AutoTiling: 0 serializedVersion: 2 m_Size: {x: 1, y: 1} m_EdgeRadius: 0 --- !u!61 &3594488903428727017 BoxCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5513471473777952970} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 0 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} pivot: {x: 0.5, y: 0.5} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 drawMode: 0 adaptiveTiling: 0 m_AutoTiling: 0 serializedVersion: 2 m_Size: {x: 1, y: 1} m_EdgeRadius: 0 --- !u!4 &3934447392170965941 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 6042228686368629436} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0.25, z: 0} m_LocalScale: {x: 1, y: 0.5, z: 1} m_Children: [] m_Father: {fileID: 1703834550} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &4159179999214967454 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 5384777126591065078} - component: {fileID: 7281219702549517835} m_Layer: 8 m_Name: BedBottom m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!1 &5252100234106096353 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 8355352604735282309} - component: {fileID: 55249201544195945} - component: {fileID: 681089990} - component: {fileID: 5252100234106096354} m_Layer: 1 m_Name: AT_CherryGrove m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!114 &5252100234106096354 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5252100234106096353} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 363196879af6452b985df7de7066298c, type: 3} m_Name: m_EditorClassIdentifier: areaTitle: {fileID: 11400000, guid: da50f915734e54848bf4876884de84a2, type: 2} tagFilter: Player onAreaEnter: m_PersistentCalls: m_Calls: [] --- !u!1 &5252100234827979952 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 8355352604383414996} - component: {fileID: 55249201258527032} - component: {fileID: 395414933} - component: {fileID: 5252100234827979953} m_Layer: 1 m_Name: AT_Route29 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!114 &5252100234827979953 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5252100234827979952} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 363196879af6452b985df7de7066298c, type: 3} m_Name: m_EditorClassIdentifier: areaTitle: {fileID: 11400000, guid: d3d230ab890dd46d78deabd387fc54e2, type: 2} tagFilter: Player onAreaEnter: m_PersistentCalls: m_Calls: [] --- !u!1 &5252100234981164133 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 8355352604528480769} - component: {fileID: 55249201344668141} - component: {fileID: 485954890} - component: {fileID: 5252100234981164134} m_Layer: 1 m_Name: AT_NewBark m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!114 &5252100234981164134 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5252100234981164133} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 363196879af6452b985df7de7066298c, type: 3} m_Name: m_EditorClassIdentifier: areaTitle: {fileID: 11400000, guid: 5fc16755056224707b02caebcd1b02b1, type: 2} tagFilter: Player onAreaEnter: m_PersistentCalls: m_Calls: [] --- !u!1 &5252100235018800744 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 8355352603517310988} - component: {fileID: 55249202539867104} - component: {fileID: 1664212813} - component: {fileID: 5252100235018800745} m_Layer: 1 m_Name: AT_Route29 m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!114 &5252100235018800745 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5252100235018800744} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 363196879af6452b985df7de7066298c, type: 3} m_Name: m_EditorClassIdentifier: areaTitle: {fileID: 11400000, guid: d3d230ab890dd46d78deabd387fc54e2, type: 2} tagFilter: Player onAreaEnter: m_PersistentCalls: m_Calls: [] --- !u!4 &5384777126591065078 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4159179999214967454} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: -0.25, z: 0} m_LocalScale: {x: 1, y: 0.5, z: 1} m_Children: [] m_Father: {fileID: 1703834550} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &5513471473777952970 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1820661077734805257} - component: {fileID: 354004614936390791} - component: {fileID: 3251957177205369698} - component: {fileID: 3594488903428727017} m_Layer: 8 m_Name: Post (Route 29 End) m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &5513471473920304020 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1820661077576213591} - component: {fileID: 354004614794561497} - component: {fileID: 3251957177398034492} - component: {fileID: 3594488903303678903} m_Layer: 8 m_Name: Post (Player House) m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &5513471474740494797 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1820661077824996878} - component: {fileID: 354004615047488896} - component: {fileID: 3251957176582496869} - component: {fileID: 3594488902508030446} m_Layer: 8 m_Name: Post (Elm Lab) m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &5513471474826630233 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1820661078816838554} - component: {fileID: 354004613887914004} - component: {fileID: 3251957178304116721} - component: {fileID: 3594488902329662586} m_Layer: 8 m_Name: Post (Route 29) m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &5513471475492549514 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1820661079381963849} - component: {fileID: 354004614432053191} - component: {fileID: 3251957177709498402} - component: {fileID: 3594488901781183401} m_Layer: 8 m_Name: Post (Elm House) m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &5513471475553309572 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1820661079174353991} - component: {fileID: 354004614237108169} - component: {fileID: 3251957177913045036} - component: {fileID: 3594488901712067495} m_Layer: 8 m_Name: Post (New Bark) m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 4294967295 m_IsActive: 1 --- !u!1 &6042228686368629436 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 3934447392170965941} - component: {fileID: 8266235261612235047} m_Layer: 8 m_Name: BedTop m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!212 &7000609427314950066 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7192301008348172418} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 4294967295 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 0 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: 1371617319 m_SortingLayer: 2 m_SortingOrder: 10 m_Sprite: {fileID: 21300054, guid: c6e1667be621a48eda434995e1cd3cb8, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!95 &7099427508898048894 Animator: serializedVersion: 3 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7192301008348172418} m_Enabled: 1 m_Avatar: {fileID: 0} m_Controller: {fileID: 9100000, guid: 962656089424e47048f68ef2d52871d2, type: 2} m_CullingMode: 0 m_UpdateMode: 0 m_ApplyRootMotion: 0 m_LinearVelocityBlending: 0 m_WarningMessage: m_HasTransformHierarchy: 1 m_AllowConstantClipSamplingOptimization: 1 m_KeepAnimatorControllerStateOnDisable: 0 --- !u!61 &7137967076378784376 BoxCollider2D: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7192301008348172418} m_Enabled: 1 m_Density: 1 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_IsTrigger: 0 m_UsedByEffector: 0 m_UsedByComposite: 0 m_Offset: {x: 0, y: 0} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} pivot: {x: 0.5, y: 0.25} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 drawMode: 0 adaptiveTiling: 0 m_AutoTiling: 0 serializedVersion: 2 m_Size: {x: 0.95, y: 0.95} m_EdgeRadius: 0 --- !u!50 &7162885171325729384 Rigidbody2D: serializedVersion: 4 m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7192301008348172418} m_BodyType: 0 m_Simulated: 1 m_UseFullKinematicContacts: 0 m_UseAutoMass: 0 m_Mass: 0.1 m_LinearDrag: 0 m_AngularDrag: 0 m_GravityScale: 0 m_Material: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_Interpolate: 0 m_SleepingMode: 0 m_CollisionDetection: 1 m_Constraints: 7 --- !u!1 &7192301008348172418 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 1971257308} - component: {fileID: 7000609427314950066} - component: {fileID: 7099427508898048894} - component: {fileID: 7137967076378784376} - component: {fileID: 7162885171325729384} - component: {fileID: 7192301008348172422} - component: {fileID: 7192301008348172424} - component: {fileID: 7192301008348172420} - component: {fileID: 7192301008348172419} - component: {fileID: 7192301008348172421} m_Layer: 0 m_Name: Player m_TagString: Player m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 --- !u!114 &7192301008348172419 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7192301008348172418} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 5d0f62f0a3c94b12b8cc3d939dbdc7e3, type: 3} m_Name: m_EditorClassIdentifier: speed: 5 collisionSpeed: 2.5 tilesPerStep: 1 turnAroundDelay: 125 collisionSound: {fileID: 8300000, guid: e7aa1061682754e5f919394e893de652, type: 3} collisionSoundDelay: 0.25 clampOffset: {x: 0, y: 0} --- !u!114 &7192301008348172420 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7192301008348172418} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 9592d73773f5848f5bff2aab2bae24a4, type: 3} m_Name: m_EditorClassIdentifier: interactableLayer: 8 raycastDistance: 1 --- !u!114 &7192301008348172421 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7192301008348172418} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: e722a9508ffa4f44a834c3a1f8f92d39, type: 3} m_Name: m_EditorClassIdentifier: transitionController: {fileID: 1394979448} --- !u!114 &7192301008348172422 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7192301008348172418} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: fe8a06eb057e46d5a7dcb5e26b6f58c8, type: 3} m_Name: m_EditorClassIdentifier: playerAnimationController: {fileID: 0} grassAnimationController: {fileID: 1428164224} --- !u!114 &7192301008348172424 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 7192301008348172418} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 37c5c2f4c4df49708fdef38a0c1c1430, type: 3} m_Name: m_EditorClassIdentifier: --- !u!212 &7281219702549517835 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4159179999214967454} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 1 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 10 m_Sprite: {fileID: 4899058717430357564, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!212 &8266235261612235047 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 6042228686368629436} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 m_RayTracingMode: 0 m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - {fileID: 2100000, guid: bb7bc1886e4454253a61be555c2343e5, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 m_StaticBatchRoot: {fileID: 0} m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 m_StitchLightmapSeams: 1 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 m_AutoUVMaxAngle: 89 m_LightmapParameters: {fileID: 0} m_SortingLayerID: -439551843 m_SortingLayer: 1 m_SortingOrder: 10 m_Sprite: {fileID: -6219553135145730623, guid: c86e76f8f11294c61b982790cdc31a7a, type: 3} m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 m_Size: {x: 1, y: 1} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 --- !u!4 &8355352603517310988 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5252100235018800744} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -11.5, y: -4, z: 0} m_LocalScale: {x: 1, y: 2, z: 1} m_Children: [] m_Father: {fileID: 2147064056} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!4 &8355352604383414996 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5252100234827979952} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -70.5, y: -2, z: 0} m_LocalScale: {x: 1, y: 2, z: 1} m_Children: [] m_Father: {fileID: 2147064056} m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!4 &8355352604528480769 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5252100234981164133} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -10.5, y: -4, z: 0} m_LocalScale: {x: 1, y: 2, z: 1} m_Children: [] m_Father: {fileID: 2147064056} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!4 &8355352604735282309 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 5252100234106096353} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: -71.5, y: -2, z: 0} m_LocalScale: {x: 1, y: 2, z: 1} m_Children: [] m_Father: {fileID: 2147064056} m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ================================================ FILE: Assets/Scenes/Main.unity.meta ================================================ fileFormatVersion: 2 guid: 28b00bfc221684aeb9f11ece038852fc DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Scenes.meta ================================================ fileFormatVersion: 2 guid: 131a6b21c8605f84396be9f6751fb6e3 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Scripts/Editor/FilterHierarchyEditor.cs ================================================ using System.Collections.Generic; using UnityEditor; using UnityEngine; namespace NewBark.Editor { public class FilterHierarchyEditor : EditorWindow { FilterOptions filterOptions = FilterOptions.Tag; string selectedTag = "Untagged"; int layer = 0; bool filterInactive; List objectIndex = new List(); [MenuItem("NewBark/Filter Hierarchy")] static void Init() { FilterHierarchyEditor filter = (FilterHierarchyEditor) EditorWindow.GetWindow(typeof(FilterHierarchyEditor)); filter.Show(); } void OnGUI() { EditorGUILayout.PrefixLabel("Filtering Options"); filterInactive = EditorGUILayout.Toggle("Filter Inactive", filterInactive); filterOptions = (FilterOptions) EditorGUILayout.EnumPopup("Filter By", filterOptions); if (filterOptions == FilterOptions.Tag) { selectedTag = EditorGUILayout.TagField("Select Tag", selectedTag); if (GUILayout.Button("Filter by Tag")) { filterSelected(filterOptions); } } else if (filterOptions == FilterOptions.Layer) { layer = EditorGUILayout.LayerField("Select Layer", layer); if (GUILayout.Button("Filter by Layer")) { filterSelected(filterOptions); } } else { selectedTag = EditorGUILayout.TagField("Select Tag", selectedTag); layer = EditorGUILayout.LayerField("Select Layer", layer); if (GUILayout.Button("Filter by All")) { filterSelected(filterOptions); } } EditorGUILayout.Space(); EditorGUILayout.BeginHorizontal(); if (Selection.objects.Length >= 1) { if (GUILayout.Button("Save Selection")) { int[] selectionIDs = Selection.instanceIDs; var saveStr = string.Empty; foreach (int i in selectionIDs) saveStr += i.ToString() + ";"; saveStr = saveStr.TrimEnd(char.Parse(";")); EditorPrefs.SetString("SelectedIDs", saveStr); } } if (EditorPrefs.HasKey("SelectedIDs")) { if (GUILayout.Button("Load Selection")) { string[] strIDs = EditorPrefs.GetString("SelectedIDs").Split(char.Parse(";")); int[] ids = new int[strIDs.Length]; for (var i = 0; i < strIDs.Length; i++) ids[i] = int.Parse(strIDs[i]); Selection.instanceIDs = ids; } } EditorGUILayout.EndHorizontal(); } void OnInspectorUpdate() { Repaint(); } Object[] selectAll() { return Resources.FindObjectsOfTypeAll(typeof(GameObject)) as Object[]; } Object[] selectActive() { return Object.FindObjectsOfType(typeof(GameObject)) as Object[]; } void filterSelected(FilterOptions ops) { Object[] selected = filterInactive ? selectAll() : selectActive(); objectIndex = new List(); for (int i = 0; i < selected.Length; i++) { GameObject g = (GameObject) selected[i] as GameObject; if (ops == FilterOptions.Tag && g.tag == selectedTag) { objectIndex.Add(i); } else if (ops == FilterOptions.Layer && g.layer == layer) { objectIndex.Add(i); } else if (ops == FilterOptions.Both && g.layer == layer && g.tag == selectedTag) { objectIndex.Add(i); } } Object[] newSelected = new Object[objectIndex.Count]; for (int i = 0; i < objectIndex.Count; i++) { newSelected[i] = selected[objectIndex[i]]; } Selection.objects = newSelected; } } } ================================================ FILE: Assets/Scripts/Editor/FilterHierarchyEditor.cs.meta ================================================ fileFormatVersion: 2 guid: 0c29466a414945f9977c5862c347399c timeCreated: 1566095517 ================================================ FILE: Assets/Scripts/Editor/FilterOptions.cs ================================================ namespace NewBark.Editor { enum FilterOptions { Tag, Layer, Both } } ================================================ FILE: Assets/Scripts/Editor/FilterOptions.cs.meta ================================================ fileFormatVersion: 2 guid: 0aaaa81412d2442cc8e4be022720017b MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Scripts/Editor/LayerAttributeEditor.cs ================================================ using NewBark.Attributes; using UnityEditor; using UnityEngine; namespace NewBark.Editor { [CustomPropertyDrawer(typeof(LayerAttribute))] public class LayerAttributeDrawer : PropertyDrawer { public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) { if (property.propertyType != SerializedPropertyType.Integer) { EditorGUI.LabelField(position, "The property has to be a layer for LayerAttribute to work!"); return; } property.intValue = EditorGUI.LayerField(position, label, property.intValue); } } } ================================================ FILE: Assets/Scripts/Editor/LayerAttributeEditor.cs.meta ================================================ fileFormatVersion: 2 guid: cdb74fd8fea14bbbb8b4072983eda858 timeCreated: 1570638896 ================================================ FILE: Assets/Scripts/Editor/TagAttributeEditor.cs ================================================ using NewBark.Attributes; using UnityEditor; using UnityEngine; namespace NewBark.Editor { [CustomPropertyDrawer(typeof(TagAttribute))] public class TagAttributeDrawer : PropertyDrawer { public override void OnGUI(Rect position, SerializedProperty property, GUIContent label) { if (property.propertyType != SerializedPropertyType.String) { EditorGUI.LabelField(position, "The property has to be a tag for TagAttribute to work!"); return; } property.stringValue = EditorGUI.TagField(position, label, property.stringValue); } } } ================================================ FILE: Assets/Scripts/Editor/TagAttributeEditor.cs.meta ================================================ fileFormatVersion: 2 guid: c47541cd7d0f4950b0984736ce18c3f9 timeCreated: 1570852157 ================================================ FILE: Assets/Scripts/Editor.meta ================================================ fileFormatVersion: 2 guid: c2237c9d958894b69a2b82a04b03ca5e folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Scripts/NewBark/AnimationController.cs ================================================ using NewBark.Input; using UnityEngine; namespace NewBark { [RequireComponent(typeof(Animator))] public class AnimationController : MonoBehaviour { public Animator Animator => GetComponent(); private static readonly int MoveX = Animator.StringToHash("MoveX"); private static readonly int MoveY = Animator.StringToHash("MoveY"); private static readonly int LastMoveX = Animator.StringToHash("LastMoveX"); private static readonly int LastMoveY = Animator.StringToHash("LastMoveY"); private static readonly int Speed = Animator.StringToHash("Speed"); public void UpdateAnimation(Vector2 position, Vector2 lastPosition, float speed) { Animator.SetFloat(MoveX, position.x); Animator.SetFloat(MoveY, position.y); Animator.SetFloat(LastMoveX, lastPosition.x); Animator.SetFloat(LastMoveY, lastPosition.y); UpdateAnimation(speed); } public void UpdateAnimation(Vector2 position) { Animator.SetFloat(MoveX, position.x); Animator.SetFloat(MoveY, position.y); } public void UpdateAnimation(Vector2 position, Vector2 lastPosition) { Animator.SetFloat(MoveX, position.x); Animator.SetFloat(MoveY, position.y); Animator.SetFloat(LastMoveX, lastPosition.x); Animator.SetFloat(LastMoveY, lastPosition.y); } public void UpdateAnimation(float speed) { Animator.speed = speed; Animator.SetFloat(Speed, speed); } public void StopAnimation() { Animator.SetFloat(Speed, 0); } public bool IsPlayingAnimation() { return Animator.GetFloat(Speed) > 0; } public void UpdateAnimation(GameButton btn) { var pos = GameManager.Input.ButtonToVector2(btn); UpdateAnimation(pos, pos); } public Vector2 GetAnimationDirection() { if (Animator.GetFloat(MoveX) > 0) { return Vector2.right; } if (Animator.GetFloat(MoveX) < 0) { return Vector2.left; } if (Animator.GetFloat(MoveY) > 0) { return Vector2.up; } if (Animator.GetFloat(MoveY) < 0) { return Vector2.down; } return Vector2.down; } public Vector2 GetLastAnimationDirection() { if (Animator.GetFloat(LastMoveX) > 0) { return Vector2.right; } if (Animator.GetFloat(LastMoveX) < 0) { return Vector2.left; } if (Animator.GetFloat(LastMoveY) > 0) { return Vector2.up; } if (Animator.GetFloat(LastMoveY) < 0) { return Vector2.down; } return Vector2.down; } } } ================================================ FILE: Assets/Scripts/NewBark/AnimationController.cs.meta ================================================ fileFormatVersion: 2 guid: 37c5c2f4c4df49708fdef38a0c1c1430 timeCreated: 1570941678 ================================================ FILE: Assets/Scripts/NewBark/Attributes/LayerAttribute.cs ================================================ using System; using UnityEngine; namespace NewBark.Attributes { [AttributeUsage(AttributeTargets.Field)] public class LayerAttribute : PropertyAttribute { // } } ================================================ FILE: Assets/Scripts/NewBark/Attributes/LayerAttribute.cs.meta ================================================ fileFormatVersion: 2 guid: 0959e3deae094df78108adf725011c5c timeCreated: 1570638778 ================================================ FILE: Assets/Scripts/NewBark/Attributes/TagAttribute.cs ================================================ using System; using UnityEngine; namespace NewBark.Attributes { [AttributeUsage(AttributeTargets.Field)] public class TagAttribute : PropertyAttribute { // } } ================================================ FILE: Assets/Scripts/NewBark/Attributes/TagAttribute.cs.meta ================================================ fileFormatVersion: 2 guid: f29699b6480242d49826a3b488ab448b timeCreated: 1570852106 ================================================ FILE: Assets/Scripts/NewBark/Attributes.meta ================================================ fileFormatVersion: 2 guid: 43d1477c078b42aeb71d8c835e2ed451 timeCreated: 1570656419 ================================================ FILE: Assets/Scripts/NewBark/Audio/AudioChannel.cs ================================================ namespace NewBark.Audio { public enum AudioChannel { BGM, SFX } } ================================================ FILE: Assets/Scripts/NewBark/Audio/AudioChannel.cs.meta ================================================ fileFormatVersion: 2 guid: 0b7591cf00274a5fa9cdeabdcbb8c4c8 timeCreated: 1570899922 ================================================ FILE: Assets/Scripts/NewBark/Audio/AudioController.cs ================================================ using System; using System.Collections; using System.Collections.Generic; using NewBark.Support.Extensions; using UnityEngine; namespace NewBark.Audio { public class AudioController : MonoBehaviour { public float bgmVolume = 0.075f; public float sfxVolume = 0.35f; [Tooltip("Fade-out transition time when switching BGM audio clip.")] public float bgmTransitionTime = 1.2f; private bool _loaded; private Dictionary _channels; public AudioSource BgmChannel => _channels[AudioChannel.BGM]; public AudioSource SfxChannel => _channels[AudioChannel.SFX]; private void OnValidate() { if (!_loaded) { return; } // update when changed in editor BgmChannel.volume = bgmVolume; SfxChannel.volume = sfxVolume; } private void Awake() { // GameObjects cannot be instantiated in constructors! // Components cannot be instantiated, only added to GameObjects! // This is the only way to create a dictionary with a Component: _channels = new Dictionary { {AudioChannel.BGM, CreateAudioSource("BGM_Channel")}, {AudioChannel.SFX, CreateAudioSource("SFX_Channel")} }; } private AudioSource CreateAudioSource(string gameObjectName) { return new GameObject(gameObjectName).SetParent(this).AddComponent(); } private void Start() { BgmChannel.loop = true; BgmChannel.playOnAwake = false; BgmChannel.volume = bgmVolume; SfxChannel.loop = false; SfxChannel.playOnAwake = false; SfxChannel.volume = sfxVolume; _loaded = true; } public void PlayBgmTransition(AudioClip newClip, float delay = 0) { if (newClip == BgmChannel.clip && BgmChannel.isPlaying) { return; } if (!BgmChannel.isPlaying || bgmTransitionTime == 0) { Play(BgmChannel, newClip, delay); return; } StartCoroutine(PlayBgmTransitionCoroutine(BgmChannel, newClip, bgmTransitionTime, delay)); } public void PlayBgmWhenIdle(AudioClip newClip, float delay = 0) { PlayWhenIdle(BgmChannel, newClip, delay); } public void PlaySfxWhenIdle(AudioClip newClip, float delay = 0) { PlayWhenIdle(SfxChannel, newClip, delay); } public void PlayBgm(AudioClip newClip, float delay = 0) { Play(BgmChannel, newClip, delay); } public void PlaySfx(AudioClip newClip, float delay = 0) { Play(SfxChannel, newClip, delay); } public void PlayWhenIdle(AudioSource source, AudioClip newClip, float delay = 0) { if (source.isPlaying) { return; } if (!source.isPlaying && source.clip != null) { source.clip = null; return; } Play(source, newClip, delay); } public void Play(AudioSource source, AudioClip newClip, float delay = 0) { if (source.clip != newClip) { source.clip = newClip; } if (delay > 0) { source.PlayDelayed(delay); return; } source.Play(); } private IEnumerator PlayBgmTransitionCoroutine(AudioSource source, AudioClip newClip, float fadeOutTime, float delay = 0) { float startVolume = source.volume; while (source.volume > 0) { source.volume -= startVolume * Time.deltaTime / fadeOutTime; yield return null; } source.Stop(); source.volume = startVolume; Play(source, newClip, delay); } } } ================================================ FILE: Assets/Scripts/NewBark/Audio/AudioController.cs.meta ================================================ fileFormatVersion: 2 guid: 642f0a34f362442f909cffbb84eb2fdd timeCreated: 1570897649 ================================================ FILE: Assets/Scripts/NewBark/Audio.meta ================================================ fileFormatVersion: 2 guid: f647ef1d26644c07b480205baab571fc timeCreated: 1570749400 ================================================ FILE: Assets/Scripts/NewBark/Dialog/Dialog.cs ================================================ using NewBark.Input; using UnityEngine; namespace NewBark.Dialog { public class Dialog : MonoBehaviour { [TextArea(2, 10)] public string text; public void Interact(GameButton button) { var isAb = button == GameButton.A || button == GameButton.B; if (button == GameButton.None || !isAb) { return; } DialogController dm = GameManager.Dialog; var shouldEndDialog = dm.InDialog() && !dm.HasNext(); if (shouldEndDialog) { dm.EndDialog(); return; } if (!dm.InDialog()) { if (button == GameButton.A) dm.StartDialog(this); return; } dm.PrintNext(); } protected void OnPlayerInteract(GameButton button) { Interact(button); } protected void OnButtonAPerformed() { //Debug.Log("OnButtonAPerformed: " + name); Interact(GameButton.A); } protected void OnButtonBPerformed() { //Debug.Log("OnButtonBPerformed: " + name); Interact(GameButton.B); } protected void OnDialogStart() { //Debug.Log("OnDialogStart: " + name); GameManager.Input.SwitchTarget(gameObject); } protected void OnDialogEnd() { //Debug.Log("OnDialogEnd: " + name); GameManager.Input.RestoreTarget(); } } } ================================================ FILE: Assets/Scripts/NewBark/Dialog/Dialog.cs.meta ================================================ fileFormatVersion: 2 guid: f0211835444dc4be5b81f1a9f92bede5 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Scripts/NewBark/Dialog/DialogController.cs ================================================ using System; using System.Collections; using UnityEngine; using UnityEngine.UI; namespace NewBark.Dialog { public class DialogController : MonoBehaviour { public RectTransform boxPanel; public RectTransform arrowImage; public Text textPanel; public int rowsPerPage = 2; public int columnsPerPage = 18; public AudioClip nextPageSound; private bool _inDialog; private Dialog _currentDialog; private DialogScroller _scroller; // Start is called before the first frame update void Start() { _scroller = new DialogScroller(rowsPerPage, columnsPerPage); } public void ShowDialog() { //boxPanel.gameObject.SetActive(true); boxPanel.transform.position = new Vector3(boxPanel.transform.position.x, 0, 0); } public void HideDialog() { arrowImage.gameObject.SetActive(false); //boxPanel.gameObject.SetActive(false); boxPanel.transform.position = new Vector3(boxPanel.transform.position.x, (boxPanel.rect.height * -10), 0); } public void Clear() { StopAllCoroutines(); textPanel.text = ""; _scroller.Clear(); } private void PlaySound() { GameManager.Audio.PlaySfx(nextPageSound); } public void StartDialog(Dialog dialog) { _currentDialog = dialog; _currentDialog.SendMessage("OnDialogStart", SendMessageOptions.DontRequireReceiver); Clear(); ShowDialog(); _scroller.Start(dialog.text); _inDialog = true; PrintNext(); } public bool InDialog() { return _inDialog; } public bool PrintNext() { var showArrow = _scroller.IsPaged() && !_scroller.IsLastPage(); var lines = _scroller.Next(); if (lines == null || lines.Length == 0) { EndDialog(); return false; } arrowImage.gameObject.SetActive(showArrow); StopAllCoroutines(); PlaySound(); StartCoroutine(Print(lines, _scroller.IsFirstBuffer() || _scroller.IsFirstBufferLine())); _currentDialog.SendMessage("OnDialogNext", SendMessageOptions.DontRequireReceiver); return true; } public bool HasNext() { return _scroller != null && !_scroller.IsFinished(); } public void EndDialog() { StopAllCoroutines(); Clear(); HideDialog(); _inDialog = false; _currentDialog.SendMessage("OnDialogEnd", SendMessageOptions.DontRequireReceiver); } private IEnumerator Print(string[] lines, bool delayAll = false) { var lineNum = 0; var lastIndex = (lines.Length - 1); // find last line index that is not null while ((lines[lastIndex] == null) && lastIndex > 0) { lineNum = 0; foreach (string line in lines) { if (line == null && (lineNum == lastIndex)) { lastIndex--; } lineNum++; } } lineNum = 0; textPanel.text = ""; foreach (string line in lines) { var isLastLine = (lineNum >= lastIndex); if (line == null) { continue; } if (textPanel.text.Length > 0) { textPanel.text += Environment.NewLine; } if (delayAll || isLastLine) { // Print last line foreach (char ch in line) { textPanel.text += ch; yield return null; // render frame } if (isLastLine) { break; } } else { textPanel.text += line; yield return null; // render frame } lineNum++; } } } } ================================================ FILE: Assets/Scripts/NewBark/Dialog/DialogController.cs.meta ================================================ fileFormatVersion: 2 guid: 8faa86638bd3f4012b146c6c8e5caecd MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Scripts/NewBark/Dialog/DialogScroller.cs ================================================ using System; using System.Collections.Generic; using System.Linq; namespace NewBark.Dialog { public class DialogScroller { private readonly int MaxRows; private readonly int MaxColumns; private string Text; private string[] TextRows; private int TextRowsIndex; private string[] TextRowsBuffer; private int ScrollIndex; public DialogScroller(int maxRows, int maxColumns) { MaxRows = Math.Max(1, maxRows); MaxColumns = Math.Max(3, maxColumns); Clear(); } public DialogScroller Start(string text) { SetText(text); return this; } public bool IsStarted() { return Text != null && TextRowsBuffer != null && TextRows != null; } public void Finish() { Clear(); } public bool IsFinished() { return (TextRowsIndex + 1) > TextRows.Length; } public bool IsFirstBuffer() { return IsStarted() && (TextRowsIndex < MaxRows); } public bool IsFirstBufferLine() { return ScrollIndex == 0; } public bool IsPaged() { return TextRows.Length > MaxRows; } public bool IsLastPage() { return GetLastPage() >= TextRows.Length; } public int GetLastPage() { return TextRowsIndex + MaxRows; } public int GetLength() { return TextRows.Length; } public void Clear() { Text = null; TextRows = new string[0]; TextRowsIndex = 0; TextRowsBuffer = new string[0]; ScrollIndex = 0; } private void SetText(string text) { Text = text; TextRows = BuildScrollableSentences().ToArray(); TextRowsIndex = 0; TextRowsBuffer = new string[MaxRows]; ScrollIndex = 0; } public string[] Next() { if (!IsStarted()) { throw new Exception("Scroller is not yet started or it is already finished."); } if (IsFinished()) { // finished return null; } if (TextRowsIndex == 0) { FillBuffer(); // Debug.Log(string.Join(", ", TextRowsBuffer)); return TextRowsBuffer; } ScrollUp(); // Debug.Log(string.Join(", ", TextRowsBuffer)); return TextRowsBuffer; } private void FillBuffer() { int i = 0; ScrollIndex = 0; TextRowsBuffer = new string[MaxRows]; while ((i < MaxRows) && (TextRowsIndex < TextRows.Length)) { TextRowsBuffer[i] = TextRows[TextRowsIndex]; TextRowsIndex++; i++; } } private void ScrollUp() { // start new buffer if: // - cannot scroll with less than 2 rows // - last element of buffer is a new line if ((MaxRows < 2) || (TextRowsBuffer[TextRowsBuffer.Length - 1] == Environment.NewLine)) { FillBuffer(); return; } var hadTrailingNewLines = BufferHasTrailingNewLines(); TextRowsBuffer.Skip(1).ToArray().CopyTo(TextRowsBuffer, 0); TextRowsBuffer[TextRowsBuffer.Length - 1] = TextRows[TextRowsIndex]; ScrollIndex = TextRowsBuffer.Length - 1; TextRowsIndex++; // start new buffer if: // - next line is new line if (!hadTrailingNewLines && BufferHasTrailingNewLines()) { // TextRowsIndex += (MaxRows - 1); FillBuffer(); return; } } private bool NextLineIsNewLine() { if ((TextRowsIndex + 1) >= TextRows.Length) { return false; } return TextRows[TextRowsIndex + 1] == Environment.NewLine; } private bool BufferHasTrailingNewLines() { return (TextRowsBuffer[0] == Environment.NewLine) || (TextRowsBuffer[TextRowsBuffer.Length - 1] == Environment.NewLine); } private int CountBufferNewLines() { int count = 0; foreach (var line in TextRowsBuffer) { if (line == Environment.NewLine) { count++; } } return count; } private IEnumerable BuildSentences() { string[] lines = Text.Split(Environment.NewLine.ToCharArray()); string buffer = ""; foreach (var line in lines) { if (line == "") { if (buffer.Length > 0) { yield return buffer; buffer = ""; } yield return Environment.NewLine; continue; } if (buffer.Length == 0) { buffer = line; continue; } buffer += " " + line; } if (buffer.Length > 0) { yield return buffer; } } private IEnumerable BuildScrollableSentences() { string[] sentences = BuildSentences().ToArray(); string buffer = ""; foreach (var sentence in sentences) { if (sentence == Environment.NewLine) { if (buffer.Length > 0) { yield return buffer; buffer = ""; } yield return Environment.NewLine; continue; } string[] words = sentence.Split(' '); foreach (var word in words) { var w = word; if (w.Length > MaxColumns) { w = w.Substring(0, MaxColumns - 3) + "..."; } var newBuffer = (buffer + " " + w).Trim(); if (newBuffer.Length > MaxColumns) { yield return buffer; buffer = w; } else { buffer = newBuffer; } } } if (buffer.Length > 0) { yield return buffer; } } } } ================================================ FILE: Assets/Scripts/NewBark/Dialog/DialogScroller.cs.meta ================================================ fileFormatVersion: 2 guid: 0c03d59c15eba4bafbff977c3c12938d MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Scripts/NewBark/Dialog.meta ================================================ fileFormatVersion: 2 guid: 8cf66788e05f84c6fb45f53c49a3f732 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Scripts/NewBark/DontDestroyList.cs ================================================ using UnityEngine; namespace NewBark { public class DontDestroyList : MonoBehaviour { public GameObject[] objects; private void Awake() { foreach (var obj in objects) { DontDestroyOnLoad(obj); } } } } ================================================ FILE: Assets/Scripts/NewBark/DontDestroyList.cs.meta ================================================ fileFormatVersion: 2 guid: 0350488d7b7240ac9d2a47d5bfc198bc timeCreated: 1572052727 ================================================ FILE: Assets/Scripts/NewBark/GameManager.cs ================================================ using System; using NewBark.Audio; using NewBark.Dialog; using NewBark.Input; using NewBark.State; using NewBark.Support; using NewBark.Tilemap; using UnityEngine; using UnityEngine.Events; namespace NewBark { public class GameManager : MonoBehaviour { public const int DefaultLayer = 0; public const int TransparentFxLayer = 1; public const int IgnoreRaycastLayer = 2; public const int CollisionsLayer = 8; public static GameData Data { get; set; } public static PlayerController Player => Singleton.Instance; public static InputController Input => Singleton.Instance; public static AudioController Audio => Singleton.Instance; public static DialogController Dialog => Singleton.Instance; public bool autoLoad; public bool autoSave; public UnityEvent onLoadState; public UnityEvent onBeforeLoadState; public UnityEvent onBeforeSaveState; public UnityEvent onSaveState; private void Start() { LoadState(); } private void Update() { Data.playTime += Time.deltaTime; } private void OnApplicationQuit() { SaveState(); } private void LoadState() { if (!autoLoad) { Data = new GameData(); return; } onBeforeLoadState.Invoke(); Data = SaveManager.Load(); if (Data is null) { Data = new GameData(); return; } // Player.transform.position = Data.playerPosition; Player.playerAnimationController.UpdateAnimation(Data.playerDirection, Data.playerDirection); AreaTitleTrigger.SwitchTo(Data.areaTitleTrigger); // onLoadState.Invoke(); } private void SaveState() { if (!autoSave) { return; } onBeforeSaveState.Invoke(); Data.saveDate = DateTime.Now; // Data.areaTitleTrigger = AreaTitleTrigger.LastTriggerName; Data.playerPosition = Player.transform.position; Data.playerDirection = Player.playerAnimationController.GetLastAnimationDirection(); // SaveManager.Save(Data); onSaveState.Invoke(); } } } ================================================ FILE: Assets/Scripts/NewBark/GameManager.cs.meta ================================================ fileFormatVersion: 2 guid: 9da143d3099940329ee379ca6a29a920 timeCreated: 1570930911 ================================================ FILE: Assets/Scripts/NewBark/Input/GameButton.cs ================================================ namespace NewBark.Input { public enum GameButton { None, A, B, Start, Select, Up, Down, Left, Right } } ================================================ FILE: Assets/Scripts/NewBark/Input/GameButton.cs.meta ================================================ fileFormatVersion: 2 guid: e58e944af5214c49be3c6883b3102eb9 timeCreated: 1570925867 ================================================ FILE: Assets/Scripts/NewBark/Input/InputActionsMaster.cs ================================================ // GENERATED AUTOMATICALLY FROM 'Assets/Scripts/NewBark/Input/InputActionsMaster.inputactions' using System; using System.Collections; using System.Collections.Generic; using UnityEngine.InputSystem; using UnityEngine.InputSystem.Utilities; namespace NewBark.Input { public class @InputActionsMaster : IInputActionCollection, IDisposable { public InputActionAsset asset { get; } public @InputActionsMaster() { asset = InputActionAsset.FromJson(@"{ ""name"": ""InputActionsMaster"", ""maps"": [ { ""name"": ""Player"", ""id"": ""5bf60cd3-4646-4d62-afe8-61fac49f773c"", ""actions"": [ { ""name"": ""ButtonA"", ""type"": ""Value"", ""id"": ""80033cf8-abff-4a66-b536-2615fefd00fb"", ""expectedControlType"": """", ""processors"": """", ""interactions"": """" }, { ""name"": ""ButtonB"", ""type"": ""Value"", ""id"": ""e49d9410-0957-4001-a00e-2eae1453a655"", ""expectedControlType"": """", ""processors"": """", ""interactions"": """" }, { ""name"": ""ButtonDirectional"", ""type"": ""Button"", ""id"": ""9df6fe33-0459-415e-ad33-d948dd83c772"", ""expectedControlType"": """", ""processors"": """", ""interactions"": """" }, { ""name"": ""ButtonSelect"", ""type"": ""Value"", ""id"": ""af96df5f-0690-42c3-a0e7-478c3dddc598"", ""expectedControlType"": """", ""processors"": """", ""interactions"": """" }, { ""name"": ""ButtonStart"", ""type"": ""Value"", ""id"": ""488c0f70-604a-458f-bb0e-77c73089870b"", ""expectedControlType"": """", ""processors"": """", ""interactions"": """" } ], ""bindings"": [ { ""name"": """", ""id"": ""7349bad4-c832-45d0-8c28-b13e68689b02"", ""path"": ""/x"", ""interactions"": ""Press(behavior=1)"", ""processors"": """", ""groups"": ""Keyboard CS"", ""action"": ""ButtonA"", ""isComposite"": false, ""isPartOfComposite"": false }, { ""name"": """", ""id"": ""1ed2c6fc-bf68-4ce2-9d54-a49dcf99336b"", ""path"": ""/buttonWest"", ""interactions"": ""Press(behavior=1)"", ""processors"": """", ""groups"": ""Gamepad CS"", ""action"": ""ButtonA"", ""isComposite"": false, ""isPartOfComposite"": false }, { ""name"": """", ""id"": ""d3bd7194-ae75-4014-99c9-dc6ac6426e70"", ""path"": ""/buttonSouth"", ""interactions"": ""Press(behavior=1)"", ""processors"": """", ""groups"": ""Gamepad CS"", ""action"": ""ButtonB"", ""isComposite"": false, ""isPartOfComposite"": false }, { ""name"": """", ""id"": ""3a163e87-a010-4421-9bd8-5b07cc9706d1"", ""path"": ""/z"", ""interactions"": ""Press(behavior=1)"", ""processors"": """", ""groups"": ""Keyboard CS"", ""action"": ""ButtonB"", ""isComposite"": false, ""isPartOfComposite"": false }, { ""name"": ""Dpad"", ""id"": ""81003661-89c6-4e9b-a91a-5a5c184de66b"", ""path"": ""2DVector"", ""interactions"": """", ""processors"": """", ""groups"": ""Gamepad CS"", ""action"": ""ButtonDirectional"", ""isComposite"": true, ""isPartOfComposite"": false }, { ""name"": ""Up"", ""id"": ""629d8e7c-a1f3-47fe-b652-dbae51baeda8"", ""path"": ""/dpad/up"", ""interactions"": """", ""processors"": """", ""groups"": ""Gamepad CS"", ""action"": ""ButtonDirectional"", ""isComposite"": false, ""isPartOfComposite"": true }, { ""name"": ""Down"", ""id"": ""50ae0167-0db0-4f9a-96dd-1b1fa01b7825"", ""path"": ""/dpad/down"", ""interactions"": """", ""processors"": """", ""groups"": ""Gamepad CS"", ""action"": ""ButtonDirectional"", ""isComposite"": false, ""isPartOfComposite"": true }, { ""name"": ""Left"", ""id"": ""d35f274b-3ca5-4594-a9c9-f4d2cfd4c1b4"", ""path"": ""/dpad/left"", ""interactions"": """", ""processors"": """", ""groups"": ""Gamepad CS"", ""action"": ""ButtonDirectional"", ""isComposite"": false, ""isPartOfComposite"": true }, { ""name"": ""Right"", ""id"": ""a4f25778-4d24-4a5c-8363-c0327e2f425b"", ""path"": ""/dpad/right"", ""interactions"": """", ""processors"": """", ""groups"": ""Gamepad CS"", ""action"": ""ButtonDirectional"", ""isComposite"": false, ""isPartOfComposite"": true }, { ""name"": ""Arrow Keys"", ""id"": ""30972969-7eeb-44b2-b78f-652afa542824"", ""path"": ""2DVector"", ""interactions"": """", ""processors"": """", ""groups"": """", ""action"": ""ButtonDirectional"", ""isComposite"": true, ""isPartOfComposite"": false }, { ""name"": ""up"", ""id"": ""842830f0-d5a0-4c34-afc4-5e4c59bf4799"", ""path"": ""/upArrow"", ""interactions"": """", ""processors"": """", ""groups"": ""Keyboard CS"", ""action"": ""ButtonDirectional"", ""isComposite"": false, ""isPartOfComposite"": true }, { ""name"": ""down"", ""id"": ""ffc888b9-2b54-4bc6-9d27-6499a3082462"", ""path"": ""/downArrow"", ""interactions"": """", ""processors"": """", ""groups"": ""Keyboard CS"", ""action"": ""ButtonDirectional"", ""isComposite"": false, ""isPartOfComposite"": true }, { ""name"": ""left"", ""id"": ""18479475-548c-4a49-80ff-b0e3d7205621"", ""path"": ""/leftArrow"", ""interactions"": """", ""processors"": """", ""groups"": ""Keyboard CS"", ""action"": ""ButtonDirectional"", ""isComposite"": false, ""isPartOfComposite"": true }, { ""name"": ""right"", ""id"": ""fe70dd07-e9fc-462e-8d66-9dd506216672"", ""path"": ""/rightArrow"", ""interactions"": """", ""processors"": """", ""groups"": ""Keyboard CS"", ""action"": ""ButtonDirectional"", ""isComposite"": false, ""isPartOfComposite"": true }, { ""name"": """", ""id"": ""7d119c59-0b31-4867-9577-e5e9323f728a"", ""path"": ""/select"", ""interactions"": ""Press(behavior=1)"", ""processors"": """", ""groups"": ""Gamepad CS"", ""action"": ""ButtonSelect"", ""isComposite"": false, ""isPartOfComposite"": false }, { ""name"": """", ""id"": ""c60af12a-77fa-450b-968f-ac649e2458ef"", ""path"": ""/a"", ""interactions"": ""Press(behavior=1)"", ""processors"": """", ""groups"": ""Keyboard CS"", ""action"": ""ButtonSelect"", ""isComposite"": false, ""isPartOfComposite"": false }, { ""name"": """", ""id"": ""f9ce68ce-7a4f-407f-8a76-b8dcb032afa6"", ""path"": ""/start"", ""interactions"": ""Press(behavior=1)"", ""processors"": """", ""groups"": ""Gamepad CS"", ""action"": ""ButtonStart"", ""isComposite"": false, ""isPartOfComposite"": false }, { ""name"": """", ""id"": ""0106cfe0-5de5-4c9e-b04c-dbb449214e1f"", ""path"": ""/s"", ""interactions"": ""Press(behavior=1)"", ""processors"": """", ""groups"": ""Keyboard CS"", ""action"": ""ButtonStart"", ""isComposite"": false, ""isPartOfComposite"": false } ] } ], ""controlSchemes"": [ { ""name"": ""Keyboard CS"", ""bindingGroup"": ""Keyboard CS"", ""devices"": [ { ""devicePath"": """", ""isOptional"": false, ""isOR"": false } ] }, { ""name"": ""Gamepad CS"", ""bindingGroup"": ""Gamepad CS"", ""devices"": [ { ""devicePath"": """", ""isOptional"": false, ""isOR"": false } ] } ] }"); // Player m_Player = asset.FindActionMap("Player", throwIfNotFound: true); m_Player_ButtonA = m_Player.FindAction("ButtonA", throwIfNotFound: true); m_Player_ButtonB = m_Player.FindAction("ButtonB", throwIfNotFound: true); m_Player_ButtonDirectional = m_Player.FindAction("ButtonDirectional", throwIfNotFound: true); m_Player_ButtonSelect = m_Player.FindAction("ButtonSelect", throwIfNotFound: true); m_Player_ButtonStart = m_Player.FindAction("ButtonStart", throwIfNotFound: true); } public void Dispose() { UnityEngine.Object.Destroy(asset); } public InputBinding? bindingMask { get => asset.bindingMask; set => asset.bindingMask = value; } public ReadOnlyArray? devices { get => asset.devices; set => asset.devices = value; } public ReadOnlyArray controlSchemes => asset.controlSchemes; public bool Contains(InputAction action) { return asset.Contains(action); } public IEnumerator GetEnumerator() { return asset.GetEnumerator(); } IEnumerator IEnumerable.GetEnumerator() { return GetEnumerator(); } public void Enable() { asset.Enable(); } public void Disable() { asset.Disable(); } // Player private readonly InputActionMap m_Player; private IPlayerActions m_PlayerActionsCallbackInterface; private readonly InputAction m_Player_ButtonA; private readonly InputAction m_Player_ButtonB; private readonly InputAction m_Player_ButtonDirectional; private readonly InputAction m_Player_ButtonSelect; private readonly InputAction m_Player_ButtonStart; public struct PlayerActions { private @InputActionsMaster m_Wrapper; public PlayerActions(@InputActionsMaster wrapper) { m_Wrapper = wrapper; } public InputAction @ButtonA => m_Wrapper.m_Player_ButtonA; public InputAction @ButtonB => m_Wrapper.m_Player_ButtonB; public InputAction @ButtonDirectional => m_Wrapper.m_Player_ButtonDirectional; public InputAction @ButtonSelect => m_Wrapper.m_Player_ButtonSelect; public InputAction @ButtonStart => m_Wrapper.m_Player_ButtonStart; public InputActionMap Get() { return m_Wrapper.m_Player; } public void Enable() { Get().Enable(); } public void Disable() { Get().Disable(); } public bool enabled => Get().enabled; public static implicit operator InputActionMap(PlayerActions set) { return set.Get(); } public void SetCallbacks(IPlayerActions instance) { if (m_Wrapper.m_PlayerActionsCallbackInterface != null) { @ButtonA.started -= m_Wrapper.m_PlayerActionsCallbackInterface.OnButtonA; @ButtonA.performed -= m_Wrapper.m_PlayerActionsCallbackInterface.OnButtonA; @ButtonA.canceled -= m_Wrapper.m_PlayerActionsCallbackInterface.OnButtonA; @ButtonB.started -= m_Wrapper.m_PlayerActionsCallbackInterface.OnButtonB; @ButtonB.performed -= m_Wrapper.m_PlayerActionsCallbackInterface.OnButtonB; @ButtonB.canceled -= m_Wrapper.m_PlayerActionsCallbackInterface.OnButtonB; @ButtonDirectional.started -= m_Wrapper.m_PlayerActionsCallbackInterface.OnButtonDirectional; @ButtonDirectional.performed -= m_Wrapper.m_PlayerActionsCallbackInterface.OnButtonDirectional; @ButtonDirectional.canceled -= m_Wrapper.m_PlayerActionsCallbackInterface.OnButtonDirectional; @ButtonSelect.started -= m_Wrapper.m_PlayerActionsCallbackInterface.OnButtonSelect; @ButtonSelect.performed -= m_Wrapper.m_PlayerActionsCallbackInterface.OnButtonSelect; @ButtonSelect.canceled -= m_Wrapper.m_PlayerActionsCallbackInterface.OnButtonSelect; @ButtonStart.started -= m_Wrapper.m_PlayerActionsCallbackInterface.OnButtonStart; @ButtonStart.performed -= m_Wrapper.m_PlayerActionsCallbackInterface.OnButtonStart; @ButtonStart.canceled -= m_Wrapper.m_PlayerActionsCallbackInterface.OnButtonStart; } m_Wrapper.m_PlayerActionsCallbackInterface = instance; if (instance != null) { @ButtonA.started += instance.OnButtonA; @ButtonA.performed += instance.OnButtonA; @ButtonA.canceled += instance.OnButtonA; @ButtonB.started += instance.OnButtonB; @ButtonB.performed += instance.OnButtonB; @ButtonB.canceled += instance.OnButtonB; @ButtonDirectional.started += instance.OnButtonDirectional; @ButtonDirectional.performed += instance.OnButtonDirectional; @ButtonDirectional.canceled += instance.OnButtonDirectional; @ButtonSelect.started += instance.OnButtonSelect; @ButtonSelect.performed += instance.OnButtonSelect; @ButtonSelect.canceled += instance.OnButtonSelect; @ButtonStart.started += instance.OnButtonStart; @ButtonStart.performed += instance.OnButtonStart; @ButtonStart.canceled += instance.OnButtonStart; } } } public PlayerActions @Player => new PlayerActions(this); private int m_KeyboardCSSchemeIndex = -1; public InputControlScheme KeyboardCSScheme { get { if (m_KeyboardCSSchemeIndex == -1) m_KeyboardCSSchemeIndex = asset.FindControlSchemeIndex("Keyboard CS"); return asset.controlSchemes[m_KeyboardCSSchemeIndex]; } } private int m_GamepadCSSchemeIndex = -1; public InputControlScheme GamepadCSScheme { get { if (m_GamepadCSSchemeIndex == -1) m_GamepadCSSchemeIndex = asset.FindControlSchemeIndex("Gamepad CS"); return asset.controlSchemes[m_GamepadCSSchemeIndex]; } } public interface IPlayerActions { void OnButtonA(InputAction.CallbackContext context); void OnButtonB(InputAction.CallbackContext context); void OnButtonDirectional(InputAction.CallbackContext context); void OnButtonSelect(InputAction.CallbackContext context); void OnButtonStart(InputAction.CallbackContext context); } } } ================================================ FILE: Assets/Scripts/NewBark/Input/InputActionsMaster.cs.meta ================================================ fileFormatVersion: 2 guid: 4f8cb49ca840e4b668f569597ef9368c MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Scripts/NewBark/Input/InputActionsMaster.inputactions ================================================ { "name": "InputActionsMaster", "maps": [ { "name": "Player", "id": "5bf60cd3-4646-4d62-afe8-61fac49f773c", "actions": [ { "name": "ButtonA", "type": "Value", "id": "80033cf8-abff-4a66-b536-2615fefd00fb", "expectedControlType": "", "processors": "", "interactions": "" }, { "name": "ButtonB", "type": "Value", "id": "e49d9410-0957-4001-a00e-2eae1453a655", "expectedControlType": "", "processors": "", "interactions": "" }, { "name": "ButtonDirectional", "type": "Button", "id": "9df6fe33-0459-415e-ad33-d948dd83c772", "expectedControlType": "", "processors": "", "interactions": "" }, { "name": "ButtonSelect", "type": "Value", "id": "af96df5f-0690-42c3-a0e7-478c3dddc598", "expectedControlType": "", "processors": "", "interactions": "" }, { "name": "ButtonStart", "type": "Value", "id": "488c0f70-604a-458f-bb0e-77c73089870b", "expectedControlType": "", "processors": "", "interactions": "" } ], "bindings": [ { "name": "", "id": "7349bad4-c832-45d0-8c28-b13e68689b02", "path": "/x", "interactions": "Press(behavior=1)", "processors": "", "groups": "Keyboard CS", "action": "ButtonA", "isComposite": false, "isPartOfComposite": false }, { "name": "", "id": "1ed2c6fc-bf68-4ce2-9d54-a49dcf99336b", "path": "/buttonWest", "interactions": "Press(behavior=1)", "processors": "", "groups": "Gamepad CS", "action": "ButtonA", "isComposite": false, "isPartOfComposite": false }, { "name": "", "id": "d3bd7194-ae75-4014-99c9-dc6ac6426e70", "path": "/buttonSouth", "interactions": "Press(behavior=1)", "processors": "", "groups": "Gamepad CS", "action": "ButtonB", "isComposite": false, "isPartOfComposite": false }, { "name": "", "id": "3a163e87-a010-4421-9bd8-5b07cc9706d1", "path": "/z", "interactions": "Press(behavior=1)", "processors": "", "groups": "Keyboard CS", "action": "ButtonB", "isComposite": false, "isPartOfComposite": false }, { "name": "Dpad", "id": "81003661-89c6-4e9b-a91a-5a5c184de66b", "path": "2DVector", "interactions": "", "processors": "", "groups": "Gamepad CS", "action": "ButtonDirectional", "isComposite": true, "isPartOfComposite": false }, { "name": "Up", "id": "629d8e7c-a1f3-47fe-b652-dbae51baeda8", "path": "/dpad/up", "interactions": "", "processors": "", "groups": "Gamepad CS", "action": "ButtonDirectional", "isComposite": false, "isPartOfComposite": true }, { "name": "Down", "id": "50ae0167-0db0-4f9a-96dd-1b1fa01b7825", "path": "/dpad/down", "interactions": "", "processors": "", "groups": "Gamepad CS", "action": "ButtonDirectional", "isComposite": false, "isPartOfComposite": true }, { "name": "Left", "id": "d35f274b-3ca5-4594-a9c9-f4d2cfd4c1b4", "path": "/dpad/left", "interactions": "", "processors": "", "groups": "Gamepad CS", "action": "ButtonDirectional", "isComposite": false, "isPartOfComposite": true }, { "name": "Right", "id": "a4f25778-4d24-4a5c-8363-c0327e2f425b", "path": "/dpad/right", "interactions": "", "processors": "", "groups": "Gamepad CS", "action": "ButtonDirectional", "isComposite": false, "isPartOfComposite": true }, { "name": "Arrow Keys", "id": "30972969-7eeb-44b2-b78f-652afa542824", "path": "2DVector", "interactions": "", "processors": "", "groups": "", "action": "ButtonDirectional", "isComposite": true, "isPartOfComposite": false }, { "name": "up", "id": "842830f0-d5a0-4c34-afc4-5e4c59bf4799", "path": "/upArrow", "interactions": "", "processors": "", "groups": "Keyboard CS", "action": "ButtonDirectional", "isComposite": false, "isPartOfComposite": true }, { "name": "down", "id": "ffc888b9-2b54-4bc6-9d27-6499a3082462", "path": "/downArrow", "interactions": "", "processors": "", "groups": "Keyboard CS", "action": "ButtonDirectional", "isComposite": false, "isPartOfComposite": true }, { "name": "left", "id": "18479475-548c-4a49-80ff-b0e3d7205621", "path": "/leftArrow", "interactions": "", "processors": "", "groups": "Keyboard CS", "action": "ButtonDirectional", "isComposite": false, "isPartOfComposite": true }, { "name": "right", "id": "fe70dd07-e9fc-462e-8d66-9dd506216672", "path": "/rightArrow", "interactions": "", "processors": "", "groups": "Keyboard CS", "action": "ButtonDirectional", "isComposite": false, "isPartOfComposite": true }, { "name": "", "id": "7d119c59-0b31-4867-9577-e5e9323f728a", "path": "/select", "interactions": "Press(behavior=1)", "processors": "", "groups": "Gamepad CS", "action": "ButtonSelect", "isComposite": false, "isPartOfComposite": false }, { "name": "", "id": "c60af12a-77fa-450b-968f-ac649e2458ef", "path": "/a", "interactions": "Press(behavior=1)", "processors": "", "groups": "Keyboard CS", "action": "ButtonSelect", "isComposite": false, "isPartOfComposite": false }, { "name": "", "id": "f9ce68ce-7a4f-407f-8a76-b8dcb032afa6", "path": "/start", "interactions": "Press(behavior=1)", "processors": "", "groups": "Gamepad CS", "action": "ButtonStart", "isComposite": false, "isPartOfComposite": false }, { "name": "", "id": "0106cfe0-5de5-4c9e-b04c-dbb449214e1f", "path": "/s", "interactions": "Press(behavior=1)", "processors": "", "groups": "Keyboard CS", "action": "ButtonStart", "isComposite": false, "isPartOfComposite": false } ] } ], "controlSchemes": [ { "name": "Keyboard CS", "bindingGroup": "Keyboard CS", "devices": [ { "devicePath": "", "isOptional": false, "isOR": false } ] }, { "name": "Gamepad CS", "bindingGroup": "Gamepad CS", "devices": [ { "devicePath": "", "isOptional": false, "isOR": false } ] } ] } ================================================ FILE: Assets/Scripts/NewBark/Input/InputActionsMaster.inputactions.meta ================================================ fileFormatVersion: 2 guid: f801527971bf0411587f7408b41bc21a ScriptedImporter: internalIDToNameTable: [] externalObjects: {} serializedVersion: 2 userData: assetBundleName: assetBundleVariant: script: {fileID: 11500000, guid: 8404be70184654265930450def6a9037, type: 3} generateWrapperCode: 1 wrapperCodePath: wrapperClassName: wrapperCodeNamespace: NewBark.Input ================================================ FILE: Assets/Scripts/NewBark/Input/InputController.cs ================================================ using System.Collections.Generic; using UnityEngine; using UnityEngine.InputSystem; namespace NewBark.Input { public class InputController : MonoBehaviour { [Tooltip("Distance in milliseconds between each triggered hold-button message.")] public int holdButtonThrottle = 2; [Tooltip("GameObject that has the focus of the input and will receive the messages.")] public GameObject target; private GameObject prevTarget; private float _holdButtonThrottleCounter; private InputActionsMaster _controls; public InputActionsMaster.PlayerActions Actions => _controls.Player; private void OnEnable() { _controls.Enable(); } private void OnDisable() { _controls.Disable(); } public void DeselectTarget() { prevTarget = target; target = gameObject; } public void SwitchTarget(GameObject newTarget) { prevTarget = target; target = newTarget; } public void RestoreTarget() { if (prevTarget is null) { return; } target = prevTarget; } private void Awake() { _controls = new InputActionsMaster(); foreach (var action in GetActions()) { BindActionMessages(action); } } public InputAction[] GetActions() { return new[] { Actions.ButtonA, Actions.ButtonB, Actions.ButtonStart, Actions.ButtonSelect, Actions.ButtonDirectional }; } private void BindActionMessages(InputAction action) { action.started += ctx => target.SendMessage("On" + action.name + "Started", ctx, SendMessageOptions.DontRequireReceiver); //action.started += ctx => Debug.Log(action.name + " action started."); action.performed += ctx => target.SendMessage("On" + action.name + "Performed", ctx, SendMessageOptions.DontRequireReceiver); //action.performed += ctx => Debug.Log(action.name + " action performed."); action.canceled += ctx => target.SendMessage("On" + action.name + "Canceled", ctx, SendMessageOptions.DontRequireReceiver); //action.canceled += ctx => Debug.Log(action.name + " action canceled."); } private void Update() { if (_holdButtonThrottleCounter < holdButtonThrottle) { _holdButtonThrottleCounter += Time.deltaTime * 1000; return; } _holdButtonThrottleCounter = 0; var holdButtons = GetHoldButtons(); if (holdButtons.Count == 0) { return; } foreach (var keyValuePair in holdButtons) { target.SendMessage("On" + keyValuePair.Value.name + "Hold", keyValuePair, SendMessageOptions.DontRequireReceiver); // Debug.Log(keyValuePair.Value.name + " (" + keyValuePair.Key + ") is being held."); } if (holdButtons.Count > 1) { target.SendMessage("OnMultipleButtonsHold", holdButtons, SendMessageOptions.DontRequireReceiver); } } public Dictionary GetHoldButtons() { Dictionary holdButtons = new Dictionary(); foreach (var action in GetActions()) { if (action.phase == InputActionPhase.Started || action.phase == InputActionPhase.Performed) { holdButtons.Add(ActionToButton(action), action); } } return holdButtons; } public bool IsDirectional(GameButton btn) { return btn == GameButton.Up || btn == GameButton.Right || btn == GameButton.Down || btn == GameButton.Left; } public bool IsRunningMode(Dictionary buttons) { var btnB = false; var btnDir = false; foreach (var keyValue in buttons) { if (keyValue.Key == GameButton.B) { btnB = true; continue; } if (GameManager.Input.IsDirectional(keyValue.Key)) { btnDir = true; } if (btnDir && btnB) { return true; } } return false; } public GameButton ActionToButton(InputAction action) { if (action == null) { return GameButton.None; } if (action == Actions.ButtonDirectional) { var dir = Actions.ButtonDirectional.ReadValue(); if (dir == Vector2.up) { return GameButton.Up; } if (dir == Vector2.down) { return GameButton.Down; } if (dir == Vector2.left) { return GameButton.Left; } if (dir == Vector2.right) { return GameButton.Right; } return GameButton.None; } if (action == Actions.ButtonA) { return GameButton.A; } if (action == Actions.ButtonB) { return GameButton.B; } if (action == Actions.ButtonStart) { return GameButton.Start; } if (action == Actions.ButtonSelect) { return GameButton.Select; } return GameButton.None; } public InputAction ButtonToAction(GameButton button) { switch (button) { case GameButton.Up: case GameButton.Down: case GameButton.Left: case GameButton.Right: return Actions.ButtonDirectional; case GameButton.A: return Actions.ButtonA; case GameButton.B: return Actions.ButtonB; case GameButton.Start: return Actions.ButtonStart; case GameButton.Select: return Actions.ButtonSelect; default: return null; } } public Vector2 ButtonToVector2(GameButton button) { switch (button) { case GameButton.Up: return Vector2.up; case GameButton.Down: return Vector2.down; case GameButton.Left: return Vector2.left; case GameButton.Right: return Vector2.right; default: return Vector2.zero; } } } } ================================================ FILE: Assets/Scripts/NewBark/Input/InputController.cs.meta ================================================ fileFormatVersion: 2 guid: 2a01f9a54f8e472eac6ff58912a445de timeCreated: 1570664630 ================================================ FILE: Assets/Scripts/NewBark/Input.meta ================================================ fileFormatVersion: 2 guid: 27f76105b47734bfbb4d5764194fcdf3 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Scripts/NewBark/InteractionController.cs ================================================ using NewBark.Attributes; using NewBark.Input; using UnityEngine; using UnityEngine.InputSystem; namespace NewBark { [RequireComponent(typeof(PlayerController))] public class InteractionController : MonoBehaviour { [Layer] public int interactableLayer = 8; public float raycastDistance = 1f; private PlayerController _playerController; private void Awake() { _playerController = GetComponent(); } protected void OnButtonAPerformed(InputAction.CallbackContext ctx) { Vector3 direction = _playerController.GetFaceDirection(); RaycastHit2D hit = _playerController.CheckHit(direction, interactableLayer, raycastDistance); GameObject obj = CheckInteractarableHit(hit); var pos = transform.position; if (!obj) { Debug.DrawRay(pos, direction, Color.red); Debug.DrawRay(pos, hit.point, Color.blue); return; } Debug.DrawRay(pos, direction, Color.green); Debug.DrawRay(pos, hit.point, Color.blue); obj.SendMessage("OnPlayerInteract", GameButton.A, SendMessageOptions.DontRequireReceiver); } public GameObject CheckInteractarableHit(RaycastHit2D hit) { if (!hit || !hit.collider || !hit.collider.gameObject) { return null; } return hit.collider.gameObject; } } } ================================================ FILE: Assets/Scripts/NewBark/InteractionController.cs.meta ================================================ fileFormatVersion: 2 guid: 9592d73773f5848f5bff2aab2bae24a4 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Scripts/NewBark/Movement/Direction.cs ================================================ namespace NewBark.Movement { public enum Direction { None, Up, Right, Down, Left } } ================================================ FILE: Assets/Scripts/NewBark/Movement/Direction.cs.meta ================================================ fileFormatVersion: 2 guid: e05b21b14a7e458a95a520f899f23991 timeCreated: 1571021698 ================================================ FILE: Assets/Scripts/NewBark/Movement/Move.cs ================================================ using System; using NewBark.Input; using UnityEngine; namespace NewBark.Movement { public class Move { public const float DefaultSpeed = 5f; public const int DefaultSteps = 1; public Direction direction; public float speed; private readonly float _initialSpeed; public int steps; public Move(Direction direction = Direction.None, int steps = 0, float speed = 0) { this.direction = direction; this.steps = steps; this.speed = _initialSpeed = speed; } public Move(Vector2 direction, int steps = 0, float speed = 0) { this.direction = VectorToDirection(direction); this.steps = steps; this.speed = _initialSpeed = speed; } public float CalculateAnimationSpeed() { return CalculateAnimationSpeed(speed); } public float CalculateAnimationSpeed(float moveSpeed) { return (moveSpeed * 10) / 60; } public bool IsSpeedUp() { return speed > _initialSpeed; } public void RestoreSpeed() { speed = _initialSpeed; } public void DoubleSpeed() { speed *= 2; } public bool IsInitial() { return !(Math.Abs(speed) > 0) && direction == Direction.None && steps == 0; } public Vector2 GetDirectionVector() { return DirectionToVector(direction); } public static Vector2 DirectionToVector(Direction direction) { switch (direction) { case Direction.Up: return Vector2.up; case Direction.Right: return Vector2.right; case Direction.Down: return Vector2.down; case Direction.Left: return Vector2.left; default: return Vector2.zero; } } public static Direction VectorToDirection(Vector2 vector) { // sanitize if (vector.x > 0) vector.x = 1; if (vector.x < 0) vector.x = -1; if (vector.y > 0) vector.y = 1; if (vector.y < 0) vector.y = -1; if (Math.Abs(vector.x) > 0 && Math.Abs(vector.y) > 0) vector.x = 0; // lock diagonal movement // map if (vector == Vector2.zero) return Direction.None; if (vector == Vector2.up) return Direction.Up; if (vector == Vector2.right) return Direction.Right; if (vector == Vector2.down) return Direction.Down; if (vector == Vector2.left) return Direction.Left; return Direction.None; } public static Direction ButtonToDirection(GameButton button) { switch (button) { case GameButton.Up: return Direction.Up; case GameButton.Right: return Direction.Right; case GameButton.Down: return Direction.Down; case GameButton.Left: return Direction.Left; default: return Direction.None; } } } } ================================================ FILE: Assets/Scripts/NewBark/Movement/Move.cs.meta ================================================ fileFormatVersion: 2 guid: dc02131bab974d528f9213cf119b6037 timeCreated: 1571021475 ================================================ FILE: Assets/Scripts/NewBark/Movement/MoveDirector.cs ================================================ using System; using UnityEngine; namespace NewBark.Movement { public class MoveDirector { private GameObject _target; private Vector2 _offset; private float _turnAroundDelay; private float _currentDelay; private MovePath _currentPath; public MovePath Path => _currentPath; public bool Moving => _currentPath.IsMoving(); public MoveDirector(GameObject target, Vector2 offset, float turnAroundDelay) { _currentPath = new MovePath(); _target = target; _offset = offset; _turnAroundDelay = turnAroundDelay; } public bool UpdateMovement() { if (IsDelayed()) { UpdateDelay(); return true; } if (!Moving) { return false; } UpdatePosition(); return true; } public void ClampPosition() { _target.transform.position = _currentPath.ClampPosition(); } private void UpdatePosition() { _target.transform.position = _currentPath.UpdatePosition(); if (!_currentPath.HasArrived()) return; _target.SendMessage("OnMoveEnd", _currentPath, SendMessageOptions.DontRequireReceiver); Stop(); } private void UpdateDelay() { if (_currentDelay >= 0) { _currentDelay -= Time.deltaTime * 1000; return; } if (_currentDelay < 0) { _currentDelay = 0; _target.SendMessage("OnMoveDirectionChangeEnd", _currentPath, SendMessageOptions.DontRequireReceiver); Stop(); } } public bool IsDelayed() { return Math.Abs(_currentDelay) > 0; } public void SetDelay(float ms) { _currentDelay = ms; } public void AddDelay(float ms) { _currentDelay += ms; } public bool Move(Direction direction, Vector2 destination) { var path = new MovePath(_target.transform.position, new Move(direction, 0, 0), _offset, destination); return Move(path); } public bool Move(Vector2 direction, Vector2 destination) { return Move(Movement.Move.VectorToDirection(direction), destination); } public bool Move(Vector2 direction, int steps, float speed) { return Move(new Move(direction, steps, speed), true); } public bool Move(Direction direction, int steps, float speed) { return Move(new Move(direction, steps, speed), true); } public bool Move(Move move, bool checkCollisions) { if (checkCollisions) { return Move(new MovePath(_target.transform.position, move, _offset, GameManager.CollisionsLayer)); } return Move(new MovePath(_target.transform.position, move, _offset)); } public bool Move(MovePath newPath) { if (Moving) { _target.SendMessage("OnMoveCancel", newPath, SendMessageOptions.DontRequireReceiver); return false; } _target.SendMessage("OnMoveBeforeStart", newPath, SendMessageOptions.DontRequireReceiver); if (newPath.Direction != _currentPath.Direction) { // Should turn around without moving return LookAt(newPath.Direction, _turnAroundDelay); } if (newPath.HasCollision(1)) // min hit distance = 1 tile { _target.SendMessage( "OnMoveCollide", newPath.Hit, SendMessageOptions.DontRequireReceiver ); Stop(); return false; } if (!newPath.IsMoving()) { // Nothing to move (steps = 0 or speed = 0) _target.SendMessage("OnMoveCancel", newPath, SendMessageOptions.DontRequireReceiver); return false; } _currentPath = newPath; _target.SendMessage("OnMoveStart", newPath, SendMessageOptions.DontRequireReceiver); return true; } public bool LookAt(Vector2 direction, float waitTime) { return LookAt(Movement.Move.VectorToDirection(direction), waitTime); } public bool LookAt(Direction direction, float waitTime) { if (Moving || (direction == _currentPath.Direction)) { return false; } _currentDelay = waitTime; _currentPath = DirectionToPath(direction); _target.SendMessage("OnMoveDirectionChangeStart", _currentPath, SendMessageOptions.DontRequireReceiver); return true; } public MovePath DirectionToPath(Direction direction) { var pos = _target.transform.position; return new MovePath(pos, new Move(direction), _offset, pos); } public void Stop() { _target.SendMessage("OnMoveStop", _currentPath, SendMessageOptions.DontRequireReceiver); _currentPath.Stop(); } } } ================================================ FILE: Assets/Scripts/NewBark/Movement/MoveDirector.cs.meta ================================================ fileFormatVersion: 2 guid: c024a6710d2a4189a6e21a5c7ea2aee4 timeCreated: 1571778855 ================================================ FILE: Assets/Scripts/NewBark/Movement/MovePath.cs ================================================ using System; using UnityEngine; namespace NewBark.Movement { public class MovePath { private readonly Vector2 _origin; private readonly Vector2 _offset; private Vector2 _position; private Vector2 _destination; private Move _move; private RaycastHit2D _hit; public Vector2 Origin => _origin; public Vector2 Position => _position; public Vector2 Destination => _destination; public Move Move => _move; public Direction Direction => _move.direction; public RaycastHit2D Hit => _hit; public MovePath() { _origin = _position = _offset = _destination = Vector2.zero; _move = new Move(); _hit = new RaycastHit2D(); } public MovePath(Vector2 origin, Move move, Vector2 offset, int collisionLayer) { _origin = _position = origin; _offset = offset; // fix path var correction = CalculatePath(origin, move, 1 << collisionLayer); _move = correction.move; _destination = correction.destination; _hit = correction.hit; } public MovePath(Vector2 origin, Move move, Vector2 offset) { _origin = _position = origin; _offset = offset; _move = move; _hit = new RaycastHit2D(); _destination = CalculateDestination(origin, move); } public MovePath(Vector2 origin, Move move, Vector2 offset, Vector2 destination) { _origin = _position = origin; _offset = offset; _move = move; _destination = destination; _hit = new RaycastHit2D(); } public bool IsInitial() { return _move.IsInitial() && (_destination == Vector2.zero) && (_destination == _origin) && (_destination == _position); } public bool HasCollision() { return _hit.collider ? true : false; } public bool HasCollision(int maxDistance) { return HasCollision() && _hit.distance <= maxDistance; } public Vector2 UpdatePosition() { if (HasArrived()) { return ClampPosition(); } if (!(Math.Abs(_move.speed) > 0)) { _position = _destination; return _position; } _position = Vector2.MoveTowards( _position, _destination, Time.fixedDeltaTime * _move.speed ); return _position; } public Vector2 ClampPosition() { _position = Clamp(_position, _offset); return _position; } public bool IsMoving() { return ((_move.speed > 0) && (_move.steps > 0)) || !HasArrived(); } public void Stop() { _destination = _position; _move.speed = 0; _move.steps = 0; } public bool HasArrived() { return _position == _destination; } public static Vector2 Clamp(Vector2 position, Vector2 offset) { if (offset == Vector2.zero) { return position; } return new Vector2( ClampAxis(position.x, offset.x), ClampAxis(position.y, offset.y) ); } public static float ClampAxis(float val, float offset) { if (Math.Abs(offset) > 0) { return val; } var mod = val % 1f; if (Math.Abs(mod - offset) < double.Epsilon) // more precise than: if (mod == fraction) { return val; } if (val < 0f) { return (val - mod) - offset; } return (val - mod) + offset; } private static RaycastHit2D GetFirstHit(Vector2 origin, Move move, int layerMask) { RaycastHit2D hit = new RaycastHit2D(); // Checks the Raycast Hit in any of the next steps for (int distance = 1; distance <= move.steps; distance++) { hit = Physics2D.Raycast(origin, move.GetDirectionVector(), distance, layerMask); if (hit.collider) { return hit; } } return hit; } private static (Vector2 destination, Move move, RaycastHit2D hit) CalculatePath(Vector2 origin, Move move, int layerMask) { var hit = GetFirstHit(origin, move, layerMask); if (hit.collider) { // Cap steps until next collision move.steps = Math.Min(move.steps, (int) Math.Round(hit.distance, 0)); } var destination = CalculateDestination(origin, move); return (destination, move, hit); } private static Vector2 CalculateDestination(Vector2 origin, Move move) { return origin + (Move.DirectionToVector(move.direction) * move.steps); } } } ================================================ FILE: Assets/Scripts/NewBark/Movement/MovePath.cs.meta ================================================ fileFormatVersion: 2 guid: c39975fa19164ad396f630872cec6a0d timeCreated: 1571862757 ================================================ FILE: Assets/Scripts/NewBark/Movement/PlayerMoveController.cs ================================================ using System; using System.Collections.Generic; using NewBark.Input; using UnityEngine; using UnityEngine.InputSystem; namespace NewBark.Movement { [RequireComponent(typeof(AnimationController))] public class PlayerMoveController : MonoBehaviour { public float speed = Move.DefaultSpeed; public float collisionSpeed = Move.DefaultSpeed / 2; public int tilesPerStep = Move.DefaultSteps; [Tooltip("Time to turn around to a different direction, in milliseconds.")] public float turnAroundDelay = 125; public AudioClip collisionSound; public float collisionSoundDelay = 0.25f; public Vector2 clampOffset = new Vector2(0.5f, 0.5f); private MoveDirector _director; public MoveDirector Director => _director; private AnimationController Animation => GetComponent(); private void Start() { _director = new MoveDirector(gameObject, clampOffset, turnAroundDelay); } private void OnValidate() { _director = new MoveDirector(gameObject, clampOffset, turnAroundDelay); } private void FixedUpdate() { _director.UpdateMovement(); } public void OnMoveBeforeStart(MovePath path) { var direction = path.Move.GetDirectionVector(); Animation.UpdateAnimation(direction, direction, path.Move.CalculateAnimationSpeed()); } public void OnMoveDirectionChangeEnd() { _director.Path.Move.speed = 0; Animation.UpdateAnimation(0f); } public void OnMoveEnd() { Animation.StopAnimation(); } public void OnMoveCollide() { GameManager.Audio.PlaySfxWhenIdle(collisionSound, collisionSoundDelay); Animation.UpdateAnimation(_director.Path.Move.CalculateAnimationSpeed(collisionSpeed)); } public void OnMultipleButtonsHold(Dictionary buttons) { if (!_director.Path.Move.IsSpeedUp() && GameManager.Input.IsRunningMode(buttons)) { _director.Path.Move.DoubleSpeed(); var animationSpeed = _director.Path.Move.CalculateAnimationSpeed(); if (animationSpeed <= 0) { // it is colliding, reduce animation speed animationSpeed = _director.Path.Move.CalculateAnimationSpeed(collisionSpeed); } Animation.UpdateAnimation(animationSpeed); } } public void OnButtonBPerformed(InputAction.CallbackContext ctx) { if (_director.Path.Move.IsSpeedUp()) { _director.Path.Move.RestoreSpeed(); _director.ClampPosition(); } } public void OnButtonDirectionalHold(KeyValuePair btn) { _director.Move(btn.Value.ReadValue(), tilesPerStep, speed); } public void OnButtonDirectionalCanceled(InputAction.CallbackContext ctx) { // Without this check, turn-around movement wouldn't have animation or would have a very short one: if (_director.IsDelayed()) { return; } Animation.StopAnimation(); _director.ClampPosition(); } } } ================================================ FILE: Assets/Scripts/NewBark/Movement/PlayerMoveController.cs.meta ================================================ fileFormatVersion: 2 guid: 5d0f62f0a3c94b12b8cc3d939dbdc7e3 timeCreated: 1571871978 ================================================ FILE: Assets/Scripts/NewBark/Movement/TeleportController.cs ================================================ using NewBark.Input; using NewBark.Support.Extensions; using NewBark.UI; using UnityEngine; namespace NewBark.Movement { [RequireComponent(typeof(BoxCollider2D))] [RequireComponent(typeof(PlayerMoveController))] public class TeleportController : MonoBehaviour { private int _stairsWaitTime = 500; private bool _paused; private TeleportPortal _pendingTeleport; public TransitionController transitionController; public PlayerMoveController PlayerMove => GetComponent(); public bool IsPaused() { return _paused; } public void Pause() { _paused = true; } public void Unpause() { _paused = false; } public void Resume() { Unpause(); if (_pendingTeleport is null) { Debug.LogWarning("pending teleport is null"); return; } Teleport(_pendingTeleport, true); } private bool IsPortal(Collider2D other) { return other.gameObject.HasComponent(); } private TeleportPortal GetPortal(Collider2D other) { return other.gameObject.GetComponent(); } public bool Teleport(Vector2 lookingDirection, Vector2 absolutePosition) { PlayerMove.Director.Stop(); if (!PlayerMove.Director.Move(lookingDirection, absolutePosition)) return false; transform.position = absolutePosition; PlayerMove.Director.Stop(); return true; } public TeleportPortal CalculatePortal(TeleportPortal destination) { if (destination.dropZoneLookAt == GameButton.None) { destination.calculatedDropZoneLookAt = PlayerMove.Director.Path.Move.GetDirectionVector(); } else { destination.calculatedDropZoneLookAt = GameManager.Input.ButtonToVector2(destination.dropZoneLookAt); } destination.calculatedDropZone = (Vector2) destination.dropZone.position + destination.dropZoneOffset; return destination; } public bool Teleport(TeleportPortal destination, bool isCalculated = false) { if (!isCalculated) { destination = CalculatePortal(destination); } // first, move to the drop zone immediately, without animation if (!Teleport(destination.calculatedDropZoneLookAt, destination.calculatedDropZone)) { return false; } if (destination.calculatedDropZoneLookAt == Vector2.zero) { return true; } // turn around if necessary, to avoid turn around timeout if (destination.dropZoneLookAt != GameButton.None) { PlayerMove.Director.LookAt(destination.calculatedDropZoneLookAt, destination.dropZoneSteps > 0 ? 0 : _stairsWaitTime); } if (destination.dropZoneSteps == 0) { return true; } // move the necessary steps in that direction // TODO: refactor into a separate function to be able to delay it too (door enter animation cannot be seen on fade in) if (!PlayerMove.Director.Move(destination.calculatedDropZoneLookAt, destination.dropZoneSteps, PlayerMove.speed)) { Debug.LogWarning("Moving dropzone steps FAILED..."); } return true; } private bool IsTeleporting() { if (!(_pendingTeleport is null)) { return true; } return false; } // For the OnTriggerStay2D event to be fired while the object is in contact, the Rigid2D body Sleep Mode // has to be on "Never Sleep", otherwise this is only triggered once void OnTriggerEnter2D(Collider2D other) { if (!IsPortal(other) || IsTeleporting() || IsPaused()) { return; } var calculatedPortal = CalculatePortal(GetPortal(other)); _pendingTeleport = calculatedPortal; if (_pendingTeleport.soundEffect) { GameManager.Audio.PlaySfx(_pendingTeleport.soundEffect); } if (!(transitionController is null)) { transitionController.TransitionOutIn(); } else { Resume(); _pendingTeleport = null; } } void OnTransitionOutStart() { Pause(); GameManager.Input.DeselectTarget(); } void OnTransitionInStart() { Resume(); } void OnTransitionInEnd() { _pendingTeleport = null; GameManager.Input.RestoreTarget(); } } } ================================================ FILE: Assets/Scripts/NewBark/Movement/TeleportController.cs.meta ================================================ fileFormatVersion: 2 guid: e722a9508ffa4f44a834c3a1f8f92d39 timeCreated: 1570998656 ================================================ FILE: Assets/Scripts/NewBark/Movement/TeleportPortal.cs ================================================ using NewBark.Input; using UnityEngine; namespace NewBark.Movement { public class TeleportPortal : MonoBehaviour { public AudioClip soundEffect; public Transform dropZone; public Vector2 dropZoneOffset; public int dropZoneSteps; public GameButton dropZoneLookAt = GameButton.None; [HideInInspector] public Vector2 calculatedDropZone; [HideInInspector] public Vector2 calculatedDropZoneLookAt; } } ================================================ FILE: Assets/Scripts/NewBark/Movement/TeleportPortal.cs.meta ================================================ fileFormatVersion: 2 guid: f8a1d8b26f1941d5b4ec89d3e35c2757 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Scripts/NewBark/Movement.meta ================================================ fileFormatVersion: 2 guid: 7ec77b8c66f174a8a9125c4d558b917b folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Scripts/NewBark/PlayerController.cs ================================================ using System; using NewBark.Tilemap; using UnityEditor; using UnityEngine; namespace NewBark { [RequireComponent(typeof(AnimationController))] public class PlayerController : MonoBehaviour { [HideInInspector] public AnimationController playerAnimationController; public AnimationController grassAnimationController; private void Awake() { playerAnimationController = GetComponent(); } public Vector2 GetFaceDirection() { return playerAnimationController.GetLastAnimationDirection(); } public bool WillCollide(Vector2 direction) { return CheckCollision(direction) != null; } public Collider2D CheckCollision(Vector2 direction) { return CheckHit(direction).collider; } public RaycastHit2D CheckHit(Vector2 direction, int layerIndex = GameManager.CollisionsLayer, float distance = 1f) { return Physics2D.Raycast( transform.position, direction, distance, 1 << layerIndex ); } void DrawHit(Vector2 dir) { var hit = CheckHit(dir); if (!hit || !hit.collider) { Debug.DrawRay(transform.position, dir, Color.green); Debug.DrawRay(transform.position, hit.point, Color.blue); return; } Debug.DrawRay(transform.position, dir, Color.red); Debug.DrawRay(transform.position, hit.point, Color.blue); } #if UNITY_EDITOR void Update() { DrawHit(playerAnimationController.GetLastAnimationDirection()); } void OnDrawGizmos() { var position = transform.position; Handles.Label( position + new Vector3(-4, 3), position.x + ", " + position.y + ", " + AreaTitleTrigger.LastTriggerTitle, new GUIStyle {fontSize = 8, normal = {textColor = Color.blue}} ); } #endif } } ================================================ FILE: Assets/Scripts/NewBark/PlayerController.cs.meta ================================================ fileFormatVersion: 2 guid: fe8a06eb057e46d5a7dcb5e26b6f58c8 timeCreated: 1570767982 ================================================ FILE: Assets/Scripts/NewBark/State/GameData.cs ================================================ using System; using NewBark.Support; namespace NewBark.State { [Serializable] public class GameData { public static readonly int SchemaVersion = 2; public static readonly int MinCompatibleSchemaVersion = 2; public DateTime startDate = DateTime.Now; public DateTime saveDate = DateTime.Now; public float playTime; public string areaTitleTrigger; public SerializableVector2 playerPosition; public SerializableVector2 playerDirection; } } ================================================ FILE: Assets/Scripts/NewBark/State/GameData.cs.meta ================================================ fileFormatVersion: 2 guid: b52467cdc6474dda932372f465122632 timeCreated: 1570816469 ================================================ FILE: Assets/Scripts/NewBark/State/SaveManager.cs ================================================ using System; using System.IO; using System.Runtime.Serialization.Formatters.Binary; using UnityEngine; namespace NewBark.State { public static class SaveManager { private const string SaveFilePrefix = "newbark-gamedata_v"; private const string SaveFileSuffix = ".sav"; private static string GetSaveFileName(int schemaVersion) { return Path.Combine(Application.persistentDataPath, SaveFilePrefix + schemaVersion + SaveFileSuffix); } private static string GetSaveFileName() { return GetSaveFileName(GameData.SchemaVersion); } private static string FindSaveFileName() { for (var i = GameData.SchemaVersion; i >= GameData.MinCompatibleSchemaVersion; i--) { var fileName = GetSaveFileName(i); if (File.Exists(fileName)) { return fileName; } } return null; } public static void Save(GameData data) { var stream = new FileStream(GetSaveFileName(), FileMode.Create); var formatter = new BinaryFormatter(); formatter.Serialize(stream, data); stream.Close(); Debug.Log("Game SAVED. " + GetPlayTime(data)); } public static GameData Load() { var fileName = FindSaveFileName(); if (fileName == null) return null; var stream = new FileStream(fileName, FileMode.Open); if (stream.Length == 0) { stream.Close(); return null; } var formatter = new BinaryFormatter(); var data = formatter.Deserialize(stream) as GameData; stream.Close(); Debug.Log("Game LOADED. "); return data; } private static string GetPlayTime(GameData data) { var t = TimeSpan.FromSeconds(data.playTime); return "Play time: " + string.Format( "{0:D2} hours, {1:D2} minutes, {2:D2} seconds, {3:D3} ms", t.Hours, t.Minutes, t.Seconds, t.Milliseconds ); } } } ================================================ FILE: Assets/Scripts/NewBark/State/SaveManager.cs.meta ================================================ fileFormatVersion: 2 guid: 9580b14217494e8eace2cdc71c218a87 timeCreated: 1570768164 ================================================ FILE: Assets/Scripts/NewBark/State.meta ================================================ fileFormatVersion: 2 guid: 69dc1934ddd14c5b9f4e4bbf4d858574 timeCreated: 1570768144 ================================================ FILE: Assets/Scripts/NewBark/Support/Extensions/GameObjectExtension.cs ================================================ using System.Collections.Generic; using UnityEngine; namespace NewBark.Support.Extensions { public static class GameObjectExtension { public static bool HasComponent(this GameObject obj) where T : Component { return obj.TryGetComponent(typeof(T), out _); } public static GameObject SetParent(this GameObject obj, GameObject newParent) { obj.transform.parent = newParent.transform; return obj; } public static GameObject SetParent(this GameObject obj, Component newParent) { obj.transform.parent = newParent.transform; return obj; } public static T FindObjectByTypeAndName(string name) where T : Component { var objs = FindObjectsByTypeAndName(name); if (objs.Length > 0) { return objs[0]; } return null; } public static T[] FindObjectsByTypeAndName(string name) where T : Component { var objs = GameObject.FindObjectsOfType(); var filteredObjs = new List(); foreach (var obj in objs) { if (obj.name == name) { filteredObjs.Add(obj); } } return filteredObjs.ToArray(); } } } ================================================ FILE: Assets/Scripts/NewBark/Support/Extensions/GameObjectExtension.cs.meta ================================================ fileFormatVersion: 2 guid: 696a4aa79296f4a6da1889b26f9e10c8 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Scripts/NewBark/Support/Extensions.meta ================================================ fileFormatVersion: 2 guid: 5971546db46e8443e85ce3ca27eb3a2c folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Scripts/NewBark/Support/Physics/CollisionEvent2D.cs ================================================ using System; using UnityEngine; using UnityEngine.Events; namespace NewBark.Support.Physics { [Serializable] public class CollisionEvent2D : UnityEvent { } } ================================================ FILE: Assets/Scripts/NewBark/Support/Physics/CollisionEvent2D.cs.meta ================================================ fileFormatVersion: 2 guid: e750297403a142bfb5785d383a96e26d timeCreated: 1570755864 ================================================ FILE: Assets/Scripts/NewBark/Support/Physics/TriggerEvent2D.cs ================================================ using System; using UnityEngine; using UnityEngine.Events; namespace NewBark.Support.Physics { [Serializable] public class TriggerEvent2D : UnityEvent { } } ================================================ FILE: Assets/Scripts/NewBark/Support/Physics/TriggerEvent2D.cs.meta ================================================ fileFormatVersion: 2 guid: 0396a130035742e5848be6fa34085e9d timeCreated: 1570755938 ================================================ FILE: Assets/Scripts/NewBark/Support/Physics/TriggerListener2D.cs ================================================ using NewBark.Attributes; using UnityEngine; using UnityEngine.Events; namespace NewBark.Support.Physics { public class TriggerListener2D : MonoBehaviour { [Tag] public string tagFilter; public UnityEvent onEnter; public UnityEvent onStay; public UnityEvent onExit; void OnTriggerEnter2D(Collider2D other) { if (tagFilter != null && !other.CompareTag(tagFilter)) { return; } onEnter.Invoke(); } void OnTriggerStay2D(Collider2D other) { if (tagFilter != null && !other.CompareTag(tagFilter)) { return; } onStay.Invoke(); } void OnTriggerExit2D(Collider2D other) { if (tagFilter != null && !other.CompareTag(tagFilter)) { return; } onExit.Invoke(); } } } ================================================ FILE: Assets/Scripts/NewBark/Support/Physics/TriggerListener2D.cs.meta ================================================ fileFormatVersion: 2 guid: 882fa9ff2daf4c0b914197524e29a790 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Scripts/NewBark/Support/Physics.meta ================================================ fileFormatVersion: 2 guid: 7910d7faeaaa4df9a25f853129f069d4 timeCreated: 1570748323 ================================================ FILE: Assets/Scripts/NewBark/Support/README.md ================================================ # NewBark.Support Support classes that do not contain game-specific logic and can be used in any game. ================================================ FILE: Assets/Scripts/NewBark/Support/README.md.meta ================================================ fileFormatVersion: 2 guid: 6d7d65e9d4b841e094f85329bcab3e64 timeCreated: 1570940972 ================================================ FILE: Assets/Scripts/NewBark/Support/SerializableVector2.cs ================================================ using System; using UnityEngine; namespace NewBark.Support { [Serializable] public struct SerializableVector2 : IEquatable, IEquatable { public float x; public float y; public static implicit operator SerializableVector2(Vector2 v) { return new SerializableVector2 {x = v.x, y = v.y}; } public static implicit operator Vector2(SerializableVector2 sv) { return new Vector2 {x = sv.x, y = sv.y}; } public static implicit operator SerializableVector2(Vector3 v) { return new SerializableVector2 {x = v.x, y = v.y}; } public static implicit operator Vector3(SerializableVector2 sv) { return new Vector3 {x = sv.x, y = sv.y}; } public static implicit operator SerializableVector2(SerializableVector3 v) { return new SerializableVector2 {x = v.x, y = v.y}; } public static implicit operator SerializableVector3(SerializableVector2 sv) { return new SerializableVector3 {x = sv.x, y = sv.y, z = 0}; } public bool Equals(SerializableVector2 other) { return x.Equals(other.x) && y.Equals(other.y); } public bool Equals(SerializableVector3 other) { return x.Equals(other.x) && y.Equals(other.y); } public bool Equals(Vector2 other) { return x.Equals(other.x) && y.Equals(other.y); } public bool Equals(Vector3 other) { return x.Equals(other.x) && y.Equals(other.y); } public override bool Equals(object obj) { switch (obj) { case null: return false; case Vector2 vector2: return Equals(vector2); case Vector3 v: return Equals(v); default: return obj.GetType() == GetType() && Equals((SerializableVector2) obj); } } public override int GetHashCode() { unchecked { return (x.GetHashCode() * 397) ^ y.GetHashCode(); } } } } ================================================ FILE: Assets/Scripts/NewBark/Support/SerializableVector2.cs.meta ================================================ fileFormatVersion: 2 guid: b6d84e1d2e564294956f56f645194379 timeCreated: 1570821329 ================================================ FILE: Assets/Scripts/NewBark/Support/SerializableVector3.cs ================================================ using System; using UnityEngine; namespace NewBark.Support { [Serializable] public struct SerializableVector3 : IEquatable, IEquatable { public float x; public float y; public float z; public static implicit operator SerializableVector3(Vector3 v) { return new SerializableVector3 {x = v.x, y = v.y, z = v.z}; } public static implicit operator Vector3(SerializableVector3 sv) { return new Vector3 {x = sv.x, y = sv.y, z = sv.z}; } public static implicit operator SerializableVector3(Vector2 v) { return new SerializableVector3 {x = v.x, y = v.y, z = 0}; } public static implicit operator Vector2(SerializableVector3 sv) { return new Vector2 {x = sv.x, y = sv.y}; } public static implicit operator SerializableVector3(SerializableVector2 v) { return new SerializableVector3 {x = v.x, y = v.y, z = 0}; } public static implicit operator SerializableVector2(SerializableVector3 sv) { return new SerializableVector2 {x = sv.x, y = sv.y}; } public bool Equals(SerializableVector2 other) { return x.Equals(other.x) && y.Equals(other.y); } public bool Equals(SerializableVector3 other) { return x.Equals(other.x) && y.Equals(other.y) && z.Equals(other.z); } public bool Equals(Vector2 other) { return x.Equals(other.x) && y.Equals(other.y); } public bool Equals(Vector3 other) { return x.Equals(other.x) && y.Equals(other.y) && z.Equals(other.z); } public override bool Equals(object obj) { switch (obj) { case null: return false; case Vector2 v: return Equals(v); case Vector3 v: return Equals(v); default: return obj.GetType() == GetType() && Equals((SerializableVector3) obj); } } public override int GetHashCode() { unchecked { var hashCode = x.GetHashCode(); hashCode = (hashCode * 397) ^ y.GetHashCode(); hashCode = (hashCode * 397) ^ z.GetHashCode(); return hashCode; } } } } ================================================ FILE: Assets/Scripts/NewBark/Support/SerializableVector3.cs.meta ================================================ fileFormatVersion: 2 guid: d5b0e009d7bc402c80b1734670028bb3 timeCreated: 1570822719 ================================================ FILE: Assets/Scripts/NewBark/Support/Singleton.cs ================================================ using UnityEngine; namespace NewBark.Support { /// /// Inherit from this base class to create a singleton. /// e.g. public class MyClassName : Singleton {} /// public class Singleton : MonoBehaviour where T : Component { // Check to see if we're about to be destroyed. private static bool _shuttingDown; private static object _lock = new object(); private static T _instance; /// /// Access singleton instance through this propriety. /// public static T Instance { get { if (_shuttingDown) { Debug.LogWarning("[Singleton] Instance '" + typeof(T) + "' already destroyed. Returning null."); return null; } lock (_lock) { if (_instance == null) { // Search for existing instance. _instance = (T) FindObjectOfType(typeof(T)); // Create new instance if one doesn't already exist. if (_instance != null) { //Debug.Log(typeof(T) + " object instance found for Singleton."); return _instance; } // Need to create a new GameObject to attach the singleton to. var singletonObject = new GameObject(); _instance = singletonObject.AddComponent(); singletonObject.name = typeof(T) + " (Singleton)"; //Debug.Log(singletonObject.name + " instance NEWLY CREATED."); // Make instance persistent. DontDestroyOnLoad(singletonObject); } return _instance; } } } private void OnApplicationQuit() { _shuttingDown = true; } private void OnDestroy() { _shuttingDown = true; } } } ================================================ FILE: Assets/Scripts/NewBark/Support/Singleton.cs.meta ================================================ fileFormatVersion: 2 guid: 2ab2685231bd4bfaa4a0bf047210fbf2 timeCreated: 1570929752 ================================================ FILE: Assets/Scripts/NewBark/Support.meta ================================================ fileFormatVersion: 2 guid: d611d4ced45c4975bbe1732f88beee7b timeCreated: 1570929742 ================================================ FILE: Assets/Scripts/NewBark/Tilemap/AreaTitle.cs ================================================ using UnityEngine; namespace NewBark.Tilemap { [CreateAssetMenu(fileName = "Untitled_AreaTitle", menuName = "NewBark/Area Title")] public class AreaTitle : ScriptableObject { public string title; public string subtitle; public AudioClip music; } } ================================================ FILE: Assets/Scripts/NewBark/Tilemap/AreaTitle.cs.meta ================================================ fileFormatVersion: 2 guid: 2129cd2d9cd34372bdcf378e2c53b862 timeCreated: 1570854466 ================================================ FILE: Assets/Scripts/NewBark/Tilemap/AreaTitleTrigger.cs ================================================ using System; using NewBark.Attributes; using NewBark.Support.Extensions; using UnityEngine; using UnityEngine.Events; namespace NewBark.Tilemap { public class AreaTitleTrigger : MonoBehaviour { public static AreaTitleTrigger LastTrigger { get; private set; } public static string LastTriggerName => LastTrigger ? LastTrigger.name : null; public static string LastTriggerTitle => LastTrigger ? LastTrigger.areaTitle.title : null; public AreaTitle areaTitle; [Tag] public string tagFilter = "Player"; public UnityEvent onAreaEnter; public static void SwitchTo(string triggerName) { if (triggerName == null) { return; } var trigger = GameObjectExtension.FindObjectByTypeAndName(triggerName); if (trigger == null) { throw new Exception("Area Title Trigger with name '" + triggerName + "' not found"); } SwitchTo(trigger); } public static void SwitchTo(AreaTitleTrigger trigger) { if (trigger == null) { return; } if ((LastTrigger != null) && LastTrigger == trigger) { return; } LastTrigger = trigger; var areaTitle = trigger.areaTitle; if (areaTitle.music != null) { GameManager.Audio.PlayBgmTransition(areaTitle.music); } } void OnTriggerEnter2D(Collider2D other) { if (tagFilter != null && !other.CompareTag(tagFilter)) { return; } SwitchTo(this); onAreaEnter.Invoke(); } } } ================================================ FILE: Assets/Scripts/NewBark/Tilemap/AreaTitleTrigger.cs.meta ================================================ fileFormatVersion: 2 guid: 363196879af6452b985df7de7066298c timeCreated: 1570897151 ================================================ FILE: Assets/Scripts/NewBark/Tilemap/TileSwap.cs ================================================ using System; using UnityEngine.Tilemaps; namespace NewBark.Tilemap { [Serializable] public class TileSwap { public TileBase changeTile; public TileBase newTile; } } ================================================ FILE: Assets/Scripts/NewBark/Tilemap/TileSwap.cs.meta ================================================ fileFormatVersion: 2 guid: 77f4e736e76e45feaa1b89de2c9c6131 timeCreated: 1570764461 ================================================ FILE: Assets/Scripts/NewBark/Tilemap/TileSwapSchedule.cs ================================================ using System; using UnityEngine; namespace NewBark.Tilemap { [Serializable] public class TileSwapSchedule { public string m_Title; public int m_FromHour; public int m_ToHour; public TileSwap[] m_TileSwaps; public Color color = Color.white; public bool InSchedule() { return DateTime.Now.Hour >= m_FromHour && DateTime.Now.Hour < m_ToHour; } } } ================================================ FILE: Assets/Scripts/NewBark/Tilemap/TileSwapSchedule.cs.meta ================================================ fileFormatVersion: 2 guid: 40869df2886844bc8250c5070e656797 timeCreated: 1570937366 ================================================ FILE: Assets/Scripts/NewBark/Tilemap/TileSwapScheduler.cs ================================================ using UnityEngine; namespace NewBark.Tilemap { public class TileSwapScheduler : MonoBehaviour { public TileSwapSchedule[] schedules; private UnityEngine.Tilemaps.Tilemap[] _tileMaps; private TileSwapSchedule _currentSchedule; void Start() { _tileMaps = GetComponentsInChildren(); } void Update() { foreach (var schedule in schedules) { if (schedule.InSchedule() && (_currentSchedule != schedule)) { SwapTiles(schedule); _currentSchedule = schedule; return; } } } private void OnValidate() { _currentSchedule = null; } void SwapTiles(TileSwapSchedule schedule) { foreach (var tm in _tileMaps) { tm.color = schedule.color; foreach (var sw in schedule.m_TileSwaps) { tm.SwapTile(sw.changeTile, sw.newTile); } } } } } ================================================ FILE: Assets/Scripts/NewBark/Tilemap/TileSwapScheduler.cs.meta ================================================ fileFormatVersion: 2 guid: 39bb1f2ab603d49498972bc35c584259 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Scripts/NewBark/Tilemap.meta ================================================ fileFormatVersion: 2 guid: 001afecf475d44e008762ab6f9bd0500 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Scripts/NewBark/UI/TransitionController.cs ================================================ using System; using System.Collections; using UnityEngine; namespace NewBark.UI { [RequireComponent(typeof(Animator))] public class TransitionController : MonoBehaviour { public Animator Animator => GetComponent(); public GameObject messageReceiver; public string transitionName; public string transitionNamePast; public float animationSpeed = 1f; private bool _isOutIn; private void Start() { Animator.speed = animationSpeed; } private void OnValidate() { Animator.speed = animationSpeed; } public bool IsTransitionedIn() { return Animator.GetCurrentAnimatorStateInfo(0).IsName(transitionNamePast + "In"); } public bool IsTransitionedOut() { return Animator.GetCurrentAnimatorStateInfo(0).IsName(transitionNamePast + "Out"); } public void TransitionIn() { if (IsTransitionedIn()) { return; } StopAllCoroutines(); Animator.SetTrigger(transitionName + "InTrigger"); messageReceiver.SendMessage("OnTransitionInStart", SendMessageOptions.DontRequireReceiver); } public void TransitionOut() { if (IsTransitionedOut()) { return; } StopAllCoroutines(); Animator.SetTrigger(transitionName + "OutTrigger"); messageReceiver.SendMessage("OnTransitionOutStart", SendMessageOptions.DontRequireReceiver); } public void TransitionOutIn() { if (IsTransitionedOut()) { return; } TransitionOut(); _isOutIn = true; } // This method should be called by a keyframe event public void OnTransitionInAnimationComplete() { StartCoroutine(DelayedTransitionInComplete()); } // This method should be called by a keyframe event public void OnTransitionOutAnimationComplete() { StartCoroutine(DelayedTransitionOutComplete()); } IEnumerator DelayedTransitionInComplete() { while (!IsTransitionedIn()) { yield return null; } messageReceiver.SendMessage("OnTransitionInEnd", SendMessageOptions.DontRequireReceiver); } IEnumerator DelayedTransitionOutComplete() { while (!IsTransitionedOut()) { yield return null; } messageReceiver.SendMessage("OnTransitionOutEnd", SendMessageOptions.DontRequireReceiver); if (_isOutIn) { _isOutIn = false; TransitionIn(); } } } } ================================================ FILE: Assets/Scripts/NewBark/UI/TransitionController.cs.meta ================================================ fileFormatVersion: 2 guid: fe055d2d03f6413f8fa20b61e160a74c timeCreated: 1571620254 ================================================ FILE: Assets/Scripts/NewBark/UI.meta ================================================ fileFormatVersion: 2 guid: 2dd56afce4f2d4beeb6667728eb66961 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Scripts/NewBark.meta ================================================ fileFormatVersion: 2 guid: dd6bba2170749452787218d46ddf1340 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Scripts.meta ================================================ fileFormatVersion: 2 guid: 2e9466559fb09404f8ba0dd0737c6502 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Assets/Sprites.meta ================================================ fileFormatVersion: 2 guid: 7d5e352f5c8f947e48d0d096934347a9 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant: ================================================ FILE: Builders/build-osx.sh ================================================ #!/usr/bin/env bash ./Builders/build.sh $1 OSXUniversal osx ".app" ================================================ FILE: Builders/build-win.sh ================================================ #!/usr/bin/env bash ./Builders/build.sh $1 Windows64 win64 ".exe" ================================================ FILE: Builders/build.sh ================================================ #!/usr/bin/env bash VERSION=${1:-"dev"} UNITY_PROJECT_NAME="newbark" UNITY_BIN="/Applications/Unity/2019.2.8f1/Unity.app/Contents/MacOS/Unity" unity_build() { target=$1 alias=$2 ext=$3 dir="$(pwd)/Builds/$UNITY_PROJECT_NAME-$alias-v$VERSION" binfile="$dir/$UNITY_PROJECT_NAME$ext" zipfile="$UNITY_PROJECT_NAME-$alias-v$VERSION.zip" echo "Building $UNITY_PROJECT_NAME for $target..." mkdir -p $dir $UNITY_BIN \ -batchmode \ -nographics \ -force-free \ -silent-crashes \ -projectPath $(pwd) \ -build${target}Player "$binfile" \ -quit cp LICENSE $dir/LICENSE cp README.md $dir/README.md if [ $? = 0 ] ; then echo "$target build completed successfully." echo 'Creating zip file...' cd $dir zip -r -X ../$zipfile * cd - else echo "$target build failed. Exited with $?." exit 1 fi } unity_build "${@:2}" ================================================ FILE: Builders/changelog.sh ================================================ #!/usr/bin/env bash auto-changelog --commit-limit 50 -b 50 "${@}" ================================================ FILE: CHANGELOG.md ================================================ ### Changelog All notable changes to this project will be documented in this file. Dates are displayed in UTC. Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [0.8.0](https://github.com/route1rodent/newbark/compare/0.7.0...0.8.0) > 21 October 2019 - change Screen Fader refactoring + Teleport fixes [`8b9ccb3`](https://github.com/route1rodent/newbark/commit/8b9ccb383ebba6cdb487aa923ef5b214fd8ecc63) - change: add new features to the scene, renamed to Main [`0bf5d41`](https://github.com/route1rodent/newbark/commit/0bf5d41fee807c0f238d44f55df0d9f09c9ea484) - changed OverWorld sprite, more organised. new pokeball sprite. [`52c3fa9`](https://github.com/route1rodent/newbark/commit/52c3fa9d8435e1fc6d678c301fd1a1036ca6680f) - new PC map and cherrygrove doors (placeholders) [`edb0739`](https://github.com/route1rodent/newbark/commit/edb0739013b24b30fd9e84a424f2436db529c4af) - new: initial Input System package integration and InputController [`6a2d8a6`](https://github.com/route1rodent/newbark/commit/6a2d8a6392a4d35b49ea42deb8bed043b8a77114) - change: refactor AreaTitleTrigger and how it is saved [`4bb8054`](https://github.com/route1rodent/newbark/commit/4bb805480813cbe5defe325b88049b3f0440ab53) - new much simpler MovementController compatible with new input system [`87bd8a2`](https://github.com/route1rodent/newbark/commit/87bd8a22fdff1971793963ec33af723ab1b7b58c) - change: Dialog and Interactable refactoring [`ea669ca`](https://github.com/route1rodent/newbark/commit/ea669ca543d34a87a7fd9c76b59552cab90a5af3) - change: remove unused tags and missing tiles [`e8e0bf4`](https://github.com/route1rodent/newbark/commit/e8e0bf435ec4f0e7d7d11fc21c24ad32f6e28a25) - fix for stairs teleport and initial ScreenFader support [`b103074`](https://github.com/route1rodent/newbark/commit/b1030747bc80e24429680151e205f1b397b6f26c) - new reimplementation of the TeleportController, fixing previous issues [`929b572`](https://github.com/route1rodent/newbark/commit/929b572e8c318e56a6b82b9322452e14608844a6) - new player Gizmo showing position and area [`6cc6556`](https://github.com/route1rodent/newbark/commit/6cc6556d278cddfa1d13815aac8979891b465e1a) - change: improve SaveManager and state with more data [`15140f4`](https://github.com/route1rodent/newbark/commit/15140f4a92aaeb5c7179b36653a73a6b41a573b3) - finish initial MovementController2 implementation with many improvements and proper speed-aware animation [`033b25f`](https://github.com/route1rodent/newbark/commit/033b25f6b1c4f9f33da2b24d767f7712dcbc3b8b) - change: refactor and simplify AudioChannelManager [`3828b7f`](https://github.com/route1rodent/newbark/commit/3828b7f775ecdb3bff392d1d353bd1316b22d39c) - new reusable presets for rigidbody [`ea5fb82`](https://github.com/route1rodent/newbark/commit/ea5fb829aa1deb625c2d3cf5a4a5ac86d77a256e) - new grass animation (experimental) [`ac1302b`](https://github.com/route1rodent/newbark/commit/ac1302b034048c7aee94f8547f0fa18506a2d0e6) - improved ScreenFader support [`9fbe11e`](https://github.com/route1rodent/newbark/commit/9fbe11e6be41dab27a58c1992c97149d9e842aaa) - new: area titles are now scriptable objects [`ebb13f1`](https://github.com/route1rodent/newbark/commit/ebb13f1c9844458397f437e3fe62cebdeb7a943e) - new SerializableVector2 and 3 [`bd81f50`](https://github.com/route1rodent/newbark/commit/bd81f50802d8ada63e3e5ac3010f0816a6c31397) - new implement RUNNING! YAY! (press direction + B) [`a04631c`](https://github.com/route1rodent/newbark/commit/a04631c5490ceeb4a772f80f432b898b077b6b49) - new: implement portal enter sound and remove CanTeleport [`f1c242d`](https://github.com/route1rodent/newbark/commit/f1c242d6b6d8935900abe2288ef35fc30c0dc2cd) - add changelog [`1363831`](https://github.com/route1rodent/newbark/commit/1363831dc8b2a75d6a84d12b7ff08fec2eb38756) - change: split AudioManager and AudioChannel behaviors [`3c8ab2f`](https://github.com/route1rodent/newbark/commit/3c8ab2f9d2ca6df6dc49ac6ab122d61b669fb466) - fix test scene fatal errors [`b5a8a59`](https://github.com/route1rodent/newbark/commit/b5a8a59399d22f694d63b4d16d084059022843c2) - initial player progress save support [`3077691`](https://github.com/route1rodent/newbark/commit/307769169e01b8b3d237c3847e0e8f67b4e6e204) - [tiles] add initial support for day/night cycle #30 [`bb3fd09`](https://github.com/route1rodent/newbark/commit/bb3fd0931262b547eb39d2a4217b110b72a169bd) - fix: Input now supports held buttons properly, also multiple [`5107461`](https://github.com/route1rodent/newbark/commit/5107461bde1e31600b6c4b2effe3d8d0b1eb2449) - new TileSwapScheduler has support for multiple schedules and tint color [`2d01510`](https://github.com/route1rodent/newbark/commit/2d0151029cbce6e1e3184ebaaa8e727fda9f3379) - change Player to GameController with singletons support (Audio, Input, etc) [`1e3130b`](https://github.com/route1rodent/newbark/commit/1e3130bae747b20b89760e5a50a2a78f4eadc8d3) - initial MovementInfo implementation [`3098799`](https://github.com/route1rodent/newbark/commit/3098799d9c99e28b7d3919e91737669d3a7ff339) - new generic Singleton class [`1016c02`](https://github.com/route1rodent/newbark/commit/1016c02d13b6fc30304d749621f75055928150e4) - remove unused PlayerInput component [`84653b0`](https://github.com/route1rodent/newbark/commit/84653b03aca154cdb9ec72b2c5ee8d561fe4fc1a) - update changelog [`22b5c41`](https://github.com/route1rodent/newbark/commit/22b5c418632b9e33dd0619d6e260ade38335ca21) - fix tilemap scheduler [`abf5bef`](https://github.com/route1rodent/newbark/commit/abf5bef0ba2bc21de95d50184e9f51a030610c53) - change: AudioChannelManager use OnValidate instead of Update [`9cdb1be`](https://github.com/route1rodent/newbark/commit/9cdb1be528af2b1d8b6fe2745693fa4cd1698ac0) - new Tag attribute [`284ebe7`](https://github.com/route1rodent/newbark/commit/284ebe77e0991123910d23cc944ad410299db9f2) - remove ForceMove [`212b18a`](https://github.com/route1rodent/newbark/commit/212b18ab65eddd281983df82d9b18fc90c490819) - new ways of calling UpdateAnimation, supporting just DirectionButton [`0fe6ec5`](https://github.com/route1rodent/newbark/commit/0fe6ec5ba7fe5c1fba74972e263f0f3896bc37e8) - change: audio channels are now parent of the controller [`4e2545f`](https://github.com/route1rodent/newbark/commit/4e2545f98d9df9b13617002964155aaa0db2e0b0) - change: TriggerListener2D collisions now filterable by tags [`32b30ce`](https://github.com/route1rodent/newbark/commit/32b30ce258a80ed6ee357aeae1281aefc99f4a4f) - change: move certain classes under Support namespace [`2aa9be1`](https://github.com/route1rodent/newbark/commit/2aa9be1c057e2ca0c975158d37b157307ded6ef1) - reset Physics2D settings [`3ea449c`](https://github.com/route1rodent/newbark/commit/3ea449c544f8ba3d6dfffc0c1b407ca46e5d371f) - change extensions to Support namespace [`4d125ac`](https://github.com/route1rodent/newbark/commit/4d125aca6faaad73fd15d1cc076c9f18ecb52497) - change: project settings for Android build [`1d5b970`](https://github.com/route1rodent/newbark/commit/1d5b9700bdbfb2eb77a61b9b93e4e7839d69e3fe) - fix player gizmo [`5c53988`](https://github.com/route1rodent/newbark/commit/5c5398884ed2275b8c03ce954b9680eaeafcfeb2) - add iTween package [`e7cd34a`](https://github.com/route1rodent/newbark/commit/e7cd34a5dc3e2512416fb6874f0e0c2771bd3746) - fix: cannot change player direction on game load [`42db1ef`](https://github.com/route1rodent/newbark/commit/42db1ef7dd8cd38ccab9525212903b96a3b77241) - fix player direction loader [`c89bb9e`](https://github.com/route1rodent/newbark/commit/c89bb9ee1d099bae426e444a4f4b2a1a7d387bcb) - change: portal prefab to not static [`2d5f856`](https://github.com/route1rodent/newbark/commit/2d5f8568cfe8d6f6d575f71aad18d6f207bdd5b6) #### [0.7.0](https://github.com/route1rodent/newbark/compare/0.6.1...0.7.0) > 11 October 2019 - revamp sprites and tiles, add Cherry Grove city [`9152ec3`](https://github.com/route1rodent/newbark/commit/9152ec3f673c27869bd7dd57cf47d42708b0b350) - delete outdated presets [`5b51d68`](https://github.com/route1rodent/newbark/commit/5b51d68e25df908db87d2cc74d29a184cffe778f) - fix interactables positions [`365a649`](https://github.com/route1rodent/newbark/commit/365a649a59faaaebba894a6b3a1fd3d2267adba0) - use 2D extras as Unity Package [`82d6433`](https://github.com/route1rodent/newbark/commit/82d6433417c7baa8f6a6ae1a207fc33660357a02) - reorganize code under the RPGKit2D namespace [`db079ae`](https://github.com/route1rodent/newbark/commit/db079ae9c0a11aa3acfa1dd9caf83beb924218d5) - implement multi-layer audio channel support + area music change [`8e65d69`](https://github.com/route1rodent/newbark/commit/8e65d69bf1c177f87d1c60896e5c74e0f6e25a4c) - add Interactable layer. reorganise layers, tags and grid. [`322b4ec`](https://github.com/route1rodent/newbark/commit/322b4eca258d9e99dbe7beff9f571f4da1039135) - move scripts to new (WIP) 2d-rpgkit package [`be006e2`](https://github.com/route1rodent/newbark/commit/be006e28510c621433fa1a94786c7a4ec2e5ec68) - separate Interactable logic into a separate controller [`199f1f4`](https://github.com/route1rodent/newbark/commit/199f1f48fc3058ba3f341bc8dc8411168f3e7b36) - implement event-based collision sound [`897dc18`](https://github.com/route1rodent/newbark/commit/897dc18518a428d3e5c0a3606f57fe37003dc421) - simplify the MovementController in one single script [`40ba58f`](https://github.com/route1rodent/newbark/commit/40ba58f9db87cd24a18949533ee1fa07526a09ad) - add new AnimationController and RPGKit namespace [`41f1b61`](https://github.com/route1rodent/newbark/commit/41f1b61ba4e86005e7285a14f23b58a6d4fc45a4) - fix camera bounds to perfect rectangle [`2f7905d`](https://github.com/route1rodent/newbark/commit/2f7905da33a872c14be948e4b1f2d9dfbad15383) - remove unnecessary Gizmos [`0094c83`](https://github.com/route1rodent/newbark/commit/0094c83a8ad9b057a2b97d9751bf9d2619f30f23) - fix dialog scrolling issues [`a02a555`](https://github.com/route1rodent/newbark/commit/a02a55551c7a6dfe0561849f0f904c5ae924bb2f) - move scripts under NewBark namespace [`340c913`](https://github.com/route1rodent/newbark/commit/340c913be9068dfaf5a8600d7629158e3ae748e1) - fix: dialog trigger should not end on B button press [`0d14a40`](https://github.com/route1rodent/newbark/commit/0d14a408321db4f57dd7f1e8045a797a7944c111) - stop forcing resolution [`a02d8f6`](https://github.com/route1rodent/newbark/commit/a02d8f616c304cdc500a27fa19cb112064459b49) - rename Input class [`aee929e`](https://github.com/route1rodent/newbark/commit/aee929e69f620427cfc32bfbe848374954f4365e) - fix animation CycleOffset (initial leg move sync) [`0abe5c0`](https://github.com/route1rodent/newbark/commit/0abe5c090297a472e800e26c4719035ee6bacb1b) - upgrade editor to 2019.2.8f1 [`e679b5d`](https://github.com/route1rodent/newbark/commit/e679b5dfc91f85b8070f318de553036103fd6878) - change README [`3bbab06`](https://github.com/route1rodent/newbark/commit/3bbab06cdb3f72a171ce8f417ff4a78bca65d2da) - remove old debug logs [`a05ef78`](https://github.com/route1rodent/newbark/commit/a05ef785fd6a661e7b3c2044f2d8c463cd709c4c) - change Helpers menu to 2D RPG Kit [`32efc16`](https://github.com/route1rodent/newbark/commit/32efc16f04336e8cad1fa4cdb0e29ed5ade418ab) #### [0.6.1](https://github.com/route1rodent/newbark/compare/0.6.0...0.6.1) > 19 August 2019 - warping improvements I [`f248ad6`](https://github.com/route1rodent/newbark/commit/f248ad64d8e29b6e253999fbf3c09b0f536c3f61) - add initial screen fader implementation [`f33277d`](https://github.com/route1rodent/newbark/commit/f33277d11badcb03a8577f818c04ce68e0097566) - fix current warp direction issues [`93d7471`](https://github.com/route1rodent/newbark/commit/93d74719051a1fc6134b2f5e4ac4aca0a3a1b7fe) - add GUI prefabs [`9800afa`](https://github.com/route1rodent/newbark/commit/9800afa53414c83b72e568d1490e560c7f391652) - add splash screen, app icon and force resolution [`64fe5cb`](https://github.com/route1rodent/newbark/commit/64fe5cbe67177cf9d20bbf2e128fb2aa06f39877) - warping improvements II [`c5fde90`](https://github.com/route1rodent/newbark/commit/c5fde906965af2e64a79c9ca23f7b8b16044d6a0) - update to Unity 2019.1.9 [`ca99302`](https://github.com/route1rodent/newbark/commit/ca9930230e455d664ed560ef3352b45d1b377d1a) - warping improvements III [`a1b974c`](https://github.com/route1rodent/newbark/commit/a1b974c1637d3c2f09978e5a3deda68f7908603e) - fix fade and end warp direction [`ab2ca4e`](https://github.com/route1rodent/newbark/commit/ab2ca4ed4508680c938bc990e0e791da8a415190) - add IDE filter by tag helper [`c4c2d15`](https://github.com/route1rodent/newbark/commit/c4c2d151862b886b7459c5d95e31ff1698992bfe) - initial touch/swipe input support [`b6400c1`](https://github.com/route1rodent/newbark/commit/b6400c10aa936f22aef288cd1b2d63d97329ae70) - warp only Player tagged objects [`19de3dd`](https://github.com/route1rodent/newbark/commit/19de3dd54b49b3b40eec67888bd242881a2900b9) - update to Unity 2019.2.1f1 [`9951275`](https://github.com/route1rodent/newbark/commit/99512753c8035e7a5a440f4857e5cf31ac4f5b08) - update package versions and readme [`405906f`](https://github.com/route1rodent/newbark/commit/405906faa08ea73eafc020e40212cedbc8318c71) - add dev notes file [`ec63808`](https://github.com/route1rodent/newbark/commit/ec638088cf5bc87a1b6f38386a2d8ee04aa93bcf) - fix build [`ad5aad2`](https://github.com/route1rodent/newbark/commit/ad5aad2c8452dd7ba3d2fe69ec815e6681ca9937) - optimize HasComponent function [`482f049`](https://github.com/route1rodent/newbark/commit/482f04940c1325bb9bb6815c3433be6e0ed25f70) - rename physics scripts folder to movement [`d069044`](https://github.com/route1rodent/newbark/commit/d06904452f1815718f70da48c4293a9bd30080c1) #### [0.6.0](https://github.com/route1rodent/newbark/compare/0.5.0...0.6.0) > 7 February 2019 - add initial Dialog system [`e14800f`](https://github.com/route1rodent/newbark/commit/e14800f7f3600d163e87fb57a1d3c0dc8c7fde0f) - fixed map, item collision and vsync [`b2c286a`](https://github.com/route1rodent/newbark/commit/b2c286a6fbf31f683592687d80aae052b65daac0) - dialog improvements with auto text wrap and scroll [`62a23b7`](https://github.com/route1rodent/newbark/commit/62a23b79aa08e88df2fb052d1a1a25604ac23904) - Dialog box system improvements [`a42fc46`](https://github.com/route1rodent/newbark/commit/a42fc464ee0e058e53dd7e5d776ad6672257f6d1) - update pkgs [`b3dd939`](https://github.com/route1rodent/newbark/commit/b3dd939b2da986ac3c62d34dba43e105455ed717) - fix: dont move on GUI [`9bbbbcf`](https://github.com/route1rodent/newbark/commit/9bbbbcfa1a359ad35a757817014b979231888cb9) - remove material from UI [`a2aa445`](https://github.com/route1rodent/newbark/commit/a2aa445eb118227f5a9662f52e146bc2c6c1c74d) #### [0.5.0](https://github.com/route1rodent/newbark/compare/0.1.0-melonjs...0.5.0) > 25 January 2019 - NewBark v0.5.0 [`#12`](https://github.com/route1rodent/newbark/pull/12) - Merge pull request #12 from capsulemonsters/develop [`#7`](https://github.com/route1rodent/newbark/issues/7) [`#11`](https://github.com/route1rodent/newbark/issues/11) [`#2`](https://github.com/route1rodent/newbark/issues/2) [`#6`](https://github.com/route1rodent/newbark/issues/6) - initial port and migration to Unity [`bc3aee6`](https://github.com/route1rodent/newbark/commit/bc3aee6453ad52ffe465aa46d89788f70fb017e0) - corner tiles + audio [`061cf4c`](https://github.com/route1rodent/newbark/commit/061cf4c615887974e41d0709994932b3de53f92b) - improved collision detection engine [`4fbd138`](https://github.com/route1rodent/newbark/commit/4fbd138a0f50ab00a627dbb38f07c42239c2c197) - add blender tree player animation [`6fe7abc`](https://github.com/route1rodent/newbark/commit/6fe7abce0cf5f7395dd4931c7722a3aefebb59ba) - delegate the actual movement outside CellMovement class [`d6854f3`](https://github.com/route1rodent/newbark/commit/d6854f3a5fa011bc21afc31642445f60f62dd199) - better camera movement and bounds [`c8c7c2e`](https://github.com/route1rodent/newbark/commit/c8c7c2ec082beb0f2c1f2519a3d40cfca67920e9) - fix: prevent player rotation and collision fricition and stay [`a68d258`](https://github.com/route1rodent/newbark/commit/a68d258eb8997b65f9d2a721d96c33e292414ac8) - attempt to fix tile jitter on camera move [`068276e`](https://github.com/route1rodent/newbark/commit/068276ef30b1fbb3fbe7e5246c14938c14838eba) - added sound support for collisions + layer bug fixes [`88e41ea`](https://github.com/route1rodent/newbark/commit/88e41ea215f03c84143c27eb8b3afb491786b1a2) - refactor: grid movement into modular classes [`74453cc`](https://github.com/route1rodent/newbark/commit/74453cc1744b672f0fb28c16c004de4f2b3448d0) - rename Assets/Vendor to Assets/Packages [`2e471d7`](https://github.com/route1rodent/newbark/commit/2e471d75a06dbb6d796911dfad86002316e2d024) - update to Unity 2018.2.19f1 [`355b135`](https://github.com/route1rodent/newbark/commit/355b1350eb324d51e38e971913032b54243efcf7) - remove unused script [`d1d2165`](https://github.com/route1rodent/newbark/commit/d1d21658c4d6f99b00d811b06601a4e208796db4) - more precise camera size + disable EditorOnly objects renderer [`2634366`](https://github.com/route1rodent/newbark/commit/26343667a26b5eff36aad53c24cc0c0df6101a95) - better camera support, less jitter [`0fc91cc`](https://github.com/route1rodent/newbark/commit/0fc91cc96b69bf6d20ab324571aa73f64606b57e) - Update to Unity 2018.3.2f1 [`24a8bb2`](https://github.com/route1rodent/newbark/commit/24a8bb2d917ef6b8bad9662a63e370ea1266fc52) - reorganise scripts [`2f83b9c`](https://github.com/route1rodent/newbark/commit/2f83b9c89fe1a34c58df0a4ca76329d20f14e70d) - readme update [`81b07a9`](https://github.com/route1rodent/newbark/commit/81b07a96c40368d9dae8548318d74b31b60e9c99) - fix README links [`46c90ba`](https://github.com/route1rodent/newbark/commit/46c90ba3e0eb4018dd13bac9d588d46c89ed000c) - Update README.md [`41e67be`](https://github.com/route1rodent/newbark/commit/41e67bed80afffca08966ba9a11c99d7f2693008) - fix warnings in RuleTileEditor component [`0f93b02`](https://github.com/route1rodent/newbark/commit/0f93b02e53c9cff41556bcab23268f4dd5a77b68) - Update README.md [`8c35b2f`](https://github.com/route1rodent/newbark/commit/8c35b2f8cb0b972dc0cde4beaf81fea37e343086) - Update recommendations.md [`f8e9194`](https://github.com/route1rodent/newbark/commit/f8e919467b9a3118e0763227d1aab50afa111f54) #### 0.1.0-melonjs > 27 March 2018 - fix: issues with debug sprite and fps and grid snapping movement [`#1`](https://github.com/route1rodent/newbark/issues/1) [`#5`](https://github.com/route1rodent/newbark/issues/5) - refactor: webpack + gulp integration, modularization of the game [`7dd1650`](https://github.com/route1rodent/newbark/commit/7dd16506c30a7d80d9f1079bb28c7a1f55bc762b) - initial engine with map [`2c234d3`](https://github.com/route1rodent/newbark/commit/2c234d3b91235767a862a51e4f94fb69e48b998a) - refactor: code is now fully modular [`2fba4d7`](https://github.com/route1rodent/newbark/commit/2fba4d725e442e98dcbe60ed8a0a8d31ffae5eb7) - refactoring: Entities and Controllable engine [`649ddcc`](https://github.com/route1rodent/newbark/commit/649ddcc807874d59ab3207bbc37069679d47de62) - fix: Grid movement and collision engines now work properly, but at 32fps [`232c4a1`](https://github.com/route1rodent/newbark/commit/232c4a1997c3873c88b71c39e7a0b8aae119158c) - refactor: Game and GameLoader classes into more modular code [`664f575`](https://github.com/route1rodent/newbark/commit/664f575f08a20671b5f9d7bf077125eaa1b9820b) - refactor: improves external module handling and gulp scripts [`0c994e7`](https://github.com/route1rodent/newbark/commit/0c994e7e34831d41856ce4d834436fd3cb3521db) - refactor: movement calculations have been simplified, with speed support [`0104867`](https://github.com/route1rodent/newbark/commit/0104867225cd7af41540e629c224fdcf3e2b3b96) - feat: improved assets object access [`c495ba3`](https://github.com/route1rodent/newbark/commit/c495ba30dcda095df6e397e343c3587e349073c5) - assets: adds Pokemon GB fonts, remove unused. [`1460610`](https://github.com/route1rodent/newbark/commit/146061027361c823905675c1207c0d6982720340) - refactor: game load is now decoupled [`52bc346`](https://github.com/route1rodent/newbark/commit/52bc3460235d4b1cb3996505f0b96a1f110811de) - refactor: config is loaded externally now [`7f60b55`](https://github.com/route1rodent/newbark/commit/7f60b55dbe75ce5a6002d5fea636c32c1e51efa3) - improved index layout [`954f567`](https://github.com/route1rodent/newbark/commit/954f5670e5e79ad0a0acd51d76016659a3bdd854) - template and debug info improvements [`f38cc86`](https://github.com/route1rodent/newbark/commit/f38cc86b4555b9879a2f65ebd1c8fb402130e7eb) - adds gulp publish command for admins [`7a1f304`](https://github.com/route1rodent/newbark/commit/7a1f304e628743154079848c051ef217aca89627) - remove unused files [`f13433d`](https://github.com/route1rodent/newbark/commit/f13433d34d2027315aca823e9cb2acf0b628e2b0) - style: better syntax [`9cf08dc`](https://github.com/route1rodent/newbark/commit/9cf08dcb8667b7ad72d3c0d74ab9e0999d09d6ec) - improved layout with SuperGB skins [`a3f2b11`](https://github.com/route1rodent/newbark/commit/a3f2b1114c4ffd3851b584ef35909b3c9869ee0d) - feat: add initial swipe and touch support [`70329d7`](https://github.com/route1rodent/newbark/commit/70329d7fa601df237a44421bfa3678d79bbf77fa) - refactor: simpler video resolution and scaling system. fix for HDPI displays. [`98f9ecf`](https://github.com/route1rodent/newbark/commit/98f9ecfc7297984a8c4dcc8eea9e9fb089004775) - ui: new minimal frame layout [`c18578d`](https://github.com/route1rodent/newbark/commit/c18578d0847904c86a505fd15c3145fd491fa729) - feature: added Gamepad support [`966532c`](https://github.com/route1rodent/newbark/commit/966532c510297bfc88ce52cc17810803001150b7) - moves css to the src folder, added gulp watch [`2c343f0`](https://github.com/route1rodent/newbark/commit/2c343f011d6f4313f7f1aea182c44c65a26955fd) - fix: anchorPoint.set was not called in the Controllable [`f45bc75`](https://github.com/route1rodent/newbark/commit/f45bc7574e504827bcfe4532fffd15cffce272a8) - remove gamepadjs dependency [`25a3197`](https://github.com/route1rodent/newbark/commit/25a31975696235fa6362dfbff52f06529015a7b4) - updated README [`e47a03f`](https://github.com/route1rodent/newbark/commit/e47a03f93cc5edfd23908abd7941e19b5a216a85) - adds license [`97f0bbd`](https://github.com/route1rodent/newbark/commit/97f0bbd50886d9340cfe8ccb549eb2ba68c9a661) - Improved Gruntfile tasks [`3a5cb56`](https://github.com/route1rodent/newbark/commit/3a5cb564af98492df034cc2613946bc72ad2b90d) - fix: config file not found in Electron app + footer removal [`74a4fce`](https://github.com/route1rodent/newbark/commit/74a4fce97dbc9021c02fe41f309c38a4a56c1a2a) - fix: set FPS before load [`34f1125`](https://github.com/route1rodent/newbark/commit/34f1125ef7d07ca25c92dbf6f270e82dd6e4c04e) - Update index.html [`1312ba9`](https://github.com/route1rodent/newbark/commit/1312ba9a8728dbf3ff242ddcc087f22020dc79c3) - ui: improved footer [`7526140`](https://github.com/route1rodent/newbark/commit/752614084d4bd7c188c07bd54b6fff92a3fc7b36) - maps: new player position [`c4baa2e`](https://github.com/route1rodent/newbark/commit/c4baa2ef390c7bc979958154bb26acf785632b63) - Update README.md [`8502fd9`](https://github.com/route1rodent/newbark/commit/8502fd95f8719def119525625691dabd1473f7ab) - update gh-pages commit descriptions [`a8466fa`](https://github.com/route1rodent/newbark/commit/a8466fa5b4ae2619faf7edc171098a10b276729e) - Update README.md [`8e49b4b`](https://github.com/route1rodent/newbark/commit/8e49b4b3eebc76244744d0eae567a940a022a4c1) - Initial commit [`f5152dd`](https://github.com/route1rodent/newbark/commit/f5152dd7d18b9086b2ba6cdf2d47e0c4e6f5be00) - update screenshot [`0c09838`](https://github.com/route1rodent/newbark/commit/0c09838948fa6482e51f996c86437c855f7e8096) ================================================ FILE: Documents/DevNotes.md ================================================ # Dev Notes ## Solutions to solved problems - TransparentFX layer has to be disabled in Camera's culling mask, to not render the elements on it - For the OnTriggerStay2D event to work properly, the Rigid2DBody Sleep Mode has to be on "Never Sleep", otherwise this is only triggered once - The Static flag in the inspector is useful, when enabled, for elements that never move. Optimizes the game, so less calculations are made. - ## ToDos - Refactor Movement system (using editor-assigned properties, events like onMoveEnd, move disable/enable, better decoupling,...) - MoveTo does not work with warp post movement - We need a way to disable step-movement when teleporting, enabling it again for the postWarpMove - We need a way to reactivate warping and collisions when movement is finished - Refactor Warping system after movement one, if needed - add debug GUI and enable it via the PlayerHouse PC. add steps counter and show it, together with FPS ## Issues - Maybe warpCoords make moveSteps to not work in WarpController - Sometimes text dialogs are not in the right order, they get mixed and lost - Triggering a dialog may not respond to buttons - When fading on warp player can still move ## Resources - [Learning Unity 2D - Video Tutorials](https://www.youtube.com/playlist?list=PL0dOETTrhWWCuWcl2OjB3GfvrlfWEzx18) ================================================ FILE: LICENSE ================================================ The MIT License Copyright (c) 2017-present jota (@metaunicorn) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================ FILE: Packages/manifest.json ================================================ { "dependencies": { "com.pixelplacement.itween": "https://github.com/route1rodent/iTween.git#1.0.0", "com.unity.2d.pixel-perfect": "5.0.0", "com.unity.2d.sprite": "1.0.0", "com.unity.2d.tilemap": "1.0.0", "com.unity.2d.tilemap.extras": "https://github.com/Unity-Technologies/2d-extras.git#master", "com.unity.cinemachine": "2.7.3", "com.unity.ext.nunit": "1.0.6", "com.unity.ide.rider": "3.0.6", "com.unity.ide.visualstudio": "2.0.7", "com.unity.ide.vscode": "1.2.3", "com.unity.inputsystem": "1.0.2", "com.unity.render-pipelines.universal": "11.0.0", "com.unity.test-framework": "1.1.24", "com.unity.textmeshpro": "3.0.6", "com.unity.timeline": "1.5.5", "com.unity.ugui": "1.0.0", "com.unity.modules.ai": "1.0.0", "com.unity.modules.androidjni": "1.0.0", "com.unity.modules.animation": "1.0.0", "com.unity.modules.assetbundle": "1.0.0", "com.unity.modules.audio": "1.0.0", "com.unity.modules.cloth": "1.0.0", "com.unity.modules.director": "1.0.0", "com.unity.modules.imageconversion": "1.0.0", "com.unity.modules.imgui": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0", "com.unity.modules.particlesystem": "1.0.0", "com.unity.modules.physics": "1.0.0", "com.unity.modules.physics2d": "1.0.0", "com.unity.modules.screencapture": "1.0.0", "com.unity.modules.terrain": "1.0.0", "com.unity.modules.terrainphysics": "1.0.0", "com.unity.modules.tilemap": "1.0.0", "com.unity.modules.ui": "1.0.0", "com.unity.modules.uielements": "1.0.0", "com.unity.modules.umbra": "1.0.0", "com.unity.modules.unityanalytics": "1.0.0", "com.unity.modules.unitywebrequest": "1.0.0", "com.unity.modules.unitywebrequestassetbundle": "1.0.0", "com.unity.modules.unitywebrequestaudio": "1.0.0", "com.unity.modules.unitywebrequesttexture": "1.0.0", "com.unity.modules.unitywebrequestwww": "1.0.0", "com.unity.modules.vehicles": "1.0.0", "com.unity.modules.video": "1.0.0", "com.unity.modules.vr": "1.0.0", "com.unity.modules.wind": "1.0.0", "com.unity.modules.xr": "1.0.0" } } ================================================ FILE: Packages/packages-lock.json ================================================ { "dependencies": { "com.pixelplacement.itween": { "version": "https://github.com/route1rodent/iTween.git#1.0.0", "depth": 0, "source": "git", "dependencies": {}, "hash": "cf61e349beae88dbe4031fa161c560b8abf093a1" }, "com.unity.2d.pixel-perfect": { "version": "5.0.0", "depth": 0, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, "com.unity.2d.sprite": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": {} }, "com.unity.2d.tilemap": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": {} }, "com.unity.2d.tilemap.extras": { "version": "https://github.com/Unity-Technologies/2d-extras.git#master", "depth": 0, "source": "git", "dependencies": { "com.unity.modules.tilemap": "1.0.0", "com.unity.2d.tilemap": "1.0.0" }, "hash": "cc25c1f146525e35f7f23f786193a8a05d5f33f6" }, "com.unity.cinemachine": { "version": "2.7.3", "depth": 0, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, "com.unity.ext.nunit": { "version": "1.0.6", "depth": 0, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, "com.unity.ide.rider": { "version": "3.0.6", "depth": 0, "source": "registry", "dependencies": { "com.unity.ext.nunit": "1.0.6" }, "url": "https://packages.unity.com" }, "com.unity.ide.visualstudio": { "version": "2.0.7", "depth": 0, "source": "registry", "dependencies": { "com.unity.test-framework": "1.1.9" }, "url": "https://packages.unity.com" }, "com.unity.ide.vscode": { "version": "1.2.3", "depth": 0, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, "com.unity.inputsystem": { "version": "1.0.2", "depth": 0, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, "com.unity.mathematics": { "version": "1.2.1", "depth": 1, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, "com.unity.render-pipelines.core": { "version": "11.0.0", "depth": 1, "source": "builtin", "dependencies": { "com.unity.ugui": "1.0.0", "com.unity.modules.physics": "1.0.0" } }, "com.unity.render-pipelines.universal": { "version": "11.0.0", "depth": 0, "source": "builtin", "dependencies": { "com.unity.mathematics": "1.1.0", "com.unity.render-pipelines.core": "11.0.0", "com.unity.shadergraph": "11.0.0" } }, "com.unity.searcher": { "version": "4.3.2", "depth": 2, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, "com.unity.shadergraph": { "version": "11.0.0", "depth": 1, "source": "builtin", "dependencies": { "com.unity.render-pipelines.core": "11.0.0", "com.unity.searcher": "4.3.1" } }, "com.unity.test-framework": { "version": "1.1.24", "depth": 0, "source": "registry", "dependencies": { "com.unity.ext.nunit": "1.0.6", "com.unity.modules.imgui": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0" }, "url": "https://packages.unity.com" }, "com.unity.textmeshpro": { "version": "3.0.6", "depth": 0, "source": "registry", "dependencies": { "com.unity.ugui": "1.0.0" }, "url": "https://packages.unity.com" }, "com.unity.timeline": { "version": "1.5.5", "depth": 0, "source": "registry", "dependencies": { "com.unity.modules.director": "1.0.0", "com.unity.modules.animation": "1.0.0", "com.unity.modules.audio": "1.0.0", "com.unity.modules.particlesystem": "1.0.0" }, "url": "https://packages.unity.com" }, "com.unity.ugui": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": { "com.unity.modules.ui": "1.0.0", "com.unity.modules.imgui": "1.0.0" } }, "com.unity.modules.ai": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": {} }, "com.unity.modules.androidjni": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": {} }, "com.unity.modules.animation": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": {} }, "com.unity.modules.assetbundle": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": {} }, "com.unity.modules.audio": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": {} }, "com.unity.modules.cloth": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": { "com.unity.modules.physics": "1.0.0" } }, "com.unity.modules.director": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": { "com.unity.modules.audio": "1.0.0", "com.unity.modules.animation": "1.0.0" } }, "com.unity.modules.imageconversion": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": {} }, "com.unity.modules.imgui": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": {} }, "com.unity.modules.jsonserialize": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": {} }, "com.unity.modules.particlesystem": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": {} }, "com.unity.modules.physics": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": {} }, "com.unity.modules.physics2d": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": {} }, "com.unity.modules.screencapture": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": { "com.unity.modules.imageconversion": "1.0.0" } }, "com.unity.modules.subsystems": { "version": "1.0.0", "depth": 1, "source": "builtin", "dependencies": { "com.unity.modules.jsonserialize": "1.0.0" } }, "com.unity.modules.terrain": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": {} }, "com.unity.modules.terrainphysics": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": { "com.unity.modules.physics": "1.0.0", "com.unity.modules.terrain": "1.0.0" } }, "com.unity.modules.tilemap": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": { "com.unity.modules.physics2d": "1.0.0" } }, "com.unity.modules.ui": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": {} }, "com.unity.modules.uielements": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": { "com.unity.modules.ui": "1.0.0", "com.unity.modules.imgui": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0", "com.unity.modules.uielementsnative": "1.0.0" } }, "com.unity.modules.uielementsnative": { "version": "1.0.0", "depth": 1, "source": "builtin", "dependencies": { "com.unity.modules.ui": "1.0.0", "com.unity.modules.imgui": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0" } }, "com.unity.modules.umbra": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": {} }, "com.unity.modules.unityanalytics": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": { "com.unity.modules.unitywebrequest": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0" } }, "com.unity.modules.unitywebrequest": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": {} }, "com.unity.modules.unitywebrequestassetbundle": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": { "com.unity.modules.assetbundle": "1.0.0", "com.unity.modules.unitywebrequest": "1.0.0" } }, "com.unity.modules.unitywebrequestaudio": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": { "com.unity.modules.unitywebrequest": "1.0.0", "com.unity.modules.audio": "1.0.0" } }, "com.unity.modules.unitywebrequesttexture": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": { "com.unity.modules.unitywebrequest": "1.0.0", "com.unity.modules.imageconversion": "1.0.0" } }, "com.unity.modules.unitywebrequestwww": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": { "com.unity.modules.unitywebrequest": "1.0.0", "com.unity.modules.unitywebrequestassetbundle": "1.0.0", "com.unity.modules.unitywebrequestaudio": "1.0.0", "com.unity.modules.audio": "1.0.0", "com.unity.modules.assetbundle": "1.0.0", "com.unity.modules.imageconversion": "1.0.0" } }, "com.unity.modules.vehicles": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": { "com.unity.modules.physics": "1.0.0" } }, "com.unity.modules.video": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": { "com.unity.modules.audio": "1.0.0", "com.unity.modules.ui": "1.0.0", "com.unity.modules.unitywebrequest": "1.0.0" } }, "com.unity.modules.vr": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": { "com.unity.modules.jsonserialize": "1.0.0", "com.unity.modules.physics": "1.0.0", "com.unity.modules.xr": "1.0.0" } }, "com.unity.modules.wind": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": {} }, "com.unity.modules.xr": { "version": "1.0.0", "depth": 0, "source": "builtin", "dependencies": { "com.unity.modules.physics": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0", "com.unity.modules.subsystems": "1.0.0" } } } } ================================================ FILE: ProjectSettings/AudioManager.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!11 &1 AudioManager: m_ObjectHideFlags: 0 m_Volume: 1 Rolloff Scale: 1 Doppler Factor: 1 Default Speaker Mode: 2 m_SampleRate: 0 m_DSPBufferSize: 1024 m_VirtualVoiceCount: 512 m_RealVoiceCount: 32 m_SpatializerPlugin: m_AmbisonicDecoderPlugin: m_DisableAudio: 0 m_VirtualizeEffects: 1 ================================================ FILE: ProjectSettings/ClusterInputManager.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!236 &1 ClusterInputManager: m_ObjectHideFlags: 0 m_Inputs: [] ================================================ FILE: ProjectSettings/DynamicsManager.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!55 &1 PhysicsManager: m_ObjectHideFlags: 0 serializedVersion: 10 m_Gravity: {x: 0, y: -9.81, z: 0} m_DefaultMaterial: {fileID: 0} m_BounceThreshold: 2 m_SleepThreshold: 0.005 m_DefaultContactOffset: 0.01 m_DefaultSolverIterations: 6 m_DefaultSolverVelocityIterations: 1 m_QueriesHitBackfaces: 0 m_QueriesHitTriggers: 1 m_EnableAdaptiveForce: 0 m_ClothInterCollisionDistance: 0 m_ClothInterCollisionStiffness: 0 m_ContactsGeneration: 1 m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff m_AutoSimulation: 1 m_AutoSyncTransforms: 0 m_ReuseCollisionCallbacks: 0 m_ClothInterCollisionSettingsToggle: 0 m_ContactPairsMode: 0 m_BroadphaseType: 0 m_WorldBounds: m_Center: {x: 0, y: 0, z: 0} m_Extent: {x: 250, y: 250, z: 250} m_WorldSubdivisions: 8 m_FrictionType: 0 m_EnableEnhancedDeterminism: 0 m_EnableUnifiedHeightmaps: 1 ================================================ FILE: ProjectSettings/EditorBuildSettings.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1045 &1 EditorBuildSettings: m_ObjectHideFlags: 0 serializedVersion: 2 m_Scenes: - enabled: 1 path: Assets/Scenes/Main.unity guid: 28b00bfc221684aeb9f11ece038852fc m_configObjects: com.unity.input.settings: {fileID: 11400000, guid: cb3a9dd4261ac4e079bb3f7efcfaaadc, type: 2} ================================================ FILE: ProjectSettings/EditorSettings.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!159 &1 EditorSettings: m_ObjectHideFlags: 0 serializedVersion: 7 m_ExternalVersionControlSupport: Visible Meta Files m_SerializationMode: 2 m_LineEndingsForNewScripts: 1 m_DefaultBehaviorMode: 1 m_PrefabRegularEnvironment: {fileID: 0} m_PrefabUIEnvironment: {fileID: 0} m_SpritePackerMode: 4 m_SpritePackerPaddingPower: 1 m_EtcTextureCompressorBehavior: 1 m_EtcTextureFastCompressor: 1 m_EtcTextureNormalCompressor: 2 m_EtcTextureBestCompressor: 4 m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd m_ProjectGenerationRootNamespace: m_CollabEditorSettings: inProgressEnabled: 1 m_EnableTextureStreamingInPlayMode: 1 ================================================ FILE: ProjectSettings/GraphicsSettings.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!30 &1 GraphicsSettings: m_ObjectHideFlags: 0 serializedVersion: 13 m_Deferred: m_Mode: 1 m_Shader: {fileID: 69, guid: 0000000000000000f000000000000000, type: 0} m_DeferredReflections: m_Mode: 1 m_Shader: {fileID: 74, guid: 0000000000000000f000000000000000, type: 0} m_ScreenSpaceShadows: m_Mode: 1 m_Shader: {fileID: 64, guid: 0000000000000000f000000000000000, type: 0} m_LegacyDeferred: m_Mode: 1 m_Shader: {fileID: 63, guid: 0000000000000000f000000000000000, type: 0} m_DepthNormals: m_Mode: 1 m_Shader: {fileID: 62, guid: 0000000000000000f000000000000000, type: 0} m_MotionVectors: m_Mode: 1 m_Shader: {fileID: 75, guid: 0000000000000000f000000000000000, type: 0} m_LightHalo: m_Mode: 1 m_Shader: {fileID: 105, guid: 0000000000000000f000000000000000, type: 0} m_LensFlare: m_Mode: 1 m_Shader: {fileID: 102, guid: 0000000000000000f000000000000000, type: 0} m_VideoShadersIncludeMode: 2 m_AlwaysIncludedShaders: - {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0} - {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0} - {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0} - {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0} - {fileID: 16001, guid: 0000000000000000f000000000000000, type: 0} - {fileID: 16002, guid: 0000000000000000f000000000000000, type: 0} m_PreloadedShaders: [] m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} m_CustomRenderPipeline: {fileID: 11400000, guid: a2b196409c51940e9a9801dc05084d2e, type: 2} m_TransparencySortMode: 0 m_TransparencySortAxis: {x: 0, y: 0, z: 1} m_DefaultRenderingPath: 1 m_DefaultMobileRenderingPath: 1 m_TierSettings: [] m_LightmapStripping: 0 m_FogStripping: 0 m_InstancingStripping: 0 m_LightmapKeepPlain: 1 m_LightmapKeepDirCombined: 1 m_LightmapKeepDynamicPlain: 1 m_LightmapKeepDynamicDirCombined: 1 m_LightmapKeepShadowMask: 1 m_LightmapKeepSubtractive: 1 m_FogKeepLinear: 1 m_FogKeepExp: 1 m_FogKeepExp2: 1 m_AlbedoSwatchInfos: [] m_LightsUseLinearIntensity: 0 m_LightsUseColorTemperature: 0 m_DefaultRenderingLayerMask: 1 m_LogWhenShaderIsCompiled: 0 ================================================ FILE: ProjectSettings/InputManager.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!13 &1 InputManager: m_ObjectHideFlags: 0 serializedVersion: 2 m_Axes: - serializedVersion: 3 m_Name: Horizontal descriptiveName: descriptiveNegativeName: negativeButton: left positiveButton: right altNegativeButton: altPositiveButton: gravity: 3 dead: 0.001 sensitivity: 3 snap: 1 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Vertical descriptiveName: descriptiveNegativeName: negativeButton: down positiveButton: up altNegativeButton: altPositiveButton: gravity: 3 dead: 0.001 sensitivity: 3 snap: 1 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Button A descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: x altNegativeButton: altPositiveButton: gravity: 1000 dead: 0.001 sensitivity: 1000 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Button B descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: z altNegativeButton: altPositiveButton: gravity: 1000 dead: 0.001 sensitivity: 1000 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Select descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: s altNegativeButton: altPositiveButton: gravity: 1000 dead: 0.001 sensitivity: 1000 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Start descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: a altNegativeButton: altPositiveButton: gravity: 1000 dead: 0.001 sensitivity: 1000 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Mouse X descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: altNegativeButton: altPositiveButton: gravity: 0 dead: 0 sensitivity: 0.1 snap: 0 invert: 0 type: 1 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Mouse Y descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: altNegativeButton: altPositiveButton: gravity: 0 dead: 0 sensitivity: 0.1 snap: 0 invert: 0 type: 1 axis: 1 joyNum: 0 - serializedVersion: 3 m_Name: Mouse ScrollWheel descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: altNegativeButton: altPositiveButton: gravity: 0 dead: 0 sensitivity: 0.1 snap: 0 invert: 0 type: 1 axis: 2 joyNum: 0 - serializedVersion: 3 m_Name: Horizontal descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: altNegativeButton: altPositiveButton: gravity: 0 dead: 0.19 sensitivity: 1 snap: 0 invert: 0 type: 2 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Vertical descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: altNegativeButton: altPositiveButton: gravity: 0 dead: 0.19 sensitivity: 1 snap: 0 invert: 1 type: 2 axis: 1 joyNum: 0 - serializedVersion: 3 m_Name: Button A descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: joystick button 0 altNegativeButton: altPositiveButton: gravity: 1000 dead: 0.001 sensitivity: 1000 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Button B descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: joystick button 1 altNegativeButton: altPositiveButton: gravity: 1000 dead: 0.001 sensitivity: 1000 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Select descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: joystick button 2 altNegativeButton: altPositiveButton: gravity: 1000 dead: 0.001 sensitivity: 1000 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Start descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: joystick button 3 altNegativeButton: altPositiveButton: gravity: 1000 dead: 0.001 sensitivity: 1000 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Submit descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: return altNegativeButton: altPositiveButton: joystick button 0 gravity: 1000 dead: 0.001 sensitivity: 1000 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Submit descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: enter altNegativeButton: altPositiveButton: space gravity: 1000 dead: 0.001 sensitivity: 1000 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Cancel descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: escape altNegativeButton: altPositiveButton: joystick button 1 gravity: 1000 dead: 0.001 sensitivity: 1000 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Enable Debug Button 1 descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: left ctrl altNegativeButton: altPositiveButton: joystick button 8 gravity: 0 dead: 0 sensitivity: 0 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Enable Debug Button 2 descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: backspace altNegativeButton: altPositiveButton: joystick button 9 gravity: 0 dead: 0 sensitivity: 0 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Debug Reset descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: left alt altNegativeButton: altPositiveButton: joystick button 1 gravity: 0 dead: 0 sensitivity: 0 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Debug Next descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: page down altNegativeButton: altPositiveButton: joystick button 5 gravity: 0 dead: 0 sensitivity: 0 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Debug Previous descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: page up altNegativeButton: altPositiveButton: joystick button 4 gravity: 0 dead: 0 sensitivity: 0 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Debug Validate descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: return altNegativeButton: altPositiveButton: joystick button 0 gravity: 0 dead: 0 sensitivity: 0 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Debug Persistent descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: right shift altNegativeButton: altPositiveButton: joystick button 2 gravity: 0 dead: 0 sensitivity: 0 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Debug Multiplier descriptiveName: descriptiveNegativeName: negativeButton: positiveButton: left shift altNegativeButton: altPositiveButton: joystick button 3 gravity: 0 dead: 0 sensitivity: 0 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Debug Horizontal descriptiveName: descriptiveNegativeName: negativeButton: left positiveButton: right altNegativeButton: altPositiveButton: gravity: 1000 dead: 0.001 sensitivity: 1000 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Debug Vertical descriptiveName: descriptiveNegativeName: negativeButton: down positiveButton: up altNegativeButton: altPositiveButton: gravity: 1000 dead: 0.001 sensitivity: 1000 snap: 0 invert: 0 type: 0 axis: 0 joyNum: 0 - serializedVersion: 3 m_Name: Debug Vertical descriptiveName: descriptiveNegativeName: negativeButton: down positiveButton: up altNegativeButton: altPositiveButton: gravity: 1000 dead: 0.001 sensitivity: 1000 snap: 0 invert: 0 type: 2 axis: 6 joyNum: 0 - serializedVersion: 3 m_Name: Debug Horizontal descriptiveName: descriptiveNegativeName: negativeButton: left positiveButton: right altNegativeButton: altPositiveButton: gravity: 1000 dead: 0.001 sensitivity: 1000 snap: 0 invert: 0 type: 2 axis: 5 joyNum: 0 ================================================ FILE: ProjectSettings/NavMeshAreas.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!126 &1 NavMeshProjectSettings: m_ObjectHideFlags: 0 serializedVersion: 2 areas: - name: Walkable cost: 1 - name: Not Walkable cost: 1 - name: Jump cost: 2 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 - name: cost: 1 m_LastAgentTypeID: -887442657 m_Settings: - serializedVersion: 2 agentTypeID: 0 agentRadius: 0.5 agentHeight: 2 agentSlope: 45 agentClimb: 0.75 ledgeDropHeight: 0 maxJumpAcrossDistance: 0 minRegionArea: 2 manualCellSize: 0 cellSize: 0.16666667 manualTileSize: 0 tileSize: 256 accuratePlacement: 0 debug: m_Flags: 0 m_SettingNames: - Humanoid ================================================ FILE: ProjectSettings/NetworkManager.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!149 &1 NetworkManager: m_ObjectHideFlags: 0 m_DebugLevel: 0 m_Sendrate: 15 m_AssetToPrefab: {} ================================================ FILE: ProjectSettings/PackageManagerSettings.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &1 MonoBehaviour: m_ObjectHideFlags: 61 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0} m_Name: m_EditorClassIdentifier: m_EnablePreReleasePackages: 0 m_EnablePackageDependencies: 0 m_AdvancedSettingsExpanded: 1 m_ScopedRegistriesSettingsExpanded: 1 m_SeeAllPackageVersions: 0 oneTimeWarningShown: 0 m_Registries: - m_Id: main m_Name: m_Url: https://packages.unity.com m_Scopes: [] m_IsDefault: 1 m_Capabilities: 7 m_UserSelectedRegistryName: m_UserAddingNewScopedRegistry: 0 m_RegistryInfoDraft: m_ErrorMessage: m_Original: m_Id: m_Name: m_Url: m_Scopes: [] m_IsDefault: 0 m_Capabilities: 0 m_Modified: 0 m_Name: m_Url: m_Scopes: - m_SelectedScopeIndex: 0 m_LoadAssets: 0 ================================================ FILE: ProjectSettings/Physics2DSettings.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!19 &1 Physics2DSettings: m_ObjectHideFlags: 0 serializedVersion: 4 m_Gravity: {x: 0, y: 0} m_DefaultMaterial: {fileID: 6200000, guid: ccd6a316686b94c969501bac8d9a5cef, type: 2} m_VelocityIterations: 8 m_PositionIterations: 3 m_VelocityThreshold: 1 m_MaxLinearCorrection: 0.2 m_MaxAngularCorrection: 8 m_MaxTranslationSpeed: 100 m_MaxRotationSpeed: 360 m_BaumgarteScale: 0.2 m_BaumgarteTimeOfImpactScale: 0.75 m_TimeToSleep: 0.5 m_LinearSleepTolerance: 0.01 m_AngularSleepTolerance: 2 m_DefaultContactOffset: 0.01 m_JobOptions: serializedVersion: 2 useMultithreading: 0 useConsistencySorting: 0 m_InterpolationPosesPerJob: 100 m_NewContactsPerJob: 30 m_CollideContactsPerJob: 100 m_ClearFlagsPerJob: 200 m_ClearBodyForcesPerJob: 200 m_SyncDiscreteFixturesPerJob: 50 m_SyncContinuousFixturesPerJob: 50 m_FindNearestContactsPerJob: 100 m_UpdateTriggerContactsPerJob: 100 m_IslandSolverCostThreshold: 100 m_IslandSolverBodyCostScale: 1 m_IslandSolverContactCostScale: 10 m_IslandSolverJointCostScale: 10 m_IslandSolverBodiesPerJob: 50 m_IslandSolverContactsPerJob: 50 m_AutoSimulation: 1 m_QueriesHitTriggers: 1 m_QueriesStartInColliders: 1 m_CallbacksOnDisable: 1 m_ReuseCollisionCallbacks: 0 m_AutoSyncTransforms: 0 m_AlwaysShowColliders: 0 m_ShowColliderSleep: 1 m_ShowColliderContacts: 0 m_ShowColliderAABB: 0 m_ContactArrowScale: 0.2 m_ColliderAwakeColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.7529412} m_ColliderAsleepColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.36078432} m_ColliderContactColor: {r: 1, g: 0, b: 1, a: 0.6862745} m_ColliderAABBColor: {r: 1, g: 1, b: 0, a: 0.2509804} m_LayerCollisionMatrix: fffdfffffffdfffffffdfffffffffffffffdfffffffdfffffffffffffffffffffffdffffc8fcffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff ================================================ FILE: ProjectSettings/PresetManager.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1386491679 &1 PresetManager: m_ObjectHideFlags: 0 m_DefaultList: - type: m_NativeTypeID: 20 m_ManagedTypePPtr: {fileID: 0} m_ManagedTypeFallback: defaultPresets: - m_Preset: {fileID: 2655988077585873504, guid: bfcfc320427f8224bbb7a96f3d3aebad, type: 2} ================================================ FILE: ProjectSettings/ProjectSettings.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!129 &1 PlayerSettings: m_ObjectHideFlags: 0 serializedVersion: 22 productGUID: 56138f06974554933b3c02372636a5ed AndroidProfiler: 0 AndroidFilterTouchesWhenObscured: 0 AndroidEnableSustainedPerformanceMode: 0 defaultScreenOrientation: 4 targetDevice: 2 useOnDemandResources: 0 accelerometerFrequency: 60 companyName: route1rodent productName: Newbark defaultCursor: {fileID: 0} cursorHotspot: {x: 0, y: 0} m_SplashScreenBackgroundColor: {r: 0.9725491, g: 0.9725491, b: 0.9725491, a: 1} m_ShowUnitySplashScreen: 1 m_ShowUnitySplashLogo: 1 m_SplashScreenOverlayOpacity: 1 m_SplashScreenAnimation: 0 m_SplashScreenLogoStyle: 0 m_SplashScreenDrawMode: 1 m_SplashScreenBackgroundAnimationZoom: 1 m_SplashScreenLogoAnimationZoom: 1 m_SplashScreenBackgroundLandscapeAspect: 1 m_SplashScreenBackgroundPortraitAspect: 1 m_SplashScreenBackgroundLandscapeUvs: serializedVersion: 2 x: 0 y: 0 width: 1 height: 1 m_SplashScreenBackgroundPortraitUvs: serializedVersion: 2 x: 0 y: 0 width: 1 height: 1 m_SplashScreenLogos: - logo: {fileID: 21300000, guid: 7a53733a3aeac49cab4a1fbaafacba73, type: 3} duration: 2 - logo: {fileID: 10404, guid: 0000000000000000e000000000000000, type: 0} duration: 2 m_VirtualRealitySplashScreen: {fileID: 0} m_HolographicTrackingLossScreen: {fileID: 0} defaultScreenWidth: 320 defaultScreenHeight: 288 defaultScreenWidthWeb: 320 defaultScreenHeightWeb: 288 m_StereoRenderingPath: 0 m_ActiveColorSpace: 0 m_MTRendering: 1 mipStripping: 0 numberOfMipsStripped: 0 m_StackTraceTypes: 010000000100000001000000010000000100000001000000 iosShowActivityIndicatorOnLoading: -1 androidShowActivityIndicatorOnLoading: -1 iosUseCustomAppBackgroundBehavior: 0 iosAllowHTTPDownload: 1 allowedAutorotateToPortrait: 1 allowedAutorotateToPortraitUpsideDown: 1 allowedAutorotateToLandscapeRight: 1 allowedAutorotateToLandscapeLeft: 1 useOSAutorotation: 1 use32BitDisplayBuffer: 1 preserveFramebufferAlpha: 0 disableDepthAndStencilBuffers: 0 androidStartInFullscreen: 1 androidRenderOutsideSafeArea: 0 androidUseSwappy: 0 androidBlitType: 1 defaultIsNativeResolution: 1 macRetinaSupport: 1 runInBackground: 0 captureSingleScreen: 0 muteOtherAudioSources: 0 Prepare IOS For Recording: 0 Force IOS Speakers When Recording: 0 deferSystemGesturesMode: 0 hideHomeButton: 0 submitAnalytics: 1 usePlayerLog: 1 bakeCollisionMeshes: 0 forceSingleInstance: 0 useFlipModelSwapchain: 1 resizableWindow: 1 useMacAppStoreValidation: 0 macAppStoreCategory: public.app-category.games gpuSkinning: 0 xboxPIXTextureCapture: 0 xboxEnableAvatar: 0 xboxEnableKinect: 0 xboxEnableKinectAutoTracking: 0 xboxEnableFitness: 0 visibleInBackground: 1 allowFullscreenSwitch: 1 fullscreenMode: 3 xboxSpeechDB: 0 xboxEnableHeadOrientation: 0 xboxEnableGuest: 0 xboxEnablePIXSampling: 0 metalFramebufferOnly: 0 xboxOneResolution: 0 xboxOneSResolution: 0 xboxOneXResolution: 3 xboxOneMonoLoggingLevel: 0 xboxOneLoggingLevel: 1 xboxOneDisableEsram: 0 xboxOneEnableTypeOptimization: 0 xboxOnePresentImmediateThreshold: 0 switchQueueCommandMemory: 0 switchQueueControlMemory: 16384 switchQueueComputeMemory: 262144 switchNVNShaderPoolsGranularity: 33554432 switchNVNDefaultPoolsGranularity: 16777216 switchNVNOtherPoolsGranularity: 16777216 switchNVNMaxPublicTextureIDCount: 0 switchNVNMaxPublicSamplerIDCount: 0 stadiaPresentMode: 0 stadiaTargetFramerate: 0 vulkanNumSwapchainBuffers: 3 vulkanEnableSetSRGBWrite: 0 vulkanEnablePreTransform: 0 vulkanEnableLateAcquireNextImage: 0 m_SupportedAspectRatios: 4:3: 0 5:4: 0 16:10: 0 16:9: 0 Others: 1 bundleVersion: 0.9.0 preloadedAssets: [] metroInputSource: 0 wsaTransparentSwapchain: 0 m_HolographicPauseOnTrackingLoss: 1 xboxOneDisableKinectGpuReservation: 0 xboxOneEnable7thCore: 0 vrSettings: enable360StereoCapture: 0 isWsaHolographicRemotingEnabled: 0 enableFrameTimingStats: 0 useHDRDisplay: 0 D3DHDRBitDepth: 0 m_ColorGamuts: 00000000 targetPixelDensity: 30 resolutionScalingMode: 0 androidSupportedAspectRatio: 1 androidMaxAspectRatio: 2.1 applicationIdentifier: Android: com.capsumon.NewBark Standalone: NewBark buildNumber: Standalone: 0 iPhone: 0 tvOS: 0 overrideDefaultApplicationIdentifier: 1 AndroidBundleVersionCode: 1 AndroidMinSdkVersion: 26 AndroidTargetSdkVersion: 0 AndroidPreferredInstallLocation: 1 aotOptions: stripEngineCode: 1 iPhoneStrippingLevel: 0 iPhoneScriptCallOptimization: 0 ForceInternetPermission: 0 ForceSDCardPermission: 0 CreateWallpaper: 0 APKExpansionFiles: 0 keepLoadedShadersAlive: 0 StripUnusedMeshComponents: 1 VertexChannelCompressionMask: 4054 iPhoneSdkVersion: 988 iOSTargetOSVersionString: 11.0 tvOSSdkVersion: 0 tvOSRequireExtendedGameController: 0 tvOSTargetOSVersionString: 11.0 uIPrerenderedIcon: 0 uIRequiresPersistentWiFi: 0 uIRequiresFullScreen: 1 uIStatusBarHidden: 1 uIExitOnSuspend: 0 uIStatusBarStyle: 0 appleTVSplashScreen: {fileID: 0} appleTVSplashScreen2x: {fileID: 0} tvOSSmallIconLayers: [] tvOSSmallIconLayers2x: [] tvOSLargeIconLayers: [] tvOSLargeIconLayers2x: [] tvOSTopShelfImageLayers: [] tvOSTopShelfImageLayers2x: [] tvOSTopShelfImageWideLayers: [] tvOSTopShelfImageWideLayers2x: [] iOSLaunchScreenType: 0 iOSLaunchScreenPortrait: {fileID: 0} iOSLaunchScreenLandscape: {fileID: 0} iOSLaunchScreenBackgroundColor: serializedVersion: 2 rgba: 0 iOSLaunchScreenFillPct: 100 iOSLaunchScreenSize: 100 iOSLaunchScreenCustomXibPath: iOSLaunchScreeniPadType: 0 iOSLaunchScreeniPadImage: {fileID: 0} iOSLaunchScreeniPadBackgroundColor: serializedVersion: 2 rgba: 0 iOSLaunchScreeniPadFillPct: 100 iOSLaunchScreeniPadSize: 100 iOSLaunchScreeniPadCustomXibPath: iOSLaunchScreenCustomStoryboardPath: iOSLaunchScreeniPadCustomStoryboardPath: iOSDeviceRequirements: [] iOSURLSchemes: [] iOSBackgroundModes: 0 iOSMetalForceHardShadows: 0 metalEditorSupport: 1 metalAPIValidation: 1 iOSRenderExtraFrameOnPause: 0 iosCopyPluginsCodeInsteadOfSymlink: 0 appleDeveloperTeamID: iOSManualSigningProvisioningProfileID: tvOSManualSigningProvisioningProfileID: iOSManualSigningProvisioningProfileType: 0 tvOSManualSigningProvisioningProfileType: 0 appleEnableAutomaticSigning: 0 iOSRequireARKit: 0 iOSAutomaticallyDetectAndAddCapabilities: 1 appleEnableProMotion: 0 shaderPrecisionModel: 0 clonedFromGUID: fe97a795c6621624a9fc94fd2443b1a8 templatePackageId: com.unity.template.2d@1.0.0 templateDefaultScene: Assets/Scenes/SampleScene.unity useCustomMainManifest: 0 useCustomLauncherManifest: 0 useCustomMainGradleTemplate: 0 useCustomLauncherGradleManifest: 0 useCustomBaseGradleTemplate: 0 useCustomGradlePropertiesTemplate: 0 useCustomProguardFile: 0 AndroidTargetArchitectures: 1 AndroidSplashScreenScale: 0 androidSplashScreen: {fileID: 0} AndroidKeystoreName: '{inproject}: ' AndroidKeyaliasName: AndroidBuildApkPerCpuArchitecture: 0 AndroidTVCompatibility: 1 AndroidIsGame: 1 AndroidEnableTango: 0 androidEnableBanner: 1 androidUseLowAccuracyLocation: 0 androidUseCustomKeystore: 0 m_AndroidBanners: - width: 320 height: 180 banner: {fileID: 0} androidGamepadSupportLevel: 0 AndroidMinifyWithR8: 0 AndroidMinifyRelease: 0 AndroidMinifyDebug: 0 AndroidValidateAppBundleSize: 1 AndroidAppBundleSizeToValidate: 150 m_BuildTargetIcons: - m_BuildTarget: m_Icons: - serializedVersion: 2 m_Icon: {fileID: 2800000, guid: ffd424e25af764767904b0ec3806b73b, type: 3} m_Width: 128 m_Height: 128 m_Kind: 0 m_BuildTargetPlatformIcons: - m_BuildTarget: Android m_Icons: - m_Textures: [] m_Width: 432 m_Height: 432 m_Kind: 2 m_SubKind: - m_Textures: [] m_Width: 324 m_Height: 324 m_Kind: 2 m_SubKind: - m_Textures: [] m_Width: 216 m_Height: 216 m_Kind: 2 m_SubKind: - m_Textures: [] m_Width: 162 m_Height: 162 m_Kind: 2 m_SubKind: - m_Textures: [] m_Width: 108 m_Height: 108 m_Kind: 2 m_SubKind: - m_Textures: [] m_Width: 81 m_Height: 81 m_Kind: 2 m_SubKind: - m_Textures: - {fileID: 0} m_Width: 192 m_Height: 192 m_Kind: 1 m_SubKind: - m_Textures: - {fileID: 0} m_Width: 144 m_Height: 144 m_Kind: 1 m_SubKind: - m_Textures: - {fileID: 0} m_Width: 96 m_Height: 96 m_Kind: 1 m_SubKind: - m_Textures: - {fileID: 0} m_Width: 72 m_Height: 72 m_Kind: 1 m_SubKind: - m_Textures: - {fileID: 0} m_Width: 48 m_Height: 48 m_Kind: 1 m_SubKind: - m_Textures: - {fileID: 0} m_Width: 36 m_Height: 36 m_Kind: 1 m_SubKind: - m_Textures: - {fileID: 0} m_Width: 192 m_Height: 192 m_Kind: 0 m_SubKind: - m_Textures: - {fileID: 0} m_Width: 144 m_Height: 144 m_Kind: 0 m_SubKind: - m_Textures: - {fileID: 0} m_Width: 96 m_Height: 96 m_Kind: 0 m_SubKind: - m_Textures: - {fileID: 0} m_Width: 72 m_Height: 72 m_Kind: 0 m_SubKind: - m_Textures: - {fileID: 0} m_Width: 48 m_Height: 48 m_Kind: 0 m_SubKind: - m_Textures: - {fileID: 0} m_Width: 36 m_Height: 36 m_Kind: 0 m_SubKind: m_BuildTargetBatching: - m_BuildTarget: Standalone m_StaticBatching: 1 m_DynamicBatching: 0 - m_BuildTarget: iPhone m_StaticBatching: 1 m_DynamicBatching: 0 - m_BuildTarget: tvOS m_StaticBatching: 1 m_DynamicBatching: 0 - m_BuildTarget: Android m_StaticBatching: 0 m_DynamicBatching: 0 - m_BuildTarget: WebGL m_StaticBatching: 0 m_DynamicBatching: 0 m_BuildTargetGraphicsJobs: - m_BuildTarget: MacStandaloneSupport m_GraphicsJobs: 0 - m_BuildTarget: Switch m_GraphicsJobs: 0 - m_BuildTarget: MetroSupport m_GraphicsJobs: 0 - m_BuildTarget: GameCoreScarlettSupport m_GraphicsJobs: 0 - m_BuildTarget: AppleTVSupport m_GraphicsJobs: 0 - m_BuildTarget: BJMSupport m_GraphicsJobs: 0 - m_BuildTarget: LinuxStandaloneSupport m_GraphicsJobs: 0 - m_BuildTarget: GameCoreXboxOneSupport m_GraphicsJobs: 0 - m_BuildTarget: PS4Player m_GraphicsJobs: 0 - m_BuildTarget: iOSSupport m_GraphicsJobs: 0 - m_BuildTarget: PS5Player m_GraphicsJobs: 0 - m_BuildTarget: WindowsStandaloneSupport m_GraphicsJobs: 0 - m_BuildTarget: XboxOnePlayer m_GraphicsJobs: 0 - m_BuildTarget: LuminSupport m_GraphicsJobs: 0 - m_BuildTarget: CloudRendering m_GraphicsJobs: 0 - m_BuildTarget: AndroidPlayer m_GraphicsJobs: 0 - m_BuildTarget: WebGLSupport m_GraphicsJobs: 0 m_BuildTargetGraphicsJobMode: - m_BuildTarget: PS4Player m_GraphicsJobMode: 0 - m_BuildTarget: XboxOnePlayer m_GraphicsJobMode: 0 m_BuildTargetGraphicsAPIs: - m_BuildTarget: iOSSupport m_APIs: 10000000 m_Automatic: 1 - m_BuildTarget: AppleTVSupport m_APIs: 10000000 m_Automatic: 1 - m_BuildTarget: AndroidPlayer m_APIs: 0b00000015000000 m_Automatic: 1 - m_BuildTarget: WebGLSupport m_APIs: 0b000000 m_Automatic: 1 m_BuildTargetVRSettings: [] openGLRequireES31: 0 openGLRequireES31AEP: 0 openGLRequireES32: 0 m_TemplateCustomTags: {} mobileMTRendering: Android: 1 iPhone: 1 tvOS: 1 m_BuildTargetGroupLightmapEncodingQuality: [] m_BuildTargetGroupLightmapSettings: [] m_BuildTargetNormalMapEncoding: [] playModeTestRunnerEnabled: 0 runPlayModeTestAsEditModeTest: 0 actionOnDotNetUnhandledException: 1 enableInternalProfiler: 0 logObjCUncaughtExceptions: 1 enableCrashReportAPI: 0 cameraUsageDescription: locationUsageDescription: microphoneUsageDescription: switchNMETAOverride: switchNetLibKey: switchSocketMemoryPoolSize: 6144 switchSocketAllocatorPoolSize: 128 switchSocketConcurrencyLimit: 14 switchScreenResolutionBehavior: 2 switchUseCPUProfiler: 0 switchUseGOLDLinker: 0 switchLTOSetting: 0 switchApplicationID: 0x01004b9000490000 switchNSODependencies: switchTitleNames_0: switchTitleNames_1: switchTitleNames_2: switchTitleNames_3: switchTitleNames_4: switchTitleNames_5: switchTitleNames_6: switchTitleNames_7: switchTitleNames_8: switchTitleNames_9: switchTitleNames_10: switchTitleNames_11: switchTitleNames_12: switchTitleNames_13: switchTitleNames_14: switchTitleNames_15: switchPublisherNames_0: switchPublisherNames_1: switchPublisherNames_2: switchPublisherNames_3: switchPublisherNames_4: switchPublisherNames_5: switchPublisherNames_6: switchPublisherNames_7: switchPublisherNames_8: switchPublisherNames_9: switchPublisherNames_10: switchPublisherNames_11: switchPublisherNames_12: switchPublisherNames_13: switchPublisherNames_14: switchPublisherNames_15: switchIcons_0: {fileID: 0} switchIcons_1: {fileID: 0} switchIcons_2: {fileID: 0} switchIcons_3: {fileID: 0} switchIcons_4: {fileID: 0} switchIcons_5: {fileID: 0} switchIcons_6: {fileID: 0} switchIcons_7: {fileID: 0} switchIcons_8: {fileID: 0} switchIcons_9: {fileID: 0} switchIcons_10: {fileID: 0} switchIcons_11: {fileID: 0} switchIcons_12: {fileID: 0} switchIcons_13: {fileID: 0} switchIcons_14: {fileID: 0} switchIcons_15: {fileID: 0} switchSmallIcons_0: {fileID: 0} switchSmallIcons_1: {fileID: 0} switchSmallIcons_2: {fileID: 0} switchSmallIcons_3: {fileID: 0} switchSmallIcons_4: {fileID: 0} switchSmallIcons_5: {fileID: 0} switchSmallIcons_6: {fileID: 0} switchSmallIcons_7: {fileID: 0} switchSmallIcons_8: {fileID: 0} switchSmallIcons_9: {fileID: 0} switchSmallIcons_10: {fileID: 0} switchSmallIcons_11: {fileID: 0} switchSmallIcons_12: {fileID: 0} switchSmallIcons_13: {fileID: 0} switchSmallIcons_14: {fileID: 0} switchSmallIcons_15: {fileID: 0} switchManualHTML: switchAccessibleURLs: switchLegalInformation: switchMainThreadStackSize: 1048576 switchPresenceGroupId: switchLogoHandling: 0 switchReleaseVersion: 0 switchDisplayVersion: 1.0.0 switchStartupUserAccount: 0 switchTouchScreenUsage: 0 switchSupportedLanguagesMask: 0 switchLogoType: 0 switchApplicationErrorCodeCategory: switchUserAccountSaveDataSize: 0 switchUserAccountSaveDataJournalSize: 0 switchApplicationAttribute: 0 switchCardSpecSize: -1 switchCardSpecClock: -1 switchRatingsMask: 0 switchRatingsInt_0: 0 switchRatingsInt_1: 0 switchRatingsInt_2: 0 switchRatingsInt_3: 0 switchRatingsInt_4: 0 switchRatingsInt_5: 0 switchRatingsInt_6: 0 switchRatingsInt_7: 0 switchRatingsInt_8: 0 switchRatingsInt_9: 0 switchRatingsInt_10: 0 switchRatingsInt_11: 0 switchRatingsInt_12: 0 switchLocalCommunicationIds_0: switchLocalCommunicationIds_1: switchLocalCommunicationIds_2: switchLocalCommunicationIds_3: switchLocalCommunicationIds_4: switchLocalCommunicationIds_5: switchLocalCommunicationIds_6: switchLocalCommunicationIds_7: switchParentalControl: 0 switchAllowsScreenshot: 1 switchAllowsVideoCapturing: 1 switchAllowsRuntimeAddOnContentInstall: 0 switchDataLossConfirmation: 0 switchUserAccountLockEnabled: 0 switchSystemResourceMemory: 16777216 switchSupportedNpadStyles: 3 switchNativeFsCacheSize: 32 switchIsHoldTypeHorizontal: 0 switchSupportedNpadCount: 8 switchSocketConfigEnabled: 0 switchTcpInitialSendBufferSize: 32 switchTcpInitialReceiveBufferSize: 64 switchTcpAutoSendBufferSizeMax: 256 switchTcpAutoReceiveBufferSizeMax: 256 switchUdpSendBufferSize: 9 switchUdpReceiveBufferSize: 42 switchSocketBufferEfficiency: 4 switchSocketInitializeEnabled: 1 switchNetworkInterfaceManagerInitializeEnabled: 1 switchPlayerConnectionEnabled: 1 switchUseNewStyleFilepaths: 0 switchUseMicroSleepForYield: 1 switchMicroSleepForYieldTime: 25 ps4NPAgeRating: 12 ps4NPTitleSecret: ps4NPTrophyPackPath: ps4ParentalLevel: 11 ps4ContentID: ED1633-NPXX51362_00-0000000000000000 ps4Category: 0 ps4MasterVersion: 01.00 ps4AppVersion: 01.00 ps4AppType: 0 ps4ParamSfxPath: ps4VideoOutPixelFormat: 0 ps4VideoOutInitialWidth: 1920 ps4VideoOutBaseModeInitialWidth: 1920 ps4VideoOutReprojectionRate: 60 ps4PronunciationXMLPath: ps4PronunciationSIGPath: ps4BackgroundImagePath: ps4StartupImagePath: ps4StartupImagesFolder: ps4IconImagesFolder: ps4SaveDataImagePath: ps4SdkOverride: ps4BGMPath: ps4ShareFilePath: ps4ShareOverlayImagePath: ps4PrivacyGuardImagePath: ps4ExtraSceSysFile: ps4NPtitleDatPath: ps4RemotePlayKeyAssignment: -1 ps4RemotePlayKeyMappingDir: ps4PlayTogetherPlayerCount: 0 ps4EnterButtonAssignment: 1 ps4ApplicationParam1: 0 ps4ApplicationParam2: 0 ps4ApplicationParam3: 0 ps4ApplicationParam4: 0 ps4DownloadDataSize: 0 ps4GarlicHeapSize: 2048 ps4ProGarlicHeapSize: 2560 playerPrefsMaxSize: 32768 ps4Passcode: frAQBc8Wsa1xVPfvJcrgRYwTiizs2trQ ps4pnSessions: 1 ps4pnPresence: 1 ps4pnFriends: 1 ps4pnGameCustomData: 1 playerPrefsSupport: 0 enableApplicationExit: 0 resetTempFolder: 1 restrictedAudioUsageRights: 0 ps4UseResolutionFallback: 0 ps4ReprojectionSupport: 0 ps4UseAudio3dBackend: 0 ps4UseLowGarlicFragmentationMode: 1 ps4SocialScreenEnabled: 0 ps4ScriptOptimizationLevel: 0 ps4Audio3dVirtualSpeakerCount: 14 ps4attribCpuUsage: 0 ps4PatchPkgPath: ps4PatchLatestPkgPath: ps4PatchChangeinfoPath: ps4PatchDayOne: 0 ps4attribUserManagement: 0 ps4attribMoveSupport: 0 ps4attrib3DSupport: 0 ps4attribShareSupport: 0 ps4attribExclusiveVR: 0 ps4disableAutoHideSplash: 0 ps4videoRecordingFeaturesUsed: 0 ps4contentSearchFeaturesUsed: 0 ps4CompatibilityPS5: 0 ps4GPU800MHz: 1 ps4attribEyeToEyeDistanceSettingVR: 0 ps4IncludedModules: [] ps4attribVROutputEnabled: 0 monoEnv: splashScreenBackgroundSourceLandscape: {fileID: 0} splashScreenBackgroundSourcePortrait: {fileID: 0} blurSplashScreenBackground: 1 spritePackerPolicy: webGLMemorySize: 256 webGLExceptionSupport: 1 webGLNameFilesAsHashes: 0 webGLDataCaching: 1 webGLDebugSymbols: 0 webGLEmscriptenArgs: webGLModulesDirectory: webGLTemplate: APPLICATION:Minimal webGLAnalyzeBuildSize: 0 webGLUseEmbeddedResources: 0 webGLCompressionFormat: 1 webGLWasmArithmeticExceptions: 0 webGLLinkerTarget: 1 webGLThreadsSupport: 0 webGLDecompressionFallback: 0 scriptingDefineSymbols: 1: UNITY_POST_PROCESSING_STACK_V2 7: 1;UNITY_POST_PROCESSING_STACK_V2 13: UNITY_POST_PROCESSING_STACK_V2 14: UNITY_POST_PROCESSING_STACK_V2 19: UNITY_POST_PROCESSING_STACK_V2 21: UNITY_POST_PROCESSING_STACK_V2 25: UNITY_POST_PROCESSING_STACK_V2 26: UNITY_POST_PROCESSING_STACK_V2 27: UNITY_POST_PROCESSING_STACK_V2 28: UNITY_POST_PROCESSING_STACK_V2 29: UNITY_POST_PROCESSING_STACK_V2 30: UNITY_POST_PROCESSING_STACK_V2 32: UNITY_POST_PROCESSING_STACK_V2 33: UNITY_POST_PROCESSING_STACK_V2 additionalCompilerArguments: {} platformArchitecture: {} scriptingBackend: {} il2cppCompilerConfiguration: {} managedStrippingLevel: {} incrementalIl2cppBuild: {} suppressCommonWarnings: 1 allowUnsafeCode: 0 useDeterministicCompilation: 1 enableRoslynAnalyzers: 1 additionalIl2CppArgs: scriptingRuntimeVersion: 1 gcIncremental: 0 assemblyVersionValidation: 1 gcWBarrierValidation: 0 apiCompatibilityLevelPerPlatform: {} m_RenderingPath: 1 m_MobileRenderingPath: 1 metroPackageName: Template_2D metroPackageVersion: metroCertificatePath: metroCertificatePassword: metroCertificateSubject: metroCertificateIssuer: metroCertificateNotAfter: 0000000000000000 metroApplicationDescription: Template_2D wsaImages: {} metroTileShortName: metroTileShowName: 0 metroMediumTileShowName: 0 metroLargeTileShowName: 0 metroWideTileShowName: 0 metroSupportStreamingInstall: 0 metroLastRequiredScene: 0 metroDefaultTileSize: 1 metroTileForegroundText: 2 metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0} metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, a: 1} metroSplashScreenUseBackgroundColor: 0 platformCapabilities: {} metroTargetDeviceFamilies: {} metroFTAName: metroFTAFileTypes: [] metroProtocolName: XboxOneProductId: XboxOneUpdateKey: XboxOneSandboxId: XboxOneContentId: XboxOneTitleId: XboxOneSCId: XboxOneGameOsOverridePath: XboxOnePackagingOverridePath: XboxOneAppManifestOverridePath: XboxOneVersion: 1.0.0.0 XboxOnePackageEncryption: 0 XboxOnePackageUpdateGranularity: 2 XboxOneDescription: XboxOneLanguage: - enus XboxOneCapability: [] XboxOneGameRating: {} XboxOneIsContentPackage: 0 XboxOneEnhancedXboxCompatibilityMode: 0 XboxOneEnableGPUVariability: 0 XboxOneSockets: {} XboxOneSplashScreen: {fileID: 0} XboxOneAllowedProductIds: [] XboxOnePersistentLocalStorageSize: 0 XboxOneXTitleMemory: 8 XboxOneOverrideIdentityName: XboxOneOverrideIdentityPublisher: vrEditorSettings: {} cloudServicesEnabled: UNet: 1 luminIcon: m_Name: m_ModelFolderPath: m_PortalFolderPath: luminCert: m_CertPath: m_SignPackage: 1 luminIsChannelApp: 0 luminVersion: m_VersionCode: 1 m_VersionName: apiCompatibilityLevel: 3 activeInputHandler: 2 cloudProjectId: framebufferDepthMemorylessMode: 0 qualitySettingsNames: [] projectName: Template_2D organizationId: cloudEnabled: 0 legacyClampBlendShapeWeights: 1 virtualTexturingSupportEnabled: 0 ================================================ FILE: ProjectSettings/ProjectVersion.txt ================================================ m_EditorVersion: 2021.1.6f1 m_EditorVersionWithRevision: 2021.1.6f1 (c0fade0cc7e9) ================================================ FILE: ProjectSettings/QualitySettings.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!47 &1 QualitySettings: m_ObjectHideFlags: 0 serializedVersion: 5 m_CurrentQuality: 3 m_QualitySettings: - serializedVersion: 2 name: Very Low pixelLightCount: 0 shadows: 0 shadowResolution: 0 shadowProjection: 1 shadowCascades: 1 shadowDistance: 15 shadowNearPlaneOffset: 3 shadowCascade2Split: 0.33333334 shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} shadowmaskMode: 0 skinWeights: 1 textureQuality: 1 anisotropicTextures: 0 antiAliasing: 0 softParticles: 0 softVegetation: 0 realtimeReflectionProbes: 0 billboardsFaceCameraPosition: 0 vSyncCount: 0 lodBias: 0.3 maximumLODLevel: 0 streamingMipmapsActive: 0 streamingMipmapsAddAllCameras: 1 streamingMipmapsMemoryBudget: 512 streamingMipmapsRenderersPerFrame: 512 streamingMipmapsMaxLevelReduction: 2 streamingMipmapsMaxFileIORequests: 1024 particleRaycastBudget: 4 asyncUploadTimeSlice: 2 asyncUploadBufferSize: 16 asyncUploadPersistentBuffer: 1 resolutionScalingFixedDPIFactor: 1 excludedTargetPlatforms: [] - serializedVersion: 2 name: Low pixelLightCount: 0 shadows: 0 shadowResolution: 0 shadowProjection: 1 shadowCascades: 1 shadowDistance: 20 shadowNearPlaneOffset: 3 shadowCascade2Split: 0.33333334 shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} shadowmaskMode: 0 skinWeights: 2 textureQuality: 0 anisotropicTextures: 0 antiAliasing: 0 softParticles: 0 softVegetation: 0 realtimeReflectionProbes: 0 billboardsFaceCameraPosition: 0 vSyncCount: 0 lodBias: 0.4 maximumLODLevel: 0 streamingMipmapsActive: 0 streamingMipmapsAddAllCameras: 1 streamingMipmapsMemoryBudget: 512 streamingMipmapsRenderersPerFrame: 512 streamingMipmapsMaxLevelReduction: 2 streamingMipmapsMaxFileIORequests: 1024 particleRaycastBudget: 16 asyncUploadTimeSlice: 2 asyncUploadBufferSize: 16 asyncUploadPersistentBuffer: 1 resolutionScalingFixedDPIFactor: 1 excludedTargetPlatforms: [] - serializedVersion: 2 name: Medium pixelLightCount: 1 shadows: 1 shadowResolution: 0 shadowProjection: 1 shadowCascades: 1 shadowDistance: 20 shadowNearPlaneOffset: 3 shadowCascade2Split: 0.33333334 shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} shadowmaskMode: 0 skinWeights: 2 textureQuality: 0 anisotropicTextures: 1 antiAliasing: 0 softParticles: 0 softVegetation: 0 realtimeReflectionProbes: 0 billboardsFaceCameraPosition: 0 vSyncCount: 1 lodBias: 0.7 maximumLODLevel: 0 streamingMipmapsActive: 0 streamingMipmapsAddAllCameras: 1 streamingMipmapsMemoryBudget: 512 streamingMipmapsRenderersPerFrame: 512 streamingMipmapsMaxLevelReduction: 2 streamingMipmapsMaxFileIORequests: 1024 particleRaycastBudget: 64 asyncUploadTimeSlice: 2 asyncUploadBufferSize: 16 asyncUploadPersistentBuffer: 1 resolutionScalingFixedDPIFactor: 1 excludedTargetPlatforms: [] - serializedVersion: 2 name: High pixelLightCount: 2 shadows: 2 shadowResolution: 1 shadowProjection: 1 shadowCascades: 2 shadowDistance: 40 shadowNearPlaneOffset: 3 shadowCascade2Split: 0.33333334 shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} shadowmaskMode: 1 skinWeights: 2 textureQuality: 0 anisotropicTextures: 1 antiAliasing: 0 softParticles: 0 softVegetation: 1 realtimeReflectionProbes: 1 billboardsFaceCameraPosition: 1 vSyncCount: 1 lodBias: 1 maximumLODLevel: 0 streamingMipmapsActive: 0 streamingMipmapsAddAllCameras: 1 streamingMipmapsMemoryBudget: 512 streamingMipmapsRenderersPerFrame: 512 streamingMipmapsMaxLevelReduction: 2 streamingMipmapsMaxFileIORequests: 1024 particleRaycastBudget: 256 asyncUploadTimeSlice: 2 asyncUploadBufferSize: 16 asyncUploadPersistentBuffer: 1 resolutionScalingFixedDPIFactor: 1 excludedTargetPlatforms: [] - serializedVersion: 2 name: Very High pixelLightCount: 3 shadows: 2 shadowResolution: 2 shadowProjection: 1 shadowCascades: 2 shadowDistance: 70 shadowNearPlaneOffset: 3 shadowCascade2Split: 0.33333334 shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} shadowmaskMode: 1 skinWeights: 4 textureQuality: 0 anisotropicTextures: 2 antiAliasing: 0 softParticles: 1 softVegetation: 1 realtimeReflectionProbes: 1 billboardsFaceCameraPosition: 1 vSyncCount: 1 lodBias: 1.5 maximumLODLevel: 0 streamingMipmapsActive: 0 streamingMipmapsAddAllCameras: 1 streamingMipmapsMemoryBudget: 512 streamingMipmapsRenderersPerFrame: 512 streamingMipmapsMaxLevelReduction: 2 streamingMipmapsMaxFileIORequests: 1024 particleRaycastBudget: 1024 asyncUploadTimeSlice: 2 asyncUploadBufferSize: 16 asyncUploadPersistentBuffer: 1 resolutionScalingFixedDPIFactor: 1 excludedTargetPlatforms: [] - serializedVersion: 2 name: Ultra pixelLightCount: 4 shadows: 2 shadowResolution: 2 shadowProjection: 1 shadowCascades: 4 shadowDistance: 150 shadowNearPlaneOffset: 3 shadowCascade2Split: 0.33333334 shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} shadowmaskMode: 1 skinWeights: 4 textureQuality: 0 anisotropicTextures: 2 antiAliasing: 0 softParticles: 1 softVegetation: 1 realtimeReflectionProbes: 1 billboardsFaceCameraPosition: 1 vSyncCount: 1 lodBias: 2 maximumLODLevel: 0 streamingMipmapsActive: 0 streamingMipmapsAddAllCameras: 1 streamingMipmapsMemoryBudget: 512 streamingMipmapsRenderersPerFrame: 512 streamingMipmapsMaxLevelReduction: 2 streamingMipmapsMaxFileIORequests: 1024 particleRaycastBudget: 4096 asyncUploadTimeSlice: 2 asyncUploadBufferSize: 16 asyncUploadPersistentBuffer: 1 resolutionScalingFixedDPIFactor: 1 excludedTargetPlatforms: [] m_PerPlatformDefaultQuality: Android: 3 Lumin: 5 Nintendo Switch: 5 PS4: 5 Standalone: 3 WebGL: 3 Windows Store Apps: 5 XboxOne: 5 iPhone: 2 tvOS: 2 ================================================ FILE: ProjectSettings/TagManager.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!78 &1 TagManager: serializedVersion: 2 tags: - ScreenFader layers: - Default - TransparentFX - Ignore Raycast - - Water - UI - - - Colliders - - - - - - - - - - - - - - - - - - - - - - - m_SortingLayers: - name: Default uniqueID: 0 locked: 0 - name: Background_Sorting uniqueID: 3855415453 locked: 0 - name: Player_Sorting uniqueID: 1371617319 locked: 0 - name: Foreground_Sorting uniqueID: 4197844559 locked: 0 ================================================ FILE: ProjectSettings/TimeManager.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!5 &1 TimeManager: m_ObjectHideFlags: 0 Fixed Timestep: 0.0167 Maximum Allowed Timestep: 0.1 m_TimeScale: 1 Maximum Particle Timestep: 0.03 ================================================ FILE: ProjectSettings/TimelineSettings.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &1 MonoBehaviour: m_ObjectHideFlags: 61 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: a287be6c49135cd4f9b2b8666c39d999, type: 3} m_Name: m_EditorClassIdentifier: assetDefaultFramerate: 60 ================================================ FILE: ProjectSettings/URPProjectSettings.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &1 MonoBehaviour: m_ObjectHideFlags: 61 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 247994e1f5a72c2419c26a37e9334c01, type: 3} m_Name: m_EditorClassIdentifier: m_LastMaterialVersion: 4 ================================================ FILE: ProjectSettings/UnityConnectSettings.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!310 &1 UnityConnectSettings: m_ObjectHideFlags: 0 serializedVersion: 1 m_Enabled: 1 m_TestMode: 0 m_EventOldUrl: https://api.uca.cloud.unity3d.com/v1/events m_EventUrl: https://cdp.cloud.unity3d.com/v1/events m_ConfigUrl: https://config.uca.cloud.unity3d.com m_TestInitMode: 0 CrashReportingSettings: m_EventUrl: https://perf-events.cloud.unity3d.com m_Enabled: 0 m_LogBufferSize: 10 m_CaptureEditorExceptions: 1 UnityPurchasingSettings: m_Enabled: 0 m_TestMode: 0 UnityAnalyticsSettings: m_Enabled: 1 m_TestMode: 0 m_InitializeOnStartup: 1 UnityAdsSettings: m_Enabled: 0 m_InitializeOnStartup: 1 m_TestMode: 0 m_IosGameId: m_AndroidGameId: m_GameIds: {} m_GameId: PerformanceReportingSettings: m_Enabled: 0 ================================================ FILE: ProjectSettings/VFXManager.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!937362698 &1 VFXManager: m_ObjectHideFlags: 0 m_IndirectShader: {fileID: 0} m_CopyBufferShader: {fileID: 0} m_SortShader: {fileID: 0} m_RenderPipeSettingsPath: m_FixedTimeStep: 0.016666668 m_MaxDeltaTime: 0.05 ================================================ FILE: ProjectSettings/VersionControlSettings.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!890905787 &1 VersionControlSettings: m_ObjectHideFlags: 0 m_Mode: Visible Meta Files m_CollabEditorSettings: inProgressEnabled: 1 ================================================ FILE: ProjectSettings/XRSettings.asset ================================================ { "m_SettingKeys": [ "VR Device Disabled", "VR Device User Alert" ], "m_SettingValues": [ "False", "False" ] } ================================================ FILE: README.md ================================================ # NewBark 🌳 Retro-style 2D RPG game engine for Unity, inspired by Pokémon Gold, Silver and Crystal. ![screenshot](Assets/Graphics/Images/screenshot.png) > IMPORTANT: This project is in low-maintainance mode, meaning that compatibility fixes with new Unity and package versions will be published but new additions or features are not going to happen any time soon and there are no plans for them yet. Looking for a GameMaker version? Check [newbark-gamemaker](https://github.com/itsjavi/newbark-gamemaker) ## Requirements - Unity 2021.1 or greater ## License This software is copyrighted and licensed under the [MIT license](https://github.com/itsjavi/newbark-unity/LICENSE). ### Disclaimer This software comes bundled with data and graphics extracted from the Pokémon series of video games. Some terminology from the Pokémon franchise is also necessarily used within the software itself. This is all the intellectual property of Nintendo, Creatures, inc., and GAME FREAK, inc. and is protected by various copyrights and trademarks. The goal of this project is not to create and/or distribute a game, but to learn how to create similar retro games in Unity. So this project, apart from being a possible base engine for future similar projects unrelated to the Pokémon franchise, has mainly educational purposes. The author believes that the use of this intellectual property for a fan reference is covered by fair use and that the software is significantly impaired without said property included. Any use of this copyrighted property is at your own legal risk. This software is not affiliated in any way with Nintendo, Pokémon or any other game company. A complete revision history of this software is available from https://github.com/itsjavi/newbark-unity --- Created by [@itsjavi](https://github.com/itsjavi) ================================================ FILE: UserSettings/EditorUserSettings.asset ================================================ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!162 &1 EditorUserSettings: m_ObjectHideFlags: 0 serializedVersion: 4 m_ConfigSettings: RecentlyUsedScenePath-0: value: 22424703114646680e0b0227036c72111f19563f22213229 flags: 0 vcSharedLogLevel: value: 0d5e400f0650 flags: 0 m_VCAutomaticAdd: 1 m_VCDebugCom: 0 m_VCDebugCmd: 0 m_VCDebugOut: 0 m_SemanticMergeMode: 2 m_VCShowFailedCheckout: 1 m_VCOverwriteFailedCheckoutAssets: 1 m_VCProjectOverlayIcons: 1 m_VCHierarchyOverlayIcons: 1 m_VCOtherOverlayIcons: 1 m_VCAllowAsyncUpdate: 1 ================================================ FILE: UserSettings/Search.settings ================================================ {}