lower screenfade effect time

This commit is contained in:
Jonny_Bro (Nikita) 2024-01-26 20:49:19 +05:00
parent 49eae3f898
commit 38c6bea0cd
No known key found for this signature in database
GPG key ID: 391C19BE62D36B33

View file

@ -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)