feat: add lighting to inside of volcano

fix: town street lights partially fixed

fix: blend textures no longer receive shadows
This commit is contained in:
Jo 2024-08-16 00:27:51 +02:00
parent 5f1824fcd4
commit e31013d4a7
650 changed files with 3588 additions and 1818 deletions

View file

@ -12,7 +12,7 @@
"unlockable": false,
"redacted": false,
"author": "Jokiller230",
"version": "0.5.1",
"version": "0.5.2",
"sdkVersion": "1.1.0",
"internal": false,
"crates": [
@ -78,6 +78,11 @@
"version": "0.5.1",
"title": "Textures, enivronment and LIGHTING!",
"text": "- re-baked lighting\n- added a few more lights to the town area\n- applied various missing textures\n- modified ApplyVertexColour and ApplyVertexColourTransparent shaders"
},
{
"version": "0.5.2",
"title": "Real LIGHTING!",
"text": "- re-baked lighting\n- partially fixed town stree light\n- added lighting to inside of volcano"
}
],
"isa": {

View file

@ -1 +1 @@
ccf6226d65045ff7032e9bec9d19b9d2
5d2d9ce56fa43d8da315575c507d5ca3

File diff suppressed because one or more lines are too long