Changeset 3675


Ignore:
Timestamp:
2012-07-06 12:48:27 (11 years ago)
Author:
nikatais
Message:

Talletus.

Location:
2012/27/NikoKa/Tasohyppelypeli1
Files:
1 added
10 edited

Legend:

Unmodified
Added
Removed
  • 2012/27/NikoKa/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1.cs

    r3609 r3675  
    5555    void LisaaTeletapit(Vector paikka, double leveys, double korkeus) 
    5656    { 
    57         PhysicsObject Teletapit = PhysicsObject.CreateStaticObject(leveys, korkeus); 
     57        PlatformCharacter Teletapit = new PlatformCharacter(leveys, korkeus); 
    5858        Teletapit.IgnoresCollisionResponse = true; 
    5959        Teletapit.Position = paikka; 
     
    6161        Teletapit.Tag = "Teletapit"; 
    6262        Add(Teletapit); 
     63        //Teletapit.CollisionIgnoreGroup = 2; 
     64        //PlatformWandererBrain aivo = new PlatformWandererBrain(); 
     65        //Teletapit.Brain = aivo; 
    6366    } 
    6467 
     
    147150         
    148151    } 
    149 } 
     152}    
     153     
  • 2012/27/NikoKa/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1/obj/x86/Debug/ContentPipeline-{A01B3623-56E7-4389-952B-3444E5E69669}.xml

    r3609 r3675  
    3636      <Options>None</Options> 
    3737      <Output>C:\MyTemp\NikoKa\Tasohyppelypeli1\Tasohyppelypeli1\Tasohyppelypeli1\bin\x86\Debug\Content\kentta1.xnb</Output> 
    38       <Time>2012-07-05T15:01:57.8705239+03:00</Time> 
     38      <Time>2012-07-06T12:27:29.1947844+03:00</Time> 
    3939    </Item> 
    4040    <Item> 
  • 2012/27/NikoKa/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1Content/Tasohyppelypeli1Content.contentproj

    r3609 r3675  
    9494    </Compile> 
    9595  </ItemGroup> 
     96  <ItemGroup> 
     97    <Folder Include="Music\" /> 
     98  </ItemGroup> 
    9699  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 
    97100  <!--  To modify your build process, add your task inside one of the targets below and uncomment it.  
  • 2012/27/NikoKa/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1Content/kentta1.txt

    r3609 r3675  
    11          
    2           N 
    3          ###   
     2         N T 
     3        #####   
    44 
    5        T  N   T 
    6       ##  ##  ## 
     5     T    N    T 
     6    ###  ###  ###      
     7                         
     8    T  N    T   T 
     9  ### ###  ###  ### 
    710 
    8      T   N   T   T 
    9      ##  ##  ##  ## 
     11 T   T  N     T   T    N   
     12 ##########   #######  ### 
    1013 
    11    T   T  N   T    T      
    12   ##  ##  ##  ##   ## 
    13  
    14  T    T   N   N    T   N 
    15  ##  ##   ##  ##  ##  ## 
     14  T    N     T   N    T   N 
     15 ###  ###   #######  ######## 
    1616 
    1717       T  S  T   N 
Note: See TracChangeset for help on using the changeset viewer.