Skip to content
This repository was archived by the owner on Jul 30, 2022. It is now read-only.

Commit 414278d

Browse files
die lindie lin
authored andcommitted
changed lyric timing
1 parent 35272fd commit 414278d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Lyrics.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public override void Generate()
7777
var position = new Vector2(320 - width / 2 + letterX, PositionY) + texture.OffsetFor(OsbOrigin.Centre) * scale;
7878

7979
var s = GetLayer("").CreateSprite(texture.Path, OsbOrigin.Centre, position);
80-
s.Scale(startTime + inDelay - 100, scale);
80+
s.Scale(startTime + inDelay - FadeTime, scale);
8181
s.MoveY(OsbEasing.OutQuad, startTime + inDelay - 100, startTime + inDelay + 200, position.Y - 6, position.Y);
8282
s.Fade(startTime + inDelay - FadeTime, startTime + inDelay, 0, 1);
8383
s.MoveY(OsbEasing.OutCubic, endTime, endTime + FadeTime, position.Y, position.Y + 4);

assetlibrary/Lyrics

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ what are these lyrics lol
77
83642 0 I_ gave_ up_ all__
88
85664 0 So_ you_ are_ an_ id_i_ot,
99
88361 1 捨てて_-しまう_/わ_
10-
89878 0 Just_ stay_ away_ from__ me___
11-
101170 0 Stay_ away_ from__ me___
12-
219822 0 Stay_ away_ from__ me___
13-
259597 0 You__ know__ what__
10+
89878 0 Just_ stay_ away_ from__ me____
11+
101170 0 Stay_ away_ from__ me____
12+
219822 0 Stay_ away_ from__ me____
13+
259597 0 You__ know__ what_-
1414
261620 0 I'm_ say_ing_ right?_____
1515
264990 0 I'm__ get__ting_ tired_______
1616
269709 1 もう__どう__した_って_いい_よ,
1717
272406 0 I_ gave_ up_ all__
1818
274429 0 So_ you_ are_ an_ id_i_ot,
1919
277125 1 捨てて_-しまう_/わ_
20-
278726 0 Just_ stay_ away_ from__ me___
21-
289934 0 Stay_ away_ from__ me___
20+
278726 0 Just_ stay_ away_ from__ me____
21+
289934 0 Stay_ away_ from__ me____

0 commit comments

Comments
 (0)