Add smoothing to feet, start new chase crit picture

This commit is contained in:
2026-04-01 12:12:17 +01:00
parent 579d5296b1
commit 5f886106e2
5 changed files with 19 additions and 11 deletions
+1 -5
View File
@@ -28,11 +28,7 @@ yourControl _ w
| inTextInputFocus w = w
| NoSubInventory <- w ^. hud . subInventory =
w
& cWorld
. lWorld
. creatures
. ix 0
%~ wasdWithAiming w
& cWorld . lWorld . creatures . ix 0 %~ wasdWithAiming w
& tryClickUse (w ^. input . mouseButtons)
& handleHotkeys
| otherwise = w & cWorld . lWorld . creatures . ix 0 %~ wasdWithAiming w