Improve wall crushing

This commit is contained in:
2026-03-28 21:43:06 +00:00
parent 2db4e9bc6e
commit 08fcc4baab
12 changed files with 176 additions and 106 deletions
+1
View File
@@ -33,6 +33,7 @@ data Door = Door
, _drZeroPos :: (Point2,Float)
, _drOnePos :: (Point2,Float)
, _drLerp :: Float
, _drOldLerp :: Float
, _drFootPrint :: IM.IntMap (Point2,Point2)
, _drHP :: Int
, _drPushedBy :: PushSource
+1
View File
@@ -3,6 +3,7 @@
module Dodge.Data.Wall.Structure where
--import Geometry.Data
import Control.Lens
import Data.Aeson
import Data.Aeson.TH