This commit is contained in:
2025-10-24 13:08:44 +01:00
parent 27569ed8f3
commit 7b622c8e31
8 changed files with 6 additions and 28 deletions
-1
View File
@@ -26,7 +26,6 @@ data Block = Block
, _blPos :: Point2
, _blDir :: Float
, _blHeight :: Float
, _blMaterial :: Material
, _blDraw :: BlockDraw
}
deriving (Eq, Ord, Show, Read) --Generic, Flat)
-1
View File
@@ -18,7 +18,6 @@ import qualified Data.Set as S
data Wall = Wall
{ _wlLine :: (Point2, Point2)
, _wlID :: Int
-- , _wlColor :: Color
, _wlOpacity :: Opacity
, _wlPathFlag :: S.Set WallFlag
, _wlTouchThrough :: Bool