1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2024-10-17 08:03:35 +01:00
cool-retro-term/app/frames/BlackRoughFrame.qml

29 lines
534 B
QML
Raw Normal View History

import QtQuick 2.2
2013-12-25 17:44:46 +00:00
import "utils"
TerminalFrame{
id: frame
z: 2.1
anchors.fill: parent
addedWidth: 200
addedHeight: 370
borderLeft: 148
borderRight: 148
borderTop: 232
borderBottom: 232
imageSource: "../images/black-frame.png"
normalsSource: "../images/black-frame-normals.png"
2014-04-20 21:59:46 +01:00
rectX: 20
rectY: 20
2014-04-18 10:14:47 +01:00
distortionCoefficient: 1.9
displacementLeft: 70.0
displacementTop: 55.0
displacementRight: 50.0
displacementBottom: 38.0
2013-12-25 17:44:46 +00:00
shaderString: "FrameShader.qml"
2013-12-25 17:44:46 +00:00
}