- opengl blur shader
- the "heal" console command cancels stun - the camera shakes when the sub hits something only if controlled character is inside the sub
This commit is contained in:
@@ -36,7 +36,12 @@ namespace Barotrauma
|
||||
|
||||
BackgroundCreatureManager = new BackgroundCreatureManager("Content/BackgroundSprites/BackgroundCreaturePrefabs.xml");
|
||||
|
||||
#if LINUX
|
||||
var blurEffect = content.Load<Effect>("blurshader_opengl");
|
||||
#else
|
||||
var blurEffect = content.Load<Effect>("blurshader");
|
||||
#endif
|
||||
|
||||
|
||||
lightBlur = new BlurEffect(blurEffect, 0.001f, 0.001f);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user