Cleanup. Start tweaking flares, glares and flashes
This commit is contained in:
@@ -8,17 +8,14 @@ import Control.Lens
|
||||
import Geometry.Data
|
||||
import Data.Word (Word8)
|
||||
import Data.Int (Int16)
|
||||
|
||||
data SoundStatus
|
||||
= JustStartedPlaying
|
||||
| Playing
|
||||
| ToStart
|
||||
| ToContinueStart
|
||||
deriving (Eq,Ord,Show)
|
||||
|
||||
newtype SoundID = SoundID { _getSoundID :: Int }
|
||||
deriving (Eq,Ord,Show)
|
||||
|
||||
newtype SoundData = SoundData
|
||||
{_loadedChunks :: IM.IntMap Mix.Chunk
|
||||
}
|
||||
@@ -32,6 +29,5 @@ data Sound = Sound
|
||||
, _soundChunkID :: SoundID
|
||||
}
|
||||
deriving (Eq,Ord,Show)
|
||||
|
||||
makeLenses ''SoundData
|
||||
makeLenses ''Sound
|
||||
|
||||
Reference in New Issue
Block a user