Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ internal void ManualInstallBindingsPrefix(FlyingScoreEffect ____flyingScoreEffec
{
var text = ____flyingScoreEffectPrefab._text;
text.richText = true;
text.enableWordWrapping = false;
text.textWrappingMode = TextWrappingModes.NoWrap;
text.overflowMode = TextOverflowModes.Overflow;

// Configure font shader and italics
Expand Down
1 change: 1 addition & 0 deletions HitScoreVisualizer/Installers/HsvAppInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public override void InstallBindings()

Container.BindInterfacesAndSelfTo<BloomFontProvider>().AsSingle();

Container.Bind<System.Random>().AsSingle();
Container.Bind<RandomScoreGenerator>().AsSingle();

// Patches
Expand Down