Changeset 3218


Ignore:
Timestamp:
2012-06-26 14:55:50 (11 years ago)
Author:
emosrohu
Message:

Talletus.

Location:
2012/26/EmilR
Files:
14 added
5 edited

Legend:

Unmodified
Added
Removed
  • 2012/26/EmilR/Pong/Pong/Pong/Pong.cs

    r3191 r3218  
    4141 
    4242        pallo = new PhysicsObject(10, 10); 
    43         pallo.Shape = Shape.Rectangle; 
     43        pallo.Shape = Shape.Circle; 
    4444        pallo.Color = Color.White; 
    4545        Add(pallo); 
     
    4747        pallo.Y = 0.0; 
    4848        pallo.Restitution = 1.0; 
    49         pallo.CanRotate = true; 
    50         pallo.IgnoresPhysicsLogics = true; 
     49        pallo.CanRotate = false; 
     50        pallo.IgnoresPhysicsLogics = false; 
    5151        pallo.RotateImage = true; 
    5252 
Note: See TracChangeset for help on using the changeset viewer.