diff options
Diffstat (limited to 'internal/display/font.go')
| -rw-r--r-- | internal/display/font.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/display/font.go b/internal/display/font.go index d6dae18..e936c4c 100644 --- a/internal/display/font.go +++ b/internal/display/font.go @@ -6,8 +6,8 @@ import "github.com/veandco/go-sdl2/sdl" // Each glyph is 7 rows of 5 bits (MSB = leftmost pixel). const ( - glyphW = 5 // pixels per character width - glyphH = 7 // pixels per character height + glyphW = 5 // pixels per character width + glyphH = 7 // pixels per character height charGap = 1 // horizontal gap between characters ) |
