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

15 lines
369 B
QML
Raw Normal View History

2013-11-23 15:09:46 +00:00
import QtQuick 2.0
Item{
2013-11-25 15:46:10 +00:00
property real ambient_light: 0.2
property color background_color: "#000000"
2013-11-26 18:10:15 +00:00
property color font_color: "#ffff77"
2013-11-26 18:10:15 +00:00
property real brightness_flickering: 0.4
property real noise_strength: 0.1
2013-11-25 15:46:10 +00:00
property real screen_distortion: 0.20
property real glowing_line_strength: 0.4
2013-11-23 15:09:46 +00:00
//property real faulty_screen_prob: 1.0
}