Refactor crPos to be a V3
This commit is contained in:
@@ -12,9 +12,9 @@ import Geometry.Data
|
||||
defaultCreature :: Creature
|
||||
defaultCreature =
|
||||
Creature
|
||||
{ _crPos = V2 0 0
|
||||
, _crOldPos = V2 0 0
|
||||
, _crZ = 0
|
||||
{ _crPos = V3 0 0 0
|
||||
, _crOldPos = V3 0 0 0
|
||||
-- , _crZ = 0
|
||||
, _crZVel = 0
|
||||
, _crDir = 0
|
||||
, _crMvDir = 0
|
||||
|
||||
Reference in New Issue
Block a user