- Timestamp:
- 2013-06-28 09:30:34 (10 years ago)
- Location:
- 2013/26/WilleK/Ensimmäinen Peli/Ensimmäinen Peli
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
2013/26/WilleK/Ensimmäinen Peli/Ensimmäinen Peli/Ensimmäinen Peli/Ensimmäinen_Peli.cs
r4272 r4290 60 60 { 61 61 LuoKentta("kentta4"); 62 Level.Background.CreateGradient(Color.Black, Color.LightGray); 63 } 64 else if (kenttaNro == 5) 65 { 66 LuoKentta("kentta5"); 62 67 Level.Background.CreateGradient(Color.Black, Color.LightGray); 63 68 } … … 303 308 Keyboard.Listen(Key.Space, ButtonState.Pressed, Lyo, "Pelaaja Lyö", pelaaja1); 304 309 310 //Mouse.ListenMovement(0.1, Liikuta, null, pelaaja1); 305 311 306 312 ControllerOne.Listen(Button.Back, ButtonState.Pressed, Exit, "Poistu pelistä"); -
2013/26/WilleK/Ensimmäinen Peli/Ensimmäinen Peli/Ensimmäinen PeliContent/Ensimmäinen PeliContent.contentproj
r4272 r4290 174 174 </Compile> 175 175 </ItemGroup> 176 <ItemGroup> 177 <Compile Include="kentta5.png"> 178 <Name>kentta5</Name> 179 <Importer>TextureImporter</Importer> 180 <Processor>TextureProcessor</Processor> 181 </Compile> 182 </ItemGroup> 176 183 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 177 184 <!-- 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.