1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2024-10-06 11:00:49 +01:00
cool-retro-term/qml/cool-old-term/ShaderSettings.qml
2013-12-25 19:08:03 +01:00

17 lines
403 B
QML

import QtQuick 2.1
Item{
property real ambient_light: 0.2
property color background_color: "#002200"
property color font_color: "#00ff00"
property real brightness_flickering: 0.2
property real noise_strength: 0.1
property real screen_distortion: 0.0
property real glowing_line_strength: 0.4
//property real faulty_screen_prob: 1.0
property bool scanlines: true
}