draw options screen when that is selected

This commit is contained in:
2025-02-20 14:25:20 +00:00
parent 6762a1b994
commit 6cd7edb5ab
8 changed files with 315 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
structure OptionsUpdate =
struct
fun update (options, input, userKeys) =
{mode = GameType.OPTIONS options, userKeys = userKeys}
end