lower maybe
All checks were successful
rgb/pipeline/head This commit looks good

This commit is contained in:
Nathan
2023-01-07 21:16:57 +00:00
parent 4b5bd1fe32
commit 4a22b0f193

View File

@@ -123,7 +123,7 @@ func (a *Animation) Next() (image.Image, <-chan time.Time, error) {
a.ctx.DrawImageAnchored(imaging.FlipH(a.image[a.updown]), a.position.X, a.position.Y, 0.5, 0.5)
}
a.ctx.SetColor(color.White)
a.ctx.DrawString("mario", 5, 5)
a.ctx.DrawString("mario", 5, 7)
return a.ctx.Image(), time.After(time.Millisecond * 50), nil
}