Changeset 6755


Ignore:
Timestamp:
2015-07-02 14:49:05 (8 years ago)
Author:
tasalmik
Message:
 
Location:
2015/27/TapaniS
Files:
6 added
1 deleted
11 edited

Legend:

Unmodified
Added
Removed
  • 2015/27/TapaniS/ProjectStar/ProjectStar/ProjectStar/ProjectStar.cs

    r6750 r6755  
    1818    Image ukkoKuva = LoadImage("Ganja"); 
    1919    Image tasoKuva = LoadImage("goku"); 
    20     Image[] taustaKuvat = LoadImages("Pemppe3", "Kentta2", "Kentta3", "Kentta4"); 
     20    Image[] taustaKuvat = LoadImages("Pemppe3", "Kentta2", "Kentta3", "Kentta4", "kentta5"); 
    2121    Vector nopeusYlos = new Vector(0, 200); 
    2222    //Vector nopeusOikealle = new Vector(150, 0); 
     
    3838        MediaPlayer.Play("teme"); 
    3939        MediaPlayer.IsRepeating = true; 
    40         MediaPlayer.Volume = 0.5; 
     40        MediaPlayer.Volume = 0.3; 
    4141 
    4242 
     
    9999        kenttaNro++; 
    100100 
    101         if (kenttaNro >= 5) 
     101        if (kenttaNro >= 6) 
    102102        { 
    103103            Exit(); 
  • 2015/27/TapaniS/ProjectStar/ProjectStar/ProjectStar/ProjectStar.csproj.Debug.cachefile

    r6750 r6755  
    1212Content\Kentta4.xnb 
    1313Content\teme.xnb 
     14Content\kentta5.xnb 
     15Content\teme2.xnb 
    1416Content\teme.wma 
     17Content\teme2.wma 
  • 2015/27/TapaniS/ProjectStar/ProjectStar/ProjectStar/obj/x86/Debug/ContentPipeline-{F977AF6D-8086-4A71-9FEE-75BE75429D56}.xml

    r6750 r6755  
    120120      <Time>2015-07-02T14:12:59.9001839+03:00</Time> 
    121121    </Item> 
     122    <Item> 
     123      <Source>kentta5.jpg</Source> 
     124      <Name>kentta5</Name> 
     125      <Importer>TextureImporter</Importer> 
     126      <Processor>TextureProcessor</Processor> 
     127      <Options>None</Options> 
     128      <Output>C:\MyTemp\TapaniS\ProjectStar\ProjectStar\ProjectStar\bin\x86\Debug\Content\kentta5.xnb</Output> 
     129      <Time>2015-07-02T14:29:33.6961839+03:00</Time> 
     130    </Item> 
     131    <Item> 
     132      <Source>teme2.mp3</Source> 
     133      <Name>teme2</Name> 
     134      <Importer>Mp3Importer</Importer> 
     135      <Processor>SongProcessor</Processor> 
     136      <Options>None</Options> 
     137      <Output>C:\MyTemp\TapaniS\ProjectStar\ProjectStar\ProjectStar\bin\x86\Debug\Content\teme2.xnb</Output> 
     138      <Extra>C:\MyTemp\TapaniS\ProjectStar\ProjectStar\ProjectStar\bin\x86\Debug\Content\teme2.wma</Extra> 
     139      <Time>2015-07-02T14:41:14.5861839+03:00</Time> 
     140    </Item> 
    122141    <BuildSuccessful>true</BuildSuccessful> 
    123142    <Settings> 
  • 2015/27/TapaniS/ProjectStar/ProjectStar/ProjectStar/obj/x86/Debug/ProjectStar.csproj.FileListAbsolute.txt

    r6750 r6755  
    3939C:\MyTemp\TapaniS\ProjectStar\ProjectStar\ProjectStar\bin\x86\Debug\Content\teme.xnb 
    4040C:\MyTemp\TapaniS\ProjectStar\ProjectStar\ProjectStar\bin\x86\Debug\Content\teme.wma 
     41C:\MyTemp\TapaniS\ProjectStar\ProjectStar\ProjectStar\bin\x86\Debug\Content\kentta5.xnb 
     42C:\MyTemp\TapaniS\ProjectStar\ProjectStar\ProjectStar\bin\x86\Debug\Content\teme2.xnb 
     43C:\MyTemp\TapaniS\ProjectStar\ProjectStar\ProjectStar\bin\x86\Debug\Content\teme2.wma 
  • 2015/27/TapaniS/ProjectStar/ProjectStar/ProjectStar/obj/x86/Debug/cachefile-{F977AF6D-8086-4A71-9FEE-75BE75429D56}-targetpath.txt

    r6750 r6755  
    1313Content\teme.xnb 
    1414Content\teme.wma 
     15Content\kentta5.xnb 
     16Content\teme2.xnb 
     17Content\teme2.wma 
  • 2015/27/TapaniS/ProjectStar/ProjectStar/ProjectStarContent/ProjectStarContent.contentproj

    r6750 r6755  
    132132    </Compile> 
    133133  </ItemGroup> 
     134  <ItemGroup> 
     135    <Compile Include="kentta5.jpg"> 
     136      <Name>kentta5</Name> 
     137      <Importer>TextureImporter</Importer> 
     138      <Processor>TextureProcessor</Processor> 
     139    </Compile> 
     140  </ItemGroup> 
     141  <ItemGroup> 
     142    <Compile Include="teme2.mp3"> 
     143      <Name>teme2</Name> 
     144      <Importer>Mp3Importer</Importer> 
     145      <Processor>SongProcessor</Processor> 
     146    </Compile> 
     147  </ItemGroup> 
    134148  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 
    135149  <!--  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.