1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-06 06:23:41 +08:00
This commit is contained in:
cdwcgt
2023-12-10 12:56:31 +09:00
Unverified
parent 3e56633882
commit 72d97f4ad6
@@ -164,6 +164,7 @@ namespace osu.Game.Rulesets.Osu.Skinning
Origin = Anchor.Centre,
Width = small_arrow_width,
Height = small_arrow_width * 4,
Rotation = -45
},
new Circle
{
@@ -171,7 +172,7 @@ namespace osu.Game.Rulesets.Osu.Skinning
Origin = Anchor.Centre,
Width = small_arrow_width,
Height = small_arrow_width * 4,
Rotation = 90
Rotation = 45
}
};
}