Added a really cool motion blur to the screen!
This commit is contained in:
@@ -98,10 +98,18 @@ ApplicationWindow{
|
||||
|
||||
Loader{
|
||||
id: terminal
|
||||
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
}
|
||||
|
||||
MouseArea{
|
||||
acceptedButtons: Qt.NoButton
|
||||
anchors.fill: parent
|
||||
onWheel:
|
||||
wheel.angleDelta.y > 0 ? terminal.item.scrollUp() : terminal.item.scrollDown()
|
||||
}
|
||||
|
||||
RadialGradient{
|
||||
id: ambientreflection
|
||||
z: 2.0
|
||||
|
||||
Reference in New Issue
Block a user