Add flavour text, start smoke, support for different reload sounds

This commit is contained in:
2021-06-22 14:42:23 +02:00
parent 52eaeead5d
commit 39218ed3b5
31 changed files with 128 additions and 57 deletions
-4
View File
@@ -19,12 +19,8 @@ module Dodge.SoundLogic (
, haltSound
, resumeSound
, pauseSound
-- * Synonyms for sound identifiers
, module Dodge.SoundLogic.Synonyms
) where
import Dodge.Data
import Dodge.SoundLogic.Synonyms
import Sound.Data (SoundStatus (..))
import Geometry.Vector
import Geometry (dist)