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:
parent
75c768666b
commit
ce7682ac5f
@ -62,7 +62,7 @@ class mstr_perlin:
|
|||||||
base = Image.new("RGBA", (bw,bh))
|
base = Image.new("RGBA", (bw,bh))
|
||||||
|
|
||||||
if len(clr) == 4:
|
if len(clr) == 4:
|
||||||
wh = 3000
|
wh = 3072
|
||||||
base = Image.new("RGBA", (bw,bh), clr[0])
|
base = Image.new("RGBA", (bw,bh), clr[0])
|
||||||
|
|
||||||
for c in range(len(clr)):
|
for c in range(len(clr)):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user