Allow for creature death sounds

This commit is contained in:
2026-01-02 15:06:02 +00:00
parent b414da7dab
commit 71f56c0638
10 changed files with 367 additions and 320 deletions
+2 -2
View File
@@ -52,7 +52,7 @@ data Config = Config
, _gr_upscale_filter :: Bool
, _gr_cloud_shadows :: Bool
, _gr_distortions :: Bool
, _gr_bloom :: Bool
-- , _gr_bloom :: Bool
, _gr_shadow_rendering :: ShadowRendering
, _gr_shadows_on_clouds :: ShadowRendering
, _gr_shadow_size :: Importance
@@ -156,7 +156,7 @@ defaultConfig =
, _volume_music = 0
, _gr_upscale_filter = True
, _gr_cloud_shadows = True
, _gr_bloom = True
-- , _gr_bloom = True
, _gr_shadow_rendering = GeoObjShads
, _gr_shadows_on_clouds = NoObjShads
, _gr_shadow_size = Typical
+2
View File
@@ -65,6 +65,8 @@ data CrHP
| CrIsGibs
| CrIsPitted
data DeathType = CookDeath | PoisonDeath | PlainDeath | GibsDeath
data Intention = Intention
{ _targetCr :: Maybe Int
, _mvToPoint :: Maybe Point2