skybox subsetter
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user