Refactor crPos to be a V3

This commit is contained in:
2025-10-10 13:47:31 +01:00
parent 98ece551c7
commit 49fb982877
58 changed files with 375 additions and 307 deletions
+3 -3
View File
@@ -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