Update resources

This commit is contained in:
Dean Herbert 2024-01-29 19:33:07 +09:00
parent 48fc0545c2
commit dc28a6b873
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ public partial class BackgroundScreenDefault : BackgroundScreen
private Background background;
private int currentDisplay;
private const int background_count = 7;
private const int background_count = 8;
private IBindable<APIUser> user;
private Bindable<Skin> skin;
private Bindable<BackgroundSource> source;

View File

@ -37,7 +37,7 @@
</PackageReference>
<PackageReference Include="Realm" Version="11.5.0" />
<PackageReference Include="ppy.osu.Framework" Version="2024.127.0" />
<PackageReference Include="ppy.osu.Game.Resources" Version="2024.127.0" />
<PackageReference Include="ppy.osu.Game.Resources" Version="2024.129.0" />
<PackageReference Include="Sentry" Version="3.41.3" />
<!-- Held back due to 0.34.0 failing AOT compilation on ZstdSharp.dll dependency. -->
<PackageReference Include="SharpCompress" Version="0.36.0" />