automated snapshot

This commit is contained in:
sumi
2025-12-22 01:57:56 -06:00
parent 9388293d65
commit ee5e9d7d5d

View File

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