Changeset 3587 for 2012/27


Ignore:
Timestamp:
2012-07-05 13:19:48 (11 years ago)
Author:
janiemit
Message:
 
Location:
2012/27/JuhoK/Impossible/Impossible
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 2012/27/JuhoK/Impossible/Impossible/Impossible/Impossible.cs

    r3585 r3587  
    160160    void jump() 
    161161    { 
    162         cube.Jump(10000); 
     162        cube.Jump(1000); 
    163163    } 
    164164 
  • 2012/27/JuhoK/Impossible/Impossible/Impossible/Impossible.csproj.Debug.cachefile

    r3585 r3587  
     1Content\kentta1.xnb 
    12Content\palikka.xnb 
    23Content\piikki.xnb 
    3 Content\kentta1.xnb 
    4 Content\background.xnb 
    54Content\cube.xnb 
    65Content\viiva.xnb 
    7 Content\background.png 
     6Content\background.xnb 
    87Content\piikki.png 
  • 2012/27/JuhoK/Impossible/Impossible/ImpossibleContent/ImpossibleContent.contentproj

    r3584 r3587  
    4545  </ItemGroup> 
    4646  <ItemGroup> 
    47     <Compile Include="background.png"> 
    48       <Name>background</Name> 
    49       <Importer>TextureImporter</Importer> 
    50       <Processor>TextureProcessor</Processor> 
    51       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 
    52     </Compile> 
    53   </ItemGroup> 
    54   <ItemGroup> 
    5547    <Compile Include="kentta1.txt"> 
    5648      <Name>kentta1</Name> 
     
    8880    </Compile> 
    8981  </ItemGroup> 
     82  <ItemGroup> 
     83    <Compile Include="Backround.png"> 
     84      <Name>background</Name> 
     85      <Importer>TextureImporter</Importer> 
     86      <Processor>TextureProcessor</Processor> 
     87    </Compile> 
     88  </ItemGroup> 
    9089  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 
    9190  <!--  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.