Create/Update assets for version 24w18a

This commit is contained in:
InventiveBot
2024-05-07 18:18:06 +02:00
parent 0805b05b42
commit 76620a2d5d
20061 changed files with 1400070 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"
}
]
}