Create/Update assets for version 24w11a

This commit is contained in:
InventiveBot
2024-03-19 17:47:17 +01:00
parent a420f2d679
commit 574453436f
19823 changed files with 1368910 additions and 18 deletions

View File

@@ -0,0 +1,42 @@
{
"targets": [
"swap",
"final"
],
"passes": [
{
"name": "entity_outline",
"intarget": "final",
"outtarget": "swap"
},
{
"name": "entity_outline_box_blur",
"intarget": "swap",
"outtarget": "final",
"use_linear_filter": true,
"uniforms": [
{
"name": "BlurDir",
"values": [ 1.0, 0.0 ]
}
]
},
{
"name": "entity_outline_box_blur",
"intarget": "final",
"outtarget": "swap",
"use_linear_filter": true,
"uniforms": [
{
"name": "BlurDir",
"values": [ 0.0, 1.0 ]
}
]
},
{
"name": "blit",
"intarget": "swap",
"outtarget": "final"
}
]
}