Add basic scene selector

This commit is contained in:
Dean Herbert
2022-03-11 23:30:46 +09:00
parent c807ad7e4e
commit d062810ff2
3 changed files with 55 additions and 2 deletions

View File

@ -24,7 +24,7 @@ namespace osu.Game.Tests.Visual.Gameplay
AddStep("reload skin editor", () =>
{
skinEditor?.Expire();
Player.ScaleTo(SkinEditorOverlay.VISIBLE_TARGET_SCALE);
Player.ScaleTo(0.8f);
LoadComponentAsync(skinEditor = new SkinEditor(Player), Add);
});
}