Changeset 9147 for 2017/30/JouniP/Syomispeli/Syomispeli
- Timestamp:
- 2017-07-27 09:35:39 (6 years ago)
- Location:
- 2017/30/JouniP/Syomispeli/Syomispeli
- Files:
-
- 2 added
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
2017/30/JouniP/Syomispeli/Syomispeli/Syomispeli/Syomispeli.cs
r9146 r9147 14 14 Image pahiksenVihaisuuskuva = LoadImage("pahisvihaisena"); 15 15 16 SoundEffect autsistaAani = LoadSoundEffect("Jump4"); 17 16 18 public override void Begin() 17 19 { … … 193 195 pelaajaJokaTormasi.Width -= 10.0; 194 196 pelaajaJokaTormasi.Height -= 10.0; 197 autsistaAani.Play(); 195 198 } 196 199 void LuoOlio(Shape muoto, Color vari, double x, double y, double leveys = 40.0, double korkeus = 40.0) -
2017/30/JouniP/Syomispeli/Syomispeli/Syomispeli/Syomispeli.csproj.Debug.cachefile
r9106 r9147 2 2 Content\pahisvihaisena.xnb 3 3 Content\pahikseenosuu.xnb 4 Content\Jump4.xnb -
2017/30/JouniP/Syomispeli/Syomispeli/Syomispeli/obj/x86/Debug/ContentPipeline-{D3520167-BC59-4ACB-ACDF-67593CBFE46B}.xml
r9106 r9147 28 28 <Output>C:\MyTemp\JouniP\Syomispeli\Syomispeli\Syomispeli\bin\x86\Debug\Content\pahikseenosuu.xnb</Output> 29 29 <Time>2017-07-26T09:27:31.2962286+03:00</Time> 30 </Item> 31 <Item> 32 <Source>Jump4.wav</Source> 33 <Name>Jump4</Name> 34 <Importer>WavImporter</Importer> 35 <Processor>SoundEffectProcessor</Processor> 36 <Options>None</Options> 37 <Output>C:\MyTemp\JouniP\Syomispeli\Syomispeli\Syomispeli\bin\x86\Debug\Content\Jump4.xnb</Output> 38 <Time>2017-07-27T09:31:27.9571388+03:00</Time> 30 39 </Item> 31 40 <BuildSuccessful>true</BuildSuccessful> -
2017/30/JouniP/Syomispeli/Syomispeli/Syomispeli/obj/x86/Debug/Syomispeli.csproj.FileListAbsolute.txt
r9106 r9147 10 10 C:\MyTemp\JouniP\Syomispeli\Syomispeli\Syomispeli\bin\x86\Debug\Content\pahisvihaisena.xnb 11 11 C:\MyTemp\JouniP\Syomispeli\Syomispeli\Syomispeli\bin\x86\Debug\Content\pahikseenosuu.xnb 12 C:\MyTemp\JouniP\Syomispeli\Syomispeli\Syomispeli\bin\x86\Debug\Content\Jump4.xnb -
2017/30/JouniP/Syomispeli/Syomispeli/Syomispeli/obj/x86/Debug/cachefile-{D3520167-BC59-4ACB-ACDF-67593CBFE46B}-targetpath.txt
r9106 r9147 2 2 Content\pahisvihaisena.xnb 3 3 Content\pahikseenosuu.xnb 4 Content\Jump4.xnb -
2017/30/JouniP/Syomispeli/Syomispeli/SyomispeliContent/SyomispeliContent.contentproj
r9106 r9147 62 62 </Compile> 63 63 </ItemGroup> 64 <ItemGroup> 65 <Compile Include="Jump4.wav"> 66 <Name>Jump4</Name> 67 <Importer>WavImporter</Importer> 68 <Processor>SoundEffectProcessor</Processor> 69 </Compile> 70 </ItemGroup> 64 71 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 65 72 <!-- 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.