Skip to content

Commit

Permalink
Bump osugame
Browse files Browse the repository at this point in the history
  • Loading branch information
EVAST9919 committed Sep 20, 2022
1 parent 6b92ae5 commit c4fdf89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions osu.Game.Rulesets.Touhosu/Mods/TouhosuModEasy.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
using osu.Game.Rulesets.Mods;
using osu.Framework.Localisation;
using osu.Game.Rulesets.Mods;

namespace osu.Game.Rulesets.Touhosu.Mods
{
public class TouhosuModEasy : ModEasy
{
public override string Description => @"Smaller bullets, more forgiving HP drain and three lives!";
public override LocalisableString Description => @"Smaller bullets, more forgiving HP drain and three lives!";
}
}
3 changes: 2 additions & 1 deletion osu.Game.Rulesets.Touhosu/Mods/TouhosuModHidden.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
using osu.Game.Rulesets.Touhosu.Objects.Drawables;
using osu.Game.Rulesets.Mods;
using osu.Game.Rulesets.Objects.Drawables;
using osu.Framework.Localisation;

namespace osu.Game.Rulesets.Touhosu.Mods
{
public class TouhosuModHidden : ModHidden
{
public override double ScoreMultiplier => 1.06;

public override string Description => "Bullets will become invisible near you.";
public override LocalisableString Description => "Bullets will become invisible near you.";

public override void ApplyToDrawableHitObject(DrawableHitObject dho)
{
Expand Down
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Touhosu/osu.Game.Rulesets.Touhosu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<EmbeddedResource Include="Resources\**\*" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2022.810.2"/>
<PackageReference Include="ppy.osu.Game" Version="2022.911.0"/>
</ItemGroup>
</Project>

0 comments on commit c4fdf89

Please sign in to comment.