dithering, close cam, rain

This commit is contained in:
2026-05-17 21:23:31 -05:00
parent 0e652c6cc0
commit 9948d82dc7
8 changed files with 193 additions and 76 deletions
+10 -7
View File
@@ -106,14 +106,17 @@ private void CheckSprint()
/// </summary>
private void CheckWeaponChange()
{
if (Input.mouseScrollDelta.y > 0)
if (!Input.GetMouseButton(1))
{
SwitchTools(true);
}
else if (Input.mouseScrollDelta.y < 0)
{
SwitchTools(false);
}
if (Input.mouseScrollDelta.y > 0)
{
SwitchTools(true);
}
else if (Input.mouseScrollDelta.y < 0)
{
SwitchTools(false);
}
}
}
/// <summary>