mirror of
https://codeberg.org/scip/golsky.git
synced 2025-12-18 13:01:12 +01:00
draw the grid explicitly thus leading to full cells w/o the grid
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user