added key bindings help screen, reachable via menu

This commit is contained in:
2024-06-06 19:55:16 +02:00
parent 63f4aa839d
commit 4695338323
5 changed files with 125 additions and 0 deletions

View File

@@ -24,4 +24,5 @@ const (
Menu = iota // main top level menu
Play // actual playing happens here
Options
Keybindings
)