Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. public Coureur( char orientation, ImageIcon imageCoureur ){
  2. this.imageCoureur= imageCoureur;
  3. this.orientation = orientation;
  4. this.largeur=…
  5. this.hauteur=… //initialiser la position de départ du coureur
  6.  
  7.  
  8. posY= …
  9. if (orientation == 'D')//
  10. direction droite posX=… else posX= .. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement