mirror of
https://github.com/Cpt-Adok/SNAKE.git
synced 2026-03-31 10:21:35 +00:00
changement de beaucoup de class et ajout de Mouvement
This commit is contained in:
@@ -9,15 +9,14 @@ public class Personnage {
|
||||
private int size;
|
||||
protected int[] coordinate;
|
||||
|
||||
public Items item;
|
||||
|
||||
protected ArrayList<int[]> CoordinateSnake;
|
||||
private ArrayList<Effects> effectsList;
|
||||
|
||||
protected Personnage(int size, int[] coordinate) {
|
||||
this.coordinate = coordinate;
|
||||
this.size = size;
|
||||
}
|
||||
|
||||
|
||||
public int[] getCoordinate() {
|
||||
return coordinate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user