Changeset 613
- Timestamp:
- 2010-06-09 14:37:02 (13 years ago)
- Location:
- 2010/23/eearleht/Siikapeli
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
2010/23/eearleht/Siikapeli/Content/Content.contentproj
r600 r613 75 75 </Compile> 76 76 </ItemGroup> 77 <ItemGroup> 78 <Compile Include="Ice fishing.jpg"> 79 <Name>Ice fishing</Name> 80 <Importer>TextureImporter</Importer> 81 <Processor>TextureProcessor</Processor> 82 </Compile> 83 </ItemGroup> 77 84 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 78 85 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
2010/23/eearleht/Siikapeli/Peli.cs
r600 r613 67 67 Level.Background.CreateGradient(Color.White, Color.White); 68 68 69 lisaaTaso(215, -75); 70 lisaaTaso(50, -200); 71 lisaaTaso(-75, -300); 72 lisaaTaso(-75, 50); 73 lisaaTaso(250, 125); 74 lisaaTaso(375, 300); 69 lisaaTaso(0, 0); 75 70 lisaaMaali(); 76 71 lisaaPelaajat(); … … 105 100 maali.IgnoresCollisionResponse = true; 106 101 maali.X = 100; 107 maali.Y = 500;102 maali.Y = 300; 108 103 maali.Image = LoadImage("tahti"); 109 104 Add(maali);
Note: See TracChangeset
for help on using the changeset viewer.