Move stride/footforward datatypes
This commit is contained in:
@@ -22,7 +22,7 @@ defaultCreature =
|
||||
, _crMvAim = 0
|
||||
-- , _crTwist = 0
|
||||
, _crID = 1
|
||||
, _crType = ChaseCrit {_meleeCooldown = 0}
|
||||
, _crType = ChaseCrit 0 LeftForward 0
|
||||
-- , _crRad = 10
|
||||
, _crHP = HP 100
|
||||
-- , _crMaxHP = 150
|
||||
@@ -39,7 +39,7 @@ defaultCreature =
|
||||
-- , _crHotkeys = M.empty
|
||||
, _crStance =
|
||||
Stance
|
||||
{ _carriage = Walking 0 LeftForward
|
||||
{ _carriage = Walking
|
||||
, _posture = AtEase
|
||||
}
|
||||
, _crVocalization = VocReady
|
||||
|
||||
Reference in New Issue
Block a user