mirror of
https://github.com/Winded/RagdollMover.git
synced 2025-03-04 03:13:36 -05:00
Merge pull request #63 from vlazed/out-of-bound-gizmos
Increase gizmo padding to fix laggy gizmo
This commit is contained in:
commit
5722ce3071
@ -12,7 +12,7 @@ local ANGLE_DISC = Angle(0, 90, 0)
|
||||
local ANGLE_ARROW_OFFSET = Angle(0, 90, 90)
|
||||
|
||||
-- How much we should try to contain the player and the gizmo
|
||||
local DISTANCE_PADDING = 2
|
||||
local DISTANCE_PADDING = 10
|
||||
-- How much player's velocity should influence collision bound
|
||||
local PLAYER_WEIGHT = 0.9
|
||||
-- How much gizmo's own velocity should influence collision bound
|
||||
|
Loading…
Reference in New Issue
Block a user