added quickshell
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import QtQuick
|
||||
import QtQuick.Effects
|
||||
|
||||
// Layer effect that recolours whatever it is applied to — used to tint the
|
||||
// white texture tiles without shipping a copy per colour.
|
||||
MultiEffect {
|
||||
property color tintColor: "white"
|
||||
|
||||
colorization: 1.0
|
||||
colorizationColor: tintColor
|
||||
}
|
||||
Reference in New Issue
Block a user