- Timestamp:
- 2012-07-04 14:54:51 (11 years ago)
- Location:
- 2012/27/LeeviK
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/27/LeeviK/Pong/Pong/Pong/Pong.cs
r3482 r3544 11 11 public class Pong : PhysicsGame 12 12 { 13 SoundEffect test = LoadSoundEffect("whoosh1"); 13 14 Vector nopeusYlos = new Vector(0, 200); 14 15 Vector nopeusAlas = new Vector(0, -200); … … 181 182 void KasittelePallonTormays(PhysicsObject pallo, PhysicsObject kohde) 182 183 { 183 184 184 if (kohde == oikeaReuna) 185 185 { -
2012/27/LeeviK/Pong/Pong/PongContent/PongContent.contentproj
r3427 r3544 44 44 <Reference Include="TextFileContentExtension" /> 45 45 </ItemGroup> 46 <ItemGroup> 47 <Compile Include="whoosh1.mp3"> 48 <Name>whoosh1</Name> 49 <Importer>Mp3Importer</Importer> 50 <Processor>SongProcessor</Processor> 51 </Compile> 52 </ItemGroup> 46 53 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 47 54 <!-- 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.