From: giersch Date: Wed, 21 Nov 2007 12:06:09 +0000 (+0000) Subject: . X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/commitdiff_plain/acf4714da7838afe963be32f33eca132ad9a1e00?hp=c97d3f98f912c1dbaadf8309a983915d5c5d721e . --- diff --git a/chateaux/chateaux.cpp b/chateaux/chateaux.cpp index c5bb60f..b6c26e2 100644 --- a/chateaux/chateaux.cpp +++ b/chateaux/chateaux.cpp @@ -166,7 +166,7 @@ void dessineExplosion(DrawingWindow& w, float rx, float ry) w.drawCircle(x, y, i); w.msleep(20); } - w.setColor("white"); + w.setColor("skyblue"); for (i = 0; i < maxray; i++) { w.drawCircle(x, y, i); w.msleep(10); @@ -201,7 +201,7 @@ void initialise(DrawingWindow& w) largeurMont = frand(largeurMin, largeurMax); hauteurMont = frand(hauteurMin, hauteurMax); wnd = frand(-30, 30); - w.setBgColor("white"); + w.setBgColor("skyblue"); w.clearGraph(); dessineTerrain(w, largeurMont, hauteurMont); dessineChateau(w, positionChateau1); @@ -241,7 +241,7 @@ int tir(DrawingWindow& w, vy += ay * dt; w.msleep(10); - w.setColor("white"); + w.setColor("skyblue"); w.fillCircle(wx, wy, 2); // w.setColor("black"); // w.drawPoint(wx, wy);