Amendment to adjust for larger Perlin tiles, increased render size for Perlin maps to make sure a tile is fully rendered

This commit is contained in:
Marcus Str. 2025-02-06 19:37:33 +01:00
parent 75c768666b
commit ce7682ac5f

View File

@ -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)):