@@ -203,7 +203,7 @@ func (s *ContourLayer) AddActors(n int) {
position:rl.Vector2{X:float32(x),Y:float32(y)},
field:s.field,
stepSize:1,
color:rl.NewColor(11,35,176,100),
color:rl.NewColor(11,35,176,20),
}
s.actors=append(s.actors,newActor)
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.