Skip to content

Commit

Permalink
change some walker settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mangofeet committed May 10, 2024
1 parent 57fa080 commit b48e158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions art/entangler/draw.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@ func (drawer Entangler) Draw(ctx *canvas.Context, card *nrdb.Printing) error {
wlk := art.Walker{
RNG: prng.NewGenerator(seed, &sequence),
Direction: direction,
DirectionVariance: 1,
DirectionVariance: 2,
DirectionChangeStep: dirChangeStep,
DirectionChangeStepModifier: 1,
DirectionChangeStepModifier: 1.5,
X: float64(thisStartX),
Y: float64(thisStartY),
Vx: (float64(rngGlobal.Next(100)) / 100) - 0.5,
Expand Down

0 comments on commit b48e158

Please sign in to comment.