Allow specifying flipping support of selection box different from scaling

This commit is contained in:
ekrctb
2021-07-21 15:59:25 +09:00
parent 747c475b95
commit 1bff4373b3
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