Changeset 8641
- Timestamp:
- 2017-06-14 11:56:47 (6 years ago)
- Location:
- 2017/24/ViljamiM
- Files:
-
- 4 added
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
2017/24/ViljamiM/Zombodroid/Zombodroid/Zombodroid/Zombodroid.cs
r8635 r8641 10 10 { 11 11 PhysicsObject matti; 12 SoundEffect Aani = LoadSoundEffect("pyssyaani"); 12 13 bool vasenPyssy = true; 13 14 … … 26 27 27 28 YksVihu(); 29 30 28 31 29 32 } … … 80 83 void Ammu() 81 84 { 85 Aani.Play(); 82 86 PhysicsObject panos = new PhysicsObject(5.0, 5.0); 83 87 if (vasenPyssy) … … 126 130 127 131 128 AddCollisionHandler(matti, nakokentta, delegate { VihuNakeeMatin(vihu); });132 // AddCollisionHandler(matti, nakokentta, delegate { VihuNakeeMatin(vihu); }); 129 133 130 134 -
2017/24/ViljamiM/Zombodroid/Zombodroid/Zombodroid/Zombodroid.csproj.Debug.cachefile
r8603 r8641 1 1 Content\oikeeukkeli.xnb 2 2 Content\mappi.xnb 3 Content\pyssyaani.xnb -
2017/24/ViljamiM/Zombodroid/Zombodroid/Zombodroid/obj/x86/Debug/ContentPipeline-{F6EFD04E-8F12-4614-93BD-9005376C12CF}.xml
r8603 r8641 19 19 <Output>C:\MyTemp\ViljamiM\Zombodroid\Zombodroid\Zombodroid\bin\x86\Debug\Content\mappi.xnb</Output> 20 20 <Time>2017-06-13T14:12:04.1370282+03:00</Time> 21 </Item> 22 <Item> 23 <Source>pyssyaani.wav</Source> 24 <Name>pyssyaani</Name> 25 <Importer>WavImporter</Importer> 26 <Processor>SoundEffectProcessor</Processor> 27 <Options>None</Options> 28 <Output>C:\MyTemp\ViljamiM\Zombodroid\Zombodroid\Zombodroid\bin\x86\Debug\Content\pyssyaani.xnb</Output> 29 <Time>2017-06-14T11:53:06.800009+03:00</Time> 21 30 </Item> 22 31 <BuildSuccessful>true</BuildSuccessful> -
2017/24/ViljamiM/Zombodroid/Zombodroid/Zombodroid/obj/x86/Debug/Zombodroid.csproj.FileListAbsolute.txt
r8603 r8641 9 9 C:\MyTemp\ViljamiM\Zombodroid\Zombodroid\Zombodroid\bin\x86\Debug\Content\oikeeukkeli.xnb 10 10 C:\MyTemp\ViljamiM\Zombodroid\Zombodroid\Zombodroid\bin\x86\Debug\Content\mappi.xnb 11 C:\MyTemp\ViljamiM\Zombodroid\Zombodroid\Zombodroid\bin\x86\Debug\Content\pyssyaani.xnb -
2017/24/ViljamiM/Zombodroid/Zombodroid/Zombodroid/obj/x86/Debug/cachefile-{F6EFD04E-8F12-4614-93BD-9005376C12CF}-targetpath.txt
r8603 r8641 1 1 Content\oikeeukkeli.xnb 2 2 Content\mappi.xnb 3 Content\pyssyaani.xnb -
2017/24/ViljamiM/Zombodroid/Zombodroid/ZombodroidContent/ZombodroidContent.contentproj
r8603 r8641 59 59 </Compile> 60 60 </ItemGroup> 61 <ItemGroup> 62 <Compile Include="pyssyaani.wav"> 63 <Name>pyssyaani</Name> 64 <Importer>WavImporter</Importer> 65 <Processor>SoundEffectProcessor</Processor> 66 </Compile> 67 </ItemGroup> 61 68 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 62 69 <!-- 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.