cleanup and added video to readme

This commit is contained in:
2024-06-08 19:52:20 +02:00
parent a109838c4c
commit 1ec84213a0
4 changed files with 16 additions and 10 deletions

View File

@@ -184,6 +184,7 @@ func (scene *ScenePlay) CheckInput() {
if inpututil.IsKeyJustPressed(ebiten.KeyC) {
scene.Config.Markmode = true
scene.Config.Drawmode = false
scene.Config.Paused = true
}