Changeset 4290 for 2013


Ignore:
Timestamp:
2013-06-28 09:30:34 (10 years ago)
Author:
wiaukota
Message:

Talletus.

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  
    6060        { 
    6161            LuoKentta("kentta4"); 
     62            Level.Background.CreateGradient(Color.Black, Color.LightGray); 
     63        } 
     64        else if (kenttaNro == 5) 
     65        { 
     66            LuoKentta("kentta5"); 
    6267            Level.Background.CreateGradient(Color.Black, Color.LightGray); 
    6368        } 
     
    303308        Keyboard.Listen(Key.Space, ButtonState.Pressed, Lyo, "Pelaaja Lyö", pelaaja1); 
    304309 
     310        //Mouse.ListenMovement(0.1, Liikuta, null, pelaaja1); 
    305311 
    306312        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  
    174174    </Compile> 
    175175  </ItemGroup> 
     176  <ItemGroup> 
     177    <Compile Include="kentta5.png"> 
     178      <Name>kentta5</Name> 
     179      <Importer>TextureImporter</Importer> 
     180      <Processor>TextureProcessor</Processor> 
     181    </Compile> 
     182  </ItemGroup> 
    176183  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 
    177184  <!--  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.