- Timestamp:
- 2015-07-02 14:28:54 (7 years ago)
- Location:
- 2015/27/TapaniS
- Files:
-
- 4 added
- 1 deleted
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/27/TapaniS/ProjectStar/ProjectStar/ProjectStar/ProjectStar.cs
r6729 r6750 36 36 37 37 //SeuraavaKentta(); 38 MediaPlayer.Play("teme"); 39 MediaPlayer.IsRepeating = true; 40 MediaPlayer.Volume = 0.5; 41 42 43 44 38 45 } 39 46 … … 84 91 Add(pisteNaytto); 85 92 pisteNaytto.Title = "Pisteet"; 86 pisteLaskuri.MaxValue = Paloja();93 pisteLaskuri.MaxValue = 20; 87 94 pisteLaskuri.UpperLimit += SeuraavaKentta; 88 95 } -
2015/27/TapaniS/ProjectStar/ProjectStar/ProjectStar/ProjectStar.csproj.Debug.cachefile
r6729 r6750 11 11 Content\Kentta3.xnb 12 12 Content\Kentta4.xnb 13 Content\teme.xnb 14 Content\teme.wma -
2015/27/TapaniS/ProjectStar/ProjectStar/ProjectStar/obj/x86/Debug/ContentPipeline-{F977AF6D-8086-4A71-9FEE-75BE75429D56}.xml
r6729 r6750 110 110 <Time>2015-07-02T10:16:15.3822009+03:00</Time> 111 111 </Item> 112 <Item> 113 <Source>teme.mp3</Source> 114 <Name>teme</Name> 115 <Importer>Mp3Importer</Importer> 116 <Processor>SongProcessor</Processor> 117 <Options>None</Options> 118 <Output>C:\MyTemp\TapaniS\ProjectStar\ProjectStar\ProjectStar\bin\x86\Debug\Content\teme.xnb</Output> 119 <Extra>C:\MyTemp\TapaniS\ProjectStar\ProjectStar\ProjectStar\bin\x86\Debug\Content\teme.wma</Extra> 120 <Time>2015-07-02T14:12:59.9001839+03:00</Time> 121 </Item> 112 122 <BuildSuccessful>true</BuildSuccessful> 113 123 <Settings> -
2015/27/TapaniS/ProjectStar/ProjectStar/ProjectStar/obj/x86/Debug/ProjectStar.csproj.FileListAbsolute.txt
r6729 r6750 37 37 C:\MyTemp\TapaniS\ProjectStar\ProjectStar\ProjectStar\bin\x86\Debug\Content\Kentta3.xnb 38 38 C:\MyTemp\TapaniS\ProjectStar\ProjectStar\ProjectStar\bin\x86\Debug\Content\Kentta4.xnb 39 C:\MyTemp\TapaniS\ProjectStar\ProjectStar\ProjectStar\bin\x86\Debug\Content\teme.xnb 40 C:\MyTemp\TapaniS\ProjectStar\ProjectStar\ProjectStar\bin\x86\Debug\Content\teme.wma -
2015/27/TapaniS/ProjectStar/ProjectStar/ProjectStar/obj/x86/Debug/cachefile-{F977AF6D-8086-4A71-9FEE-75BE75429D56}-targetpath.txt
r6729 r6750 11 11 Content\Kentta3.xnb 12 12 Content\Kentta4.xnb 13 Content\teme.xnb 14 Content\teme.wma -
2015/27/TapaniS/ProjectStar/ProjectStar/ProjectStarContent/ProjectStarContent.contentproj
r6729 r6750 125 125 </Compile> 126 126 </ItemGroup> 127 <ItemGroup> 128 <Compile Include="teme.mp3"> 129 <Name>teme</Name> 130 <Importer>Mp3Importer</Importer> 131 <Processor>SongProcessor</Processor> 132 </Compile> 133 </ItemGroup> 127 134 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 128 135 <!-- 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.