Changeset 9216 for 2017/30/OlliL/Bomb helicopter/Bomb helicopter
- Timestamp:
- 2017-07-28 12:30:39 (6 years ago)
- Location:
- 2017/30/OlliL/Bomb helicopter/Bomb helicopter
- Files:
-
- 2 added
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
2017/30/OlliL/Bomb helicopter/Bomb helicopter/Bomb helicopterContent/Bomb helicopterContent.contentproj
r9192 r9216 106 106 </Compile> 107 107 </ItemGroup> 108 <ItemGroup> 109 <Compile Include="Ohjusääni.wav"> 110 <Name>Ohjusääni</Name> 111 <Importer>WavImporter</Importer> 112 <Processor>SoundEffectProcessor</Processor> 113 </Compile> 114 </ItemGroup> 108 115 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 109 116 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
2017/30/OlliL/Bomb helicopter/Bomb helicopter/Bomb_helicopter/Bomb_helicopter.cs
r9192 r9216 29 29 PhysicsObject oikeaReuna; 30 30 Timer aikalaskuri; 31 32 31 SoundEffect ohjusAani = LoadSoundEffect("Ohjusääni"); 32 33 33 34 public override void Begin() 34 35 { … … 312 313 Add(ohjus); 313 314 ohjus.Tag = "ohjus"; 314 315 ohjusAani.Play(); 316 315 317 316 318 Vector suunta = (ohjus.Position - helikopteri.Position).Normalize(); -
2017/30/OlliL/Bomb helicopter/Bomb helicopter/Bomb_helicopter/Bomb_helicopter.csproj.Debug.cachefile
r9192 r9216 8 8 Content\ohjuspieni.xnb 9 9 Content\Taustamusa.xnb 10 Content\OhjusÀÀni.xnb 10 11 Content\Taustamusa.wma -
2017/30/OlliL/Bomb helicopter/Bomb helicopter/Bomb_helicopter/obj/x86/Debug/Bomb_helicopter.csproj.FileListAbsolute.txt
r9192 r9216 17 17 C:\MyTemp\OlliL\Bomb helicopter\Bomb helicopter\Bomb_helicopter\bin\x86\Debug\Content\Taustamusa.xnb 18 18 C:\MyTemp\OlliL\Bomb helicopter\Bomb helicopter\Bomb_helicopter\bin\x86\Debug\Content\Taustamusa.wma 19 C:\MyTemp\OlliL\Bomb helicopter\Bomb helicopter\Bomb_helicopter\bin\x86\Debug\Content\OhjusÀÀni.xnb -
2017/30/OlliL/Bomb helicopter/Bomb helicopter/Bomb_helicopter/obj/x86/Debug/ContentPipeline-{0FA830EB-FE46-4508-A0B0-AB31DCF90F68}.xml
r9192 r9216 84 84 <Time>2017-07-28T10:29:56.2369221+03:00</Time> 85 85 </Item> 86 <Item> 87 <Source>Ohjusääni.wav</Source> 88 <Name>Ohjusääni</Name> 89 <Importer>WavImporter</Importer> 90 <Processor>SoundEffectProcessor</Processor> 91 <Options>None</Options> 92 <Output>C:\MyTemp\OlliL\Bomb helicopter\Bomb helicopter\Bomb_helicopter\bin\x86\Debug\Content\Ohjusääni.xnb</Output> 93 <Time>2017-07-28T12:27:02.3539532+03:00</Time> 94 </Item> 86 95 <BuildSuccessful>true</BuildSuccessful> 87 96 <Settings> -
2017/30/OlliL/Bomb helicopter/Bomb helicopter/Bomb_helicopter/obj/x86/Debug/cachefile-{0FA830EB-FE46-4508-A0B0-AB31DCF90F68}-targetpath.txt
r9192 r9216 9 9 Content\Taustamusa.xnb 10 10 Content\Taustamusa.wma 11 Content\OhjusÀÀni.xnb
Note: See TracChangeset
for help on using the changeset viewer.