Add twisting weapons and feet

This commit is contained in:
2021-06-07 15:03:15 +02:00
parent edd947a857
commit c9ca94e82e
16 changed files with 226 additions and 117 deletions
+1
View File
@@ -95,6 +95,7 @@ defaultCreature = Creature
, _crOldPos = (0,0)
, _crVel = (0,0)
, _crDir = 0
, _crMvDir = 0
, _crID = 1
, _crPict = \_ _ -> onLayer CrLayer $ circleSolid 10
, _crUpdate = \ _ f cr -> (f , Just cr)