Simplify sparks

This commit is contained in:
2025-06-07 10:07:16 +01:00
parent 7bee1549bf
commit b4bdfbf2c3
13 changed files with 101 additions and 102 deletions
+1 -2
View File
@@ -20,8 +20,7 @@ data Sensor
= DamageSensor
{ _sensToggle :: Bool
, _sensAmount :: Int
, -- , _sensType :: DamageType
_sensType :: SensorType
, _sensType :: SensorType
, _sensDraw :: (PaletteColor, DecorationShape)
, _sensThreshold :: Int
}