Refactor, try to limit dependencies

This commit is contained in:
2022-07-28 00:59:56 +01:00
parent 8aa5c17ab9
commit 160560af5f
418 changed files with 15104 additions and 13342 deletions
+14
View File
@@ -0,0 +1,14 @@
module Dodge.Default.Item.Use.AimParams where
import Dodge.Data.Item.Use
defaultAimParams :: AimParams
defaultAimParams =
AimParams
{ _aimWeight = 0
, _aimRange = 0
, _aimZoom = ItZoom 20 0.2 1
, _aimStance = OneHand
, _aimHandlePos = 10
, _aimMuzPos = 20
}