mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-11-01 15:42:12 +00:00
Optimizations: motion blur is better, and quality is now customizable. Default value is 50%. which is again a good compromise.
This commit is contained in:
@@ -11,6 +11,7 @@ ShaderTerminal{
|
||||
blending: false
|
||||
|
||||
source: terminal.mainSource
|
||||
blurredSource: terminal.blurredSource
|
||||
dispX: (12 / width) * appSettings.window_scaling
|
||||
dispY: (12 / height) * appSettings.window_scaling
|
||||
virtual_resolution: terminal.virtualResolution
|
||||
|
||||
Reference in New Issue
Block a user