gitignore
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
out/
|
||||||
Binary file not shown.
Binary file not shown.
@@ -149,7 +149,7 @@ public class Jeu implements KeyListener, ActionListener{
|
|||||||
public void actionPerformed(ActionEvent e) {
|
public void actionPerformed(ActionEvent e) {
|
||||||
ecran.traiterBoucleAnimation();
|
ecran.traiterBoucleAnimation();
|
||||||
|
|
||||||
if (demiCercleAvant.EnCollision(lili.SegCourant))
|
if (demiCercleArriere.EnCollision(lili.SegCourant))
|
||||||
RecommencerPartie();
|
RecommencerPartie();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user