another try, but fails as well + added todos

This commit is contained in:
2024-06-01 00:33:40 +02:00
parent 507ac18853
commit 9f1bdfd2af
5 changed files with 20 additions and 14 deletions

View File

@@ -403,8 +403,6 @@ func (scene *ScenePlay) ToggleCellOnCursorPos(alive int64) {
// draw the new grid state
func (scene *ScenePlay) Draw(screen *ebiten.Image) {
ebiten.SetScreenClearedEveryFrame(true)
// we fill the whole screen with a background color, the cells
// themselfes will be 1px smaller as their nominal size, producing
// a nice grey grid with grid lines