Added sensitivity and fov setting
Signed-off-by: TjgL <lithmoneo@gmail.com>
This commit is contained in:
parent
8d2fe05e83
commit
62a0e27ac0
BIN
Content/Legumix/MainMenu/UI/WBP_Settings.uasset
(Stored with Git LFS)
BIN
Content/Legumix/MainMenu/UI/WBP_Settings.uasset
(Stored with Git LFS)
Binary file not shown.
@ -28,4 +28,7 @@ public:
|
||||
|
||||
UPROPERTY(Config, EditAnywhere, BlueprintReadWrite, Category = "Legumix|Controls", meta = (UIMin = 0, ClampMin = 0, UIMax = 10, ClampMax = 10))
|
||||
float MouseSensitivity = 1.f;
|
||||
|
||||
UPROPERTY(Config, EditAnywhere, BlueprintReadWrite, Category= "Legumix|Gameplay", meta = (UIMin = 60, ClampMin = 60, UIMax = 90, ClampMax = 90))
|
||||
float FieldOfView = 80.f;
|
||||
};
|
||||
|
Reference in New Issue
Block a user