Changeset 9034 for 2017/30/JouniP/Pong/Pong/Pong/Pong.cs
- Timestamp:
- 2017-07-24 11:54:27 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2017/30/JouniP/Pong/Pong/Pong/Pong.cs
r9021 r9034 14 14 // moi 15 15 // x, y 16 PhysicsObject pallo = new PhysicsObject( 40.0, 40.0);16 PhysicsObject pallo = new PhysicsObject(50.0, 50.0); 17 17 pallo.Shape = Shape.Circle; 18 pallo.Color = Color. HotPink;18 pallo.Color = Color.Red; 19 19 pallo.X = -150.0; 20 20 pallo.Y = 150.0;
Note: See TracChangeset
for help on using the changeset viewer.