Skip to content

Commit

Permalink
ihateunityihateunityihateunityihateunityihateunity
Browse files Browse the repository at this point in the history
ihateunityihateunityihateunityihateunityihateunity
ihateunityihateunityihateunityihateunityihateunity
ihateunityihateunityihateunityihateunityihateunity
ihateunityihateunityihateunityihateunityihateunity
ihateunityihateunityihateunityihateunityihateunity
ihateunityihateunityihateunityihateunityihateunity
ihateunityihateunityihateunityihateunityihateunity
  • Loading branch information
0thElement committed Aug 6, 2024
1 parent 04a708f commit 1ba4729
Show file tree
Hide file tree
Showing 11 changed files with 13,157 additions and 267 deletions.
2,385 changes: 2,375 additions & 10 deletions Assets/Fonts/NotoSans-Regular SDF.asset

Large diffs are not rendered by default.

378 changes: 368 additions & 10 deletions Assets/Fonts/NotoSansHK-Regular SDF.asset

Large diffs are not rendered by default.

8,657 changes: 8,524 additions & 133 deletions Assets/Fonts/NotoSansJP-Regular SDF.asset

Large diffs are not rendered by default.

97 changes: 87 additions & 10 deletions Assets/Fonts/NotoSansKR-Regular SDF.asset

Large diffs are not rendered by default.

1,628 changes: 1,619 additions & 9 deletions Assets/Fonts/NotoSansSC-Regular SDF.asset

Large diffs are not rendered by default.

97 changes: 87 additions & 10 deletions Assets/Fonts/NotoSansThai SDF.asset

Large diffs are not rendered by default.

164 changes: 82 additions & 82 deletions Assets/Fonts/SourceCodePro-Regular SDF.asset

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Assets/Materials/Compose/Waveform.mat
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Material:
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SrcBlend: 1
- _ToSample: 9116338
- _ToSample: 18909312
- _UVSec: 0
- _ZWrite: 1
m_Colors:
Expand Down
12 changes: 12 additions & 0 deletions Assets/Scripts/Compose/Editing/Dragging.cs
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,10 @@ void UpdateNotes(Vector2 pos)
{
ArcTap arctap = dragArctap[i];
arctap.Arc = closestArc;
if (arctap.TimingGroup != closestArc.TimingGroup)
{
arctap.TimingGroup = closestArc.TimingGroup;
}
}
}
else if (mode == PositionArctapMode.Free)
Expand All @@ -604,6 +608,10 @@ void UpdateNotes(Vector2 pos)
{
ArcTap arctap = dragArctap[i];
arctap.Arc = freeArc;
if (arctap.TimingGroup != freeArc.TimingGroup)
{
arctap.TimingGroup = freeArc.TimingGroup;
}
}

Services.Gameplay.Chart.UpdateEvents(freeArcEvents);
Expand All @@ -619,6 +627,10 @@ void UpdateNotes(Vector2 pos)
ArcTap arctap = dragArctap[i];
arctap.Arc = freeArc;
arctap.Timing = timing;
if (arctap.TimingGroup != freeArc.TimingGroup)
{
arctap.TimingGroup = freeArc.TimingGroup;
}
}

Services.Gameplay.Chart.UpdateEvents(freeArcEvents);
Expand Down
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.postprocessing": "3.4.0",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.6",
"com.unity.textmeshpro": "3.0.9",
"com.unity.timeline": "1.6.5",
"com.unity.toolchain.linux-x86_64": "2.0.4",
"com.unity.ugui": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"url": "https://packages.unity.com"
},
"com.unity.textmeshpro": {
"version": "3.0.6",
"version": "3.0.9",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down

0 comments on commit 1ba4729

Please sign in to comment.