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

@@ -60,7 +60,6 @@ func (scene *SceneOptions) Update() error {
}
func (scene *SceneOptions) Draw(screen *ebiten.Image) {
ebiten.SetScreenClearedEveryFrame(false)
scene.Ui.Draw(screen)
}