Changeset 310


Ignore:
Timestamp:
2009-08-05 14:58:22 (14 years ago)
Author:
zhjiang
Message:
 
Location:
zhipeng_j
Files:
16 added
3 edited

Legend:

Unmodified
Added
Removed
  • zhipeng_j/Tankkipeli1/Ohjelma.cs

    r288 r310  
    77    static class Ohjelma 
    88    { 
    9         Vector2D nopeusylos = new Vector2D(0.200); 
     9        
    1010        static void Main(string[] args) 
    1111        { 
  • zhipeng_j/pengJ/Peli.cs

    r214 r310  
    5353            double vaanto = e.Parameter1.ToDouble(); 
    5454 
    55             // Kiihdytetään tankin vauhtia 
     55            // Kiihdytetään tankin vauhtia; 
    5656            t.Accelerate(vaanto); 
    5757 
     
    6464        } 
    6565    } 
    66 } 
  • zhipeng_j/pong/Peli.cs

    r288 r310  
    107107 
    108108            PhysicsObject maila = e.Parameter0.ToPhysicsObject(); 
    109             Vector2D nopeus = new Vector2D(0, -200); 
     109            Vector2D nopeus = new Vector2D(0, -2000); 
    110110            maila.Velocity = nopeus; 
    111111            return false; 
Note: See TracChangeset for help on using the changeset viewer.