Skip to content

Commit 17cd0ef

Browse files
committed
[fix] added credits for perlin.py
1 parent 7fba8d6 commit 17cd0ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

perlin.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Perlin noise implementation."""
2+
#https://gist.github.com/eevee/26f547457522755cb1fb8739d0ea89a1
23
# Licensed under ISC
34
from itertools import product
45
import math

0 commit comments

Comments
 (0)