automated snapshot
This commit is contained in:
@@ -92,8 +92,7 @@ func (a *Actor) Draw(env *Env, g *sg.Graphics) {
|
||||
|
||||
g.SetStrokeWeight(1.0)
|
||||
g.SetStroke(true)
|
||||
c := a.color
|
||||
c.A = 255
|
||||
g.SetStrokeColor(a.color)
|
||||
g.DrawLine(a.position, nextPosition)
|
||||
//rl.DrawLineV(a.position, nextPosition, a.color)
|
||||
a.position = nextPosition
|
||||
|
||||
Reference in New Issue
Block a user