BHXSpecter

Untitled

Nov 19th, 2011
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. if (bouncer_x == p1Paddle_x + PADDLE_SIZE_X && bouncer_y >= p1Paddle_y && bouncer_y <= p1Paddle_y + PADDLE_SIZE_Y)
  2. {
  3.     bouncer_x++;
  4. }
  5.  
Advertisement
Add Comment
Please, Sign In to add comment