mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-02-22 12:58:39 +00:00
Scanlines now look the same with every frame.
This commit is contained in:
parent
aa37892d76
commit
99df010547
@ -14,8 +14,8 @@ TerminalFrame{
|
|||||||
imageSource: "../images/black-frame.png"
|
imageSource: "../images/black-frame.png"
|
||||||
normalsSource: "../images/black-frame-normals.png"
|
normalsSource: "../images/black-frame-normals.png"
|
||||||
|
|
||||||
rectX: 20
|
rectX: 15
|
||||||
rectY: 20
|
rectY: 15
|
||||||
|
|
||||||
distortionCoefficient: 1.9
|
distortionCoefficient: 1.9
|
||||||
|
|
||||||
|
@ -11,10 +11,9 @@ TerminalFrame{
|
|||||||
borderRight: 0
|
borderRight: 0
|
||||||
borderTop: 0
|
borderTop: 0
|
||||||
borderBottom: 0
|
borderBottom: 0
|
||||||
sourceRect: Qt.rect(-15,
|
|
||||||
-15,
|
rectX: 15
|
||||||
terminal.width + 30,
|
rectY: 15
|
||||||
terminal.height + 30)
|
|
||||||
|
|
||||||
displacementLeft: 0
|
displacementLeft: 0
|
||||||
displacementTop: 0
|
displacementTop: 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user