From dbfe0124c7ebd1087ca1be0284328fe3f2ebc01a Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 17 Dec 2022 05:31:30 +0000 Subject: [PATCH] text test --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index a3571e9..1287066 100644 --- a/main.go +++ b/main.go @@ -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 }