Changeset 3389 for 2012/26


Ignore:
Timestamp:
2012-06-29 11:33:47 (11 years ago)
Author:
jekrlaak
Message:

Talletus.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 2012/26/JereL/Sekasorto/Sekasorto/Sekasorto/Sekasorto.cs

    r3377 r3389  
    308308     void LuoKentta2() 
    309309        { 
    310             Kolmio = new PhysicsObject(60, 60); 
     310            Kolmio = new PhysicsObject(200, 200); 
    311311            Kolmio.Shape = Shape.Circle; 
    312312            Kolmio.Color = Color.LightBlue; 
     
    322322            Kolmio2.X = -300; 
    323323            Kolmio2.Y = -300; 
    324             Kolmio2.IgnoresGravity = false; 
     324            Kolmio2.IgnoresGravity = true; 
    325325            Add(Kolmio2); 
    326326 
Note: See TracChangeset for help on using the changeset viewer.