From f8c74c43067b4ea49842624f79c4a60e288bd8cc Mon Sep 17 00:00:00 2001 From: tit-exe Date: Tue, 17 Mar 2026 14:31:00 +0100 Subject: [PATCH] =?UTF-8?q?changement=20difficult=C3=A9=20niveaux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linea_bdd.db | Bin 16384 -> 16384 bytes src/Cercle.java | 2 +- src/Ligne.java | 14 ++++++++------ src/NoiseGenerator.java | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/linea_bdd.db b/linea_bdd.db index 936f99ee1436d8b79a199d390c4cf38850061094..60d2388764443ee488e3abd1c88fcc0936893ed2 100644 GIT binary patch delta 201 zcmZo@U~Fh$oFL68G*QNxRfs{as&HexL%3m+b z%Echd!o|SE#Kg|X$jHR7pW#2lc?U%XFkm-IVf-QnR05O+$^xZ-GrVM&z`?2u6bGu1 zfQy5*@qpEfG6U5!Le>AzVrb#yFb5gKgk;QahAxKxoLn|iKnYPsE(S)Z`2`H~7=Cl` Hy8(p(L6#=R delta 201 zcmZo@U~Fh$oFL7}H&Mo!m5)KMtaD?^Tzx?X1_oCCbO!!M{D=9M^0)D)Z&nlt<*%1z z= 1 && count < octaves) { - value += smoothNoise((x / size), (x / size), (x / size)) * size; + value += smoothNoise((x / size), 0.7, 0.3) * size; weightSum += size; size /= 2.0; count++;