Simplify clouds

This commit is contained in:
2025-12-02 21:02:07 +00:00
parent c89d5af6a3
commit bd50262ca4
5 changed files with 33 additions and 50 deletions
+1 -3
View File
@@ -3,9 +3,7 @@
{- | Controls a walls response to external damage.
- Indestructible walls may still produce sparks, dust etc
-}
module Dodge.Wall.Damage (
damageWall,
) where
module Dodge.Wall.Damage (damageWall) where
import Control.Monad
import Data.Foldable