1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2024-10-16 15:43:36 +01:00
cool-retro-term/app/qml/frames/WhiteSimpleFrame.qml

29 lines
532 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: 140
addedHeight: 140
borderLeft: 116
borderRight: 116
borderTop: 116
borderBottom: 116
imageSource: "../images/screen-frame.png"
normalsSource: "../images/screen-frame-normals.png"
2014-04-20 21:59:46 +01:00
rectX: 15
rectY: 15
2014-04-18 10:14:47 +01:00
distortionCoefficient: 1.5
2014-04-18 10:14:47 +01:00
displacementLeft: 45
displacementTop: 40
displacementRight: 38.0
displacementBottom: 28.0
2013-12-25 17:44:46 +00:00
shaderString: "FrameShader.qml"
2013-12-25 17:44:46 +00:00
}