Guest User

Untitled

a guest
Dec 12th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. void detect1 () {
  2. if (dist(posa.x, pos2.y, pos2.x, pos2.y) < 50) {
  3.  
  4. }
  5. }
  6.  
  7. void miss() {
  8. if (posa.y> height) {
  9. posa.y = -15;
  10. }
  11. }
Add Comment
Please, Sign In to add comment