A couple small random tweaks while I play with lighting

This commit is contained in:
Eryn Wells 2018-11-22 08:12:15 -07:00
parent 30d7386805
commit 65ffec18e9
3 changed files with 3 additions and 3 deletions

View file

@ -108,7 +108,7 @@ class Terrain: NSObject {
print("Couldn't create algorithm")
return nil
}
(gen as DiamondSquareGenerator).roughness = 0.075
gen.roughness = 0.2
generator = gen
do {