- Timestamp:
- 2012-06-15 10:21:34 (11 years ago)
- Location:
- 2012/24/LeeviL
- Files:
-
- 3 added
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/24/LeeviL/Rangoneina/Rangoneina/Rangoneina/Rangoneina.cs
r3054 r3056 15 15 Image Vih2I = LoadImage("Vih2"); 16 16 Image Vih3I = LoadImage("Vih3"); 17 SoundEffect Kuolema = LoadSoundEffect("Kuolema"); 17 18 PhysicsObject Rekuroka; 18 19 PhysicsObject Serunom; … … 224 225 { 225 226 AloitaAlusta(); 227 Kuolema.Play(); 226 228 } 227 229 -
2012/24/LeeviL/Rangoneina/Rangoneina/Rangoneina/Rangoneina.csproj.Debug.cachefile
r3054 r3056 10 10 Content\Pallo.xnb 11 11 Content\Tahti.xnb 12 Content\Kuolema.xnb 12 13 Content\Pallo.wma 13 14 Content\Tahti.wma -
2012/24/LeeviL/Rangoneina/Rangoneina/Rangoneina/bin/x86/Debug/Content/Kentta1.txt
r3054 r3056 9 9 == ============= ===== ===================== = = 10 10 = 1 ========== ===== ===================== == = 11 = = ========== ================================================== == 11 = = ========== ================================================== == R = 12 12 = == ========== ================================================== ========== ===================== 13 13 = == ========== 1 ================= ==== ===================== … … 24 24 === = ================= =================== 2 1=== ==============T = 25 25 == ====================== ======== ======= =================== 3 === ============= === 26 == ==== == ====== ======= ======================= === ============= R===26 == ==== == ====== ======= ======================= === ============= === 27 27 == ==== ====== === ======= ======================= === ============== 1 = 28 28 == 1 ========== 1 1==== ====== === ======= ======================= === ============== = -
2012/24/LeeviL/Rangoneina/Rangoneina/Rangoneina/obj/x86/Debug/ContentPipeline-{43DDB7A9-921D-4BF9-A5DD-4CA1D9C85B38}.xml
r3054 r3056 63 63 <Options>None</Options> 64 64 <Output>C:\MyTemp\LeeviL2\Rangoneina\Rangoneina\Rangoneina\bin\x86\Debug\Content\Kentta1.xnb</Output> 65 <Time>2012-06-15T 09:55:45.8996059+03:00</Time>65 <Time>2012-06-15T10:19:46.3211059+03:00</Time> 66 66 </Item> 67 67 <Item> … … 102 102 <Extra>C:\MyTemp\LeeviL2\Rangoneina\Rangoneina\Rangoneina\bin\x86\Debug\Content\Tahti.wma</Extra> 103 103 <Time>2012-06-15T09:49:43.2102059+03:00</Time> 104 </Item> 105 <Item> 106 <Source>Kuolema.wav</Source> 107 <Name>Kuolema</Name> 108 <Importer>WavImporter</Importer> 109 <Processor>SoundEffectProcessor</Processor> 110 <Options>None</Options> 111 <Output>C:\MyTemp\LeeviL2\Rangoneina\Rangoneina\Rangoneina\bin\x86\Debug\Content\Kuolema.xnb</Output> 112 <Time>2012-06-15T10:15:16.1619059+03:00</Time> 104 113 </Item> 105 114 <BuildSuccessful>true</BuildSuccessful> -
2012/24/LeeviL/Rangoneina/Rangoneina/Rangoneina/obj/x86/Debug/Rangoneina.csproj.FileListAbsolute.txt
r3054 r3056 37 37 C:\MyTemp\LeeviL2\Rangoneina\Rangoneina\Rangoneina\bin\x86\Debug\Content\Pallo.wma 38 38 C:\MyTemp\LeeviL2\Rangoneina\Rangoneina\Rangoneina\bin\x86\Debug\Content\Tahti.wma 39 C:\MyTemp\LeeviL2\Rangoneina\Rangoneina\Rangoneina\bin\x86\Debug\Content\Kuolema.xnb -
2012/24/LeeviL/Rangoneina/Rangoneina/Rangoneina/obj/x86/Debug/cachefile-{43DDB7A9-921D-4BF9-A5DD-4CA1D9C85B38}-targetpath.txt
r3054 r3056 12 12 Content\Tahti.xnb 13 13 Content\Tahti.wma 14 Content\Kuolema.xnb 14 15 Content\Kentta1.txt -
2012/24/LeeviL/Rangoneina/Rangoneina/RangoneinaContent/RangoneinaContent.contentproj
r3054 r3056 120 120 </Compile> 121 121 </ItemGroup> 122 <ItemGroup> 123 <Compile Include="Kuolema.wav"> 124 <Name>Kuolema</Name> 125 <Importer>WavImporter</Importer> 126 <Processor>SoundEffectProcessor</Processor> 127 </Compile> 128 </ItemGroup> 122 129 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 123 130 <!-- 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.