mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 23:12:56 +08:00
Fixed some formatting
This commit is contained in:
parent
32d1d5a34a
commit
a0ff03def3
@ -114,20 +114,24 @@ namespace osu.Game.Rulesets.Taiko.UI
|
||||
};
|
||||
}
|
||||
|
||||
private readonly TaikoAction[,] mappedTaikoAction = {
|
||||
{ // KDDK
|
||||
private readonly TaikoAction[,] mappedTaikoAction =
|
||||
{
|
||||
{
|
||||
// KDDK
|
||||
TaikoAction.LeftRim,
|
||||
TaikoAction.LeftCentre,
|
||||
TaikoAction.RightCentre,
|
||||
TaikoAction.RightRim
|
||||
},
|
||||
{ // DDKK
|
||||
{
|
||||
// DDKK
|
||||
TaikoAction.LeftCentre,
|
||||
TaikoAction.RightCentre,
|
||||
TaikoAction.LeftRim,
|
||||
TaikoAction.RightRim
|
||||
},
|
||||
{ // KKDD
|
||||
{
|
||||
// KKDD
|
||||
TaikoAction.LeftRim,
|
||||
TaikoAction.RightRim,
|
||||
TaikoAction.LeftCentre,
|
||||
|
Loading…
Reference in New Issue
Block a user