okay giant ux refactor to hopefully make it cleaner

This commit is contained in:
2025-08-31 13:29:52 -04:00
parent 430259475b
commit dda0a83202
12 changed files with 214 additions and 198 deletions

View File

@@ -9,6 +9,7 @@ import (
var (
FontFace font.Face = basicfont.Face7x13
FontColor color.Color = color.Black
BackgroundColor color.Color = color.White
Scale float64 = 1.0
)