implemented basic menu and options structure, most stuff works

This commit is contained in:
2024-05-30 19:45:13 +02:00
parent 7ed0c83fcd
commit 538216ea4d
8 changed files with 228 additions and 19 deletions

View File

@@ -22,4 +22,5 @@ type Scene interface {
const (
Menu = iota // main top level menu
Play // actual playing happens here
Options
)