Add reverse handler button to selection box

This commit is contained in:
Dean Herbert
2020-10-09 06:32:23 +09:00
parent eacc7dca9a
commit 825e10ec8c
2 changed files with 20 additions and 0 deletions

View File

@ -103,6 +103,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
OnRotation = angle => HandleRotation(angle),
OnScale = (amount, anchor) => HandleScale(amount, anchor),
OnFlip = direction => HandleFlip(direction),
OnReverse = () => HandleReverse(),
};
/// <summary>