Skip to content
Snippets Groups Projects
Commit 146a72ed authored by Louis MALTERRE's avatar Louis MALTERRE
Browse files

j'ai mis les obstacles en final (en effet une fois crees ils ne changent plus) LM

parent 4a94b8ac
No related branches found
No related tags found
No related merge requests found
...@@ -6,9 +6,9 @@ import environnement.PositionCollision; ...@@ -6,9 +6,9 @@ import environnement.PositionCollision;
public class Obstacle { public final class Obstacle {
private HitBox hitbox; private final HitBox hitbox;
public Obstacle(HitBox h){ public Obstacle(HitBox h){
this.hitbox = h; this.hitbox = h;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment