- Timestamp:
- 2015-07-03 12:06:37 (8 years ago)
- Location:
- 2015/27/AakeR/IMBT
- Files:
-
- 2 added
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/27/AakeR/IMBT/IMBT/IMBT/IMBT.cs
r6783 r6787 192 192 193 193 alkuValikko.Destroy(); 194 string Kenttä = RandomGen.SelectOne<string>("Kenttä1", "Kenttä2", "Kenttä3", "Kenttä4" );194 string Kenttä = RandomGen.SelectOne<string>("Kenttä1", "Kenttä2", "Kenttä3", "Kenttä4", "Kenttä5"); 195 195 ColorTileMap ruudut = ColorTileMap.FromLevelAsset(Kenttä); 196 196 -
2015/27/AakeR/IMBT/IMBT/IMBT/IMBT.csproj.Debug.cachefile
r6783 r6787 23 23 Content\KenttÀ3.xnb 24 24 Content\KenttÀ4.xnb 25 Content\KenttÀ5.xnb -
2015/27/AakeR/IMBT/IMBT/IMBT/obj/x86/Debug/IMBT.csproj.FileListAbsolute.txt
r6783 r6787 31 31 C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\KenttÀ3.xnb 32 32 C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\KenttÀ4.xnb 33 C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\KenttÀ5.xnb -
2015/27/AakeR/IMBT/IMBT/IMBT/obj/x86/Debug/cachefile-{B6A1F4C9-F2E2-4290-A5B5-3717058CC989}-targetpath.txt
r6783 r6787 23 23 Content\KenttÀ3.xnb 24 24 Content\KenttÀ4.xnb 25 Content\KenttÀ5.xnb -
2015/27/AakeR/IMBT/IMBT/IMBTContent/IMBTContent.contentproj
r6783 r6787 197 197 </Compile> 198 198 </ItemGroup> 199 <ItemGroup> 200 <Compile Include="Kenttä5.png"> 201 <Name>Kenttä5</Name> 202 <Importer>TextureImporter</Importer> 203 <Processor>TextureProcessor</Processor> 204 </Compile> 205 </ItemGroup> 199 206 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 200 207 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
2015/27/AakeR/IMBT/IMBT/IMBTContent/obj/x86/Debug/ContentPipeline.xml
r6783 r6787 207 207 <Options>None</Options> 208 208 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Kenttä3.xnb</Output> 209 <Time>2015-07-03T11: 16:08.2803777+03:00</Time>209 <Time>2015-07-03T11:30:56.8440218+03:00</Time> 210 210 </Item> 211 211 <Item> … … 217 217 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Kenttä4.xnb</Output> 218 218 <Time>2015-07-03T11:29:47.2944632+03:00</Time> 219 </Item> 220 <Item> 221 <Source>Kenttä5.png</Source> 222 <Name>Kenttä5</Name> 223 <Importer>TextureImporter</Importer> 224 <Processor>TextureProcessor</Processor> 225 <Options>None</Options> 226 <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Kenttä5.xnb</Output> 227 <Time>2015-07-03T12:03:06.7923389+03:00</Time> 219 228 </Item> 220 229 <BuildSuccessful>true</BuildSuccessful>
Note: See TracChangeset
for help on using the changeset viewer.