- Timestamp:
- 2012-06-15 12:07:21 (11 years ago)
- Location:
- 2012/24/LeeviL
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/24/LeeviL/Rangoneina/Rangoneina/Rangoneina/Rangoneina.cs
r3091 r3104 16 16 Image Vih3I = LoadImage("Vih3"); 17 17 SoundEffect Kuolema = LoadSoundEffect("Kuolema"); 18 SoundEffect UusiKentta = LoadSoundEffect("UusiKentta"); 18 19 PhysicsObject Rekuroka; 19 20 PhysicsObject Serunom; … … 230 231 void Tormays4(IPhysicsObject Rekuroka, IPhysicsObject kohde) 231 232 { 233 UusiKentta.Play(); 234 232 235 if (kohde == Serunom) 233 236 { -
2012/24/LeeviL/Rangoneina/Rangoneina/Rangoneina/Rangoneina.csproj.Debug.cachefile
r3056 r3104 11 11 Content\Tahti.xnb 12 12 Content\Kuolema.xnb 13 Content\UusiKentta.xnb 13 14 Content\Pallo.wma 14 15 Content\Tahti.wma -
2012/24/LeeviL/Rangoneina/Rangoneina/RangoneinaContent/RangoneinaContent.contentproj
r3056 r3104 127 127 </Compile> 128 128 </ItemGroup> 129 <ItemGroup> 130 <Compile Include="UusiKentta.wav"> 131 <Name>UusiKentta</Name> 132 <Importer>WavImporter</Importer> 133 <Processor>SoundEffectProcessor</Processor> 134 </Compile> 135 </ItemGroup> 129 136 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 130 137 <!-- 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.