Changeset 6983
- Timestamp:
- 2015-07-23 14:57:48 (8 years ago)
- Location:
- 2015/30/MatiasR/kuulapeli
- Files:
-
- 6 added
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/30/MatiasR/kuulapeli/kuulapeli/kuulapeli/bin/x86/Debug/Data/_score.xml
r6927 r6983 6 6 <Item Index="0" Type="Jypeli.ScoreItem, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null"> 7 7 <Field Name="Name" Type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 8 <Value> kappa</Value>8 <Value>Oo</Value> 9 9 </Field> 10 10 <Field Name="Score" Type="System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 11 <Value> 40.2800000000006</Value>11 <Value>219</Value> 12 12 </Field> 13 13 </Item> 14 14 <Item Index="1" Type="Jypeli.ScoreItem, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null"> 15 15 <Field Name="Name" Type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 16 <Value> ZÖÖMÖ</Value>16 <Value>Oo0</Value> 17 17 </Field> 18 18 <Field Name="Score" Type="System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 19 <Value> 23.5500000000009</Value>19 <Value>86</Value> 20 20 </Field> 21 21 </Item> 22 22 <Item Index="2" Type="Jypeli.ScoreItem, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null"> 23 23 <Field Name="Name" Type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 24 <Value> MASI</Value>24 <Value>O</Value> 25 25 </Field> 26 26 <Field Name="Score" Type="System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 27 <Value> 8.25999999999987</Value>27 <Value>67.7506775067763</Value> 28 28 </Field> 29 29 </Item> 30 30 <Item Index="3" Type="Jypeli.ScoreItem, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null"> 31 31 <Field Name="Name" Type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 32 <Value> matias</Value>32 <Value>-</Value> 33 33 </Field> 34 34 <Field Name="Score" Type="System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 35 <Value> 5.49999999999993</Value>35 <Value>0</Value> 36 36 </Field> 37 37 </Item> … … 87 87 </Field> 88 88 <Field Name="LastEnteredName" Type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 89 <Value> matias</Value>89 <Value>Oo0</Value> 90 90 </Field> 91 91 </Object> -
2015/30/MatiasR/kuulapeli/kuulapeli/kuulapeli/kuulapeli.cs
r6927 r6983 14 14 Label pisteNaytto; 15 15 int kenttaNro = 1; 16 int kenttiayhteensa = 3;16 int kenttiayhteensa = 5; 17 17 Timer aikaLaskuri; 18 18 EasyHighScore topLista = new EasyHighScore(); … … 106 106 PhysicsObject LuoPelaaja(Vector paikka, double leveys, double korkeus) 107 107 { 108 PhysicsObject Pelaaja = new PhysicsObject(leveys , korkeus);108 PhysicsObject Pelaaja = new PhysicsObject(leveys-2, korkeus-2); 109 109 Pelaaja.LinearDamping = 0.7; 110 110 Pelaaja.CanRotate = false; … … 208 208 { 209 209 aikaLaskuri.Stop(); 210 topLista.EnterAndShow( aikaLaskuri.CurrentTime);210 topLista.EnterAndShow((int)(1000 / aikaLaskuri.CurrentTime)); 211 211 //HighScoreWindow topIkkuna = new HighScoreWindow( 212 212 // "Parhaat pisteet", -
2015/30/MatiasR/kuulapeli/kuulapeli/kuulapeli/kuulapeli.csproj.Debug.cachefile
r6927 r6983 3 3 Content\kentta 2.xnb 4 4 Content\kentta 3.xnb 5 Content\kentta 4.xnb 6 Content\kentta 5.xnb -
2015/30/MatiasR/kuulapeli/kuulapeli/kuulapeli/obj/x86/Debug/cachefile-{F92200B9-3993-463A-A23D-32D2E79508C1}-targetpath.txt
r6927 r6983 3 3 Content\kentta 2.xnb 4 4 Content\kentta 3.xnb 5 Content\kentta 4.xnb 6 Content\kentta 5.xnb -
2015/30/MatiasR/kuulapeli/kuulapeli/kuulapeli/obj/x86/Debug/kuulapeli.csproj.FileListAbsolute.txt
r6927 r6983 11 11 C:\MyTemp\MatiasR\kuulapeli\kuulapeli\kuulapeli\bin\x86\Debug\Content\kentta 2.xnb 12 12 C:\MyTemp\MatiasR\kuulapeli\kuulapeli\kuulapeli\bin\x86\Debug\Content\kentta 3.xnb 13 C:\MyTemp\MatiasR\kuulapeli\kuulapeli\kuulapeli\bin\x86\Debug\Content\kentta 4.xnb 14 C:\MyTemp\MatiasR\kuulapeli\kuulapeli\kuulapeli\bin\x86\Debug\Content\kentta 5.xnb -
2015/30/MatiasR/kuulapeli/kuulapeli/kuulapeliContent/kuulapeliContent.contentproj
r6927 r6983 73 73 </Compile> 74 74 </ItemGroup> 75 <ItemGroup> 76 <Compile Include="kentta 4.png"> 77 <Name>kentta 4</Name> 78 <Importer>TextureImporter</Importer> 79 <Processor>TextureProcessor</Processor> 80 </Compile> 81 </ItemGroup> 82 <ItemGroup> 83 <Compile Include="kentta 5.png"> 84 <Name>kentta 5</Name> 85 <Importer>TextureImporter</Importer> 86 <Processor>TextureProcessor</Processor> 87 </Compile> 88 </ItemGroup> 75 89 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 76 90 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
2015/30/MatiasR/kuulapeli/kuulapeli/kuulapeliContent/obj/x86/Debug/ContentPipeline.xml
r6927 r6983 36 36 <Options>None</Options> 37 37 <Output>C:\MyTemp\MatiasR\kuulapeli\kuulapeli\kuulapeli\bin\x86\Debug\Content\kentta 3.xnb</Output> 38 <Time>2015-07-22T13:14:59.6204404+03:00</Time> 38 <Time>2015-07-23T10:06:41.4690326+03:00</Time> 39 </Item> 40 <Item> 41 <Source>kentta 4.png</Source> 42 <Name>kentta 4</Name> 43 <Importer>TextureImporter</Importer> 44 <Processor>TextureProcessor</Processor> 45 <Options>None</Options> 46 <Output>C:\MyTemp\MatiasR\kuulapeli\kuulapeli\kuulapeli\bin\x86\Debug\Content\kentta 4.xnb</Output> 47 <Time>2015-07-23T11:05:15.5920326+03:00</Time> 48 </Item> 49 <Item> 50 <Source>kentta 5.png</Source> 51 <Name>kentta 5</Name> 52 <Importer>TextureImporter</Importer> 53 <Processor>TextureProcessor</Processor> 54 <Options>None</Options> 55 <Output>C:\MyTemp\MatiasR\kuulapeli\kuulapeli\kuulapeli\bin\x86\Debug\Content\kentta 5.xnb</Output> 56 <Time>2015-07-23T10:57:23.5731326+03:00</Time> 39 57 </Item> 40 58 <BuildSuccessful>true</BuildSuccessful>
Note: See TracChangeset
for help on using the changeset viewer.