Allow for custom reloading sounds

This commit is contained in:
2022-06-21 22:21:18 +01:00
parent 53c8be0679
commit 029b6daf8e
25 changed files with 339 additions and 219 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ We cannot handle multiple keys held down at once here,
(eg left mouse button + right mouse button)
because these are separate events.
Instead we store the events in a set, and deal with the combinations in
"Dodge.Update". -}
"Dodge.Update"; in particular see 'updatePressedButtons'.
-}
module Dodge.Event
( handleEvent
) where