- Timestamp:
- 2015-06-11 13:53:11 (8 years ago)
- Location:
- 2015/24/OskariL/Tasohyppelypeli1
- Files:
-
- 2 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/24/OskariL/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1.cs
r6013 r6022 84 84 ColorTileMap ruudut = ColorTileMap.FromLevelAsset("kartta" +kenttaNro); 85 85 ruudut.SetTileMethod(Color.Black, LisaaTaso); 86 //ruudut.SetTileMethod('*', LisaaTahti);86 ruudut.SetTileMethod(Color.DarkCyan, LisaaTahti); 87 87 ruudut.SetTileMethod(Color.Red, LisaaPelaaja); 88 88 ruudut.SetTileMethod(Color.Cyan, LisaaVihollinen); -
2015/24/OskariL/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1Content/Tasohyppelypeli1Content.contentproj
r6013 r6022 120 120 </Compile> 121 121 </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> 122 136 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 123 137 <!-- 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.