Changeset 3122
- Timestamp:
- 2012-06-15 12:21:38 (11 years ago)
- Location:
- 2012/24/ElinaN/Kuumailmapallolento
- Files:
-
- 2 added
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/24/ElinaN/Kuumailmapallolento/Kuumailmapallolento/Kuumailmapallolento/Kuumailmapallolento.cs
r3094 r3122 21 21 22 22 //SoundEffect tuuli = LoadSoundEffect("tuuli"); 23 SoundEffect loppuaani = LoadSoundEffect(" dun dun dun");23 SoundEffect loppuaani = LoadSoundEffect("poksahdus"); 24 24 SoundEffect aploodit = LoadSoundEffect("aploodit"); 25 25 … … 93 93 LuoAikaLaskurit(); 94 94 95 MediaPlayer.IsRepeating = true; 95 96 MediaPlayer.Play("tuulimp3"); 96 97 … … 148 149 ClearAll(); 149 150 ParhaatPisteet(); 151 loppuaani.Play(); 150 152 151 153 } -
2012/24/ElinaN/Kuumailmapallolento/Kuumailmapallolento/Kuumailmapallolento/Kuumailmapallolento.csproj.Debug.cachefile
r3094 r3122 12 12 Content\dun dun dun.xnb 13 13 Content\tuulimp3.xnb 14 Content\poksahdus.xnb 14 15 Content\tuulimp3.wma -
2012/24/ElinaN/Kuumailmapallolento/Kuumailmapallolento/Kuumailmapallolento/obj/x86/Debug/Kuumailmapallolento.csproj.FileListAbsolute.txt
r3094 r3122 21 21 C:\MyTemp\ElinaN\Kuumailmapallolento\Kuumailmapallolento\Kuumailmapallolento\bin\x86\Debug\Content\tuulimp3.xnb 22 22 C:\MyTemp\ElinaN\Kuumailmapallolento\Kuumailmapallolento\Kuumailmapallolento\bin\x86\Debug\Content\tuulimp3.wma 23 C:\MyTemp\ElinaN\Kuumailmapallolento\Kuumailmapallolento\Kuumailmapallolento\bin\x86\Debug\Content\poksahdus.xnb -
2012/24/ElinaN/Kuumailmapallolento/Kuumailmapallolento/Kuumailmapallolento/obj/x86/Debug/cachefile-{1E9415B6-81E8-41E7-A1AE-53D5AC5C8506}-targetpath.txt
r3094 r3122 13 13 Content\tuulimp3.xnb 14 14 Content\tuulimp3.wma 15 Content\poksahdus.xnb -
2012/24/ElinaN/Kuumailmapallolento/Kuumailmapallolento/KuumailmapallolentoContent/KuumailmapallolentoContent.contentproj
r3094 r3122 129 129 </Compile> 130 130 </ItemGroup> 131 <ItemGroup> 132 <Compile Include="poksahdus.wav"> 133 <Name>poksahdus</Name> 134 <Importer>WavImporter</Importer> 135 <Processor>SoundEffectProcessor</Processor> 136 </Compile> 137 </ItemGroup> 131 138 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 132 139 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
2012/24/ElinaN/Kuumailmapallolento/Kuumailmapallolento/KuumailmapallolentoContent/obj/x86/Debug/ContentPipeline.xml
r3094 r3122 120 120 <Time>2012-06-15T10:49:12.6418656+03:00</Time> 121 121 </Item> 122 <Item> 123 <Source>poksahdus.wav</Source> 124 <Name>poksahdus</Name> 125 <Importer>WavImporter</Importer> 126 <Processor>SoundEffectProcessor</Processor> 127 <Options>None</Options> 128 <Output>C:\MyTemp\ElinaN\Kuumailmapallolento\Kuumailmapallolento\Kuumailmapallolento\bin\x86\Debug\Content\poksahdus.xnb</Output> 129 <Time>2012-06-15T12:19:25.5670781+03:00</Time> 130 </Item> 122 131 <BuildSuccessful>true</BuildSuccessful> 123 132 <Settings>
Note: See TracChangeset
for help on using the changeset viewer.