Changeset 6022 for 2015/24


Ignore:
Timestamp:
2015-06-11 13:53:11 (8 years ago)
Author:
oslahtin
Message:
 
Location:
2015/24/OskariL/Tasohyppelypeli1
Files:
2 added
7 edited

Legend:

Unmodified
Added
Removed
  • 2015/24/OskariL/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1.cs

    r6013 r6022  
    8484        ColorTileMap ruudut = ColorTileMap.FromLevelAsset("kartta" +kenttaNro); 
    8585        ruudut.SetTileMethod(Color.Black, LisaaTaso); 
    86         //ruudut.SetTileMethod('*', LisaaTahti); 
     86        ruudut.SetTileMethod(Color.DarkCyan, LisaaTahti); 
    8787        ruudut.SetTileMethod(Color.Red, LisaaPelaaja); 
    8888        ruudut.SetTileMethod(Color.Cyan, LisaaVihollinen); 
  • 2015/24/OskariL/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1Content/Tasohyppelypeli1Content.contentproj

    r6013 r6022  
    120120    </Compile> 
    121121  </ItemGroup> 
     122  <ItemGroup> 
     123    <Compile Include="kartta5.png"> 
     124      <Name>kartta5</Name> 
     125      <Importer>TextureImporter</Importer> 
     126      <Processor>TextureProcessor</Processor> 
     127    </Compile> 
     128  </ItemGroup> 
     129  <ItemGroup> 
     130    <Compile Include="kartta6.png"> 
     131      <Name>kartta6</Name> 
     132      <Importer>TextureImporter</Importer> 
     133      <Processor>TextureProcessor</Processor> 
     134    </Compile> 
     135  </ItemGroup> 
    122136  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 
    123137  <!--  To modify your build process, add your task inside one of the targets below and uncomment it.  
Note: See TracChangeset for help on using the changeset viewer.