sprite stuff

This commit is contained in:
2025-08-25 11:56:44 -04:00
parent a7b3a6cd4a
commit 8b1bfc8a01
5 changed files with 269 additions and 18 deletions

View File

@@ -10,4 +10,5 @@ import (
var (
FontFace font.Face = basicfont.Face7x13
BackgroundColor color.Color = color.White
Scale float64 = 1.0
)