automated snapshot

This commit is contained in:
sumi
2026-01-10 22:32:44 -06:00
parent b600acf540
commit 86a42b7f2c
3 changed files with 5 additions and 5 deletions

View File

@@ -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