mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-18 12:15:27 +00:00
Reduced opacity of flash and changed default settings
This commit is contained in:
parent
b25a3f6a4f
commit
35ffbe91a7
@ -8,7 +8,7 @@ Item{
|
||||
|
||||
property real brightness_flickering: 0.2
|
||||
property real noise_strength: 0.1
|
||||
property real screen_distortion: 0.0
|
||||
property real screen_distortion: 0.15
|
||||
property real glowing_line_strength: 0.4
|
||||
//property real faulty_screen_prob: 1.0
|
||||
|
||||
|
@ -134,7 +134,7 @@ TerminalScreen {
|
||||
NumberAnimation {
|
||||
target: flash
|
||||
property: "opacity"
|
||||
to: 1
|
||||
to: 0.5
|
||||
duration: 75
|
||||
}
|
||||
NumberAnimation {
|
||||
|
@ -196,7 +196,7 @@ ApplicationWindow{
|
||||
id: frame
|
||||
anchors.fill: parent
|
||||
z: 2.1
|
||||
source: "./frames/NoFrame.qml"
|
||||
source: "./frames/WhiteSimpleFrame.qml"
|
||||
}
|
||||
|
||||
TerminalScreen {
|
||||
|
Loading…
x
Reference in New Issue
Block a user