Skip to content

Commit

Permalink
bump osu version
Browse files Browse the repository at this point in the history
  • Loading branch information
Flutterish committed May 22, 2021
1 parent f0db659 commit d876be5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Hitokori/Mods/HitokoriModHidden.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ protected override void ApplyNormalVisibilityState ( DrawableHitObject hitObject
}
}
}

protected override void ApplyIncreasedVisibilityState ( DrawableHitObject hitObject, ArmedState state ) { }
}
}
4 changes: 2 additions & 2 deletions Hitokori/Objects/Drawables/Tiles/DrawableHoldTile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ public class DrawableHoldTile : HitokoriTile, IHasDuration, IKeyBindingHandler<H
new public HoldTile Tile => HitObject as HoldTile;
public override Vector2 NormalizedTilePosition => Tile.EndPoint.NormalizedTilePosition;

DrawableTilePoint StartPoint;
DrawableTilePoint EndPoint;
public DrawableTilePoint StartPoint { get; private set; }
public DrawableTilePoint EndPoint { get; private set; }

CircularTileConnector Curve;

Expand Down
1 change: 1 addition & 0 deletions Hitokori/Objects/Drawables/Tiles/DrawableTilePoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ protected override void OnApply () {
base.OnApply();
attempts = 2;
Marker.Apply( TilePoint );
Marker.Untarget();
Colour = Colour4.White;
Position = Vector2.Zero;

Expand Down
2 changes: 1 addition & 1 deletion Hitokori/osu.Game.Rulesets.Hitokori.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2021.424.0" />
<PackageReference Include="ppy.osu.Game" Version="2021.523.0" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Tests/osu.Game.Rulesets.Hitokori.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
</PropertyGroup>
<ItemGroup Label="Package References">
<PackageReference Include="Appveyor.TestLogger" Version="2.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0-preview-20210219-03" />
<PackageReference Include="NUnit" Version="3.13.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0-beta.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0-release-20210429-01" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0-beta.2" />
<PackageReference Update="Microsoft.EntityFrameworkCore.Sqlite" Version="2.1.4" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit d876be5

Please sign in to comment.