1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2024-10-06 11:00:49 +01:00

Reduced opacity of flash and changed default settings

This commit is contained in:
Filippo Scognamiglio 2013-12-25 19:11:00 +01:00
parent b25a3f6a4f
commit 35ffbe91a7
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -134,7 +134,7 @@ TerminalScreen {
NumberAnimation {
target: flash
property: "opacity"
to: 1
to: 0.5
duration: 75
}
NumberAnimation {

View File

@ -196,7 +196,7 @@ ApplicationWindow{
id: frame
anchors.fill: parent
z: 2.1
source: "./frames/NoFrame.qml"
source: "./frames/WhiteSimpleFrame.qml"
}
TerminalScreen {