mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-27 20:43:02 +05:00
lower screenfade effect time
This commit is contained in:
parent
49eae3f898
commit
38c6bea0cd
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ hook.Add("EntityTakeDamage", "MEHitSounds", function(ply, dmginfo)
|
|||
end
|
||||
end)
|
||||
|
||||
ply:ScreenFade(SCREENFADE.OUT, Color(0, 0, 0, 255), 0.05, 10)
|
||||
ply:ScreenFade(SCREENFADE.OUT, Color(0, 0, 0, 255), 0.05, 5)
|
||||
end
|
||||
end)
|
Loading…
Reference in a new issue