draw options screen when that is selected
This commit is contained in:
5
fcore/options/options-update.sml
Normal file
5
fcore/options/options-update.sml
Normal file
@@ -0,0 +1,5 @@
|
||||
structure OptionsUpdate =
|
||||
struct
|
||||
fun update (options, input, userKeys) =
|
||||
{mode = GameType.OPTIONS options, userKeys = userKeys}
|
||||
end
|
||||
Reference in New Issue
Block a user