Changeset 6580 for 2015


Ignore:
Timestamp:
2015-06-30 12:52:20 (8 years ago)
Author:
jivesuor
Message:

Tasohyppelyyn lisätty uusi palikka.

Location:
2015/27/JimiS/tasohyppely/hyppely
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • 2015/27/JimiS/tasohyppely/hyppely/hyppely/hyppely/hyppely.cs

    r6572 r6580  
    4848        kentta.SetTileMethod('*', LisaaTahti); 
    4949        kentta.SetTileMethod('N', LisaaPelaaja); 
     50        kentta.SetTileMethod('A', LisaaPalikka); 
    5051        kentta.Execute(RUUDUN_KOKO, RUUDUN_KOKO); 
    5152        
     
    5556        alaReuna.IsVisible = false; 
    5657        Level.Background.CreateGradient(Color.White, Color.SkyBlue); 
     58    } 
     59 
     60    void LisaaPalikka(Vector paikka, double leveys, double korkeus) 
     61    { 
     62        PhysicsObject palikka = PhysicsObject.CreateStaticObject(leveys, korkeus); 
     63        palikka.Position = paikka; 
     64        palikka.Color = Color.Black; 
     65        Add(palikka); 
    5766    } 
    5867 
  • 2015/27/JimiS/tasohyppely/hyppely/hyppely/hyppely/hyppely.csproj.Debug.cachefile

    r6572 r6580  
    22Content\norsu.xnb 
    33Content\tahti.xnb 
     4Content\pelaaja.xnb 
    45Content\kentta1.xnb 
    5 Content\pelaaja.xnb 
  • 2015/27/JimiS/tasohyppely/hyppely/hyppely/hyppely/obj/x86/Debug/ContentPipeline-{9937689A-33E5-40B9-A7B6-3F1206C3B37D}.xml

    r6572 r6580  
    99      <Options>None</Options> 
    1010      <Output>C:\MyTemp\JimiS\tasohyppely\hyppely\hyppely\hyppely\bin\x86\Debug\Content\maali.xnb</Output> 
    11       <Time>2015-06-30T10:25:09.6546465+03:00</Time> 
     11      <Time>2015-06-30T12:39:08.2248053+03:00</Time> 
    1212    </Item> 
    1313    <Item> 
     
    1818      <Options>None</Options> 
    1919      <Output>C:\MyTemp\JimiS\tasohyppely\hyppely\hyppely\hyppely\bin\x86\Debug\Content\norsu.xnb</Output> 
    20       <Time>2015-06-30T10:25:09.6556466+03:00</Time> 
     20      <Time>2015-06-30T12:39:08.3028058+03:00</Time> 
    2121    </Item> 
    2222    <Item> 
     
    2727      <Options>None</Options> 
    2828      <Output>C:\MyTemp\JimiS\tasohyppely\hyppely\hyppely\hyppely\bin\x86\Debug\Content\tahti.xnb</Output> 
    29       <Time>2015-06-30T10:25:09.6566467+03:00</Time> 
     29      <Time>2015-06-30T12:39:08.3496061+03:00</Time> 
     30    </Item> 
     31    <Item> 
     32      <Source>pelaaja.png</Source> 
     33      <Name>pelaaja</Name> 
     34      <Importer>TextureImporter</Importer> 
     35      <Processor>TextureProcessor</Processor> 
     36      <Options>None</Options> 
     37      <Output>C:\MyTemp\JimiS\tasohyppely\hyppely\hyppely\hyppely\bin\x86\Debug\Content\pelaaja.xnb</Output> 
     38      <Time>2015-06-30T12:39:08.2248053+03:00</Time> 
    3039    </Item> 
    3140    <Item> 
     
    3645      <Options>None</Options> 
    3746      <Output>C:\MyTemp\JimiS\tasohyppely\hyppely\hyppely\hyppely\bin\x86\Debug\Content\kentta1.xnb</Output> 
    38       <Time>2015-06-30T10:58:44.021214+03:00</Time> 
    39     </Item> 
    40     <Item> 
    41       <Source>pelaaja.png</Source> 
    42       <Name>pelaaja</Name> 
    43       <Importer>TextureImporter</Importer> 
    44       <Processor>TextureProcessor</Processor> 
    45       <Options>None</Options> 
    46       <Output>C:\MyTemp\JimiS\tasohyppely\hyppely\hyppely\hyppely\bin\x86\Debug\Content\pelaaja.xnb</Output> 
    47       <Time>2015-06-30T11:50:31.440124+03:00</Time> 
     47      <Time>2015-06-30T12:50:04.0061583+03:00</Time> 
    4848    </Item> 
    4949    <BuildSuccessful>true</BuildSuccessful> 
     
    6262      <Assembly> 
    6363        <Key>C:\Program Files (x86)\Jypeli\lib\ContentExtensions\TextFileContentExtension.dll</Key> 
    64         <Value>2014-11-26T00:23:34+02:00</Value> 
     64        <Value>2014-12-13T00:38:40+02:00</Value> 
    6565      </Assembly> 
    6666      <Assembly> 
     
    9090      <Assembly> 
    9191        <Key>C:\Program Files (x86)\Jypeli\lib\ContentExtensions\AnimationExtension.dll</Key> 
    92         <Value>2014-11-26T00:23:36+02:00</Value> 
     92        <Value>2014-12-13T00:38:40+02:00</Value> 
    9393      </Assembly> 
    9494      <Assembly> 
    9595        <Key>C:\Windows\Microsoft.Net\assembly\GAC_32\Microsoft.Xna.Framework.Content.Pipeline\v4.0_4.0.0.0__842cf8be1de50553\Microsoft.Xna.Framework.Content.Pipeline.dll</Key> 
    96         <Value>2012-03-16T14:35:21.2332043+02:00</Value> 
     96        <Value>2012-03-16T14:36:56.0488429+02:00</Value> 
    9797      </Assembly> 
    9898    </Assemblies> 
  • 2015/27/JimiS/tasohyppely/hyppely/hyppely/hyppely/obj/x86/Debug/cachefile-{9937689A-33E5-40B9-A7B6-3F1206C3B37D}-targetpath.txt

    r6572 r6580  
    22Content\norsu.xnb 
    33Content\tahti.xnb 
     4Content\pelaaja.xnb 
    45Content\kentta1.xnb 
    5 Content\pelaaja.xnb 
  • 2015/27/JimiS/tasohyppely/hyppely/hyppely/hyppelyContent/kentta1.txt

    r6572 r6580  
    77 
    88 
    9  
    10          * 
    11              ##### 
    12                   #           
    13                #   ######   
    14  
    15    N      
    16 ##################   ################################################################## 
     9                                                       * 
     10         *                                     AAAAA 
     11             #####                     AAAAA 
     12                  #                                                       * 
     13               #   ######                                          ##### 
     14                                             AAAAAAAAAAAAA 
     15   N                                    
     16##################   #########                       ######### 
Note: See TracChangeset for help on using the changeset viewer.