Changeset 1328
- Timestamp:
- 2010-07-27 14:52:12 (13 years ago)
- Location:
- 2010/30/samipunn
- Files:
-
- 11 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2010/30/samipunn/Pong/Peli.cs
r1311 r1328 55 55 56 56 Level.BackgroundColor = Color.Black; 57 pallo = new PhysicsObject( 50.0, 50.0);57 pallo = new PhysicsObject(20.5, 20.0); 58 58 pallo.Shape = Shapes.Circle; 59 59 pallo.Color = Color.Red;
Note: See TracChangeset
for help on using the changeset viewer.