yes
This commit is contained in:
4
modules/wallpaper-engine/models/util/composelayer.json
Normal file
4
modules/wallpaper-engine/models/util/composelayer.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"material" : "materials/util/composelayer.json",
|
||||
"passthrough" : true
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"material" : "materials/util/composelayer_depthtest.json",
|
||||
"passthrough" : true
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"material" : "materials/util/fullscreenlayer.json",
|
||||
"fullscreen" : true,
|
||||
"passthrough" : true
|
||||
}
|
||||
6
modules/wallpaper-engine/models/util/projectlayer.json
Normal file
6
modules/wallpaper-engine/models/util/projectlayer.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"material" : "materials/util/composelayer.json",
|
||||
"passthrough" : true,
|
||||
"autosize" : true,
|
||||
"projectlayer" : true
|
||||
}
|
||||
4
modules/wallpaper-engine/models/util/solidlayer.json
Normal file
4
modules/wallpaper-engine/models/util/solidlayer.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"material" : "materials/util/solidlayer.json",
|
||||
"solidlayer" : true
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"material" : "materials/util/solidlayer_depthtest.json",
|
||||
"solidlayer" : true
|
||||
}
|
||||
Reference in New Issue
Block a user