Changeset 901


Ignore:
Timestamp:
2010-06-16 11:33:01 (13 years ago)
Author:
malaleht
Message:
 
Location:
2010/24/malaleht
Files:
15 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • 2010/24/malaleht/Autopeli1/Peli.cs

    r843 r901  
    1919        Vector qwerty = new Vector(50, 50); 
    2020 
    21         AssaultRifle pyssy = new AssaultRifle(50, 20); 
    22         kaaraAdd 
    23  
    2421        Automobile kaara = new Automobile(50, 20); 
    2522        kaara.Mass = 2.0; 
     
    2724        kaara.Move(qwerty); 
    2825        Add(kaara); 
     26 
     27 
     28      
     29{ 
     30     
     31} 
    2932 
    3033         
  • 2010/24/malaleht/pong1/Peli.cs

    r843 r901  
    2020    protected override void Begin() 
    2121    { 
     22 
     23 
     24 
     25 
    2226        LuoKentta(); 
    2327        AsetaOhjaimet(); 
     
    2529        AloitaPeli(); 
    2630    } 
     31 
     32 
     33    
     34 
     35 
     36 
     37 
    2738 
    2839    void LuoKentta() 
Note: See TracChangeset for help on using the changeset viewer.