mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Move and rename settings toolbox group test scene
This commit is contained in:
parent
642e006267
commit
0fe121f48a
@ -1,4 +1,4 @@
|
||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
using NUnit.Framework;
|
||||
@ -8,12 +8,12 @@ using osu.Game.Graphics.UserInterface;
|
||||
using osu.Game.Screens.Play.HUD;
|
||||
using osu.Game.Screens.Play.PlayerSettings;
|
||||
|
||||
namespace osu.Game.Tests.Visual.Gameplay
|
||||
namespace osu.Game.Tests.Visual.UserInterface
|
||||
{
|
||||
[TestFixture]
|
||||
public class TestSceneReplaySettingsOverlay : OsuTestScene
|
||||
public class TestSceneSettingsToolboxGroup : OsuTestScene
|
||||
{
|
||||
public TestSceneReplaySettingsOverlay()
|
||||
public TestSceneSettingsToolboxGroup()
|
||||
{
|
||||
ExampleContainer container;
|
||||
|
Loading…
Reference in New Issue
Block a user