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

25 lines
502 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
2014-09-13 23:45:34 +01:00
borderLeft: 170
borderRight: 170
borderTop: 250
borderBottom: 250
2013-12-25 17:44:46 +00:00
imageSource: "../images/black-frame.png"
normalsSource: "../images/black-frame-normals.png"
2014-04-20 21:59:46 +01:00
2014-09-13 23:45:34 +01:00
displacementLeft: 80.0
displacementTop: 65.0
displacementRight: 80.0
displacementBottom: 65.0
2013-12-25 17:44:46 +00:00
staticDiffuseComponent: 1.0
dinamycDiffuseComponent: 0.6
2013-12-25 17:44:46 +00:00
}