Changeset 6787 for 2015/27


Ignore:
Timestamp:
2015-07-03 12:06:37 (8 years ago)
Author:
aaelruut
Message:
 
Location:
2015/27/AakeR/IMBT
Files:
2 added
12 edited

Legend:

Unmodified
Added
Removed
  • 2015/27/AakeR/IMBT/IMBT/IMBT/IMBT.cs

    r6783 r6787  
    192192 
    193193        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"); 
    195195        ColorTileMap ruudut = ColorTileMap.FromLevelAsset(Kenttä); 
    196196 
  • 2015/27/AakeR/IMBT/IMBT/IMBT/IMBT.csproj.Debug.cachefile

    r6783 r6787  
    2323Content\KenttÀ3.xnb 
    2424Content\KenttÀ4.xnb 
     25Content\KenttÀ5.xnb 
  • 2015/27/AakeR/IMBT/IMBT/IMBT/obj/x86/Debug/IMBT.csproj.FileListAbsolute.txt

    r6783 r6787  
    3131C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\KenttÀ3.xnb 
    3232C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\KenttÀ4.xnb 
     33C:\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  
    2323Content\KenttÀ3.xnb 
    2424Content\KenttÀ4.xnb 
     25Content\KenttÀ5.xnb 
  • 2015/27/AakeR/IMBT/IMBT/IMBTContent/IMBTContent.contentproj

    r6783 r6787  
    197197    </Compile> 
    198198  </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> 
    199206  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 
    200207  <!--  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  
    207207      <Options>None</Options> 
    208208      <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> 
    210210    </Item> 
    211211    <Item> 
     
    217217      <Output>C:\MyTemp\AakeR\IMBT\IMBT\IMBT\bin\x86\Debug\Content\Kenttä4.xnb</Output> 
    218218      <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> 
    219228    </Item> 
    220229    <BuildSuccessful>true</BuildSuccessful> 
Note: See TracChangeset for help on using the changeset viewer.