This commit is contained in:
SoulliesOfficial
2025-07-10 08:42:30 -04:00
parent 150ef744e8
commit e483cfe502
286 changed files with 31518 additions and 947 deletions

View File

@@ -76,6 +76,8 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
{
base.Refresh();
renderers.ForEach(r => r.InitializeShader());
renderers.ForEach(rend =>
{
if (colorSubmodule.emissionEnabled)
@@ -88,7 +90,6 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
rend.material.DisableKeyword("_EMISSION_ON");
}
rend.material.EnableKeyword("_USEREDASALPHA_ON");
Debug.Log(rend.material.IsKeywordEnabled("_EMISSION_ON") + " " + rend.material.IsKeywordEnabled("_USEREDASALPHA_ON"));