Fixed comments

This commit is contained in:
Sergio Vera Castellano 2018-01-12 10:33:24 +01:00
parent 926603c8c2
commit d6ec23e417
3 changed files with 2 additions and 2 deletions

View File

@ -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).
![](result.png)
![Randomly generated 1D terrain](result.png)

View File

@ -10,8 +10,8 @@ import (
perlin "github.com/aquilax/go-perlin"
"github.com/faiface/pixel"
"github.com/faiface/pixel/imdraw"
"github.com/faiface/pixel/pixelgl"
"github.com/svera/pixel/imdraw"
"golang.org/x/image/colornames"
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 759 KiB