mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-10-31 23:22:17 +00:00
Reduce default fps to 20. It looks good with new burnin and saves some gpu.
This commit is contained in:
@@ -48,7 +48,7 @@ QtObject{
|
||||
property bool showTerminalSize: true
|
||||
property real windowScaling: 1.0
|
||||
|
||||
property real fps: 24
|
||||
property real fps: 20
|
||||
property bool verbose: false
|
||||
|
||||
property real bloomQuality: 0.5
|
||||
|
||||
Reference in New Issue
Block a user