Changeset 3544 for 2012


Ignore:
Timestamp:
2012-07-04 14:54:51 (11 years ago)
Author:
lekopakk
Message:

Talletus.

Location:
2012/27/LeeviK
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • 2012/27/LeeviK/Pong/Pong/Pong/Pong.cs

    r3482 r3544  
    1111public class Pong : PhysicsGame 
    1212{ 
     13    SoundEffect test = LoadSoundEffect("whoosh1"); 
    1314    Vector nopeusYlos = new Vector(0, 200); 
    1415    Vector nopeusAlas = new Vector(0, -200); 
     
    181182    void KasittelePallonTormays(PhysicsObject pallo, PhysicsObject kohde) 
    182183    { 
    183         
    184184        if (kohde == oikeaReuna) 
    185185        { 
  • 2012/27/LeeviK/Pong/Pong/PongContent/PongContent.contentproj

    r3427 r3544  
    4444    <Reference Include="TextFileContentExtension" /> 
    4545  </ItemGroup> 
     46  <ItemGroup> 
     47    <Compile Include="whoosh1.mp3"> 
     48      <Name>whoosh1</Name> 
     49      <Importer>Mp3Importer</Importer> 
     50      <Processor>SongProcessor</Processor> 
     51    </Compile> 
     52  </ItemGroup> 
    4653  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 
    4754  <!--  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.