Changeset 9306 for 2017/31/JuuseH/pong
- Timestamp:
- 2017-08-01 13:31:09 (6 years ago)
- Location:
- 2017/31/JuuseH/pong
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
2017/31/JuuseH/pong/pong/pong/pong.cs
r9275 r9306 169 169 if (pallo != null && Math.Abs(pallo.Velocity.X) < PALLON_MIN_NOPEUS) 170 170 { 171 pallo.Velocity = new Vector(pallo.Velocity.X * 1. 1, pallo.Velocity.Y);171 pallo.Velocity = new Vector(pallo.Velocity.X * 1.06, pallo.Velocity.Y); 172 172 } 173 173 base.Update(time);
Note: See TracChangeset
for help on using the changeset viewer.