Changeset 6983


Ignore:
Timestamp:
2015-07-23 14:57:48 (8 years ago)
Author:
misakana
Message:
 
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  
    66        <Item Index="0" Type="Jypeli.ScoreItem, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null"> 
    77          <Field Name="Name" Type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    8             <Value>kappa</Value> 
     8            <Value>Oo</Value> 
    99          </Field> 
    1010          <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> 
    1212          </Field> 
    1313        </Item> 
    1414        <Item Index="1" Type="Jypeli.ScoreItem, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null"> 
    1515          <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> 
    1717          </Field> 
    1818          <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> 
    2020          </Field> 
    2121        </Item> 
    2222        <Item Index="2" Type="Jypeli.ScoreItem, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null"> 
    2323          <Field Name="Name" Type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    24             <Value>MASI</Value> 
     24            <Value>O</Value> 
    2525          </Field> 
    2626          <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> 
    2828          </Field> 
    2929        </Item> 
    3030        <Item Index="3" Type="Jypeli.ScoreItem, Jypeli, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null"> 
    3131          <Field Name="Name" Type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    32             <Value>matias</Value> 
     32            <Value>-</Value> 
    3333          </Field> 
    3434          <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> 
    3636          </Field> 
    3737        </Item> 
     
    8787    </Field> 
    8888    <Field Name="LastEnteredName" Type="System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 
    89       <Value>matias</Value> 
     89      <Value>Oo0</Value> 
    9090    </Field> 
    9191  </Object> 
  • 2015/30/MatiasR/kuulapeli/kuulapeli/kuulapeli/kuulapeli.cs

    r6927 r6983  
    1414    Label pisteNaytto; 
    1515    int kenttaNro = 1; 
    16     int kenttiayhteensa = 3; 
     16    int kenttiayhteensa = 5; 
    1717    Timer aikaLaskuri; 
    1818    EasyHighScore topLista = new EasyHighScore(); 
     
    106106    PhysicsObject LuoPelaaja(Vector paikka, double leveys, double korkeus) 
    107107    { 
    108         PhysicsObject Pelaaja = new PhysicsObject(leveys, korkeus); 
     108        PhysicsObject Pelaaja = new PhysicsObject(leveys-2, korkeus-2); 
    109109        Pelaaja.LinearDamping = 0.7; 
    110110        Pelaaja.CanRotate = false; 
     
    208208    { 
    209209        aikaLaskuri.Stop(); 
    210         topLista.EnterAndShow(aikaLaskuri.CurrentTime); 
     210        topLista.EnterAndShow((int)(1000 / aikaLaskuri.CurrentTime)); 
    211211        //HighScoreWindow topIkkuna = new HighScoreWindow( 
    212212        //                     "Parhaat pisteet", 
  • 2015/30/MatiasR/kuulapeli/kuulapeli/kuulapeli/kuulapeli.csproj.Debug.cachefile

    r6927 r6983  
    33Content\kentta 2.xnb 
    44Content\kentta 3.xnb 
     5Content\kentta 4.xnb 
     6Content\kentta 5.xnb 
  • 2015/30/MatiasR/kuulapeli/kuulapeli/kuulapeli/obj/x86/Debug/cachefile-{F92200B9-3993-463A-A23D-32D2E79508C1}-targetpath.txt

    r6927 r6983  
    33Content\kentta 2.xnb 
    44Content\kentta 3.xnb 
     5Content\kentta 4.xnb 
     6Content\kentta 5.xnb 
  • 2015/30/MatiasR/kuulapeli/kuulapeli/kuulapeli/obj/x86/Debug/kuulapeli.csproj.FileListAbsolute.txt

    r6927 r6983  
    1111C:\MyTemp\MatiasR\kuulapeli\kuulapeli\kuulapeli\bin\x86\Debug\Content\kentta 2.xnb 
    1212C:\MyTemp\MatiasR\kuulapeli\kuulapeli\kuulapeli\bin\x86\Debug\Content\kentta 3.xnb 
     13C:\MyTemp\MatiasR\kuulapeli\kuulapeli\kuulapeli\bin\x86\Debug\Content\kentta 4.xnb 
     14C:\MyTemp\MatiasR\kuulapeli\kuulapeli\kuulapeli\bin\x86\Debug\Content\kentta 5.xnb 
  • 2015/30/MatiasR/kuulapeli/kuulapeli/kuulapeliContent/kuulapeliContent.contentproj

    r6927 r6983  
    7373    </Compile> 
    7474  </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> 
    7589  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 
    7690  <!--  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  
    3636      <Options>None</Options> 
    3737      <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> 
    3957    </Item> 
    4058    <BuildSuccessful>true</BuildSuccessful> 
Note: See TracChangeset for help on using the changeset viewer.