Work on slime crits
This commit is contained in:
@@ -72,6 +72,7 @@ data CreatureType
|
||||
}
|
||||
| SlimeCrit
|
||||
{ _slimeRad :: Float
|
||||
, _slimeRadWobble :: Float
|
||||
, _slimeCompression :: Point2
|
||||
, _slimeIsCompressing :: Bool
|
||||
, _slimeResetDir :: Bool
|
||||
|
||||
@@ -22,6 +22,7 @@ data Stance = Stance
|
||||
|
||||
data Carriage
|
||||
= Walking
|
||||
| Crawling
|
||||
| Floating
|
||||
| Flying {_zSpeed :: Float, _flyInertia :: Float}
|
||||
| Boosting Point2
|
||||
|
||||
@@ -60,7 +60,6 @@ data WdBl
|
||||
| WdBlNegate WdBl
|
||||
| WdBlCrFilterNearPoint Float Point2 CrBl
|
||||
| WdBlBtOn Int
|
||||
-- | WdBlBtNotOff Int
|
||||
|
||||
data WdP2f
|
||||
= WdP2f0
|
||||
|
||||
Reference in New Issue
Block a user