mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-04-06 10:56:34 +05:00
Make FOV behavior...not janky?
This commit is contained in:
parent
6e8846f91c
commit
9d4e0e556a
1 changed files with 4 additions and 1 deletions
|
@ -356,6 +356,9 @@ function PLAYER:CreateMove(cmd)
|
||||||
end
|
end
|
||||||
|
|
||||||
function PLAYER:CalcView(view)
|
function PLAYER:CalcView(view)
|
||||||
|
if CLIENT then
|
||||||
|
view.fov = GetConVar("Beatrun_FOV"):GetFloat()
|
||||||
|
end
|
||||||
if self.TauntCam:CalcView(view, self.Player, self.Player:IsPlayingTaunt()) then return true end
|
if self.TauntCam:CalcView(view, self.Player, self.Player:IsPlayingTaunt()) then return true end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -511,4 +514,4 @@ hook.Add("PlayerSpawn", "ResetStateTransition", function(ply, transition)
|
||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
player_manager.RegisterClass("player_beatrun", PLAYER, "player_default")
|
player_manager.RegisterClass("player_beatrun", PLAYER, "player_default")
|
||||||
|
|
Loading…
Add table
Reference in a new issue