This commit is contained in:
SoulliesOfficial
2025-06-28 12:06:19 -04:00
parent 1a3d37d9b5
commit 1b87a4345b
22 changed files with 32991 additions and 17950 deletions

View File

@@ -33,6 +33,8 @@ namespace Ichni.RhythmGame
point.trackSwitch = trackSwitch;
point.trackPercent = trackPercent;
point.trackPositioner.motion.applyRotation = false;
return point;
}

View File

@@ -28,6 +28,9 @@ namespace Ichni.RhythmGame
head.trackPositioner = head.gameObject.AddComponent<SplinePositioner>();
head.trackPositioner.spline = track.trackPathSubmodule.path;
head.trackTimeSubmoduleMovable = track.trackTimeSubmodule as TrackTimeSubmoduleMovable;
head.trackPositioner.motion.applyRotation = false;
return head;
}

View File

@@ -49,7 +49,8 @@ namespace Ichni.RhythmGame
}
point.trackPositioner.motion.applyRotation = false;
return point;
}