Refactor crPos to be a V3
This commit is contained in:
@@ -37,9 +37,9 @@ import Geometry.Data
|
||||
--import qualified IntMapHelp as IM
|
||||
|
||||
data Creature = Creature
|
||||
{ _crPos :: Point2
|
||||
, _crOldPos :: Point2
|
||||
, _crZ :: Float
|
||||
{ _crPos :: Point3
|
||||
, _crOldPos :: Point3
|
||||
-- , _crZ :: Float
|
||||
, _crZVel :: Float
|
||||
, _crDir :: Float
|
||||
, _crMvDir :: Float
|
||||
|
||||
Reference in New Issue
Block a user