upodate game start and blur on pause
This commit is contained in:
@ -150,4 +150,11 @@ namespace Config {
|
||||
constexpr int STARFIELD_PARTICLE_COUNT = 200;
|
||||
constexpr int STARFIELD_3D_PARTICLE_COUNT = 200;
|
||||
}
|
||||
|
||||
// Visual effects settings
|
||||
namespace Visuals {
|
||||
constexpr int PAUSE_BLUR_ITERATIONS = 8; // Number of blur passes (higher = more blur)
|
||||
constexpr int PAUSE_BLUR_OFFSET = 3; // Pixel spread of the blur
|
||||
constexpr int PAUSE_BLUR_ALPHA = 40; // Alpha intensity of blur layers
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user