Fixed comments
This commit is contained in:
parent
926603c8c2
commit
d6ec23e417
|
@ -9,4 +9,4 @@ Uses [Go-Perlin](https://github.com/aquilax/go-perlin).
|
||||||
|
|
||||||
Texture by [hh316](https://hhh316.deviantart.com/art/Seamless-stone-cliff-face-mountain-texture-377076626).
|
Texture by [hh316](https://hhh316.deviantart.com/art/Seamless-stone-cliff-face-mountain-texture-377076626).
|
||||||
|
|
||||||
![](result.png)
|
![Randomly generated 1D terrain](result.png)
|
||||||
|
|
|
@ -10,8 +10,8 @@ import (
|
||||||
|
|
||||||
perlin "github.com/aquilax/go-perlin"
|
perlin "github.com/aquilax/go-perlin"
|
||||||
"github.com/faiface/pixel"
|
"github.com/faiface/pixel"
|
||||||
|
"github.com/faiface/pixel/imdraw"
|
||||||
"github.com/faiface/pixel/pixelgl"
|
"github.com/faiface/pixel/pixelgl"
|
||||||
"github.com/svera/pixel/imdraw"
|
|
||||||
"golang.org/x/image/colornames"
|
"golang.org/x/image/colornames"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 759 KiB |
Loading…
Reference in New Issue