- Timestamp:
- 2016-06-17 11:21:59 (7 years ago)
- Location:
- 2016/24/MattiK
- Files:
-
- 9 added
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
2016/24/MattiK/ZlandZ/ZlandZ/ZlandZ/ZlandZ.cs
r7382 r7435 33 33 int ammustenMaara = 60; 34 34 SoundEffect hyppyAani = LoadSoundEffect("Jump17"); 35 SoundEffect mixdown = LoadSoundEffect("mixdown"); 35 36 public override void Begin() 36 37 { 37 38 MultiSelectWindow alkuValikko = new MultiSelectWindow("ZlandZ", 38 "Aloita peli", "Parhaat pisteet","Lopeta");39 "Aloita peli", "Lopeta"); 39 40 Add(alkuValikko); 40 41 alkuValikko.AddItemHandler(0, AloitaPeli); … … 45 46 alkuValikko.Color = Color.Red; 46 47 Level.Background.Color = Color.Black; 48 49 MediaPlayer.Play("mixdown"); 50 MediaPlayer.IsRepeating = true; 51 52 47 53 } 48 54 … … 222 228 AddCollisionHandler(Leaf, "piikki", TormaaPiikkiin); 223 229 AddCollisionHandler(Leaf, "gene", TormaaGeneen); 230 AddCollisionHandler(Leaf, "orkki", TormaaOrkkiin); 224 231 Add(Leaf); 225 232 //pelaaja1 on PlatformCharacter-tyyppinen … … 317 324 MessageDisplay.Add("Keräsit Boxin!"); 318 325 Box.Destroy(); 319 pisteLaskuri.Value += 5;326 320 327 } 321 328 void TormaaVihuun(PhysicsObject hahmo, PhysicsObject vihu) … … 335 342 maaliAani.Play(); 336 343 MessageDisplay.Add("You died"); 337 Giant.Destroy();344 hahmo.Destroy(); 338 345 339 346 } -
2016/24/MattiK/ZlandZ/ZlandZ/ZlandZ/ZlandZ.csproj.Debug.cachefile
r7382 r7435 1 1 Content\maali.xnb 2 Content\Jump17.xnb 2 3 Content\norsu.xnb 3 4 Content\tahti.xnb 4 Content\kentta1.xnb5 5 Content\vihu.xnb 6 6 Content\Lintu.xnb … … 8 8 Content\box.xnb 9 9 Content\boss.xnb 10 Content\Jump17.xnb11 10 Content\gun.xnb 12 11 Content\orkki.xnb … … 14 13 Content\gene.xnb 15 14 Content\nuke.xnb 15 Content\kentta1.xnb 16 Content\wanhamixdown.xnb 17 Content\mixdown.xnb 18 Content\mixdown.wma 19 Content\wanhamixdown.wav -
2016/24/MattiK/ZlandZ/ZlandZ/ZlandZ/obj/x86/Debug/ContentPipeline-{FB1067CC-FEED-45F1-8CB8-8F3DD59AB260}.xml
r7382 r7435 8 8 <Processor>SoundEffectProcessor</Processor> 9 9 <Options>None</Options> 10 <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\maali.xnb</Output> 11 <Time>2016-06-13T10:13:02.6090247+03:00</Time> 10 <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\maali.xnb</Output> 11 <Time>2016-06-17T09:26:02.3498221+03:00</Time> 12 </Item> 13 <Item> 14 <Source>Jump17.wav</Source> 15 <Name>Jump17</Name> 16 <Importer>WavImporter</Importer> 17 <Processor>SoundEffectProcessor</Processor> 18 <Options>None</Options> 19 <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\Jump17.xnb</Output> 20 <Time>2016-06-17T09:26:02.3498221+03:00</Time> 12 21 </Item> 13 22 <Item> … … 17 26 <Processor>TextureProcessor</Processor> 18 27 <Options>None</Options> 19 <Output>C:\MyTemp\Matti K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\norsu.xnb</Output>20 <Time>2016-06-1 3T13:32:10.4997648+03:00</Time>28 <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\norsu.xnb</Output> 29 <Time>2016-06-17T09:26:02.3654221+03:00</Time> 21 30 </Item> 22 31 <Item> … … 26 35 <Processor>TextureProcessor</Processor> 27 36 <Options>None</Options> 28 <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\tahti.xnb</Output> 29 <Time>2016-06-13T10:13:02.6110249+03:00</Time> 37 <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\tahti.xnb</Output> 38 <Time>2016-06-17T09:26:02.3654221+03:00</Time> 39 </Item> 40 <Item> 41 <Source>vihu.png</Source> 42 <Name>vihu</Name> 43 <Importer>TextureImporter</Importer> 44 <Processor>TextureProcessor</Processor> 45 <Options>None</Options> 46 <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\vihu.xnb</Output> 47 <Time>2016-06-17T09:26:02.3810221+03:00</Time> 48 </Item> 49 <Item> 50 <Source>Lintu.png</Source> 51 <Name>Lintu</Name> 52 <Importer>TextureImporter</Importer> 53 <Processor>TextureProcessor</Processor> 54 <Options>None</Options> 55 <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\Lintu.xnb</Output> 56 <Time>2016-06-17T09:26:02.5370221+03:00</Time> 57 </Item> 58 <Item> 59 <Source>Piikki.png</Source> 60 <Name>Piikki</Name> 61 <Importer>TextureImporter</Importer> 62 <Processor>TextureProcessor</Processor> 63 <Options>None</Options> 64 <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\Piikki.xnb</Output> 65 <Time>2016-06-17T09:26:02.3966221+03:00</Time> 66 </Item> 67 <Item> 68 <Source>box.png</Source> 69 <Name>box</Name> 70 <Importer>TextureImporter</Importer> 71 <Processor>TextureProcessor</Processor> 72 <Options>None</Options> 73 <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\box.xnb</Output> 74 <Time>2016-06-17T09:26:02.5214221+03:00</Time> 75 </Item> 76 <Item> 77 <Source>boss.png</Source> 78 <Name>boss</Name> 79 <Importer>TextureImporter</Importer> 80 <Processor>TextureProcessor</Processor> 81 <Options>None</Options> 82 <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\boss.xnb</Output> 83 <Time>2016-06-17T09:26:02.3654221+03:00</Time> 84 </Item> 85 <Item> 86 <Source>gun.png</Source> 87 <Name>gun</Name> 88 <Importer>TextureImporter</Importer> 89 <Processor>TextureProcessor</Processor> 90 <Options>None</Options> 91 <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\gun.xnb</Output> 92 <Time>2016-06-17T09:26:02.5214221+03:00</Time> 93 </Item> 94 <Item> 95 <Source>orkki.png</Source> 96 <Name>orkki</Name> 97 <Importer>TextureImporter</Importer> 98 <Processor>TextureProcessor</Processor> 99 <Options>None</Options> 100 <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\orkki.xnb</Output> 101 <Time>2016-06-17T09:26:02.3966221+03:00</Time> 102 </Item> 103 <Item> 104 <Source>niga.png</Source> 105 <Name>niga</Name> 106 <Importer>TextureImporter</Importer> 107 <Processor>TextureProcessor</Processor> 108 <Options>None</Options> 109 <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\niga.xnb</Output> 110 <Time>2016-06-17T09:26:02.3810221+03:00</Time> 111 </Item> 112 <Item> 113 <Source>gene.png</Source> 114 <Name>gene</Name> 115 <Importer>TextureImporter</Importer> 116 <Processor>TextureProcessor</Processor> 117 <Options>None</Options> 118 <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\gene.xnb</Output> 119 <Time>2016-06-17T09:26:02.3810221+03:00</Time> 120 </Item> 121 <Item> 122 <Source>nuke.png</Source> 123 <Name>nuke</Name> 124 <Importer>TextureImporter</Importer> 125 <Processor>TextureProcessor</Processor> 126 <Options>None</Options> 127 <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\nuke.xnb</Output> 128 <Time>2016-06-17T09:26:02.3654221+03:00</Time> 30 129 </Item> 31 130 <Item> … … 35 134 <Processor>TextFileContentProcessor</Processor> 36 135 <Options>None</Options> 37 <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\kentta1.xnb</Output> 38 <Time>2016-06-16T14:23:58.4053836+03:00</Time> 39 </Item> 40 <Item> 41 <Source>vihu.png</Source> 42 <Name>vihu</Name> 43 <Importer>TextureImporter</Importer> 44 <Processor>TextureProcessor</Processor> 45 <Options>None</Options> 46 <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\vihu.xnb</Output> 47 <Time>2016-06-13T11:18:00.8268075+03:00</Time> 48 </Item> 49 <Item> 50 <Source>Lintu.png</Source> 51 <Name>Lintu</Name> 52 <Importer>TextureImporter</Importer> 53 <Processor>TextureProcessor</Processor> 54 <Options>None</Options> 55 <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\Lintu.xnb</Output> 56 <Time>2016-06-14T10:05:20.3102632+03:00</Time> 57 </Item> 58 <Item> 59 <Source>Piikki.png</Source> 60 <Name>Piikki</Name> 61 <Importer>TextureImporter</Importer> 62 <Processor>TextureProcessor</Processor> 63 <Options>None</Options> 64 <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\Piikki.xnb</Output> 65 <Time>2016-06-14T10:20:32.7855016+03:00</Time> 66 </Item> 67 <Item> 68 <Source>box.png</Source> 69 <Name>box</Name> 70 <Importer>TextureImporter</Importer> 71 <Processor>TextureProcessor</Processor> 72 <Options>None</Options> 73 <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\box.xnb</Output> 74 <Time>2016-06-14T12:22:30.0631562+03:00</Time> 75 </Item> 76 <Item> 77 <Source>boss.png</Source> 78 <Name>boss</Name> 79 <Importer>TextureImporter</Importer> 80 <Processor>TextureProcessor</Processor> 81 <Options>None</Options> 82 <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\boss.xnb</Output> 83 <Time>2016-06-14T12:22:49.5281025+03:00</Time> 84 </Item> 85 <Item> 86 <Source>Jump17.wav</Source> 87 <Name>Jump17</Name> 136 <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\kentta1.xnb</Output> 137 <Time>2016-06-17T11:11:09.3646104+03:00</Time> 138 </Item> 139 <Item> 140 <Source>wanhamixdown.wav</Source> 141 <Name>wanhamixdown</Name> 88 142 <Importer>WavImporter</Importer> 89 143 <Processor>SoundEffectProcessor</Processor> 90 144 <Options>None</Options> 91 <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\Jump17.xnb</Output> 92 <Time>2016-06-14T14:08:40.018088+03:00</Time> 93 </Item> 94 <Item> 95 <Source>gun.png</Source> 96 <Name>gun</Name> 97 <Importer>TextureImporter</Importer> 98 <Processor>TextureProcessor</Processor> 99 <Options>None</Options> 100 <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\gun.xnb</Output> 101 <Time>2016-06-14T14:34:19.1299838+03:00</Time> 102 </Item> 103 <Item> 104 <Source>orkki.png</Source> 105 <Name>orkki</Name> 106 <Importer>TextureImporter</Importer> 107 <Processor>TextureProcessor</Processor> 108 <Options>None</Options> 109 <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\orkki.xnb</Output> 110 <Time>2016-06-15T13:25:01.0026751+03:00</Time> 111 </Item> 112 <Item> 113 <Source>niga.png</Source> 114 <Name>niga</Name> 115 <Importer>TextureImporter</Importer> 116 <Processor>TextureProcessor</Processor> 117 <Options>None</Options> 118 <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\niga.xnb</Output> 119 <Time>2016-06-16T10:23:11.56569+03:00</Time> 120 </Item> 121 <Item> 122 <Source>gene.png</Source> 123 <Name>gene</Name> 124 <Importer>TextureImporter</Importer> 125 <Processor>TextureProcessor</Processor> 126 <Options>None</Options> 127 <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\gene.xnb</Output> 128 <Time>2016-06-16T11:02:20.9326671+03:00</Time> 129 </Item> 130 <Item> 131 <Source>nuke.png</Source> 132 <Name>nuke</Name> 133 <Importer>TextureImporter</Importer> 134 <Processor>TextureProcessor</Processor> 135 <Options>None</Options> 136 <Output>C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\nuke.xnb</Output> 137 <Time>2016-06-16T11:15:53.088256+03:00</Time> 145 <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\wanhamixdown.xnb</Output> 146 <Time>2016-06-17T11:10:05.4766104+03:00</Time> 147 </Item> 148 <Item> 149 <Source>mixdown.mp3</Source> 150 <Name>mixdown</Name> 151 <Importer>Mp3Importer</Importer> 152 <Processor>SongProcessor</Processor> 153 <Options>None</Options> 154 <Output>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\mixdown.xnb</Output> 155 <Extra>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\mixdown.wma</Extra> 156 <Time>2016-06-17T11:17:05.7531104+03:00</Time> 138 157 </Item> 139 158 <BuildSuccessful>true</BuildSuccessful> … … 144 163 <BuildConfiguration>Debug</BuildConfiguration> 145 164 <CompressContent>false</CompressContent> 146 <RootDirectory>C:\MyTemp\Matti K\ZlandZ\ZlandZ\ZlandZContent\</RootDirectory>147 <LoggerRootDirectory>C:\MyTemp\Matti K\ZlandZ\ZlandZ\ZlandZ\</LoggerRootDirectory>148 <IntermediateDirectory>C:\MyTemp\Matti K\ZlandZ\ZlandZ\ZlandZ\obj\x86\Debug\</IntermediateDirectory>149 <OutputDirectory>C:\MyTemp\Matti K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\</OutputDirectory>165 <RootDirectory>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZContent\</RootDirectory> 166 <LoggerRootDirectory>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\</LoggerRootDirectory> 167 <IntermediateDirectory>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\obj\x86\Debug\</IntermediateDirectory> 168 <OutputDirectory>C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\</OutputDirectory> 150 169 </Settings> 151 170 <Assemblies> … … 184 203 <Assembly> 185 204 <Key>C:\Windows\Microsoft.Net\assembly\GAC_32\Microsoft.Xna.Framework.Content.Pipeline\v4.0_4.0.0.0__842cf8be1de50553\Microsoft.Xna.Framework.Content.Pipeline.dll</Key> 186 <Value>2015-09-16T 19:53:37.7905482+03:00</Value>205 <Value>2015-09-16T20:11:40.0406455+03:00</Value> 187 206 </Assembly> 188 207 </Assemblies> -
2016/24/MattiK/ZlandZ/ZlandZ/ZlandZ/obj/x86/Debug/ZlandZ.csproj.FileListAbsolute.txt
r7382 r7435 22 22 C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\gene.xnb 23 23 C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\nuke.xnb 24 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\maali.xnb 25 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\Jump17.xnb 26 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\norsu.xnb 27 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\tahti.xnb 28 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\vihu.xnb 29 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\Lintu.xnb 30 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\Piikki.xnb 31 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\box.xnb 32 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\boss.xnb 33 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\gun.xnb 34 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\orkki.xnb 35 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\niga.xnb 36 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\gene.xnb 37 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\nuke.xnb 38 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\kentta1.xnb 39 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\ZlandZ.exe 40 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\ZlandZ.pdb 41 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Jypeli.dll 42 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Jypeli.xml 43 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\obj\x86\Debug\ZlandZ.csprojResolveAssemblyReference.cache 44 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\obj\x86\Debug\Microsoft.Xna.Framework.RuntimeProfile.txt 45 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\obj\x86\Debug\ZlandZ.exe 46 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\obj\x86\Debug\ZlandZ.pdb 47 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\mixdown.xnb 48 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\wanhamixdown.xnb 49 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\mixdown.wma 50 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZ\bin\x86\Debug\Content\wanhamixdown.wav -
2016/24/MattiK/ZlandZ/ZlandZ/ZlandZ/obj/x86/Debug/cachefile-{FB1067CC-FEED-45F1-8CB8-8F3DD59AB260}-targetpath.txt
r7382 r7435 1 1 Content\maali.xnb 2 Content\Jump17.xnb 2 3 Content\norsu.xnb 3 4 Content\tahti.xnb 4 Content\kentta1.xnb5 5 Content\vihu.xnb 6 6 Content\Lintu.xnb … … 8 8 Content\box.xnb 9 9 Content\boss.xnb 10 Content\Jump17.xnb11 10 Content\gun.xnb 12 11 Content\orkki.xnb … … 14 13 Content\gene.xnb 15 14 Content\nuke.xnb 15 Content\kentta1.xnb 16 Content\wanhamixdown.xnb 17 Content\mixdown.xnb 18 Content\mixdown.wma 19 Content\wanhamixdown.wav -
2016/24/MattiK/ZlandZ/ZlandZ/ZlandZContent/ZlandZContent.contentproj
r7382 r7435 144 144 </Compile> 145 145 </ItemGroup> 146 <ItemGroup> 147 <Compile Include="wanhamixdown.wav"> 148 <Name>wanhamixdown</Name> 149 <Importer>WavImporter</Importer> 150 <Processor>SoundEffectProcessor</Processor> 151 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 152 </Compile> 153 </ItemGroup> 154 <ItemGroup> 155 <Compile Include="mixdown.mp3"> 156 <Name>mixdown</Name> 157 <Importer>Mp3Importer</Importer> 158 <Processor>SongProcessor</Processor> 159 </Compile> 160 </ItemGroup> 146 161 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 147 162 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
2016/24/MattiK/ZlandZ/ZlandZ/ZlandZContent/kentta1.txt
r7382 r7435 11 11 12 12 13 b b14 S S13 b b b b b b 14 S S 15 15 # ### # b b b # P # P # # # b b b b # # # # O 16 S S ## ## S B S # P P # G P P P P 17 N ####PPP#### b PPP S PPPPPPP S PPP B ##P##P##P##P## # PPPPPPPPPPPPP # # # P P P P 18 ############################################################################################################################################################# PPPPPPPPPPPPP####################################19 16 S S ## ## S B S # P P # G P P P P # # # # # 17 N ####PPP#### b PPP S PPPPPPP S PPP B ##P##P##P##P## # PPPPPPPPPPPPP # # # P P P P # # S # S # S # dL 18 ##############################################################################################################################################################PPP#PPP#PPP##################################### 19 -
2016/24/MattiK/ZlandZ/ZlandZ/ZlandZContent/obj/x86/Debug/ZlandZContent.contentproj.FileListAbsolute.txt
r7266 r7435 1 1 C:\MyTemp\MattiK\ZlandZ\ZlandZ\ZlandZContent\obj\x86\Debug\ZlandZContent.contentprojResolveAssemblyReference.cache 2 C:\MyTemp\Matti.K\ZlandZ\ZlandZ\ZlandZContent\obj\x86\Debug\ZlandZContent.contentprojResolveAssemblyReference.cache
Note: See TracChangeset
for help on using the changeset viewer.