Moved engine from yat to konsole and refactored the project. Not everything works yet.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
import QtQuick 2.1
|
||||
import "utils"
|
||||
import QtGraphicalEffects 1.0
|
||||
|
||||
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"
|
||||
sourceRect: Qt.rect(-80, -90, terminal.width + 160, terminal.height + 180)
|
||||
|
||||
shaderString: "WhiteFrameShader.qml"
|
||||
}
|
||||
Reference in New Issue
Block a user