mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-31 10:11:20 +00:00
15 lines
368 B
QML
15 lines
368 B
QML
import QtQuick 2.0
|
|
|
|
Item{
|
|
property real ambient_light: 0.2
|
|
|
|
property color background_color: "#000000"
|
|
property color font_color: "#77ff77"
|
|
|
|
property real brightness_flickering: 0.4
|
|
property real noise_strength: 0.1
|
|
property real screen_distortion: 0.2
|
|
property real glowing_line_strength: 0.4
|
|
//property real faulty_screen_prob: 1.0
|
|
}
|