Vous pouvez nous contacter sur : Passer par Krisboul.

Si vous voulez nous contacter personnellement, essayez ceci :

bosque_a «at» epita «dot» fr
cote-_m «at» epita «dot» fr
jaras_c «at» epita «dot» fr
deglia_v «at» epita «dot» fr



Oui, cette page est moche, et alors?
foreach (Snowparticule flocon in flocons) { flocon.alive = true; flocon.position = new Vector2(MathHelper.Lerp( (float)viewportRect.Width * minFloconWidth, (float)viewportRect.Width * maxFloconWidth, (float)random.NextDouble()), MathHelper.Lerp( (float)viewportRect.Height * minFloconWidth, (float)viewportRect.Height * maxFloconWidth, (float)random.NextDouble()) ); flocon.velocity = new Vector2(1, MathHelper.Lerp( minFloconVelocity, maxFloconVelocity, (float)random.NextDouble())); }