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
+2 -2
View File
@@ -92,8 +92,8 @@ ID 0.
startCr :: Creature
startCr =
defaultCreature
& crPos .~ V2 20 0
& crOldPos .~ V2 20 0
& crPos .~ V3 20 0 0
& crOldPos .~ V3 20 0 0
& crDir .~ pi / 2
& crMvDir .~ pi / 2
& crID .~ 0