draw the grid explicitly thus leading to full cells w/o the grid

This commit is contained in:
2024-06-15 13:57:54 +02:00
committed by T.v.Dein
parent 6685207fde
commit f3e7428775
2 changed files with 47 additions and 18 deletions

View File

@@ -155,8 +155,8 @@ func (manager *ThemeManager) SetCurrentTheme(theme string) {
func FillCell(tile *ebiten.Image, cellsize int, col color.RGBA) {
vector.DrawFilledRect(
tile,
float32(1),
float32(1),
float32(0),
float32(0),
float32(cellsize),
float32(cellsize),
col, false,