Merge pull request #13960 from ekrctb/selection-box-can-flip

Allow specifying different value of scaling and flipping support for a selection box
This commit is contained in:
Dean Herbert
2021-07-21 18:05:18 +09:00
committed by GitHub
4 changed files with 56 additions and 10 deletions

View File

@ -35,6 +35,8 @@ namespace osu.Game.Tests.Visual.Editing
CanRotate = true,
CanScaleX = true,
CanScaleY = true,
CanFlipX = true,
CanFlipY = true,
OnRotation = handleRotation,
OnScale = handleScale