skybox subsetter

This commit is contained in:
SoulliesOfficial
2025-07-09 01:01:06 -04:00
parent 6533997d59
commit 537caabfa9
128 changed files with 13280 additions and 2268 deletions

View File

@@ -28,7 +28,7 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
public FlexibleFloat headRotateSpeed;
public override bool haveEmission => true;
public override bool haveEmissionColor => true;
public static DTMTrail GenerateElement(string elementName, Guid id, List<string> tags,
bool isFirstGenerated, string themeBundleName, string objectName, GameElement parentElement,
@@ -139,7 +139,7 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
rotationBySpeedModule.z = headRotateSpeed.value;
}
if (Keyboard.current.spaceKey.wasPressedThisFrame)
if (Keyboard.current.tKey.wasPressedThisFrame)
{
TriggerInteraction();
}