mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-19 04:30:44 +00:00
Set default effects fps to 24 (the terminal is now updated at full speed).
This commit is contained in:
parent
c575385ba3
commit
28bb2e2adf
@ -40,7 +40,7 @@ Item{
|
|||||||
property real window_scaling: 1.0
|
property real window_scaling: 1.0
|
||||||
onWindow_scalingChanged: handleFontChanged();
|
onWindow_scalingChanged: handleFontChanged();
|
||||||
|
|
||||||
property real fps: 0
|
property real fps: 24
|
||||||
|
|
||||||
function mix(c1, c2, alpha){
|
function mix(c1, c2, alpha){
|
||||||
return Qt.rgba(c1.r * alpha + c2.r * (1-alpha),
|
return Qt.rgba(c1.r * alpha + c2.r * (1-alpha),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user