mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-22 20:51:28 +00:00
Increase flag touch bounds a bit
* Set to 100% width and 65% height, up from 75% width and 50% height
This commit is contained in:
parent
24438e3e45
commit
6c818f5cec
1 changed files with 5 additions and 5 deletions
|
@ -700,12 +700,12 @@ end
|
||||||
function baseflag:hasanimation() return true end
|
function baseflag:hasanimation() return true end
|
||||||
|
|
||||||
function baseflag:gettouchsize( mins, maxs )
|
function baseflag:gettouchsize( mins, maxs )
|
||||||
mins.x = mins.x * 0.75
|
mins.x = mins.x
|
||||||
mins.y = mins.y * 0.75
|
mins.y = mins.y
|
||||||
maxs.x = maxs.x * 0.75
|
maxs.x = maxs.x
|
||||||
maxs.y = maxs.y * 0.75
|
maxs.y = maxs.y
|
||||||
mins.z = 0
|
mins.z = 0
|
||||||
maxs.z = maxs.z * 0.5
|
maxs.z = maxs.z * 0.65
|
||||||
end
|
end
|
||||||
|
|
||||||
function baseflag:getphysicssize( mins, maxs )
|
function baseflag:getphysicssize( mins, maxs )
|
||||||
|
|
Loading…
Reference in a new issue