Mountsins and shaders

This commit is contained in:
paulevsGitch 2020-10-07 00:19:36 +03:00
parent eb71045d34
commit 7af3f5f981
48 changed files with 578 additions and 5 deletions

View file

@ -0,0 +1,10 @@
{
"layers": [
{
"vertexSource": "betterend:shaders/material/wall_wave.vert",
"fragmentSource": "canvas:shaders/material/default.frag",
"disableAo": true,
"disableDiffuse": true
}
]
}