Changeset 569
- Timestamp:
- 2010-06-08 15:02:27 (13 years ago)
- Location:
- 2010/23/elalylon
- Files:
-
- 15 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2010/23/elalylon/Pong/Peli.cs
r524 r569 82 82 { 83 83 PhysicsObject maila = PhysicsObject.CreateStaticObject(20.0, 100.0); 84 maila.Shape = Shapes. Rectangle;84 maila.Shape = Shapes.Triangle; 85 85 maila.X = x; 86 86 maila.Y = y;
Note: See TracChangeset
for help on using the changeset viewer.