1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-01-18 20:20:45 +00: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 brightness_flickering: 0.2
property real noise_strength: 0.1 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 glowing_line_strength: 0.4
//property real faulty_screen_prob: 1.0 //property real faulty_screen_prob: 1.0

View File

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

View File

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