Start work on clouds, damage, sensors
This commit is contained in:
@@ -5,15 +5,15 @@
|
||||
|
||||
module Dodge.Data.GenParams where
|
||||
|
||||
import Dodge.Data.Machine.Sensor.Type
|
||||
import Color
|
||||
import Control.Lens
|
||||
import Data.Aeson
|
||||
import Data.Aeson.TH
|
||||
import qualified Data.Map.Strict as M
|
||||
import Dodge.Data.Damage.Type
|
||||
|
||||
newtype GenParams = GenParams
|
||||
{ _sensorCoding :: M.Map DamageType (PaletteColor, DecorationShape)
|
||||
{ _sensorCoding :: M.Map SensorType (PaletteColor, DecorationShape)
|
||||
}
|
||||
deriving (Eq, Ord, Show, Read) --Generic, Flat)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user