Revert "Simplify clouds"

This reverts commit bd50262ca4.
This commit is contained in:
2025-12-02 21:26:28 +00:00
parent 5d0fc10372
commit 5dbb67349b
5 changed files with 50 additions and 33 deletions
+3 -1
View File
@@ -3,7 +3,9 @@
{- | 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