mirror of
https://github.com/ppy/osu-tools.git
synced 2025-06-09 09:35:15 +09:00
Update packages
This commit is contained in:
parent
7e970043d7
commit
2fc3bbbc54
6 changed files with 12 additions and 14 deletions
|
@ -7,10 +7,10 @@
|
|||
<ItemGroup>
|
||||
<PackageReference Include="Alba.CsConsoleFormat" Version="1.0.0" />
|
||||
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.0" />
|
||||
<PackageReference Include="ppy.osu.Game" Version="2023.1224.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2023.1224.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2023.1224.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2023.1224.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2023.1224.0" />
|
||||
<PackageReference Include="ppy.osu.Game" Version="2024.121.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2024.121.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2024.121.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2024.121.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2024.121.0" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
@ -23,7 +23,7 @@ namespace PerformanceCalculator
|
|||
public Score Parse(ScoreInfo scoreInfo)
|
||||
{
|
||||
var score = new Score { ScoreInfo = scoreInfo };
|
||||
PopulateAccuracy(score.ScoreInfo);
|
||||
PopulateLegacyAccuracyAndRank(score.ScoreInfo);
|
||||
return score;
|
||||
}
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@ namespace PerformanceCalculatorGUI.Components
|
|||
{
|
||||
public ScreenSelectionButton(string title, IconUsage? icon = null, GlobalAction? hotkey = null)
|
||||
{
|
||||
Width = PerformanceCalculatorSceneManager.CONTROL_AREA_HEIGHT;
|
||||
Hotkey = hotkey;
|
||||
TooltipMain = title;
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@ namespace PerformanceCalculatorGUI.Components
|
|||
|
||||
public SettingsButton()
|
||||
{
|
||||
Width = PerformanceCalculatorSceneManager.CONTROL_AREA_HEIGHT;
|
||||
Hotkey = GlobalAction.ToggleSettings;
|
||||
TooltipMain = "Settings";
|
||||
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
<LangVersion>latest</LangVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="ppy.osu.Game" Version="2023.1224.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2023.1224.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2023.1224.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2023.1224.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2023.1224.0" />
|
||||
<PackageReference Include="ppy.osu.Game" Version="2024.121.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Osu" Version="2024.121.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Taiko" Version="2024.121.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Catch" Version="2024.121.0" />
|
||||
<PackageReference Include="ppy.osu.Game.Rulesets.Mania" Version="2024.121.0" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
|
@ -23,7 +23,7 @@ namespace PerformanceCalculatorGUI
|
|||
public Score Parse(ScoreInfo scoreInfo)
|
||||
{
|
||||
var score = new Score { ScoreInfo = scoreInfo };
|
||||
PopulateAccuracy(score.ScoreInfo);
|
||||
PopulateLegacyAccuracyAndRank(score.ScoreInfo);
|
||||
return score;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue