mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-10 07:11:42 +00:00
Merge pull request #39 from fortressforever/flag-touch-bounds
Increase flag touch bounds a bit
This commit is contained in:
commit
261bd01762
1 changed files with 5 additions and 5 deletions
|
@ -724,12 +724,12 @@ end
|
|||
function baseflag:hasanimation() return true end
|
||||
|
||||
function baseflag:gettouchsize( mins, maxs )
|
||||
mins.x = mins.x
|
||||
mins.y = mins.y
|
||||
maxs.x = maxs.x
|
||||
maxs.y = maxs.y
|
||||
mins.x = mins.x * 1.50
|
||||
mins.y = mins.y * 1.50
|
||||
maxs.x = maxs.x * 1.50
|
||||
maxs.y = maxs.y * 1.50
|
||||
mins.z = 0
|
||||
maxs.z = maxs.z * 0.65
|
||||
maxs.z = maxs.z * 0.80
|
||||
end
|
||||
|
||||
function baseflag:getphysicssize( mins, maxs )
|
||||
|
|
Loading…
Reference in a new issue