10 lines
256 B
QML
10 lines
256 B
QML
import QtQuick 2.0
|
|
|
|
Item{
|
|
property real noise_strength: 0.25
|
|
property rect base_color: Qt.rect(1.0, 0.9, 0.0, 1.0)
|
|
property real screen_distortion: 0.15
|
|
property real glowing_line_strength: 0.7
|
|
//property real faulty_screen_prob: 1.0
|
|
}
|