Changeset 3218
- Timestamp:
- 2012-06-26 14:55:50 (11 years ago)
- Location:
- 2012/26/EmilR
- Files:
-
- 14 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/26/EmilR/Pong/Pong/Pong/Pong.cs
r3191 r3218 41 41 42 42 pallo = new PhysicsObject(10, 10); 43 pallo.Shape = Shape. Rectangle;43 pallo.Shape = Shape.Circle; 44 44 pallo.Color = Color.White; 45 45 Add(pallo); … … 47 47 pallo.Y = 0.0; 48 48 pallo.Restitution = 1.0; 49 pallo.CanRotate = true;50 pallo.IgnoresPhysicsLogics = true;49 pallo.CanRotate = false; 50 pallo.IgnoresPhysicsLogics = false; 51 51 pallo.RotateImage = true; 52 52
Note: See TracChangeset
for help on using the changeset viewer.