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
@@ -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