This commit is contained in:
2025-04-29 13:39:02 -05:00
commit 9cbb583982
2257 changed files with 77258 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"passes": [{
"shader": "effects/depthparallax",
"blending": "normal",
"depthtest": "disabled",
"depthwrite": "disabled",
"cullmode": "nocull"
}]
}

View File

@@ -0,0 +1,20 @@
{
"passes" :
[
{
"blending" : "translucent",
"combos" :
{
"VERSION" : 2
},
"cullmode" : "nocull",
"depthtest" : "disabled",
"depthwrite" : "disabled",
"shader" : "genericimage2",
"textures" :
[
"mountain_peak_summit_altitude_top_extreme_mountaineering_trekking-892149"
]
}
]
}

View File

@@ -0,0 +1,7 @@
{
"bleedtransparentcolors" : true,
"clampuvs" : true,
"format" : "rgba8888",
"halfmip" : true,
"nonpoweroftwo" : true
}

View File

@@ -0,0 +1,8 @@
{
"bleedtransparentcolors" : true,
"clampuvs" : true,
"format" : "r8",
"halfmip" : true,
"nomip" : true,
"nonpoweroftwo" : true
}