Advertisement
Guest User

Untitled

a guest
May 19th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. int a=SCREEN_H/2-player1->h/2;
  2. int b=SCREEN_W/3-player1->w/2;
  3. int c=SCREEN_H/2-player1->h/2;
  4. int d=SCREEN_W/3+SCREEN_W/3-player2->w/2;
  5.  
  6. textprintf_centre_ex(buffer, font, 80, 5,
  7. makecol(255, 255, 255), -1, "", a);
  8. textprintf_centre_ex(buffer, font, 200 , 5,
  9. makecol(255, 255, 255), -1, "", b);
  10. textprintf_centre_ex(buffer, font, 400 , 5,
  11. makecol(255, 255, 255), -1, "", c);
  12. textprintf_centre_ex(buffer, font, 550 , 5,
  13. makecol(255, 255, 255), -1, "", d);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement