Commit before attempting to simplify creature update
This commit is contained in:
@@ -22,10 +22,7 @@ data Stance = Stance
|
||||
deriving (Eq, Ord, Show, Read) --Generic, Flat)
|
||||
|
||||
data Carriage
|
||||
= Walking
|
||||
{ _strideAmount :: Float
|
||||
, _currentFoot :: FootForward
|
||||
}
|
||||
= Walking { _strideAmount :: Float , _currentFoot :: FootForward }
|
||||
| Standing
|
||||
| Floating
|
||||
| Flying
|
||||
|
||||
Reference in New Issue
Block a user