- Timestamp:
- 2016-06-27 14:56:41 (7 years ago)
- Location:
- 2016/26/JennyN/Pong
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
2016/26/JennyN/Pong/Pong/Pong/Pong.cs
r7523 r7527 75 75 { 76 76 PhysicsObject maila = PhysicsObject.CreateStaticObject(20.0, 100.0); 77 maila.Shape = Shape. Triangle;77 maila.Shape = Shape.Diamond; 78 78 maila.X = x; 79 79 maila.Y = y;
Note: See TracChangeset
for help on using the changeset viewer.