]> marstr Code Repo - marstr/orthographic.git/commitdiff
Amendment to adjust for larger Perlin tiles, increased render size for Perlin maps...
authorMarcus Str. <marcus@marstr.online>
Thu, 6 Feb 2025 18:37:33 +0000 (19:37 +0100)
committerMarcus Str. <marcus@marstr.online>
Thu, 6 Feb 2025 18:37:33 +0000 (19:37 +0100)
perlin.py

index 5e1fa8c6dd3a1daae95dcd949dee8b477e824a3b..e20270c88a9b00d8e39f408714b5546df07c5c98 100644 (file)
--- a/perlin.py
+++ b/perlin.py
@@ -62,7 +62,7 @@ class mstr_perlin:
         base = Image.new("RGBA", (bw,bh))
 
         if len(clr) == 4:
-            wh = 3000
+            wh = 3072
             base = Image.new("RGBA", (bw,bh), clr[0])
             
             for c in range(len(clr)):