From 9d0e2ab46e770d4f345d7513e559ee2a14fbf2f0 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Thu, 12 Jun 2025 14:33:01 +0000 Subject: [PATCH] increasing horizontal elipse radius --- board.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board.go b/board.go index 7a46b29..2d2707a 100644 --- a/board.go +++ b/board.go @@ -40,7 +40,7 @@ func animate(sz image.Point, mqMessages chan mqtt.Message) *Animation { images: initialMap(), updown: "marioUp", dir: image.Point{1, 1}, - a: 30, + a: 50, b: 15, }, }