From 6ee1249b6d06df6dab7d7990acfc9700213180b9 Mon Sep 17 00:00:00 2001 From: justin Date: Tue, 26 Dec 2023 23:11:12 +0000 Subject: [PATCH] Add comment --- src/Dodge/Creature/YourControl.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Dodge/Creature/YourControl.hs b/src/Dodge/Creature/YourControl.hs index 723705ee3..a3f2d4e90 100644 --- a/src/Dodge/Creature/YourControl.hs +++ b/src/Dodge/Creature/YourControl.hs @@ -131,6 +131,8 @@ tryAssignHotkey w sc = fromMaybe w $ do -- isAiming = _posture (_crStance cr) == Aiming -- mouseDir = argV $ mouseWorldPos (w ^. input) (w ^. wCam) - (cr ^. crPos) +-- | The order of these MAY be important, in particular the setting of crMvAim +-- within wasdMovement should probably be done first wasdWithAiming :: World -> -- | Base speed