- Timestamp:
- 2012-07-03 12:28:22 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/27/MarkusK/pong/pong/pong/pong/pong.cs
r3468 r3470 79 79 maila.X = x; 80 80 maila.Y = y; 81 maila.Restitution = 1.0;81 maila.Restitution = 3.5; 82 82 Add(maila); 83 83 return maila; … … 117 117 } 118 118 119 if ((nopeus.Y >0) && (maila.Bottom < Level.Bottom))119 if ((nopeus.Y < 0) && (maila.Bottom < Level.Bottom)) 120 120 { 121 121 maila.Velocity = Vector.Zero;
Note: See TracChangeset
for help on using the changeset viewer.