Compare commits

...

2 Commits

Author SHA1 Message Date
Nathan
43d7478971 Merge remote-tracking branch 'refs/remotes/origin/master'
Some checks are pending
rgb/pipeline/head Build started...
2022-12-17 05:32:52 +00:00
Nathan
dbfe0124c7 text test 2022-12-17 05:31:30 +00:00

View File

@@ -122,6 +122,7 @@ func (a *Animation) Next() (image.Image, <-chan time.Time, error) {
} else {
a.ctx.DrawImageAnchored(imaging.FlipH(a.image[a.updown]), a.position.X, a.position.Y, 0.5, 0.5)
}
a.ctx.DrawStringAnchored("mario", 1, 1, 0.5, 0.5)
return a.ctx.Image(), time.After(time.Millisecond * 50), nil
}