mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 18:07:27 +09:00
commit
35f04430d0
@ -51,7 +51,7 @@
|
|||||||
<Reference Include="Java.Interop" />
|
<Reference Include="Java.Interop" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="ppy.osu.Game.Resources" Version="2021.614.0" />
|
<PackageReference Include="ppy.osu.Game.Resources" Version="2021.618.0" />
|
||||||
<PackageReference Include="ppy.osu.Framework.Android" Version="2021.616.0" />
|
<PackageReference Include="ppy.osu.Framework.Android" Version="2021.616.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
@ -190,20 +190,29 @@ namespace osu.Game
|
|||||||
|
|
||||||
AddFont(Resources, @"Fonts/osuFont");
|
AddFont(Resources, @"Fonts/osuFont");
|
||||||
|
|
||||||
AddFont(Resources, @"Fonts/Torus-Regular");
|
AddFont(Resources, @"Fonts/Torus/Torus-Regular");
|
||||||
AddFont(Resources, @"Fonts/Torus-Light");
|
AddFont(Resources, @"Fonts/Torus/Torus-Light");
|
||||||
AddFont(Resources, @"Fonts/Torus-SemiBold");
|
AddFont(Resources, @"Fonts/Torus/Torus-SemiBold");
|
||||||
AddFont(Resources, @"Fonts/Torus-Bold");
|
AddFont(Resources, @"Fonts/Torus/Torus-Bold");
|
||||||
|
|
||||||
AddFont(Resources, @"Fonts/Noto-Basic");
|
AddFont(Resources, @"Fonts/Inter/Inter-Regular");
|
||||||
AddFont(Resources, @"Fonts/Noto-Hangul");
|
AddFont(Resources, @"Fonts/Inter/Inter-RegularItalic");
|
||||||
AddFont(Resources, @"Fonts/Noto-CJK-Basic");
|
AddFont(Resources, @"Fonts/Inter/Inter-Light");
|
||||||
AddFont(Resources, @"Fonts/Noto-CJK-Compatibility");
|
AddFont(Resources, @"Fonts/Inter/Inter-LightItalic");
|
||||||
AddFont(Resources, @"Fonts/Noto-Thai");
|
AddFont(Resources, @"Fonts/Inter/Inter-SemiBold");
|
||||||
|
AddFont(Resources, @"Fonts/Inter/Inter-SemiBoldItalic");
|
||||||
|
AddFont(Resources, @"Fonts/Inter/Inter-Bold");
|
||||||
|
AddFont(Resources, @"Fonts/Inter/Inter-BoldItalic");
|
||||||
|
|
||||||
AddFont(Resources, @"Fonts/Venera-Light");
|
AddFont(Resources, @"Fonts/Noto/Noto-Basic");
|
||||||
AddFont(Resources, @"Fonts/Venera-Bold");
|
AddFont(Resources, @"Fonts/Noto/Noto-Hangul");
|
||||||
AddFont(Resources, @"Fonts/Venera-Black");
|
AddFont(Resources, @"Fonts/Noto/Noto-CJK-Basic");
|
||||||
|
AddFont(Resources, @"Fonts/Noto/Noto-CJK-Compatibility");
|
||||||
|
AddFont(Resources, @"Fonts/Noto/Noto-Thai");
|
||||||
|
|
||||||
|
AddFont(Resources, @"Fonts/Venera/Venera-Light");
|
||||||
|
AddFont(Resources, @"Fonts/Venera/Venera-Bold");
|
||||||
|
AddFont(Resources, @"Fonts/Venera/Venera-Black");
|
||||||
|
|
||||||
Audio.Samples.PlaybackConcurrency = SAMPLE_CONCURRENCY;
|
Audio.Samples.PlaybackConcurrency = SAMPLE_CONCURRENCY;
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="ppy.osu.Framework" Version="2021.616.0" />
|
<PackageReference Include="ppy.osu.Framework" Version="2021.616.0" />
|
||||||
<PackageReference Include="ppy.osu.Game.Resources" Version="2021.614.0" />
|
<PackageReference Include="ppy.osu.Game.Resources" Version="2021.618.0" />
|
||||||
<PackageReference Include="Sentry" Version="3.4.0" />
|
<PackageReference Include="Sentry" Version="3.4.0" />
|
||||||
<PackageReference Include="SharpCompress" Version="0.28.2" />
|
<PackageReference Include="SharpCompress" Version="0.28.2" />
|
||||||
<PackageReference Include="NUnit" Version="3.13.2" />
|
<PackageReference Include="NUnit" Version="3.13.2" />
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup Label="Package References">
|
<ItemGroup Label="Package References">
|
||||||
<PackageReference Include="ppy.osu.Framework.iOS" Version="2021.616.0" />
|
<PackageReference Include="ppy.osu.Framework.iOS" Version="2021.616.0" />
|
||||||
<PackageReference Include="ppy.osu.Game.Resources" Version="2021.614.0" />
|
<PackageReference Include="ppy.osu.Game.Resources" Version="2021.618.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<!-- See https://github.com/dotnet/runtime/issues/35988 (can be removed after Xamarin uses net5.0 / net6.0) -->
|
<!-- See https://github.com/dotnet/runtime/issues/35988 (can be removed after Xamarin uses net5.0 / net6.0) -->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user