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
parent 7dbd52970c
commit d0f0af6459
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,