automated snapshot

This commit is contained in:
sumi
2025-12-22 17:50:36 -06:00
parent 96a4a34ae0
commit aea3c71cf9
3 changed files with 53 additions and 23 deletions

View File

@@ -36,7 +36,7 @@ func (s *ContourLayer) AddActors(n, sourceWidth, sourceHeight int32) {
position: rl.Vector2{X: float32(x), Y: float32(y)},
field: s.field,
stepSize: 1,
color: rl.NewColor(11, 35, 176, 20),
color: rl.NewColor(11, 35, 176, 50),
}
s.actors = append(s.actors, newActor)
}