Skip to content

Commit f60f64f

Browse files
committed
Clean up TimelineViz.cs, remove md swirl from animations
1 parent 7dec14e commit f60f64f

File tree

4 files changed

+110
-49
lines changed

4 files changed

+110
-49
lines changed

Assets/_Project/Scenes/tally-viz.unity

Lines changed: 94 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/_Project/Scripts/Core/ResolutionUpdateScaleX.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* Update components based on parameters from the ResolutionManager
88
*/
99

10+
1011
public class ResolutionUpdateScaleX : ResolutionUpdateBase {
1112

1213
// default settings @ 1920x1080
@@ -20,10 +21,10 @@ protected override void Awake ()
2021
{
2122
base.Awake ();
2223

23-
// base original scale on transform (assuming 1920x1080)
24+
// base original scale on transform (assuming 1920x1080) at startup
2425
originalScale = transform.localScale;
2526

26-
// set original scale (after everything is computer) based on startup aspect ratio
27+
// set original scale (after everything is computed) based on startup aspect ratio
2728
UpdateResolution ();
2829
}
2930

0 commit comments

Comments
 (0)