Jeu fonctionnel

This commit is contained in:
2026-02-03 15:36:11 +01:00
parent f297b3d715
commit 71a2eac8b2
19 changed files with 74 additions and 20 deletions

View File

@@ -14,8 +14,7 @@ abstract class ObjetGraphique {
// Position
protected double x;
protected double y;
protected double y;
protected Color couleur = new Color(0.0f,0.2f,0.2f);