mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-04-20 01:31:01 +01:00
12 lines
286 B
QML
12 lines
286 B
QML
import QtQuick 2.0
|
|
|
|
Item{
|
|
property color background_color: "#000000"
|
|
property color font_color: "#66ff66"
|
|
|
|
property real noise_strength: 0.1
|
|
property real screen_distortion: 0.15
|
|
property real glowing_line_strength: 0.4
|
|
//property real faulty_screen_prob: 1.0
|
|
}
|