Fix terminal shape
This commit is contained in:
@@ -25,8 +25,8 @@ data Carriage
|
||||
| Floating
|
||||
| Flying {_zSpeed :: Float, _flyInertia :: Float}
|
||||
| Boosting Point2
|
||||
| Falling {_fallRot :: Quaternion Float, _fallDir :: Quaternion Float}
|
||||
| OnGround
|
||||
| Falling {_fallRot :: Quaternion Float, _carDir :: Quaternion Float}
|
||||
| OnGround {_carDir :: Quaternion Float}
|
||||
deriving (Eq, Ord, Show, Read) --Generic, Flat)
|
||||
|
||||
data FootForward = LeftForward | RightForward
|
||||
|
||||
Reference in New Issue
Block a user