Reinstate HammerTrigger (no weapons use it currently)
This commit is contained in:
@@ -135,6 +135,7 @@ moveZoomCamera cfig theinput cr w campos =
|
||||
getAimZoom :: Item -> Float
|
||||
getAimZoom itm = case itm ^. itType of
|
||||
HELD hit -> heldAimZoom hit
|
||||
LASER -> 1.5
|
||||
_ -> 1
|
||||
|
||||
heldAimZoom :: HeldItemType -> Float
|
||||
@@ -168,7 +169,6 @@ heldAimZoom = \case
|
||||
BLOWTORCH -> 1
|
||||
SPARKGUN -> 1
|
||||
TESLAGUN -> 1.5
|
||||
LASER -> 1.5
|
||||
TRACTORGUN -> 1.5
|
||||
RLAUNCHER -> 1.5
|
||||
RLAUNCHERX{} -> 1.5
|
||||
|
||||
Reference in New Issue
Block a user